Difference between revisions of "MediaWiki:Common.css"
From CrowdSociety
Line 28: | Line 28: | ||
html,body,p,td,a,li | html,body,p,td,a,li | ||
− | { font: 12px Times New Roman, "Courier New", "Courier", "Typewriter", serif; } | + | { font: slanted 12px Times New Roman, "Courier New", "Courier", "Typewriter", serif; } |
h1 { font: 24px Helvetica, Arial, sans-serif; color: #000000; letter-spacing: 0.3px; | h1 { font: 24px Helvetica, Arial, sans-serif; color: #000000; letter-spacing: 0.3px; | ||
margin: 1.5em 0 0.25em 0; | margin: 1.5em 0 0.25em 0; | ||
− | border-bottom: | + | border-bottom: 0px line #000000; line-height: 1.1em; padding-bottom: 0.6em; } /* edit 0px to see a line */ |
h2 { font: 18px Helvetica, Arial, sans-serif; color: #000000; letter-spacing: 0.1px; | h2 { font: 18px Helvetica, Arial, sans-serif; color: #000000; letter-spacing: 0.1px; | ||
margin: 2em 0 0 0; | margin: 2em 0 0 0; | ||
− | border-bottom: | + | border-bottom: 0px line #000000; line-height: 1.1em; padding-bottom: 0.6em; } /* edit 0px to see a line */ |
h3 { font-size: 12px; color: #000000; } | h3 { font-size: 12px; color: #000000; } | ||
h4 { font-size: 12px; color: #000000; } | h4 { font-size: 12px; color: #000000; } |
Revision as of 00:23, 10 December 2014
/* To change the background colors of only the text areas of all the pages */ body{background-image:none; color: #ffffff} .portlet { background-color: #FFFFFF} #article {background-color:#ffffff} #articleFooter {background-color:#ffffff} /* To change the size of the whitespace abouve an article's title */ #siteNotice { margin-top: 95px; margin-bottom: 1em;} /* Erase borders */ #content { border-width: 0px; } .portlet .pBody { border-width: 0px; } #footer { border-top: 1px solid #000000; border-bottom-width: 0px; } /* CHANGES OF LINKS COLORS */ a:link { color: #000000; text-decoration: underline; } a:hover { color: #000000; text-decoration: line-through; } a:visited { color: #282828; text-decoration: line-through; } a.new:link { color: #AAFF77; text-decoration: underline; } a.new:hover { color: #000000; text-decoration: line-through; } /* Headlines and Body - Styling */ html,body,p,td,a,li { font: slanted 12px Times New Roman, "Courier New", "Courier", "Typewriter", serif; } h1 { font: 24px Helvetica, Arial, sans-serif; color: #000000; letter-spacing: 0.3px; margin: 1.5em 0 0.25em 0; border-bottom: 0px line #000000; line-height: 1.1em; padding-bottom: 0.6em; } /* edit 0px to see a line */ h2 { font: 18px Helvetica, Arial, sans-serif; color: #000000; letter-spacing: 0.1px; margin: 2em 0 0 0; border-bottom: 0px line #000000; line-height: 1.1em; padding-bottom: 0.6em; } /* edit 0px to see a line */ h3 { font-size: 12px; color: #000000; } h4 { font-size: 12px; color: #000000; }