Difference between revisions of "MediaWiki:Monobook.css"
(do not show disclaimer and privacy policy links) |
(#f-parallelsico +++) |
||
(12 intermediate revisions by the same user not shown) | |||
Line 7: | Line 7: | ||
margin-top: 5px; | margin-top: 5px; | ||
} | } | ||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
#content { | #content { | ||
− | + | background: #ffffff; /* white */ | |
+ | border: 1px solid #7dae96; | ||
+ | border-right: none; | ||
+ | // opacity: .8; /* For Mozilla and Opera */ | ||
+ | // filter: alpha(opacity=80); /* For MSIE, might not work */ | ||
} | } | ||
Line 26: | Line 22: | ||
#mytabs li { | #mytabs li { | ||
background: #f4f4f4; | background: #f4f4f4; | ||
+ | } | ||
+ | |||
+ | #f-parallelsico { | ||
+ | float: right; | ||
+ | height: 1%; | ||
+ | top: -2px; | ||
+ | position: relative; | ||
} | } | ||
Line 69: | Line 72: | ||
@media print { | @media print { | ||
.editlink, .noprint, .metadata, .dablink { display: none } | .editlink, .noprint, .metadata, .dablink { display: none } | ||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
} | } | ||
Latest revision as of 00:32, 12 October 2011
/* <pre><nowiki> */
/* edit this file to customize the monobook skin for the entire site */
#fundraising {
text-align: center;
border: 1px solid gray;
padding: 5px;
margin-top: 5px;
}
#content {
background: #ffffff; /* white */
border: 1px solid #7dae96;
border-right: none;
// opacity: .8; /* For Mozilla and Opera */
// filter: alpha(opacity=80); /* For MSIE, might not work */
}
.ns-0 * #content {
background: #ffffff;
}
#mytabs li {
background: #f4f4f4;
}
#f-parallelsico {
float: right;
height: 1%;
top: -2px;
position: relative;
}
.ns-0 * #mytabs li {
background: #f4f4f4;
}
#mytabs li a {
background-color: #f4f4f4;
}
.ns-0 * #mytabs li a {
background-color: #f4f4f4;
}
/* For p-cactions (the top "tabs") it works only because my .js moves them into the
"ns-0" wrapper anyway. */
#p-cactions li {
background: #f4f4f4;
}
.ns-0 * #p-cactions li {
background: #ffffff;
}
#p-cactions li a {
background-color: #ffffff;
}
.ns-0 * #p-cactions li a {
background-color: #ffffff;
}
/* Display "From Meta..." */
#siteSub {
display: inline;
font-size: 120%;
font-weight: normal;
}
/* Do not print certain classes that shouldn't appear on paper */
@media print {
.editlink, .noprint, .metadata, .dablink { display: none }
}
span.date {
font-size: smaller;
font-style: oblique;
white-space: nowrap;
}
li#privacy, li#disclaimer {
display: none !important;
}
/* </nowiki></pre> */