MediaWiki:Common.css: Difference between revisions

Jump to navigation Jump to search
No edit summary
No edit summary
Line 204: Line 204:
#fleetbook ul ul,
#fleetbook ul ul,
.fleetbook ul ul {
.fleetbook ul ul {
margin: 0 0 0 2em;
}
.whitemarble {
    border: 1px solid #aaa;
    background-color: #f5f5f5;
    color: black;
    margin: 0.5em 0 0.5em 1em;
    padding: 0.2em;
    font-size: 95%;
    line-height: 1.5em;
    background-image: url('http://wiki.starbase118.net/wiki/images/d/da/Whitemarble.jpg');
}
#whitemarble h2,
.whitemarble h2 {
display: inline;
border: none;
padding: 0;
font-size: 100%;
font-weight: bold;
}
#whitemarble ul,
.whitemarble ul {
list-style-type: none;
list-style-image: none;
padding: 0;
text-align: left;
margin-left: 0;
}
#whitemarble ul ul,
.whitemarble ul ul {
margin: 0 0 0 2em;
margin: 0 0 0 2em;
}
}