Difference between revisions of "MediaWiki:Common.css"
The Wiki of Unify contains information on clients and devices, communications systems and unified communications. - Unify GmbH & Co. KG is a Trademark Licensee of Siemens AG.
| Line 1: | Line 1: | ||
/** CSS placed here will be applied to all skins */ | /** CSS placed here will be applied to all skins */ | ||
| + | |||
| + | .tagcloud { | ||
| + | width: 98%; | ||
| + | text-align: center; | ||
| + | background-color: #FDFDFD; | ||
| + | border: 1px solid #EEEEEE; | ||
| + | padding: 15px 10px 15px 10px; | ||
| + | } | ||
| + | .tagcloud a { | ||
| + | color: #0052CB; | ||
| + | margin-left: 10px; | ||
| + | margin-right: 10px; | ||
| + | font-weight: bold; | ||
| + | } | ||
Latest revision as of 09:36, 24 April 2008
/** CSS placed here will be applied to all skins */
.tagcloud {
width: 98%;
text-align: center;
background-color: #FDFDFD;
border: 1px solid #EEEEEE;
padding: 15px 10px 15px 10px;
}
.tagcloud a {
color: #0052CB;
margin-left: 10px;
margin-right: 10px;
font-weight: bold;
}



