MediaWiki:Common.css: Difference between revisions

From UFFL Wiki
No edit summary
m (Fix white text in search bar with Timeless skin applied)
 
(3 intermediate revisions by the same user not shown)
Line 1: Line 1:
a { color: #00f; }
#pagewrapper { color: black; }


a:visited { color: #00c; }
body { background: navy; }


a:active { color: #ffa500; }
#pt-userpage a, #pt-preferences a, #pt-watchlist a, #pt-mycontris a, #pt-logout a { color: silver; }
footer a { color: silver; }


a.new, #p-personal a.new { color: #f00; }
/* Making it so you can actually have a full background! */
#mw-page-base { background: transparent; }
#mw-head-base { display: none; }


a.new:visited, #p-personal a.new:visited { color:#c00; }
/* Navigation bar */
#mw-panel ul li a { color: #FFF; }
#p-tb-label { color: #CCC; }
#simpleSearch { color: white; }


p { margin: 0.9em 0em 1em 0em; }
/* sizing and aesthetic styles for searchbox */
div#simpleSearch {
        color: white;
height: 2em;
border: 0;
margin: 0;
padding-left: 0.5em;
}


h1, h2, h3, h4, h5, h6 {
/* sizing and aesthetic styles for search input */
    color: black;
div#simpleSearch #searchInput {
    margin: 0px;
color: #666;
}
padding: 0.5em 0;
height: 1em;
box-sizing: content-box;
}


pre { border: 1px dashed #06f; }
/* styling for the search placeholder text */
div#simpleSearch #searchInput::placeholder {
color: #ddd;
opacity: 0.7;
}


#bodyContent h1, #bodyContent h2, #bodyContent h3, #bodyContent h4, #bodyContent h5,
h3#p-cactions-label { color: silver; }
#article h1, #article h2, #article h3, #article h4, #article h5,
#mw_contentholder h1, #mw_contentholder h2, #mw_contentholder h3, #mw_contentholder h4, #mw_contentholder h5
{
    margin-bottom:0.6em;
}
 
#siteNotice {
    padding: 0.5em;
    margin: 10px;
    border-top: 2px solid #ccc;
    border-bottom: 2px solid #ccc;
    background: #fff;
}
 
#navbox, .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, #bodyContent a.extiw:active,
#article a.extiw, #article a.extiw:active,
#mw_contentholder a.extiw, #mw_contentholder a.extiw:active
{ color: #06f; }
 
#bodyContent a.external, #article a.external, #mw_contentholder a.external { color: #06f; }
 
#preftoc a:active { color: #00c; }
 
#mw-missingsummary { margin-bottom: 1em; padding:1em; background: #ffa; border: 2px solid #dd9; }

Latest revision as of 03:37, 24 January 2021

#pagewrapper { color: black; }

body { background: navy; }

#pt-userpage a, #pt-preferences a, #pt-watchlist a, #pt-mycontris a, #pt-logout a { color: silver; }
footer a { color: silver; }

/* Making it so you can actually have a full background! */
#mw-page-base { background: transparent; }
#mw-head-base { display: none; }

/* Navigation bar */
#mw-panel ul li a { color: #FFF; }
#p-tb-label { color: #CCC; }
#simpleSearch { color: white; }

/* sizing and aesthetic styles for searchbox */
div#simpleSearch {
        color: white;
	height: 2em;
	border: 0;
	margin: 0;
	padding-left: 0.5em;
}

/* sizing and aesthetic styles for search input */
div#simpleSearch #searchInput {
	color: #666;
	padding: 0.5em 0;
	height: 1em;
	box-sizing: content-box;
}

/* styling for the search placeholder text */
div#simpleSearch #searchInput::placeholder {
	color: #ddd;
	opacity: 0.7;
}

h3#p-cactions-label { color: silver; }