MediaWiki:Common.css: Difference between revisions

From UFFL Wiki
 
m (Fix white text in search bar with Timeless skin applied)
 
(6 intermediate revisions by the same user not shown)
Line 1: Line 1:
/* CSS placed here will be applied to all skins */
#pagewrapper { color: black; }


/* make the background behind the content area and the tabs a light grey */
body { background: navy; }
#content, #content table
#p-cactions ul li a { background: silver; }


/* brighten color of links to work with book background set below */
#pt-userpage a, #pt-preferences a, #pt-watchlist a, #pt-mycontris a, #pt-logout a { color: silver; }
:link { color: #000000; }
footer a { color: silver; }
:link:visited { color: #008800; }
:link:active, :link.new { color: #FF0000; }
:link.interwiki, :link.external { color: #FFF; }
:link.stub { color: #772233; }


/* replace the book in the background with something else */
/* Making it so you can actually have a full background! */
body { background: black; }
#mw-page-base { background: transparent; }
#mw-head-base { display: none; }


/* Header */
/* 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; }

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; }