MediaWiki:Common.css
From syn2cat - HackerSpace.lu
Note: After saving, you may have to bypass your browser's cache to see the changes.
- Firefox / Safari: Hold Shift while clicking Reload, or press either Ctrl-F5 or Ctrl-R (⌘-R on a Mac)
- Google Chrome: Press Ctrl-Shift-R (⌘-Shift-R on a Mac)
- Internet Explorer: Hold Ctrl while clicking Refresh, or press Ctrl-F5
- Opera: Clear the cache in Tools → Preferences
/* 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; } .MainPageBG2 { /* for div style frontpage */ border-radius: 10px; -moz-border-radius: 10px; -webkit-border-radius: 10px; -khtml-border-radius: 10px; } .RightBox { float:right; } .LeftBox { float:right; } .TextBox { width:75%; border: 1px solid #cef2e0; padding:0.5em 0.5em; margin:0px; }