Difference between revisions of "MediaWiki:Common.css"

From NSWiki
Jump to: navigation, search
(Replaced content with "/*.row.main-banner-row { margin: 0; border-width: 0px; line-height: 120%; border-style: solid; background-color: white; position: relative; box-shadow: 0px 1px 2px...")
 
(26 intermediate revisions by 3 users not shown)
Line 1: Line 1:
/* CSS placed here will be applied to all skins */
+
/*.row.main-banner-row {
#p-logo {
+
margin: 0;
z-index: 50;
+
border-width: 0px;
position: absolute; /*needed to use z-index */
+
line-height: 120%;
top: 0;
+
border-style: solid;
left: 0;
+
background-color: white;
width: 100px;
+
position: relative;
overflow: visible;
+
box-shadow: 0px 1px 2px #999;
        background-image: url('http://nswiki.org/images/2/2b/Nswikilogosmall.png');
+
background-image: url('/logos/nswikibg.png');
 +
background-position: left center;
 +
background-repeat: no-repeat;
 +
text-align: center;
 +
font-size: small;
 +
color: #333;
 +
font-size: 175%;
 +
padding: 2em;
 
}
 
}
 +
*/

Latest revision as of 00:56, 3 December 2015

/*.row.main-banner-row {
	margin: 0;
	border-width: 0px;
	line-height: 120%;
	border-style: solid;
	background-color: white;
	position: relative;
	box-shadow: 0px 1px 2px #999;
	background-image: url('/logos/nswikibg.png');
	background-position: left center;
	background-repeat: no-repeat;
	text-align: center;
	font-size: small;
	color: #333;
	font-size: 175%;
	padding: 2em;
}
*/