Changes

Jump to: navigation, search

MediaWiki:Common.css

277 bytes added, 11:44, 17 January 2018
m
Commenting out old spoiler info and adding a simple test.
/* Gorgonzola: lighten up the heavy bullet lists, use as a table class */
.gg-light-bullets li { list-style-image: none; color: #ccc; }
<!--
/* Gorgonzola: Used by [[Template:Spoilers]] */
.gg-spoiler .spoilers-button {
background:#eee; border:1px dashed #aaa;
}
-->
/* Gorgonzola: Used by [[Template:ItemT]] */
.gg-itemt { border:1px solid #423930; width:400px; padding:6px; background:#0e0a08; color:#b09066; text-align:left; }
/* Resizing external images of icons. */
.extimage64px img { width: 64px;}
/* Simple spoiler style for collapsible tables. */
.spoilbox{
padding: 2px;
margin: 3px 0px;
width: 100%;
border: 1px solid #000;
border-radius: 10px;
text-align:center;
background-color:#1e1615ff;
color: #ffffff;
font-weight:bold;
}

Navigation menu