Difference between revisions of "MediaWiki:Common.css"
Jump to navigation
Jump to search
m (trying to fix the css) |
m |
||
| Line 219: | Line 219: | ||
body.page-Main_Page h1.firstHeading { display:none; } | body.page-Main_Page h1.firstHeading { display:none; } | ||
| − | .bannerfull { background: # | + | .bannerfull { background: #e0af96 url('/images/9/99/Mainpagebanner.png') no-repeat; height: 130px; width: 1228px; } /* fuck the police */ |
/*Removing the Main Page / Community Portal Title*/ | /*Removing the Main Page / Community Portal Title*/ | ||
Revision as of 19:42, 22 January 2014
/* CSS placed here will be applied to all skins */
/* Global styles */
.centered { text-align: center; }
.clearfix { clear: left; }
/* Infobox styles */
.infobox { float: right; width: 24em; font-size: 88%; background: #f9f9f9; border: 1px solid #ccc; margin: 5px; }
.infobox th { background: #d9d9d9; font-size: small; }
/* Main page styles */
.mainpage { width: 100%; margin-bottom: 4px; border: 1px solid #ccc; background: #f9f9f9; border-collapse: collapse; }
.mainpage th { font-size:85%; text-align: center; background-color: #1c1c1c; color: #ffffff; }
.mainpage td { text-align: center; }
.mainpage td.col2 { background: #fdfdfd; }
.mainpage tr.top td { vertical-align: top; }
.mainpage tr.bold td { font-weight: bold; }
.mainpage tr.maps td { width: 14.2%; }
th.mainhead { text-align: center; background-color: #1c1c1c; color: #ffffff; font-size:11px; }
.events { width: 24em; margin: 0; font-size: 12px; }
div.date { height: 28px; font-size: 9px; padding-right: 10px; }
div.date div.start { position: relative; text-align: right; }
div.date div.end { position: relative; top: -27px; text-align: right; }
/* Ambox styles */
.ambox { margin: 0px 10%; border: 1px solid #aaa; background: #fbfbfb; }
.ambox td.notice { border-left: 10px solid #1e90ff; }
.ambox td.style { border-left: 10px solid #ffcc00; }
.ambox td.content { border-left: 10px solid #f28500; }
.ambox td.delete { border-left: 10px solid #b22222; }
.ambox td.default { border-left: 10px solid #000000; }
.ambox td.image { padding: 0 0.5em }
.ambox td.message { width: 100%; }
.ambox .smalltext { font-size: 95%; }
/* League table styles */
tr.first td { background: #ffdf61; }
tr.second td { background: #cbcbcb; }
tr.third td { background: #c99e69; }
tr.playoffs td { background: #D0F0C0; }
tr.relplayoffs td { background: #FFE6E6; }
tr.relegated td { background: #fcc; }
/* Navbox styles */
.navbox { font-size: 11px; background: #f9f9f9; border: 1px solid #ccc; width: 100%; }
.navbox th { background: #1c1c1c; font-size: 12px; color: #ffffff; }
span.controls { float: left; margin-left: 5px; font-size: 9px; font-weight: normal; color: #fff; }
.navbox th a, .navbox th span.plainlinks a.external, span.controls span.plainlinks a.external { color: #ffffff; }
.navbox th a:hover, .navbox th span.plainlinks a.external:hover, span.controls span.plainlinks a.external:hover { color: #ffffff; text-decoration: underline; }
.navbox th a:visited, .navbox th span.plainlinks a.external:visited, span.controls span.plainlinks a.external:visited { color: #ffffff; }
.navbox td.group { width: 8em; text-align: right; background: #d9d9d9; padding-left: 11.25px; padding-right: 11.25px; }
.navbox td.row1 { background: #fdfdfd; }
/* Map location styles */
.maploc { width: 810px; margin: 0 auto; }
.maploc div.container { width: 800px; position: relative; margin: 0 auto; }
.maploc div.container div.marker { width: 21px; height: 31px; position: absolute; background: url(../images/d/d5/Map_marker.png); z-index: 0; cursor: pointer; }
.maploc div.container div.marker div { width: 160px; height: 20px; position: relative; top: -25px; left: -69px; background-color: white; background-image: linear-gradient( to bottom, white, #eee ); box-shadow: 0px 5px 5px rgba(0,0,0,0.5); text-align: center; font-size: small; border-radius: 10px; display: none; }
.maploc div.container div.marker:hover div { display: block; z-index: 1; }
@media screen and (max-width:1024px) {
.maploc div.container div.marker:active div { display: block; z-index: 1; }
}
/* Brackets */
/* Attribution: Liquipedia */
.bracket {
font-size: 11px;
background: white;
}
.bracket-column {
float: left;
position: relative;
}
.bracket-header {
border-radius: 2px;
border: 1px solid #aaa;
padding: 2px 0 2px 0;
position: relative;
left: 0;
right: 0;
line-height:18px;
margin-bottom: 20px;
text-align: center;
background: #1c1c1c;
color: #ffffff;
}
.bracket-cell-r1 {
height: 36px;
}
.bracket-cell-r2 {
height: 72px;
}
.bracket-cell-r3 {
height: 144px;
}
.bracket-cell-r4 {
height: 288px;
}
.bracket-cell-r5 {
height: 576px;
}
.bracket-cell-r6 {
height: 1152px;
}
.bracket-cell-r7 {
height: 2304px;
}
.bracket-cell-r1, .bracket-cell-r2, .bracket-cell-r3, .bracket-cell-r4, .bracket-cell-r5, .bracket-cell-r6, .bracket-cell-r7 {
position: relative;
}
.bracket-team-top, .bracket-team-bottom, .bracket-player-top, .bracket-player-bottom {
border-radius:0 0 5px 5px;
border:solid #aaa 1px;
position:absolute;
padding: 1px 1px 1px 5px;
min-height:20px;
line-height:18px;
background: #f2f2f2;
left:0;
right:0;
}
.bracket-team-top, .bracket-player-top {
bottom:0;
border-radius:5px 5px 0 0;
}
.bracket-score {
text-align:center;
background:#ebebeb;
border-left:1px solid #aaa;
position:absolute;
line-height:22px;
right:0;
top:0;
bottom:0;
}
.bracket-team-bottom .bracket-score, .bracket-player-bottom .bracket-score {
border-bottom-right-radius: 2px;
}
.bracket-team-top .bracket-score, .bracket-player-bottom .bracket-score {
border-top-right-radius: 2px;
}
.bracket-hover {
-moz-box-shadow: 0 0 2px #000;
-webkit-box-shadow: 0 0 2px #000;
box-shadow: 0 0 2px #000;
border-color: #000;
}
.bracket-game-details {
z-index:100;
width:200px;
padding: 2px 0px;
position:absolute;
display: none;
text-align:center;
border:1px solid #aaa;
background: rgba(242, 242, 242, 0.9);
border-radius: 5px 5px 5px 5px;
box-shadow: 4px 4px 6px #BBBBBB;
}
.bracket-game-details .to-anchor {
display: none;
}
.bracket-icons {
border-top: 1px solid #aaa;
}
.bracket-game .icon {
height: 12px;
width: 12px;
background: url(http://wiki.teamliquid.net/starcraft/images2/c/c5/Bracketinfoicon.png) no-repeat transparent;
z-index: 50;
top: 50%;
margin-top: -6px;
left: 122px;
position: absolute;
display:none;
}
.bracket-game {
position: relative;
}
/* Overrides */
.left { float: left; }
.right { float: right; }
table.wikitable > tr > th, table.wikitable > tr > td, table.wikitable > * > tr > th, table.wikitable > * > tr > td { padding: 0.3em; )
/* This CSS snippet applies to the Top Contributions extension tables only (installed on 31/07) */
.contributionscores-wrapper { }
.contributionscores-title { background-color: #aaaaaa; margin-bottom: 0px; padding-left: .4em; }
.contributionscores .header { background-color: #cccccc; border-bottom: 1px solid #999999; font-weight: bold; }
.contributionscores .odd { background-color: #eeeeee; }
.contributionscores .header td { padding-left: .2em; padding-right: .2em; }
.contributionscores .content { padding-left: .2em; padding-right: .2em; }
/* Main page header code */
#prefcontrol{padding-top:2px;}
#p-search h5, #p-Navigation h5, #p-General_Information h5, #p-Competition h5, #p-StarCraft_II_Strategy h5, #p-TeamLiquid.net h5, #p-tb h5{font-weight:700;text-shadow:#95aabc 0 0 .4px ;}
div.mp-topbanner { width:100%;margin:0 0 6px 0;border:1px solid #ddd;position:relative;height:80px; }
div.mp-title { position:absolute;float:left;display:inline-block;height:80px;top:50%;font-size:162%;margin-top:-24px; }
div.mp-title-links { float:right;font-size: 95%;height:80px; }
div.mp-portal-links { width:100%;font-size:120%;padding:2px 0; }
div.mp-box-header { border:1px solid #BFB1A3;border-width:1px 1px 0;padding:0.1em;text-align:center;margin-bottom:0px; }
div.mp-small-link { font-size:80%;float:right;padding-right:5px;margin-bottom:.1em; }
div.mp-box-content { border:1px solid #BFB1A3;text-align:left;background-color:#fff;margin: 0 0 10px;padding:0.5em; }
div.mw-content-ltr h2 { overflow:hidden; }
table.mptop2 { margin-left:180px; }
pre.mw-code.mw-css { font-size:11px; }
body.page-Main_Page h1.firstHeading { display:none; }
.bannerfull { background: #e0af96 url('/images/9/99/Mainpagebanner.png') no-repeat; height: 130px; width: 1228px; } /* fuck the police */
/*Removing the Main Page / Community Portal Title*/
body.page-Main_Page h1.firstHeading {
display:none;
}
body.page-Comptf:Community_portal h1.firstHeading {
display:none;
}