MediaWiki:Monobook.css: Unterschied zwischen den Versionen

Aus InfoWissWiki - Das Wiki der Informationswissenschaft
Zur Navigation springen Zur Suche springen
Zeile 10: Zeile 10:
 
code {
 
code {
 
   font-weight: bold;
 
   font-weight: bold;
 +
}
 +
 +
h1 {
 +
  font-size: 100px;
 
}
 
}

Version vom 22. Dezember 2005, 15:01 Uhr

/** Do not force 'lowercase' */
.portlet h5,
.portlet h6,
#p-personal ul,
#p-cactions li a {
	text-transform: none;
}


code {
   font-weight: bold;
}

h1 {
   font-size: 100px;
}