MediaWiki: Cavendish.css: Difference between revisions
From referenceTSS
(Created page with "→CSS placed here will affect users of the Modern skin: #globalWrapper { width: 960px; border: 0; padding: 0; margin: 0 auto 0 auto; }") |
mNo edit summary |
||
(7 intermediate revisions by one other user not shown) | |||
Line 1: | Line 1: | ||
/* CSS placed here will affect users of the Modern skin */ | /* CSS placed here will affect users of the Modern skin */ | ||
#globalWrapper { | #globalWrapper { | ||
Line 6: | Line 7: | ||
margin: 0 auto 0 auto; | margin: 0 auto 0 auto; | ||
} | } | ||
#footer { | |||
overflow:clip; | |||
background-color: #fff; | |||
border: 3px solid #0d6fb8; | |||
border-width: 3px 0 3px 0; | |||
padding: 10px; | |||
clear: both; | |||
} | |||
#header | |||
{ | |||
overflow:clip; | |||
background-color: #fff; | |||
border: 3px solid #0d6fb8; | |||
border-width: 3px 0 3px 0; | |||
padding: 10px; | |||
clear: both; | |||
height: 80px; | |||
} | |||
#footer { | |||
border-bottom: 0; | |||
background-image: url('bg_footer.jpg'); | |||
background-repeat: repeat-x; | |||
background-position: top; | |||
border-width: 3px 0 0 0; | |||
margin-top: 5px; | |||
} | |||
#header form label, #header label { | |||
color: #666; | |||
} | |||
#side { | |||
width: 160px; | |||
float: left; | |||
} | |||
#side, #column-content { | |||
padding: 10px; | |||
background-image: url('bg_ttl01.jpg'); | |||
background-repeat: repeat-x; | |||
border-right: 1px solid #DDD; | |||
} | |||
#mBody, body { | |||
padding: 0; | |||
} | |||
#column-content { | |||
width: 750px; | |||
float: right; | |||
} | |||
#nav { | |||
background-color: transparent; | |||
} | |||
#nav::before, #nav::after { | |||
background-image: none; | |||
content: ''; | |||
border: 0; | |||
} | |||
#nav div h5 { | |||
margin-top: 10px; | |||
} | |||
#nav div h5, #nav div a { | |||
text-shadow: none; | |||
} | |||
#nav div li a { | |||
background-image: url('bg_ttlh3hd1.gif'); | |||
background-color: #f0f0f0; | |||
display: block; | |||
border: 1px solid #CCC; | |||
background-repeat: repeat-x; | |||
background-position: top; | |||
margin: 1px; | |||
color: #0D6FB8; | |||
font-weight: bold; | |||
font-size: 10px; | |||
padding-left: 10px; | |||
} | |||
#nav div a:hover { | |||
color: #E17009; | |||
background-image: url('bg_ttl01.jpg'); | |||
} | |||
.catlinks { display: none; } |
Latest revision as of 18:03, 22 November 2021
/* CSS placed here will affect users of the Modern skin */
#globalWrapper {
width: 960px;
border: 0;
padding: 0;
margin: 0 auto 0 auto;
}
#footer {
overflow:clip;
background-color: #fff;
border: 3px solid #0d6fb8;
border-width: 3px 0 3px 0;
padding: 10px;
clear: both;
}
#header
{
overflow:clip;
background-color: #fff;
border: 3px solid #0d6fb8;
border-width: 3px 0 3px 0;
padding: 10px;
clear: both;
height: 80px;
}
#footer {
border-bottom: 0;
background-image: url('bg_footer.jpg');
background-repeat: repeat-x;
background-position: top;
border-width: 3px 0 0 0;
margin-top: 5px;
}
#header form label, #header label {
color: #666;
}
#side {
width: 160px;
float: left;
}
#side, #column-content {
padding: 10px;
background-image: url('bg_ttl01.jpg');
background-repeat: repeat-x;
border-right: 1px solid #DDD;
}
#mBody, body {
padding: 0;
}
#column-content {
width: 750px;
float: right;
}
#nav {
background-color: transparent;
}
#nav::before, #nav::after {
background-image: none;
content: '';
border: 0;
}
#nav div h5 {
margin-top: 10px;
}
#nav div h5, #nav div a {
text-shadow: none;
}
#nav div li a {
background-image: url('bg_ttlh3hd1.gif');
background-color: #f0f0f0;
display: block;
border: 1px solid #CCC;
background-repeat: repeat-x;
background-position: top;
margin: 1px;
color: #0D6FB8;
font-weight: bold;
font-size: 10px;
padding-left: 10px;
}
#nav div a:hover {
color: #E17009;
background-image: url('bg_ttl01.jpg');
}
.catlinks { display: none; }