MediaWiki:Common.css: Difference between revisions

Jump to navigation Jump to search
m
Removing http links for https.
No edit summary
m (Removing http links for https.)
(26 intermediate revisions by 3 users not shown)
Line 141: Line 141:
         background-color: #f9f9f9;
         background-color: #f9f9f9;
}
}
.blacklinks a{color:#000000;}
.whitelinks a{color:white;}
.whitelinks a{color:white;}
.hiddenrosterlinks a{color:#FCFCFC;}
.hiddenloarosterlinks a{color:#343434;}
.KIAsidebar {
.KIAsidebar {
     border: 1px solid #aaa;
     border: 1px solid #aaa;
Line 150: Line 153:
     font-size: 95%;
     font-size: 95%;
     line-height: 1.5em;
     line-height: 1.5em;
     background-image: url('http://wiki.starbase118.net/wiki/images/d/da/Whitemarble.jpg');
     background-image: url('https://wiki.starbase118.net/wiki/images/d/da/Whitemarble.jpg');
}
}
#KIAsidebar h2,
#KIAsidebar h2,
Line 174: Line 177:
.fleetbook {
.fleetbook {
     border: 1px solid #aaa;
     border: 1px solid #aaa;
     background-color: #f5f5f5;
     background-color: #343434;
     color: #BABABA;
     color: #BABABA;
     margin: 0.5em 0 0.5em 1em;
     margin: 1em;
     padding: 0.2em;
     padding: 0.2em;
     font-size: 95%;
     font-size: 95%;
     line-height: 1.5em;
     line-height: 1.5em;
     background-image: url('http://wiki.starbase118.net/wiki/images/8/89/Blackmarble.jpg');
     background-image: url('https://wiki.starbase118.net/wiki/images/8/89/Blackmarble.jpg');
}
}
#fleetbook a,
#fleetbook a,
Line 214: Line 217:
     font-size: 95%;
     font-size: 95%;
     line-height: 1.5em;
     line-height: 1.5em;
     background-image: url('http://wiki.starbase118.net/wiki/images/d/da/Whitemarble.jpg');
     background-image: url('https://wiki.starbase118.net/wiki/images/d/da/Whitemarble.jpg');
}
}
#whitemarble a,
#whitemarble a,
.fleetbook a {
.whitemarble a {
color:steelblue;
color:steelblue;
}
}
Line 240: Line 243:
margin: 0 0 0 2em;
margin: 0 0 0 2em;
}
}
.wood {
    border: 1px solid #aaa;
    background-color: #343434;
    color: white;
    margin: 1em;
    padding: 0.2em;
    font-size: 95%;
    line-height: 1.5em;
    background-image: url('https://wiki.starbase118.net/wiki/images/2/22/Woodtexture.jpg');
}
#wood a,
.wood a {
color:#0645AD;
}
#wood h2,
.wood h2 {
display: inline;
border: none;
padding: 0;
font-size: 100%;
font-weight: bold;
}
#wood ul,
.wood ul {
list-style-type: none;
list-style-image: none;
padding: 0;
text-align: left;
margin-left: 0;
}
#wood ul ul,
.wood ul ul {
margin: 0 0 0 2em;
}
/* some formatting to help with some use cases */
#darktable td,
.darktable td {
color: white;
background: black;
}
#darktable th,
.darktable th {
color: white;
background: black;
}
#darktable a,
.darktable a{
color: white;
}
#darktable a:visited,
.darktable a:visited{
color: white;
}
/* Hover Box for switching the visibility of the selected item */
.hoverbox { display:inline-block; padding:0em; }
.hoverbox .hoveritem { display:none; margin:0em; padding:0em; }
.hoverbox .hoveritem.selected { display:inline-block; }
.hoverbox:hover .hoveritem { display:inline-block; }
.hoverbox:hover .hoveritem.selected { display:none; }
.hoverbox:hover .hoveritem.selected.overlay { display:inline-block; }
/* Alien fonts */
@font-face {
    font-family: 'Denobulan';
    src: url('https://wiki.starbase118.net/wiki/images/e/e2/DenobulanMedium.eot');
    src: url('https://wiki.starbase118.net/wiki/images/8/88/DenobulanMedium.ttf') format('truetype'),
        url('https://wiki.starbase118.net/wiki/images/f/f5/DenobulanMedium.woff') format('woff'),
        url('https://wiki.starbase118.net/wiki/images/3/3d/DenobulanMedium.woff2') format('woff2'),
        url('https://wiki.starbase118.net/wiki/images/d/d2/DenobulanMedium.svg') format('svg');

Navigation menu