Difference between revisions of "MediaWiki:Common.css"

(Blanked the page)
Line 1: Line 1:
#footer {display:none;}
 
#bs-nav-tabs {background: rgb(236,31,39);}
 
#bs-nav-sections > div, #bs-left-column #bs-nav-sections.ui-tabs div.ui-tabs-panel {
 
    background: lightgrey;
 
}
 
#searchform button {
 
    cursor: pointer;
 
    padding: 0;
 
    margin: 0;
 
    border: 1px solid rgb(236,31,39);
 
    background-color: rgb(236,31,39);
 
    width: 50px;
 
    height: 33px;
 
    margin-left: -4px;
 
}
 
body.mediawiki #content {
 
    color: black;
 
}
 
}
 
body.mediawiki #content a, body.mediawiki #content #toc a span {
 
    color: #000000;
 
}
 
body.mediawiki #content a, body.mediawiki #content #toc a span {
 
    color: #3e5389;
 
}
 
element.style {
 
    width: 125px;
 
}
 
@media screen
 
a:visited {
 
    color: #000000;
 
}
 
#bs-data-before-content, #bs-data-after-content {
 
    background-color: #FFF;
 
    border-top: 3px solid #000000;
 
    clear: both;
 
}
 
body.mediawiki #content a, body.mediawiki #content #toc a span {
 
    color: #000000;
 
}
 
#bs-left-column #bs-nav-tabs li.ui-tabs-selected a, #bs-left-column #bs-nav-tabs li.ui-state-active a, #bs-left-column #bs-nav-tabs li a:hover {
 
    text-decoration: none;
 
    cursor: pointer;
 
    color: #000000;
 
    background: center bottom no-repeat;
 
}
 
#bs-apps li a {
 
    zoom: 1;
 
    display: block;
 
    height: 32px;
 
    text-align: center;
 
    vertical-align: bottom;
 
    color: rgba(255, 255, 255, 0);
 
    text-decoration: none;
 
    line-height: 32px;
 
    padding: 0 10px;
 
}
 
#left-navigation #p-views #ca-watch, #left-navigation #p-views #ca-unwatch, #right-navigation #p-views #ca-watch, #right-navigation #p-views #ca-unwatch {
 
    margin-top: 7px;
 
    cursor: pointer;
 
    margin-right: 8px;
 
    color: #8B0000;
 
}
 
#bs-statebar-top-item span, .bs-statebar-top-item a, .bs-statebar-top-item a:visited {
 
    color: #000000;
 
}
 
#@media screen
 
a:visited {
 
    color: #000000;
 
}
 
#bs-content-column #left-navigation li.selected a {
 
    color: #000000;
 
    font-weight: bold;
 
}
 
/* TOC float right */
 
#toc {
 
    float:right;
 
    border:1px solid #000000;
 
    border-left:1px solid #000000;
 
    border-bottom:1px solid #000000;
 
    background:transparent;
 
}
 
body.mediawiki h1.firstHeading {
 
    font-size: 00%;
 
}
 
#bs-nav-sections{
 
    width:14% !important;
 
}
 
#bs-content-column, #footer{
 
    margin-left:14% !important;
 
}
 
#bs-wrapper,#bs-menu-top,#bs-application  {
 
    min-width:100% !important;
 
    width:100% !important
 
}
 
#bs-logo a{
 
    width:200px !important;
 
    height: 63px;
 
}
 
#siteNotice, .site-notice {
 
    padding: 10px;
 
    background-color: #DE5233;
 
    border: 1px #b73a3a;
 
}
 
#bs-application {
 
    width: 1222px;
 
    float: left;
 
    clear: none;
 
    padding: 0;
 
    margin-top: -56px;
 
}
 
#bs-flyout #bs-flyout-content > div > h4 {
 
    margin: 0;
 
    text-align: center;
 
    padding: 3px 0;
 
    background-color: black;
 
    color: white;
 
    font-weight: normal;
 
}
 
@import url("/w/index.php?title=MediaWiki:Common.css/Infobox.css&action=raw&ctype=text/css") screen;
 
/* Infobox template style */
 
.infobox {
 
    border: 1px solid #aaa;
 
    border-spacing: 3px;
 
    background-color: #f9f9f9;
 
    color: black;
 
    /* @noflip */
 
    margin: 0.5em 0 0.5em 1em;
 
    padding: 0.2em;
 
    /* @noflip */
 
    float: right;
 
    /* @noflip */
 
    clear: right;
 
    font-size: 88%;
 
    line-height: 1.5em;
 
}
 
.infobox caption {
 
    font-size: 125%;
 
    font-weight: bold;
 
    padding: 0.2em;
 
}
 
.infobox td,
 
.infobox th {
 
    vertical-align: top;
 
    /* @noflip */
 
    text-align: left;
 
}
 
.infobox.bordered {
 
    border-collapse: collapse;
 
}
 
.infobox.bordered td,
 
.infobox.bordered th {
 
    border: 1px solid #aaa;
 
}
 
.infobox.bordered .borderless td,
 
.infobox.bordered .borderless th {
 
    border: 0;
 
}
 
  
.infobox.sisterproject {
 
    width: 20em;
 
    font-size: 90%;
 
}
 
 
.infobox.standard-talk {
 
    border: 1px solid #c0c090;
 
    background-color: #f8eaba;
 
}
 
.infobox.standard-talk.bordered td,
 
.infobox.standard-talk.bordered th {
 
    border: 1px solid #c0c090;
 
}
 
 
/* styles for bordered infobox with merged rows */
 
.infobox.bordered .mergedtoprow td,
 
.infobox.bordered .mergedtoprow th {
 
    border: 0;
 
    border-top: 1px solid #aaa;
 
    /* @noflip */
 
    border-right: 1px solid #aaa;
 
}
 
 
.infobox.bordered .mergedrow td,
 
.infobox.bordered .mergedrow th {
 
    border: 0;
 
    /* @noflip */
 
    border-right: 1px solid #aaa;
 
}
 
 
/* Styles for geography infoboxes, eg countries,
 
  country subdivisions, cities, etc.            */
 
.infobox.geography {
 
    border-collapse: collapse;
 
    line-height: 1.2em;
 
    font-size: 90%;
 
}
 
 
.infobox.geography  td,
 
.infobox.geography  th {
 
    border-top: 1px solid #aaa;
 
    padding: 0.4em 0.6em 0.4em 0.6em;
 
}
 
.infobox.geography .mergedtoprow td,
 
.infobox.geography .mergedtoprow th {
 
    border-top: 1px solid #aaa;
 
    padding: 0.4em 0.6em 0.2em 0.6em;
 
}
 
 
.infobox.geography .mergedrow td,
 
.infobox.geography .mergedrow th {
 
    border: 0;
 
    padding: 0 0.6em 0.2em 0.6em;
 
}
 
 
.infobox.geography .mergedbottomrow td,
 
.infobox.geography .mergedbottomrow th {
 
    border-top: 0;
 
    border-bottom: 1px solid #aaa;
 
    padding: 0 0.6em 0.4em 0.6em;
 
}
 
 
.infobox.geography .maptable td,
 
.infobox.geography .maptable th {
 
    border: 0;
 
    padding: 0;
 
}
 
element.style {
 
    height: 539px;
 
}
 
.infobox {
 
    border: 1px solid black;
 
    border-spacing: 0px;
 
    background-color: #f9f9f9;
 
    color: black;
 
    margin: 0.5em 0 0.5em 1em;
 
    padding: 0.2em;
 
    float: right;
 
    clear: right;
 
    font-size: 88%;
 
    line-height: 1.5em;
 
}
 
.delete-this-button {
 
    flush: left !important;
 
    display: inline-block;
 
    bottom: 0;
 
    color: red !important;
 
    cursor: pointer;
 
}
 
.StatusCake {
 
    width: 70% !important;
 
}
 
#bs-nav-sections {
 
    position: absolute;
 
    top: 117px;
 
}
 
.bs-statebar-top-item {
 
    display: none;
 
}
 
#bs-data-after-content .ui-state-default, #bs-data-after-content .ui-widget-content, #bs-data-after-content .ui-widget-content .ui-state-default, #bs-data-after-content .ui-widget-header .ui-state-default {
 
    display: none;
 
}
 
.bs-authors {
 
display: none;
 
}
 

Revision as of 16:52, 23 November 2016