User:Admin/monobook.css
From Ars Magica
Note: After saving, you may have to bypass your browser's cache to see the changes. Mozilla / Firefox / Safari: hold down Shift while clicking Reload, or press Ctrl-Shift-R (Cmd-Shift-R on Apple Mac); IE: hold Ctrl while clicking Refresh, or press Ctrl-F5; Konqueror:: simply click the Reload button, or press F5; Opera users may need to completely clear their cache in Tools→Preferences.
/* THIS LOOKS CRAZY - I'm just labelling bits and pieces prior to making a design! */ /* Display text below main article header, located at MediaWiki:tagline */ #siteSub { display: inline; font-size: 90%; font-weight: normal; font-style: italic; } /* Modifying Pre tags so they work more nicely */ pre { overflow: auto; border: 1px solid #aaa } /* Modifying the body in order to add background */ body { background-color: black; background: transparent; } /* End of Body */ /* Logo */ /*#p-logo { z-index: 3; position: absolute; /*needed to use z-index */ top: 10px; left: 12px; height: 150px; width: 12em; overflow: visible; } #p-logo h5 { display: none; } #p-logo a, #p-logo a:hover { display: block; height: 155px; width: 12.2em; background-repeat: no-repeat; background-position: 35% 50% !important; text-decoration: none; background-color: white; }*/ /* End of Logo */ /* Sidebar */ /* sidebar heading text */ /* LI and UL do the same atm */ .portlet UL { background-color: green; color: green; background: #090909 url("http://images.wikia.com/arsmagica/images/9/9a/Parchment1.jpg"); } } .portlet LI { background-color: green; color: blue; } .portlet h5 { background-color: #e0e3e6; color: red; font: 90% "new century schoolbook", serif; border: thin solid silver; text-transform: capitalize; background: #090909 url("http://images.wikia.com/arsmagica/images/9/9a/Parchment1.jpg"); } /* sidebar links */ .portlet a { color: brown; background-color: yellow; background: #090909 url("http://images.wikia.com/arsmagica/images/9/9a/Parchment1.jpg"); } /* sidebar boxes backgrounds */ .portlet { background-color: red; background: #090909 url("http://images.wikia.com/arsmagica/images/9/9a/Parchment1.jpg"); } .pBody { background-color: red; background: #090909 url("http://images.wikia.com/arsmagica/images/9/9a/Parchment1.jpg"); } /* End of Sidebar */ /* Personal Bar */ /* personal bar link colours */ #p-personal { a color: brown; background: #090909 url("http://images.wikia.com/arsmagica/images/9/9a/Parchment1.jpg"); } /* End of Personal Bar */ /* Tabs at top of page */ /* tab bar box background */ #p-cactions { background-color: blue; background: #090909 url("http://images.wikia.com/arsmagica/images/9/9a/Parchment1.jpg"); } /* tab bar box background */ #p-cactions a { color: brown; } /* End of Tabs */ /* COMMENTED OUT CODE */ /* #p-cactions ul li a { background-color: #333333; color: #FFFFFF; } #p-personal a:hover { background-color: transparent !important; } #p-navigation a { display: inline; } p-tb footer f-poweredbyico f-list */