MediaWiki:Common.css
From MedITEX - Wiki
(Difference between revisions)
Line 2: | Line 2: | ||
font-family: Verdana, Geneva, Arial, Helvetica, sans-serif; | font-family: Verdana, Geneva, Arial, Helvetica, sans-serif; | ||
font-size: 80pt; | font-size: 80pt; | ||
− | color: | + | color: green; |
padding-top: 12px; | padding-top: 12px; | ||
padding-bottom: 3px; | padding-bottom: 3px; | ||
}</code></pre> | }</code></pre> |
Revision as of 12:38, 24 September 2012
<pre><code>h2 { font-family: Verdana, Geneva, Arial, Helvetica, sans-serif; font-size: 80pt; color: green; padding-top: 12px; padding-bottom: 3px; }</code></pre>