Alien: Isolation Wiki
(Created page with "→‎CSS placed here will affect users of the mobile site: .nomobile { display: none; } →‎non-content area: body { background: #000000 url("http://hydra-media.curs...")
 
No edit summary
Line 103: Line 103:
 
a.back_to_top:visited {
 
a.back_to_top:visited {
 
margin-top: 7px;
 
margin-top: 7px;
  +
}
  +
  +
/* CSS placed here will be applied to all skins */
  +
  +
.heading {
  +
background: url("http://hydra-media.cursecdn.com/alienisolation.gamepedia.com/2/28/Button-border-fill.png") repeat-x scroll 0 0 transparent;
  +
color: #669900;
  +
font-size: 150%;
  +
height: 31px;
  +
line-height: 32px;
  +
padding-left: 5px;
  +
padding-right: 5px;
  +
}
  +
  +
.section {
  +
background-color: transparent;
  +
background-origin: padding-box;
  +
background-clip: padding-box;
  +
background-image: none;
  +
border: solid 10px transparent;
  +
-webkit-border-image: url(http://hydra-media.cursecdn.com/alienisolation.gamepedia.com/4/46/Border.png) 10 fill;
  +
-o-border-image: url(http://hydra-media.cursecdn.com/alienisolation.gamepedia.com/4/46/Border.png) 10 fill;
  +
border-image: url(http://hydra-media.cursecdn.com/alienisolation.gamepedia.com/4/46/Border.png) 10 fill;
  +
padding: 0;
 
}
 
}

Revision as of 20:34, 28 April 2015

/* CSS placed here will affect users of the mobile site */
.nomobile {
    display: none;
}

/* non-content area */
body {
    background: #000000 url("http://hydra-media.cursecdn.com/alienisolation.gamepedia.com/1/1f/Background.jpg") no-repeat top center / 100% auto;
}

#footer {
    border-top: 1px solid #aaaaaa;
    color: #ffffff;
    text-shadow: 1px 1px 0.1em #999999;
}

#footer a {
    color: #669900;
    text-shadow: 1px 1px 0.1em #999999;
}

#footer h2 {
    color: #ffffff;
    text-shadow: 1px 1px 0.1em #999999;
}

/* content area */
#content_wrapper {
    background: url("http://hydra-media.cursecdn.com/alienisolation.gamepedia.com/2/26/Checked-background.png") repeat scroll 0 0 rgba(0, 0, 0, 0);
    border: 1px solid #426300;
    box-shadow: 0 0.1em 0.75em #669900;
    color: #FFFFFF;
}

a,
a.external,
a:visited {
    color: #669900;
}

.content table th {
    background-color: rgba(0, 0, 0, 0);
}

.content table td,
.content table th {
    border: medium none;
    padding: 3px;
}

h1, 
h2 {
    background: none repeat scroll 0 0 rgba(0, 0, 0, 0);
    border-bottom: 1px solid #aaaaaa;
    color: #ffffff;
}

h3, h4, h5, h6 {
    background: none repeat scroll 0 0 rgba(0, 0, 0, 0);
    color: #ffffff;
}

.thumb,
#content_wrapper .thumb {
    background: transparent;
    border: 2px solid rgba(0, 0, 0, 0.2);
}

table.wikitable {
    border: none;
    border-collapse: separate !important;
    border-spacing: 2px !important;
    margin: auto;
    margin-bottom: 1em;
}

table.wikitable td {
    border: none;
    padding: 3px;
    background: rgba(0, 0, 0, 0);
}

table.wikitable th {
    background: rgba(0, 0, 0, 0);
    border: none;
    padding: 3px;
}

.mwm-notice,
#searchbox {
    background: rgba(0, 0, 0, 0);
    border: 2px solid rgba(0, 0, 0, 0.2);
    border-radius: 5px 5px 5px 5px;
}

.divclearable,
a.watch-this-article,
.jsEnabled #mw-mf-main-menu-button {
    background-color: rgba(0, 0, 0, 0);
}

a.back_to_top,
a.back_to_top:visited {
    margin-top: 7px;
}

/* CSS placed here will be applied to all skins */

.heading {
    background: url("http://hydra-media.cursecdn.com/alienisolation.gamepedia.com/2/28/Button-border-fill.png") repeat-x scroll 0 0 transparent;
    color: #669900;
    font-size: 150%;
    height: 31px;
    line-height: 32px;
    padding-left: 5px;
    padding-right: 5px;
}

.section {
    background-color: transparent;
    background-origin: padding-box;
    background-clip: padding-box;
    background-image: none;
    border: solid 10px transparent;
    -webkit-border-image: url(http://hydra-media.cursecdn.com/alienisolation.gamepedia.com/4/46/Border.png) 10 fill;
    -o-border-image: url(http://hydra-media.cursecdn.com/alienisolation.gamepedia.com/4/46/Border.png) 10 fill;
    border-image: url(http://hydra-media.cursecdn.com/alienisolation.gamepedia.com/4/46/Border.png) 10 fill;
    padding: 0;
}