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: | ||
| − | + | /* The left navigation section */ | |
| − | |||
| − | |||
| − | |||
| − | |||
| − | |||
| − | |||
| − | |||
| − | |||
| − | |||
| − | |||
| − | |||
| − | |||
| − | |||
| − | |||
| − | |||
| − | |||
| − | |||
| − | |||
| − | |||
| − | |||
| − | |||
| − | |||
| − | |||
| − | |||
| − | |||
| − | |||
| − | |||
| − | |||
| − | |||
| − | |||
| − | |||
| − | |||
| − | |||
| − | |||
| − | |||
| − | |||
| − | |||
| − | |||
| − | |||
| − | |||
| − | |||
| − | |||
| − | |||
| − | |||
| − | |||
| − | |||
| − | |||
| − | |||
| − | |||
| − | |||
| − | |||
| − | |||
| − | |||
| − | |||
| − | |||
| − | |||
| − | |||
.portlet { | .portlet { | ||
border: none; | border: none; | ||
margin: 0; | margin: 0; | ||
| − | padding: | + | padding-right:3px; |
float:none; | float:none; | ||
width: 11.6em; | width: 11.6em; | ||
| Line 85: | Line 28: | ||
font-weight: normal; | font-weight: normal; | ||
white-space: nowrap; | white-space: nowrap; | ||
| + | border-top:1px solid #333333; | ||
font-family:"Comic Sans MS", sans-serif; | font-family:"Comic Sans MS", sans-serif; | ||
} | } | ||
Revision as of 11:19, 14 January 2008
/* The left navigation section */
.portlet {
border: none;
margin: 0;
padding-right:3px;
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-top:10px;
padding-bottom:3px;
display: inline;
text-align: right;
color: #00FF00;
height:auto;
text-transform: lowercase;
font-size: 100%;
font-weight: normal;
white-space: nowrap;
border-top:1px solid #333333;
font-family:"Comic Sans MS", sans-serif;
}
.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: 1px;
list-style: none;
list-style-position: inside;
list-style-image: none;
background: #000000;
font-family: "Comic Sans MS", sans-serif;
padding: 2px;
font-size:100%;
}
.portlet li a {
margin: 0;
list-style: none;
list-style-position: inside;
list-style-image: none;
text-decoration:none;
background: #000000;
color: #9966FF;
font-family: "Comic Sans MS", sans-serif;
font-size:100%;
}
.portlet li a:hover {
margin: 0;
list-style: none;
list-style-position: inside;
list-style-image: none;
text-decoration:none;
background: #000000;
color: #FFFFFF;
font-family: "Comic Sans MS", sans-serif;
font-size:100%;
}