View source for MediaWiki:Timeless.css
From Ephinea PSO Wiki
You do not have permission to edit this page, for the following reasons:
You can view and copy the source of this page.
/* All CSS here will be loaded for users of the Timeless skin */
.responsive-ad { width: 320px; height: 100px; }
@media(min-width: 500px) { .responsive-ad { width: 468px; height: 60px; } }
@media(min-width: 800px) { .responsive-ad { width: 728px; height: 90px; } }
.thumbinner .thumbimage, .thumbborder {
border: none;
}
.thumbcaption {
padding: 0.5em 0.5em;
background: #232A35;
margin-right: 2px;
}
.thumbinner {
background: none;
border: none;
}
000
1:0
Return to MediaWiki:Timeless.css.