Notice something wrong, missing, or inadequate? Feel free to edit pages yourself and make use of discussion pages.
Wiki content is created, maintained, and administrated by players. Learn how you can help!

User:Juff/modern.css

From SoDWiki
Jump to navigationJump to search
Reload.png
Note - After saving, you may have to bypass your browser's cache to see the changes. Mozilla / Firefox / Safari: hold Shift while clicking Reload, or press either Ctrl-F5 or Ctrl-R (Command-R on a Macintosh); Konqueror: click Reload or press F5; Opera: clear the cache in Tools → Preferences; Internet Explorer: hold Ctrl while clicking Refresh, or press Ctrl-F5.
/*Testing*/
div.test1{ font-size:90%; background-color: #444; padding: 0.5em 1em; } 
.round{border-radius: 1em; -moz-border-radius: 1em; -webkit-border-radius: 1em; box-shadow: 0.1em 0.1em 0.5em rgba(0,0,0,0.75); -moz-box-shadow: 0.1em 0.1em 0.5em rgba(0,0,0,0.75); -webkit-box-shadow: 0.1em 0.1em 0.5em rgba(0,0,0,0.75);}
.MainPage-title1 {width: 100%; background: transparent;}
.MainPage-title2 {width: 75%; margin: auto; background: #fffae0; border: 1px solid #AAA;}
.MainPage-title3 {background: #fffae0; border: 1px solid #f49941; padding: 5px; margin: 3px; font-weight: bold; font-size: 1.2em; text-align: center;}
.MainPage-bubble {width: 33%; background: #fffae0; border: 1px solid #AAA; vertical-align: top;}
.MainPage-bubbletitle {background: #ffdc88; border: 1px solid #f49941; padding: 5px; margin: 3px; font-weight: bold; text-align: center; font-size: 120%;}
.MainPage-bubbleformat {padding-left: 1em; color: #000;}
.MainPage-mini {background: #ffdc88; border: 1px solid #f49941; padding: 5px; margin: 3px; font-weight: bold; text-align: center; font-size: 120%;}
.floatright {float: right;}