MediaWiki:Common.css
From syn2cat - HackerSpace.lu
(Difference between revisions)
m |
m |
||
Line 1: | Line 1: | ||
/* CSS placed here will be applied to all skins */ | /* CSS placed here will be applied to all skins */ | ||
+ | |||
/* I deactivated the tagcloud class, because the table already has appropriate styling --[[User:Kwisatz|kwisatz]] */ | /* I deactivated the tagcloud class, because the table already has appropriate styling --[[User:Kwisatz|kwisatz]] */ | ||
/*.tagcloud { | /*.tagcloud { | ||
Line 49: | Line 50: | ||
padding:1em; | padding:1em; | ||
margin:5px 0; | margin:5px 0; | ||
+ | } | ||
+ | |||
+ | .OpenDuino { | ||
+ | width:90%; | ||
+ | height:50px; | ||
+ | border:1px dashed navy; | ||
+ | padding: 20px 5px 0px 40px; | ||
} | } |
Revision as of 15:05, 3 October 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; } /* for div style frontpage */ .FPCBox { border-radius: 10px; -moz-border-radius: 10px; -webkit-border-radius: 10px; -khtml-border-radius: 10px; } .RightBox { float:right; } .LeftBox { float:left; } .TextBox { width:70%; border: 1px solid #cef2e0; padding:1em; margin:5px 0; } .OpenDuino { width:90%; height:50px; border:1px dashed navy; padding: 20px 5px 0px 40px; }