Difference between revisions of "MediaWiki:Common.css"
From Sydapedia
Jump to navigationJump to searchGpfontaine (talk | contribs) m |
Gpfontaine (talk | contribs) m |
||
| Line 4: | Line 4: | ||
/* 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: "Comic Sans MS", sans-serif; | |
| − | + | background: #EEDDFF; | |
| − | + | color: #9966ff; | |
| − | + | border-bottom: 1px solid #9966ff; | |
border-top: hidden; | border-top: hidden; | ||
border-right: 1px solid #9966ff; | border-right: 1px solid #9966ff; | ||
border-left: 1px solid #9966ff; | border-left: 1px solid #9966ff; | ||
| − | + | padding: 3px; | |
} | } | ||
| − | |||
| − | |||
/* The Bar above each article (Article, Discuss, Edit, etc...) */ | /* The Bar above each article (Article, Discuss, Edit, etc...) */ | ||
#p-cactions ul li a { | #p-cactions ul li a { | ||
| Line 20: | Line 18: | ||
background: #EEDDFF; | background: #EEDDFF; | ||
color: #9966ff; | color: #9966ff; | ||
| − | + | border-bottom-style: hidden; | |
border-top: 1px solid #669966; | border-top: 1px solid #669966; | ||
border-right: 1px solid #336633; | border-right: 1px solid #336633; | ||
| Line 34: | Line 32: | ||
border-right: 1px solid #00CC00; | border-right: 1px solid #00CC00; | ||
border-left: 1px solid #00ff00; | border-left: 1px solid #00ff00; | ||
| + | } | ||
| + | /* The left navigation section */ | ||
| + | #p-navigation ul { | ||
| + | background: #333333; | ||
| + | color: #FFFFFF; | ||
| + | border-bottom: 1px solid #9966ff; | ||
| + | border-top: 1px solid #9966FF; | ||
| + | border-right: 1px solid #9966ff; | ||
| + | border-left: 1px solid #9966ff; | ||
| + | padding: 0px; | ||
| + | margin: 0px; | ||
| + | list-style-type: none; | ||
} | } | ||
| − | |||
#p-navigation ul li a { | #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-top: 1px solid #9966FF; | ||
border-right: 1px solid #9966ff; | border-right: 1px solid #9966ff; | ||
border-left: 1px solid #9966ff; | border-left: 1px solid #9966ff; | ||
| − | + | padding: 3px; | |
| − | + | list-style-type: none; | |
| − | |||
} | } | ||
/* The left navigation section on hover*/ | /* The left navigation section on hover*/ | ||
#p-navigation ul li:hover a { | #p-navigation ul li:hover a { | ||
| − | + | font-family: "Comic Sans MS", sans-serif; | |
| − | + | background: #CCCCCC; | |
| − | + | color: #FFFFFF; | |
| − | + | border-bottom: 1px solid #00FF00; | |
| − | border-top: 1px solid # | + | border-top: 1px solid #00FF00; |
| − | border-right: 1px solid # | + | border-right: 1px solid #00FF00; |
| − | border-left: 1px solid # | + | border-left: 1px solid #00FF00; |
| − | + | padding: 3px; | |
| − | + | list-style-type: none; | |
| − | + | list-style-position: inside; | |
| − | + | text-decoration: none; | |
} | } | ||
| − | |||
| − | |||
| − | |||
| − | |||
/* Footer at the bottom of the page */ | /* Footer at the bottom of the page */ | ||
#footer { | #footer { | ||
Revision as of 08:39, 13 January 2008
/** CSS placed here will be applied to all skins */
/* 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: #EEDDFF;
color: #9966ff;
border-bottom: 1px solid #9966ff;
border-top: hidden;
border-right: 1px solid #9966ff;
border-left: 1px solid #9966ff;
padding: 3px;
}
/* The Bar above each article (Article, Discuss, Edit, etc...) */
#p-cactions ul li a {
font-family: "Comic Sans MS", sans-serif;
background: #EEDDFF;
color: #9966ff;
border-bottom-style: hidden;
border-top: 1px solid #669966;
border-right: 1px solid #336633;
border-left: 1px solid #669966;
}
/* 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: #00FF00;
border-top: 1px solid #00ff00;
border-right: 1px solid #00CC00;
border-left: 1px solid #00ff00;
}
/* The left navigation section */
#p-navigation ul {
background: #333333;
color: #FFFFFF;
border-bottom: 1px solid #9966ff;
border-top: 1px solid #9966FF;
border-right: 1px solid #9966ff;
border-left: 1px solid #9966ff;
padding: 0px;
margin: 0px;
list-style-type: none;
}
#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: 1px solid #9966ff;
padding: 3px;
list-style-type: none;
}
/* The left navigation section on hover*/
#p-navigation ul li:hover a {
font-family: "Comic Sans MS", sans-serif;
background: #CCCCCC;
color: #FFFFFF;
border-bottom: 1px solid #00FF00;
border-top: 1px solid #00FF00;
border-right: 1px solid #00FF00;
border-left: 1px solid #00FF00;
padding: 3px;
list-style-type: none;
list-style-position: inside;
text-decoration: none;
}
/* Footer at the bottom of the page */
#footer {
background: #ffffff;
color: #9966FF;
border: 1px solid #00FF00;
}