Difference between revisions of "MediaWiki:Common.css"
From Sydapedia
Jump to navigationJump to searchGpfontaine (talk | contribs) m |
Gpfontaine (talk | contribs) m |
||
| Line 1: | Line 1: | ||
| − | + | ||
| + | #globalWrapper { | ||
| + | background:#000000; | ||
| + | } | ||
| + | /* Left & Top Column */ | ||
#column-content { | #column-content { | ||
background: #000000; | background: #000000; | ||
| Line 118: | Line 122: | ||
/* Footer at the bottom of the page */ | /* Footer at the bottom of the page */ | ||
#footer { | #footer { | ||
| + | font-family:"Comic Sans MS", sans-serif; | ||
background-color: #000000; | background-color: #000000; | ||
color:#00ff00; | color:#00ff00; | ||
| Line 123: | Line 128: | ||
border-bottom: 1px solid #FFFFFF; | border-bottom: 1px solid #FFFFFF; | ||
margin: 3px; | margin: 3px; | ||
| − | padding: | + | padding: 6px; |
text-align: center; | text-align: center; | ||
font-size:90%; | font-size:90%; | ||
} | } | ||
Revision as of 09:37, 14 January 2008
#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: 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;
}
/* The left navigation section on hover*/
#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%;
}