MediaWiki:Common.css: Difference between revisions

From subvention Wiki
Jump to navigation Jump to search
No edit summary
No edit summary
 
Line 1: Line 1:
#p-logo a { background: url(http://subvention.zooid.org/mediawiki/images/b/ba/Chair3.png) 35% 50% no-repeat !important; }
.splashmain {
.splashmain {
position: absolute;  
position: absolute;  

Latest revision as of 12:00, 15 April 2024

.splashmain {
position: absolute; 
top: 250px; 
float: left;
text-align: center;
}

.hidden {
display: none;
}

.splashmain A:link {
font-size: 310%;
font-style: bold;
}

.splashlinks {
position: absolute;
top: 0px;
float: right;
}

.oclock {
position: absolute;
background-image:url('/ov.png');
background-repeat:no-repeat;
width: 200px;
height: 125px;
}

.olink {
margin-top: 42px;
vertical-align: middle;
text-align: center;
font-size: 110%;
font-style: bold;
}

.oclock1 {
left: 350px; top: 25px;
}

.oclock2 {
left: 500px; top: 150px;
}

.oclock3 {
left: 550px; top: 275px;
}

.oclock4 {
left: 500px; top: 400px;
}

.oclock5 {
left: 350px; top: 525px;
}


.noticebox {
 -moz-border-radius: 1em;
 -webkit-border-radius: 1em;
  background: #cde;
  padding: 5px;
}

.toc {
 -moz-border-radius: 1em;
}

/* make a few corners round, only supported by moz/firefox/other gecko browsers for now */
#p-cactions ul li, #p-cactions ul li a {
        -moz-border-radius: .5em;
        -webkit-border-radius: .5em;
        border: none;
}
#content {
        -moz-border-radius-bottomleft: 1em;
        -moz-border-radius-topleft: 1em;
        -webkit-border-bottom-left-radius: 1em;
        -webkit-border-top-left-radius: 1em;
        border: none;
        min-height: 400px;
}
div.pBody {
        -moz-border-radius-bottomright: 1em;
        -moz-border-radius-topright: 1em;
        -webkit-border-bottom-right-radius: 1em;
        -webkit-border-top-right-radius: 1em;
        background: white;
        border: none;
        padding-top: 4px;
        valign: top;
}

.comments p {
 padding-left: 2.5em;
}

.gpsloc { 
display: none;
}

.weightup {
background: green;
font-weight: bold;
}

.weightdown {
background: orange;
font-weight: bold;
}

th {
font-weight: normal;
}