imported>76561198018895007 No edit summary |
imported>76561198018895007 No edit summary |
||
Line 29: | Line 29: | ||
font-weight: normal; | font-weight: normal; | ||
font-style: normal; | font-style: normal; | ||
} | |||
.m2-body h2 { | |||
font-family: 'Countdown'; | |||
color: #8bffff; | |||
text-shadow: 0 0 6px #8bffff ; | |||
} | } |
Revision as of 07:03, 18 January 2021
/* CSS placed here will be applied to all skins */
#pt-login > a {
background-image: url(images/d/db/SteamLogin.png);
display: block;
margin: auto;
text-indent: -9999px;
width: 180px;
height: 35px;
}
.collapseButton { /* 'show'/'hide' buttons created dynamically by the */
float: right; /* CollapsibleTables JavaScript in [[MediaWiki:Common.js]] */
font-weight: normal; /* are styled here so they can be customised. */
text-align: right;
width: auto;
}
li.gallerybox { border:1px solid #582806;
background-color:#080808;
}
li.gallerybox div.thumb { background-color:#080808;
border:none;
}
@font-face {
font-family: 'Countdown';
src: url('/skins/font/countdown.ttf');
font-weight: normal;
font-style: normal;
}
.m2-body h2 {
font-family: 'Countdown';
color: #8bffff;
text-shadow: 0 0 6px #8bffff ;
}