Antihero Wiki
mNo edit summary
mNo edit summary
Line 2: Line 2:
 
background: #000000;
 
background: #000000;
 
background: url("http://hydra-media.cursecdn.com/swordcoastlegends.gamepedia.com/6/67/Background2.jpg") no-repeat fixed #000000;
 
background: url("http://hydra-media.cursecdn.com/swordcoastlegends.gamepedia.com/6/67/Background2.jpg") no-repeat fixed #000000;
background-position: left top;
 
-webkit-background-size: cover;
 
-moz-background-size: cover;
 
-o-background-size: cover;
 
background-size: cover;
 
 
}
 
}
 
/* CSS placed here will affect users of the mobile site */
 
/* CSS placed here will affect users of the mobile site */

Revision as of 10:18, 29 August 2015

body {
    background: #000000;
    background: url("http://hydra-media.cursecdn.com/swordcoastlegends.gamepedia.com/6/67/Background2.jpg") no-repeat fixed #000000;
}
/* CSS placed here will affect users of the mobile site */
.nomobile {
    display: none;
}