From XastirWiki
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 affect users of the Monobook skin */ /* Background Display */ body { background-image: none; background-color: #FFFFFF;} .portlet { background-color: #FFFFFF; } /* Borders */ #content { border-width: 0px; } .portlet .pBody { border-width: 0px; } #footer { border-top: 1px solid #888888; border-bottom-width: 0px; } #p-navigation, #p-search, #p-tb { border-top: 1px dotted #888888; } /* Links */ a:link { color: #10688E; text-decoration: none; } a:hover { color: #003366; text-decoration: underline; } a:visited { color: #106887; text-decoration: none; } a.new:link { color: #AA0000; text-decoration: none; } a.new:hover { color: #AA0000; text-decoration: underline; } a.external:link {color: #000000; text-decoration: none; } a.external:hover { color: #AA0000; text-decoration: underline; } /* Page Look & Feel */ html,body,p,td,a,li { font: 12px/19px Verdana, "Lucida Grande", "Lucida Sans Unicode", Tahoma, Arial, sans-serif; } h1 { font: bold 24px Helvetica, Arial, sans-serif; color: #EB694A; letter-spacing: -1px; margin: 1.5em 0 0.25em 0; border-bottom: 1px dotted #888888; line-height: 1.1em; padding-bottom: 0.2em; } h2 { font: bold 18px Helvetica, Arial, sans-serif; color: #EB694A; letter-spacing: -1px; margin: 2em 0 0 0; border-bottom: 1px dotted #888888; line-height: 1.1em; padding-bottom: 0.2em; } h3 { font-size: 12px; color: #6F90B5; } h4 { font-size: 12px; color: #6F90B5; } /* Table of Contents */ #toc { float: right; margin: 0 0 1em 1em; border: solid 1px #888888; #EFEFEF; color: #333333; } #toc td { padding: 0.5em; } #toc .tocindent { margin-left: 1em; } #toc .tocline { margin-bottom: 0px; } #toc p { margin: 0; } #toc .editsection { margin-top: 0.7em;} /* Second Line Top Menu Options */ #p-cactions { padding-right: 0px; margin-right: 0px; background-color: #006486; width: 100%; } #p-cactions ul { margin: 0; padding: 0; list-style: none; font-size: 85%; margin-left: 10px; } #p-cactions li { float:left; margin:0; padding:0; text-indent:0; border-width: 0px; } #p-cactions li a { display:block; color:#F7F7F7; font-weight: bold; background-color: #666666; border:solid 1px #DDDDDD; border-width: 0px; border-left-width:1px; text-decoration:none; white-space:nowrap;} #p-cactions li a:hover { background-color: #FFBC2F; color: #66666; } #p-cactions li.selected a { background: #EA7F07; border:none;} #p-cactions li.selected a:hover { color: #000000; } /* Top Menu Options */ #p-personal .pBody { background: #FFFFFF url(http://ultimateLAMP.arabx.com.au/images/bggradient.png) no-repeat top right; } #p-personal li a, #p-personal li a.new { color: #FFFFFF; text-decoration: none; font-weight: bold; } #p-personal li a:hover { color: #E97B00; background-color: transparent; text-decoration: underline; } /* Top Menu Height Adjustments */ #p-personal { height: 62px; } #p-personal .pBody { height: 62px; } #p-cactions { top: 62px; } #content { margin-top: 84px; } /* Minor Things */ #footer { color: #888888; } #bodyContent a[href ^="http://"] { background:inherit !important; padding-right:inherit !important} li#pt-userpage { background: none; } li#pt-mytalk { display: none; } /* Badging */ #p-logo, #p-logo a, #p-logo a:hover { width:100px; height: 52px; } #p-logo { margin-left: 10px; margin-top: 5px; margin-bottom: 5px; } #p-cactions { left: 0px; } #p-cactions ul { margin-left: 180px; }