- This is a personal developmental wiki, it may often be in an unstable or experimental state and the lack of meaningful content on a page is often intentional; however, you can participate. Please: 1) create an account, 2) confirm your e-mail, 3) send Deirdre and e-mail telling her who you are and why you are interested. Thanks, --Deirdre(talk • contribs)
Difference between revisions of "MediaWiki:Common.css"
From DeeDeeswiki
m (test) |
(rm widths for now) |
||
(80 intermediate revisions by the same user not shown) | |||
Line 2: | Line 2: | ||
/* Import Babel style sheet from wikimedia | /* Import Babel style sheet from wikimedia | ||
− | @import url(//svn.wikimedia.org/svnroot/mediawiki/trunk/extensions/Babel/Babel.css); | + | @import url(//svn.wikimedia.org/svnroot/mediawiki/trunk/extensions/Babel/Babel.css);*/ |
− | + | body{ background: #cacaca url("/mw/images/a/a6/Vellum-Doug.png") 0px 0px; padding-right:2em; font: normal 100% arial, sans; color:green; } | |
− | + | ||
+ | #bodyContent{ font:normal 100% adobe-text-pro, Georgia, "Times New Roman", Times, serif; color:444;margin: 0 auto;padding-bottom:10em; padding-top:3em;} | ||
+ | div #bodyContent p{line-height:1.75} | ||
+ | |||
+ | /*min-width:30em; max-width:35em; -this works but makes the mainpage also have tiny margins, need to use js */ | ||
+ | |||
+ | {color:green;} | ||
+ | |||
+ | /*{ | ||
+ | position:relative; | ||
+ | font-size: 127%; | ||
+ | width: 900px; | ||
+ | margin-left:auto; | ||
+ | margin-right:auto; | ||
+ | padding: 0; | ||
+ | }*/ |
Latest revision as of 18:58, 25 February 2013
/* CSS placed here will be applied to all skins */
/* Import Babel style sheet from wikimedia
@import url(//svn.wikimedia.org/svnroot/mediawiki/trunk/extensions/Babel/Babel.css);*/
body{ background: #cacaca url("/mw/images/a/a6/Vellum-Doug.png") 0px 0px; padding-right:2em; font: normal 100% arial, sans; color:green; }
#bodyContent{ font:normal 100% adobe-text-pro, Georgia, "Times New Roman", Times, serif; color:444;margin: 0 auto;padding-bottom:10em; padding-top:3em;}
div #bodyContent p{line-height:1.75}
/*min-width:30em; max-width:35em; -this works but makes the mainpage also have tiny margins, need to use js */
{color:green;}
/*{
position:relative;
font-size: 127%;
width: 900px;
margin-left:auto;
margin-right:auto;
padding: 0;
}*/