MediaWiki:Monobook.css: Difference between revisions

From Halopedia, the Halo wiki

No edit summary
No edit summary
Line 4: Line 4:
     font-size: 10px;
     font-size: 10px;
     font-family: verdana;
     font-family: verdana;
    background: #EAEAEA url(/images/haloreachbg.jpg) repeat;
}
}



Revision as of 02:37, July 14, 2010

/* CSS placed here will affect users of the Monobook skin */
 
body {
    font-size: 10px;
    font-family: verdana;
    background: #EAEAEA url(/images/haloreachbg.jpg) repeat;
}

a { color: #00f; }

a:visited { color: #00c; }

a:active { color: orange; }

#p-personal a.new { color: #f00; }

#p-personal a.new:visited { color:#c00; }

li#pt-userpage,
li#pt-anonuserpage,
li#pt-login {
    background: url(/images/smallchief.gif) top left no-repeat;
    padding-left: 16px;
    line-height: 16px;
}

p { margin: 0.9em 0em 1em 0em; }

h1, h2, h3, h4, h5, h6 {
    color: black;
    margin: 0px;
}

pre { border: 1px dashed #06f; overflow: auto; }

#file img { background: url(/images/Checker-16x16.png) repeat; }

#bodyContent h1, #bodyContent h2, #bodyContent h3, #bodyContent h4, #bodyContent h5 {
    margin-bottom:0.6em;
}

#siteNotice {
    padding: 0.3em;
    margin: 10px;
    border-top: 2px solid #ccc;
    border-bottom: 2px solid #ccc;
    background: #fff;
    font-size: smaller;
    line-height: 90%;
}

#firstHeading {
	margin-top:-3px;
}

.smalltoptext {
    font-size:108%;
    margin-top:18px;
    float:right;
    position:absolute;
    right:1.5em;
    top:0px;
    white-space:nowrap;
}

.catlinks {
    background: #f9f9f9 url(/images/smallchief2.gif) no-repeat center right;
    margin-top: 10px;
}

#navbox { 
    /*border:1px solid #2f6fab;*/
    border: 1px solid #aaaaaa;
    background-color:#f9f9f9;
    padding: 5px;
    font-size: 95%;
    margin-left: 15px;
    margin-bottom: 15px;
}

#bodyContent a.extiw:active { color: #06f; }

#bodyContent a.external { color: #06f; }

#p-personal li a:hover {
    background-color: none;
    text-decoration: underline;
}

#p-cactions li a { color: #00c; }

#p-cactions .new a { color:#c00; }

#preftoc a:active { color: #00c; }

#content {
    margin: 2.8em 0 0 12.2em;
    border: 1px solid #aaaaaa;
    -moz-border-radius: 1em;
    -webkit-border-radius: 1em;
}

#p-cactions {
    left: 11.8em;
}

.portlet {
    width: 11.9em;
}

input.searchButton {
    padding: 0 0.4em !important;
    cursor: pointer;
    background-color: White;
    border: 1px solid #2f6fab; 
    font-weight: normal;
} 

#searchGoButton {
    font-weight: normal;
}

#searchInput {
    border: 1px solid #2f6fab; 
} 

input[type="radio"], input[type="checkbox"] {
    border: none;
}

select {
    border: 1px solid #2f6fab; 
    color: Black;
}

div.thumb {
	border-color: transparent;
}

html .thumbimage {
	background: white;
}

ol.references { font-size: 90%; }
.references-small { font-size: 80%; }
ol.references > li:target { background-color: #ddeeff; }
sup.reference:target { background-color: #ddeeff; }

.references { font-size:92% }

.IntroPageBox {
    background-color: #ffe;
    background-repeat: no-repeat;
    background-position: bottom right;
}

.IntroPageBox div.tright {
    border-color: transparent !important;
}

blockquote {
    border-left: 3px solid #06f;
    margin-left: 2em;
    padding-left: 1em;
}

.oldh3 {font-size: 132%}

.spoiler {
    width:70%;
    padding: 0.2em;
    margin: 10px;
    border-top: 2px solid #ccc;
    border-bottom: 2px solid #ccc;
}

.easywrap {
    width: 100%;
    table-layout: fixed;
    word-wrap: break-word;
    overflow: hidden;
}

#disambig {
    border-top: 3px double #cccccc; 
    border-bottom: 3px double #cccccc;
}

.sigbox {
    background: url(/images/sigboxbg.png) no-repeat top left;
    min-height: 35px;
    min-width: 295px;
}

#p-personal {
    z-index: 6;
}

#f-poweredbyico {
    margin-left: 25px;
    z-index: 0;
}

.right {
    text-align:right;
}

#p-cactions ul li, #p-cactions ul li a, #p-cactions li.selected, #p-cactions li.selected a {  
    -moz-border-radius-topleft: 1em;
    -moz-border-radius-topright: 1em;
    -webkit-border-top-left-radius: 1em;
    -webkit-border-top-right-radius: 1em;
 }

div.pBody {
    -moz-border-radius-topright: 1em;
    -moz-border-radius-bottomright: 1em;
    -webkit-border-top-right-radius: 1em;
    -webkit-border-bottom-right-radius: 1em;
 }

#p-cactions li {
    padding-bottom:1em;
    -moz-border-radius-topleft:.72em!important;
    -moz-border-radius-topright:.72em!important;
    -webkit-border-top-left-radius:.72em!important;
    -webkit-border-top-right-radius:.72em!important;
}

/* Main Page */

body.page-Main_Page h1.firstHeading { display: none; }
body.page-Main_Page #bodyContent { margin-top: 16px; }