Difference between revisions of "MediaWiki:Common.css"

From Legion Wiki
Jump to navigationJump to search
(Testing 1-2-3 [Not complete, even if it turns out right])
m
Line 39: Line 39:
 
.postboot_e247_cameo {background:#c6e4ca}
 
.postboot_e247_cameo {background:#c6e4ca}
  
.threeboot_eprime_heading {background:#000080;color:#a0a0ff}
+
.threeboot_eprime_heading {background:#000080;color:#cbcbff}
.threeboot_eprime_outera {background:#cbcbff}
+
.threeboot_eprime_outera {background:#d9d9ff}
 
.threeboot_eprime_reprint {background:#d0ccf4}
 
.threeboot_eprime_reprint {background:#d0ccf4}
 
.threeboot_eprime_cameo {background:#d8d8f0}
 
.threeboot_eprime_cameo {background:#d8d8f0}
  
.elseworlds_heading {background::#808080;color:#cccccc}
+
.elseworlds_heading {background:#808080;color:#cccccc}
 
.elseworlds_outera {background:#e5e5e5}
 
.elseworlds_outera {background:#e5e5e5}
 
.elseworlds_reprint {background:#dadada}
 
.elseworlds_reprint {background:#dadada}
Line 52: Line 52:
 
.cartoon_dcau_outera {background:#fff0af}
 
.cartoon_dcau_outera {background:#fff0af}
  
.cartoon_lsh_heading {background:#ff8000;color:#ffb84f}
+
.cartoon_lsh_heading {background:#ff8000;color:#ffd9a0}
 
.cartoon_lsh_outera {background:#ffd9a0}
 
.cartoon_lsh_outera {background:#ffd9a0}
 
.cartoon_lsh_reprint {background:#ffdec4}
 
.cartoon_lsh_reprint {background:#ffdec4}

Revision as of 19:32, 12 January 2011

/* 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 with old colours */

.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:#8080ff}
.preboot_postc_outera {background:#d5d5ff}
.preboot_postc_reprint {background:#d0e8ff}
.preboot_postc_cameo {background:#d8d8f0}

.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:#cb9056}
.preboot_retro_outera {background:#f3e2c2}
.preboot_retro_reprint {background:#f4e2d2}
.preboot_retro_cameo {background:#e6dcce}

.postboot_postzh_heading {background:#004000;color:#5be85b}
.postboot_postzh_outera {background:#dfffc5}
.postboot_postzh_reprint {background:#d5ffd5}
.postboot_postzh_cameo {background:#d5f4bf}

/* Just to have something to test with, since there's no "old" colours - most distinctly NON-final */
	.postboot_e247_heading {background:#004000;color:#62d970}
	.postboot_e247_outera {background:#d9f7dc}
	.postboot_e247_reprint {background:#ccf4d0}
	.postboot_e247_cameo {background:#c6e4ca}

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

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

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

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

/* 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-topleft: 2em; text-align:center}
.box_header_cell{background:none;display: block; font-family:Gill Sans,Verdana,Helvetica Neue,Helvetica,Helv,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-bottomright: 2em;text-align:center;width:100%}