MediaWiki:Common.css

From Kitbooth Wiki: English

(Difference between revisions)
Jump to:navigation, search
 
(11 intermediate revisions not shown)
Line 2: Line 2:
body{
body{
-
background:#e5e5e5 url(background_color.jpg);
+
background:#e5e5e5 url(http://www.kitbooth.com/templates/3base/background_color.jpg);
-
font-size:14px;
+
font-size:17px;
}
}
Line 9: Line 9:
body *{
body *{
font-family: Corbel, Myriad, Arial, sans-serif;
font-family: Corbel, Myriad, Arial, sans-serif;
-
line-height: 16px;
 
-
margin: 0;
 
-
padding: 0;
 
-
color: #424242;
 
-
}
 
-
 
-
body *{
 
-
font-size:1em;
 
}
}
Line 35: Line 27:
}
}
-
h1#firstHeading {
+
/*h1#firstHeading {
font-size: 60px;
font-size: 60px;
line-height: 60px;
line-height: 60px;
}
}
 +
*/
 +
 +
#page-base {
 +
background-image:url(http://www.kitbooth.com/templates/3base/page-fade.png);
 +
background-position:left bottom;
 +
background-repeat:repeat-x;
 +
}
 +
 +
#ca-talk,
 +
#ca-history,
 +
#pt-anonuserpage,
 +
#pt-anontalk{
 +
display:none!important; }

Latest revision as of 18:47, 28 June 2010

/* This is the CSS for all skins (for all users) on Kitboth Wiki. */

body{
	background:#e5e5e5 url(http://www.kitbooth.com/templates/3base/background_color.jpg);
	font-size:17px;
	}

body,
body *{
	font-family: Corbel, Myriad, Arial, sans-serif;
	}
	
sup,
sup *{
	font-size:0.7em;
	line-height:0.7em;
	}
	
a,
a *{
	color: #006ab2;
	text-decoration:none;
	}
	
a:hover{
	text-decoration:underline;
	}

/*h1#firstHeading {
	font-size: 60px;
	line-height: 60px;
	}
*/

#page-base {
	background-image:url(http://www.kitbooth.com/templates/3base/page-fade.png);
	background-position:left bottom;
	background-repeat:repeat-x;
	}

#ca-talk,
#ca-history,
#pt-anonuserpage,
#pt-anontalk{
display:none!important; }
Navigation
Toolbox