Difference between revisions of "MediaWiki:Common.css"
From Offerit
Adam-offerit (talk | contribs) (Created page with "/** Collapsible tables ********************************************************* * * Description: Allows tables to be collapsed, showing only the header. See * ...") |
Adam-offerit (talk | contribs) |
||
| (5 intermediate revisions by the same user not shown) | |||
| Line 1: | Line 1: | ||
| − | /** | + | /* CSS placed here will be applied to all skins */ |
| − | + | /* prevent ugly horizontal page expansion */ | |
| − | + | pre { overflow: auto; } | |
| − | + | /*** Used for most tables -DAH ***/ | |
| − | + | .tmplfunc th { | |
| − | + | background-color: grey; | |
| − | + | } | |
| − | + | ||
| − | + | /*** Used for right-side naviagation menus ***/ | |
| + | .offeritnavbox { | ||
| + | float: right; | ||
| + | clear: right; | ||
| + | border: 1px solid #8888aa; | ||
| + | background: #f7f8ff; | ||
| + | padding: 5px; | ||
| + | font-size: 85%; | ||
| + | margin: 0 15px 0 15px; | ||
| + | line-height: 100%; | ||
| + | width: 250px; | ||
| + | } | ||
| + | |||
| + | .offeritnavbox .i1 { | ||
| + | background: #C0C0C0; | ||
| + | text-align: left; | ||
| + | padding: 0 5px; | ||
| + | line-height: 140%; | ||
| + | } | ||
| + | |||
| + | .offeritnavbox td { | ||
| + | text-align: left; | ||
} | } | ||
| − | + | ||
| − | . | + | a.offeritnavbox:link{ color: #385E0F;} |
| − | + | ||
| − | + | .productname { | |
| − | + | font-size: 175%; | |
| − | + | line-height: 140%; | |
| + | } | ||
| + | |||
| + | .nofloat { | ||
| + | float: none; | ||
| + | } | ||
| + | |||
| + | .redtext { | ||
| + | color: red; | ||
| + | } | ||
| + | |||
| + | .bothclear { | ||
| + | clear: both; | ||
| + | } | ||
| + | |||
| + | .def_box { | ||
| + | float: right; | ||
| + | clear: right; | ||
| + | border: 1px solid #8888aa; | ||
| + | background: #f7f8ff; | ||
| + | padding: 15px; | ||
| + | font-size: 85%; | ||
| + | margin: 0 15px 15px 15px; | ||
| + | line-height: 100%; | ||
| + | width: 250px; | ||
| + | text-align: justify; | ||
| + | } | ||
| + | |||
| + | .def_box .title { | ||
| + | font-size: 1.5em; | ||
| + | font-weight: 700; | ||
| + | text-align: center; | ||
} | } | ||
Latest revision as of 10:57, 7 October 2011
/* CSS placed here will be applied to all skins */
/* prevent ugly horizontal page expansion */
pre { overflow: auto; }
/*** Used for most tables -DAH ***/
.tmplfunc th {
background-color: grey;
}
/*** Used for right-side naviagation menus ***/
.offeritnavbox {
float: right;
clear: right;
border: 1px solid #8888aa;
background: #f7f8ff;
padding: 5px;
font-size: 85%;
margin: 0 15px 0 15px;
line-height: 100%;
width: 250px;
}
.offeritnavbox .i1 {
background: #C0C0C0;
text-align: left;
padding: 0 5px;
line-height: 140%;
}
.offeritnavbox td {
text-align: left;
}
a.offeritnavbox:link{ color: #385E0F;}
.productname {
font-size: 175%;
line-height: 140%;
}
.nofloat {
float: none;
}
.redtext {
color: red;
}
.bothclear {
clear: both;
}
.def_box {
float: right;
clear: right;
border: 1px solid #8888aa;
background: #f7f8ff;
padding: 15px;
font-size: 85%;
margin: 0 15px 15px 15px;
line-height: 100%;
width: 250px;
text-align: justify;
}
.def_box .title {
font-size: 1.5em;
font-weight: 700;
text-align: center;
}