MediaWiki:Common.css
From syn2cat - HackerSpace.lu
(Difference between revisions)
m |
m |
||
Line 22: | Line 22: | ||
.MainPageBG { | .MainPageBG { | ||
− | border-radius: | + | border-radius: 10px; |
− | -moz-border-radius: | + | -moz-border-radius: 10px; |
− | -webkit-border-radius: | + | -webkit-border-radius: 10px; |
− | -khtml-border-radius: | + | -khtml-border-radius: 10px; |
} | } |
Revision as of 15:42, 3 March 2010
/* CSS placed here will be applied to all skins */ /* I deactivated the tagcloud class, because the table already has appropriate styling --[[User:Kwisatz|kwisatz]] */ /*.tagcloud { width: 98%; text-align: center; background-color: #FDFDFD; border: 1px solid #EEEEEE; padding: 15px 10px 15px 10px; }*/ .tagcloud { width: 98%; text-align: center; } .tagcloud a { color: #0052CB; margin-left: 10px; margin-right: 10px; /*font-weight: bold;*/ } .MainPageBG { border-radius: 10px; -moz-border-radius: 10px; -webkit-border-radius: 10px; -khtml-border-radius: 10px; }