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: | ||
| − | + | /* Left & Top Column */ | |
#column-content { | #column-content { | ||
background: #000000; | background: #000000; | ||
| Line 6: | Line 6: | ||
/* The options at the upper right (My talk, My preferences, My watchlist, My contributions, Log out */ | /* The options at the upper right (My talk, My preferences, My watchlist, My contributions, Log out */ | ||
#p-personal ul li a { | #p-personal ul li a { | ||
| − | font-family: " | + | font-family: "Trebuchet", sans-serif; |
background: #333333; | background: #333333; | ||
color: #9966ff; | color: #9966ff; | ||
| Line 14: | Line 14: | ||
border-left: 3px double #9966ff; | border-left: 3px double #9966ff; | ||
padding: 3px; | padding: 3px; | ||
| + | font-stretch:extra-condensed; | ||
font-variant:small-caps; | font-variant:small-caps; | ||
| − | + | ||
} | } | ||
/* The Bar above each article (Article, Discuss, Edit, etc...) */ | /* The Bar above each article (Article, Discuss, Edit, etc...) */ | ||
Revision as of 15:39, 13 January 2008
/* 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: "Trebuchet", sans-serif;
background: #333333;
color: #9966ff;
border-bottom: 3px double #9966ff;
border-top: hidden;
border-right: 3px double #9966ff;
border-left: 3px double #9966ff;
padding: 3px;
font-stretch:extra-condensed;
font-variant:small-caps;
}
/* 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: 3px double #9966ff;
border-right: 3px double #9966ff;
border-left: 3px double #9966ff;
font-variant:small-caps;
}
/* Same as above, for the selected tabs */
#p-cactions ul li.selected a {
font-family: "Comic Sans MS", sans-serif;
font-variant:small-caps;
background: #FFFFFF;
color: #9966FF;
border-bottom: 3px solid #FFFFFF;
border-top: 3px double #9966ff;
border-right: 3px double #9966ff;
border-left: 3px double #9966ff;
}
/* The left navigation section */
.portlet {
border: none;
margin: 0px;
padding: 0;
float: none;
text-align: left;
}
#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: none;
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-color: #333333;
color: #9966FF;
font-variant:small-caps;
border-collapse: separate;
border: none;
padding: 0px;
}
#p-navigation ul {
text-align: left;
background: #333333;
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;
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;
list-style-type: none;
list-style-position: inside;
text-decoration: none;
font-variant:small-caps;
}
/* Footer at the bottom of the page */
#footer {
background: #ffffff;
color: #9966FF;
border: 1px solid #00FF00;
font-variant:small-caps;
}