Difference between revisions of "MediaWiki:Common.css"
Jump to navigation
Jump to search
Wikimaster (talk | contribs) |
m |
||
Line 83: | Line 83: | ||
font-weight: bold; | font-weight: bold; | ||
} | } | ||
/* TABLE: WIKI-SIDEBAR */ | |||
table.sidebar { | |||
background-color: #f7f7f7; | |||
border: 1px solid #000000; | |||
border-collapse:collapse; | |||
font-size: 95%; | |||
color: #000000; | |||
clear: right; | |||
float: right; | |||
width: 200px; | |||
margin-left: 1.5em; | |||
margin-right: 0em; | |||
} | |||
table.sidebar tr th { | |||
background-color: #c7c7c7; | |||
border: 1px outset #000000; | |||
text-align: center; | |||
font-weight: bold; | |||
} | |||
table.sidebar tr.header th.header { | |||
background-color: #c7c7c7; | |||
border: 1px outset #000000; | |||
text-align: center; | |||
font-weight: bold; | |||
} | |||
table.sidebar td.class { | |||
background-color: #454a67; | |||
border-collapse: collapse; | |||
font-variant: small-caps; | |||
color: #aecdee; | |||
margin: 1em 0 0 1em; | |||
line-height: 130%; | |||
font-weight: bold; | |||
text-align: center; | |||
border: 1px outset #000000; | |||
} | |||
table.sidebar td.class a:link { | |||
color: #aecdee !important; | |||
text-decoration: none; | |||
} | |||
table.sidebar td.class a:hover { | |||
color: #ffffff !important; | |||
text-decoration: none; | |||
} | |||
table.sidebar td.classname { | |||
background-color: #f7f7f7; | |||
border-collapse: collapse; | |||
font-variant: small-caps; | |||
color: #000000; | |||
margin: 1em 0 0 1em; | |||
line-height: 140%; | |||
font-weight: bold; | |||
text-align: center; | |||
border: 1px outset #000000; | |||
} | |||
table.sidebar td.film { | |||
background-color: #c7c7c7; | |||
border-collapse: collapse; | |||
font-variant: small-caps; | |||
color: #000000; | |||
margin: 1em 0 0 1em; | |||
line-height: 130%; | |||
font-weight: bold; | |||
text-align: center; | |||
border: 1px outset #000000; | |||
} | |||
table.sidebar td.image { | |||
background-color: #000000; | |||
color: #aecdee; | |||
text-align: center; | |||
border: 1px outset #000000; | |||
} | |||
table.sidebar td.name { | |||
background-color: #f7f7f7; | |||
border-collapse: collapse; | |||
font-variant: small-caps; | |||
font-size: 140%; | |||
color: #000000; | |||
margin: 1em 0 0 1em; | |||
line-height: 130%; | |||
font-weight: bold; | |||
text-align: center; | |||
border: 1px outset #000000; | |||
} | |||
table.sidebar td.arc { | |||
border-collapse: collapse; | |||
font-variant: small-caps; | |||
font-size: 100%; | |||
color: #000000; | |||
margin: 1em 0 0 1em; | |||
line-height: 130%; | |||
font-weight: bold; | |||
text-align: center; | |||
border: 1px outset #000000; | |||
} | |||
table.sidebar td.left { | |||
background-color: #454a67; | |||
color: #aecdee; | |||
line-height: 130%; | |||
text-align: right; | |||
border: 1px outset #000000; | |||
} | |||
table.sidebar td.left a:link { | |||
color: #ffffff; | |||
text-decoration: none; | |||
} | |||
table.sidebar td.left a:hover { | |||
color: #aecdee; | |||
text-decoration: none; | |||
} | |||
table.sidebar td.right { | |||
background-color: #f7f7f7; | |||
color: #000000; | |||
line-height: 130%; | |||
text-align: left; | |||
border: 1px outset #000000; | |||
} | |||
table.sidebar td.righta { | |||
background-color: #f7f7f7; | |||
color: #000000; | |||
line-height: 130%; | |||
text-align: left; | |||
border: 1px outset #000000; | |||
} | |||
table.sidebar td.rightb { | |||
background-color: #c7c7c7; | |||
color: #000000; | |||
line-height: 130%; | |||
text-align: left; | |||
border: 1px outset #000000; | |||
} | |||
/* DEPRECATED: Use td.left instead! */ | |||
table.wiki-sidebar td.odd { | |||
width: 35%; | |||
font-weight: bold; | |||
text-align: right; | |||
} | |||
table.wiki-sidebar td.sb-both { | |||
text-align: center; | |||
padding-left: 0; | |||
padding-right: 0; | |||
} | |||
table.wiki-sidebar td.sb-both img { | |||
display:block; | |||
/*force new line after img in sidebar */ | |||
border: 0px outset #aaaaaa; | |||
margin: 0; | |||
padding-left: 0; | |||
padding-right: 0; | |||
} | |||
table.wiki-sidebar td.sb-left { | |||
width: 35%; | |||
font-weight: bold; | |||
text-align: right; | |||
background-color: #f7f7f7; | |||
border: 0px outset #aaaaaa; | |||
} | |||
table.wiki-sidebar td.sb-right { | |||
background-color: #f7f7f7; | |||
#nav li a { | #nav li a { |
Revision as of 02:57, 13 September 2016
/* CSS placed here will be applied to all skins */
body {
/* background-color: #bb1100; */
background-color: #000;
color: #fff;
}
p {
color: #fff;
}
div#mw-head {
/* background-color: #bb1100; */
background-color: #000;
}
div#mainContent, div#side, div#footer {
background-color: #000;
}
div.vectorTabs span > a {
/* background-color: #bb1100; */
background-color: #000;
color: #999900;
}
div.vectorTabs {
background-image: none;
background-color: #ffff00;
}
div.vectorMenu h3 a {
background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAEAAACMCAIAAAAyWVTYAAAACXBIWXMAAAsTAAALEwEAmpwYAAAAB3RJTUUH3gkSEjAndg7eHAAAABRJREFUKM9j+P+fgYmBYRSPYqIwAIsuAxUaCAlMAAAAAElFTkSuQmCC);
}
div#content {
color: #fff;
background-color: #000;
border-color: #ffff00;
}
#mw-panel.collapsible-nav .portal {
background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAIwAAAABCAIAAACDjNFvAAAACXBIWXMAAAsTAAALEwEAmpwYAAAAB3RJTUUH3gkSEjYnIFR5mgAAABBJREFUGNNj/P+fYRQMcgAARzACALHHhMYAAAAASUVORK5CYII=);
}
h1, h2, h3, h4, h5, h6 {
border-color: #ffff00;
}
h1, h2, h3, h4 {
color: #bb1100;
}
div#mw-panel div.portal div.body ul li a, a {
color: #999900;
}
div#mw-panel div.portal div.body ul li a:visited, a:visited {
color: #999900;
}
div.vectorTabs li.selected a, div.vectorTabs li.selected a:visited {
color: #A8A8A8;
}
div.editOptions {
color: #333;
}
div.editOptions a:visited {
color: #bb1100;
}
table.wikitable {
background-color: #000;
color: #fff;
}
table.wikitable thead tr th, table.wikitable tbody tr th {
/* background-color: #c10b00; */
background-color: #333;
color: #fff;
font-weight: bold;
}
/* TABLE: WIKI-SIDEBAR */
table.sidebar {
background-color: #f7f7f7;
border: 1px solid #000000;
border-collapse:collapse;
font-size: 95%;
color: #000000;
clear: right;
float: right;
width: 200px;
margin-left: 1.5em;
margin-right: 0em;
}
table.sidebar tr th {
background-color: #c7c7c7;
border: 1px outset #000000;
text-align: center;
font-weight: bold;
}
table.sidebar tr.header th.header {
background-color: #c7c7c7;
border: 1px outset #000000;
text-align: center;
font-weight: bold;
}
table.sidebar td.class {
background-color: #454a67;
border-collapse: collapse;
font-variant: small-caps;
color: #aecdee;
margin: 1em 0 0 1em;
line-height: 130%;
font-weight: bold;
text-align: center;
border: 1px outset #000000;
}
table.sidebar td.class a:link {
color: #aecdee !important;
text-decoration: none;
}
table.sidebar td.class a:hover {
color: #ffffff !important;
text-decoration: none;
}
table.sidebar td.classname {
background-color: #f7f7f7;
border-collapse: collapse;
font-variant: small-caps;
color: #000000;
margin: 1em 0 0 1em;
line-height: 140%;
font-weight: bold;
text-align: center;
border: 1px outset #000000;
}
table.sidebar td.film {
background-color: #c7c7c7;
border-collapse: collapse;
font-variant: small-caps;
color: #000000;
margin: 1em 0 0 1em;
line-height: 130%;
font-weight: bold;
text-align: center;
border: 1px outset #000000;
}
table.sidebar td.image {
background-color: #000000;
color: #aecdee;
text-align: center;
border: 1px outset #000000;
}
table.sidebar td.name {
background-color: #f7f7f7;
border-collapse: collapse;
font-variant: small-caps;
font-size: 140%;
color: #000000;
margin: 1em 0 0 1em;
line-height: 130%;
font-weight: bold;
text-align: center;
border: 1px outset #000000;
}
table.sidebar td.arc {
border-collapse: collapse;
font-variant: small-caps;
font-size: 100%;
color: #000000;
margin: 1em 0 0 1em;
line-height: 130%;
font-weight: bold;
text-align: center;
border: 1px outset #000000;
}
table.sidebar td.left {
background-color: #454a67;
color: #aecdee;
line-height: 130%;
text-align: right;
border: 1px outset #000000;
}
table.sidebar td.left a:link {
color: #ffffff;
text-decoration: none;
}
table.sidebar td.left a:hover {
color: #aecdee;
text-decoration: none;
}
table.sidebar td.right {
background-color: #f7f7f7;
color: #000000;
line-height: 130%;
text-align: left;
border: 1px outset #000000;
}
table.sidebar td.righta {
background-color: #f7f7f7;
color: #000000;
line-height: 130%;
text-align: left;
border: 1px outset #000000;
}
table.sidebar td.rightb {
background-color: #c7c7c7;
color: #000000;
line-height: 130%;
text-align: left;
border: 1px outset #000000;
}
/* DEPRECATED: Use td.left instead! */
table.wiki-sidebar td.odd {
width: 35%;
font-weight: bold;
text-align: right;
}
table.wiki-sidebar td.sb-both {
text-align: center;
padding-left: 0;
padding-right: 0;
}
table.wiki-sidebar td.sb-both img {
display:block;
/*force new line after img in sidebar */
border: 0px outset #aaaaaa;
margin: 0;
padding-left: 0;
padding-right: 0;
}
table.wiki-sidebar td.sb-left {
width: 35%;
font-weight: bold;
text-align: right;
background-color: #f7f7f7;
border: 0px outset #aaaaaa;
}
table.wiki-sidebar td.sb-right {
background-color: #f7f7f7;
#nav li a {
background-color: #000000;
border-top: none;
border-left: 1px solid #ddd;
}
body {
background: #000;
}