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: | ||
| − | + | body { | |
| − | |||
background: #000000; | background: #000000; | ||
} | } | ||
| Line 43: | Line 42: | ||
border-left: 1px solid #9966ff; | border-left: 1px solid #9966ff; | ||
} | } | ||
| + | /* 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%; | ||
| + | } | ||
| + | |||
| + | |||
/* The left navigation section */ | /* The left navigation section */ | ||
.portlet { | .portlet { | ||
border: none; | border: none; | ||
| − | margin: 0 | + | margin: 0; |
padding: 0; | padding: 0; | ||
| − | float: | + | float:right; |
width: 11.6em; | width: 11.6em; | ||
overflow: hidden; | overflow: hidden; | ||
| − | + | background: #000000; | |
} | } | ||
| Line 64: | Line 77: | ||
padding: 0 1em 0 .5em; | padding: 0 1em 0 .5em; | ||
display: inline; | display: inline; | ||
| − | + | text-align: right; | |
| − | + | color: #00FF00; | |
height: 1em; | height: 1em; | ||
text-transform: lowercase; | text-transform: lowercase; | ||
| Line 99: | Line 112: | ||
padding: 0; | padding: 0; | ||
} | } | ||
| − | + | ||
| − | |||
| − | |||
.portlet ul { | .portlet ul { | ||
| − | |||
list-style-type: none; | list-style-type: none; | ||
list-style-image: none; | list-style-image: none; | ||
| − | + | list-style-position: inside; | |
font-size: 95%; | font-size: 95%; | ||
| − | |||
| − | |||
} | } | ||
.portlet li { | .portlet li { | ||
margin: 0; | margin: 0; | ||
| − | + | list-style: none; | |
| − | + | list-style-position: inside; | |
| − | + | list-style-image: none; | |
| − | + | background: #000000; | |
| − | + | color: #FFFFFF; | |
| − | + | font-family: "Comic Sans MS", sans-serif; | |
| − | + | border: 1px solid #000000; | |
| − | + | padding: 3px; | |
} | } | ||
| − | + | ||
| − | + | .portlet li a { | |
| − | + | color: #9966FF; | |
| − | + | } | |
| − | + | ||
| − | + | .portlet li a:hover { | |
| − | + | color: #FFFFFF; | |
| − | + | text-decoration: none; | |
| − | + | padding: 3px; | |
| − | + | border-left: 1px solid #333333; | |
| − | + | border-bottom: 1px solid #333333; | |
| − | |||
| − | |||
| − | |||
| − | |||
| − | |||
| − | |||
| − | |||
| − | |||
| − | |||
| − | |||
| − | |||
} | } | ||
Revision as of 10:49, 14 January 2008
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;
}
/* 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%;
}
/* The left navigation section */
.portlet {
border: none;
margin: 0;
padding: 0;
float:right;
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: #000000;
color: #FFFFFF;
border-collapse: collapse;
border: none;
padding: 0;
}
.portlet h1, .portlet h2, .portlet h3, .portlet h4 {
margin: 0;
padding: 0;
}
.portlet ul {
list-style-type: none;
list-style-image: none;
list-style-position: inside;
font-size: 95%;
}
.portlet li {
margin: 0;
list-style: none;
list-style-position: inside;
list-style-image: none;
background: #000000;
color: #FFFFFF;
font-family: "Comic Sans MS", sans-serif;
border: 1px solid #000000;
padding: 3px;
}
.portlet li a {
color: #9966FF;
}
.portlet li a:hover {
color: #FFFFFF;
text-decoration: none;
padding: 3px;
border-left: 1px solid #333333;
border-bottom: 1px solid #333333;
}