MediaWiki:Common.css

From Sydapedia
Revision as of 09:55, 14 January 2008 by Gpfontaine (talk | contribs)
Jump to navigationJump to search

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: Go to Menu → Settings (Opera → Preferences on a Mac) and then to Privacy & security → Clear browsing data → Cached images and files.

            body {
                background: #000000;
            }
            
            #globalWrapper {
                background: #000000;
            }
            /* Left & Top Column */
            #column-content {
                background: #000000;
                color: #FFFFFF;
            }
            /* The options at the upper right (My talk, My preferences, My watchlist, My contributions, Log out */
            #p-personal ul li a {
                font-family: "Comic Sans MS", sans-serif;
                background: #000000;
                color: #9966ff;
                border-bottom: 1px solid #333333;
                border-top: hidden;
                border-right: 1px solid #333333;
                border-left: 1px solid #333333;
                padding: 2px;
            }
            /* The Bar above each article (Article, Discuss, Edit, etc...) */
            #p-cactions ul li a {
                font-family: "Comic Sans MS", sans-serif;
                background: #FFFFFF;
                color: #9966ff;
                border-bottom-style: hidden;
                border-top: 1px solid #9966ff;
                border-right: 1px solid #9966ff;
                border-left: 1px solid #9966ff;
            }
            /* Same as above, for the selected tabs */
            #p-cactions ul li.selected a {
                font-family: "Comic Sans MS", sans-serif;
                background: #FFFFFF;
                color: #9966FF;
                border-bottom: 1px solid #FFFFFF;
                border-top: 1px solid #9966ff;
                border-right: 1px solid #9966ff;
                border-left: 1px solid #9966ff;
            }
            /* The left navigation section */
            .portlet {
                border: none;
                margin: 0 0 .5em;
                padding: 0;
                float: none;
                width: 11.6em;
                overflow: hidden;
				background:#000000;
            }
            
            .portlet h4 {
                font-size: 95%;
                font-weight: normal;
                white-space: nowrap;
            }
            
            .portlet h5 {
                background: transparent;
                padding: 0 1em 0 .5em;
                display: inline;
				text-align:right;
				color:#00FF00;
                height: 1em;
                text-transform: lowercase;
                font-size: 91%;
                font-weight: normal;
                white-space: nowrap;
            }
            
            .portlet h6 {
                background: #000000;
                border: 1px solid #00ff00;
                border-style: solid solid none solid;
                padding: 0 1em 0 1em;
                text-transform: lowercase;
                display: block;
                font-size: 1em;
                height: 1.2em;
                font-weight: normal;
                white-space: nowrap;
            }
            
            .pBody {
                font-size: 95%;
                background-color: white;
                color: black;
                border-collapse: collapse;
                border: 1px solid #9966ff;
                padding: 0 .8em .3em .5em;
            }
            
            .portlet h1, .portlet h2, .portlet h3, .portlet h4 {
                margin: 0;
                padding: 0;
            }
            
            .portlet ul {
                line-height: 1.5em;
                list-style-type: none;
                list-style-image: none;
                font-size: 95%;
            }
            
            .portlet li {
                padding: 0;
                margin: 0;
            }
            /* -----------Temp */
            /* .portlet {
             border: none;
             margin: 0px;
             padding: 0px;
             float: none;
             text-align: left;
             background: #000000;
             }
             
             #p-navigation {
             margin: 0px;
             padding: 0px;
             background: none;
             border: none;
             }
             
             #p-navigation h5 {
             text-align: right;
             font-family: "Comic Sans MS", sans-serif;
             color: #00FF00;
             background: #000000;
             padding: 2px;
             display: inherit;
             height: auto;
             text-transform: none;
             font-size: 100%;
             font-weight: normal;
             white-space: nowrap;
             font-variant: small-caps;
             }
             
             #p-navigation pBody {
             font-size: 100%;
             background: #333333;
             color: #9966FF;
             font-variant: small-caps;
             border-collapse: separate;
             border: none;
             padding: 0px;
             }
             
             #p-navigation ul {
             text-align: left;
             background: #000000;
             border-color: #000000;
             padding: 0px;
             margin: 0px;
             list-style-type: none;
             list-style-image: none;
             line-height: normal;
             }
             
             #p-navigation ul li a {
             font-family: "Comic Sans MS", sans-serif;
             background: #333333;
             color: #FFFFFF;
             border-bottom: 1px solid #9966ff;
             border-top: 1px solid #9966FF;
             border-right: 1px solid #9966ff;
             border-left: hidden;
             padding: 3px;
             margin: 0px;
             list-style-type: none;
             font-variant: small-caps;
             }
              
            #p-navigation ul li:hover a {
                font-family: "Comic Sans MS", sans-serif;
                background: #333333;
                color: #9966ff;
                border-bottom: 1px solid #00FF00;
                border-top: 1px solid #00FF00;
                border-right: 1px solid #00FF00;
                border-left: hidden;
                padding: 3px;
                margin: 0px;
                list-style-type: none;
                text-decoration: none;
                font-variant: small-caps;
            }
            
            */
			
            /* Footer at the bottom of the page */
            #footer {
                font-family: "Comic Sans MS", sans-serif;
                background-color: #000000;
                color: #00ff00;
                border-top: 1px solid #FFFFFF;
                border-bottom: 1px solid #FFFFFF;
                margin: 3px;
                padding: 6px;
                text-align: center;
                font-size: 90%;
            }