MediaWiki:Common.css

From Legion Wiki
Revision as of 11:51, 17 January 2011 by Reboot (talk | contribs) (Undo revision 15471 by Reboot (Talk))
Jump to navigationJump to search

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 Shift-F5 or Shift-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 */

/* +/- colours for recentchanges */

.mw-plusminus-pos { color: #060; }
.mw-plusminus-neg { color: #e10000; }

/* Colour key, currently in beta */

/* Preboot colours */
.preboot_heading {background:#e10000;color:white}

.preboot_prec_heading {background:#e10000;color:#ff8080}
.preboot_prec_outera {background:#ffd5d5}
.preboot_prec_reprint {background:#ffd5f5}
.preboot_prec_cameo {background:#f0d8d8}

.preboot_postc_heading {background:#e10000;color:#e58ce5}
.preboot_postc_outera {background:#f4d5f4}
.preboot_postc_reprint {background:#f7d4f7}
.preboot_postc_cameo {background:#efcdef}

.preboot_5yl_heading {background:#e10000;color:#cc99ff}
.preboot_5yl_outera {background:#e5cfff}
.preboot_5yl_reprint {background:#efcfff}
.preboot_5yl_cameo {background:#ded1ef}

.preboot_retro_heading {background:#e10000;color:#ea9a7e}
.preboot_retro_outera {background:#f5d0c3}
.preboot_retro_reprint {background:#f9dad2}
.preboot_retro_cameo {background:#e6d0ce}

/* Reboot colours */
.reboot_heading {background:#004000;color:white}

.reboot_postzh_heading {background:#004000;color:#5be85b}
.reboot_postzh_outera {background:#dfffc5}
.reboot_postzh_reprint {background:#d5ffd5}
.reboot_postzh_cameo {background:#d5f4bf}

/* Just to have something to test with, since there's no "old" colours - most distinctly NON-final */
	.reboot_e247_heading {background:#004000;color:#69d58d}
	.reboot_e247_outera {background:#d9f7dc}
	.reboot_e247_reprint {background:#ccf4d0}
	.reboot_e247_cameo {background:#c6e4ca}

/* Threeboot colours */
.threeboot_heading {background:#000080;color:white}

.threeboot_eprime_heading {background:#000080;color:#cbcbff}
.threeboot_eprime_outera {background:#d9d9ff}
.threeboot_eprime_reprint {background:#d0ccf4}
.threeboot_eprime_cameo {background:#ccccd8}

/* Elseworlds colours */
.elseworlds_heading {background:#808080;color:white}

.elseworlds_heading_text {background:#808080;color:#cccccc}
.elseworlds_outera {background:#e5e5e5}
.elseworlds_reprint {background:#dadada}
.elseworlds_cameo {background:#e5e5e5}

/* Cartoon colours */
.cartoon_heading {background:#ff8000;color:white}

.cartoon_dcau_heading {background:#ff8000;color:#ffe25f}
.cartoon_dcau_outera {background:#fff0af}

.cartoon_lsh_heading {background:#ff8000;color:#ffc160}
.cartoon_lsh_outera {background:#ffd9a0}
.cartoon_lsh_reprint {background:#ffdec4}

.wiki_heading {background:black;color:white}

.headersmtext {font-size:9pt;font-weight:normal}
.headersmtext a{color:#efefef}
.headersmtext a.new{color:#efefef}

/* Stuff that bloody well should be in the default stylesheet (check what else is missing later...) */

/* wikitable class for skinning normal tables */
table.wikitable, table.wikitable2 {
    margin: 1em 1em 1em 0;
    background: #f9f9f9;
    border: 1px #aaa solid;
    border-collapse: collapse;
}
.wikitable th, .wikitable td, .wikitable2 th, .wikitable2 td {
    border: 1px #aaa solid;
    padding: 0.2em;
}
.wikitable th {
    background: #f2f2f2;
    text-align: center;
}
.wikitable caption, .wikitable2 caption {
    font-weight: bold;
}

/* hide initially collapsed collapsable tables */
table.collapsed tr.collapsable {
	display: none;
}

/* box test */

.box_table{width:85%;text-align:center; margin-left:7.5%; margin-right:7.5%}
.box_header_row{background: black;color: #FFFFFF;display: block; padding: 5px 4px;-moz-border-radius-topleft: 2em;   border-radius: 2em 0 0 0; text-align:center}
.box_header_cell{display: block; font-family:Gill Sans,Helvetica Neue,Helvetica,Helv,Arial,sans-serif;font-size:125%;text-transform: uppercase;text-align:center}
.box_header_cell a{color:yellow}
.box_lower_cell{border: 1px solid black; background: #FFFFcF;   -moz-border-radius-bottomright: 2em;   border-radius: 0 0 2em 0;text-align:center;width:100%}