Site Portals • 2014 in Drama •
ED in the News • Mailing List • Admins • Archive
Donate to ED • Donors • Advertise on ED
Donate to ED • Donors • Advertise on ED
ED is turning TEN in just a few days! Artfags and cooks, please submit cards/art and bake us some pretty cakes!
MediaWiki:Common.css
From Encyclopedia Dramatica
Note: After saving, you may have to bypass your browser's cache to see the changes. Mozilla / Firefox / Safari: hold Shift while clicking Reload, or press either Ctrl-F5 or Ctrl-R (Command-R on a Macintosh); Konqueror: click Reload or press F5; Opera: clear the cache in Tools → Preferences; Internet Explorer: hold Ctrl while clicking Refresh, or press Ctrl-F5.
/* CSS placed here will be applied to all skins */
/* Fix for problem with floating edit bottom and floating thumbnails */
h1, h2, h3, h4, h5, h6 {
overflow: hidden;
word-wrap: break-word;
}
/* Image thumbnails */
.thumb {
border-color: transparent;
}
/* Gallery shit */
table.gallery {
border: 1px solid #ccc;
margin: 2px;
padding: 2px;
background-color: white;
}
table.gallery tr {
vertical-align: top;
}
table.gallery td {
vertical-align: top;
background-color: #f9f9f9;
border: solid 2px white;
}
/* Keep this temporarily so that cached pages will display right */
table.gallery td.galleryheader {
text-align: center;
font-weight: bold;
}
table.gallery caption {
font-weight: bold;
}
div.gallerybox {
margin: 2px;
}
div.gallerybox div.thumb {
text-align: center;
border: 1px solid #ccc;
margin: 2px;
}
div.gallerytext {
overflow: hidden;
font-size: 94%;
padding: 2px 4px;
}
pre {
white-space: pre-wrap
}
/* specific shit */
.edftable {
background-image: url('http://images.encyclopediadramatica.se/e/e1/101010.png');
}


