MediaWiki:Common.css

From MedITEX - Wiki

(Difference between revisions)
Jump to: navigation, search
 
Line 1: Line 1:
<p>/* CSS placed here will be applied to all skins */</p>
+
<p>/* CSS placed here will be applied to all skins */ a {   text-decoration: none;   color: red;  font-weight: bold;  }</p>
<pre>a {  
+
  text-decoration: none;  
+
  color: red;
+
   font-weight: bold;
+
   }
+
</pre>
+

Revision as of 11:21, 24 September 2012

<p>/* CSS placed here will be applied to all skins */  a {    text-decoration: none;    color: red;   font-weight: bold;   }</p>