MediaWiki:Common.css
From Yate Documentation
(Difference between revisions)
(39 intermediate revisions by one user not shown) | |||
Line 11: | Line 11: | ||
div.printfooter { | div.printfooter { | ||
− | background-image:none; | + | background-image:none; |
− | background-position:left top; | + | background-position:left top; |
− | background-repeat:repeat-x; | + | background-repeat:repeat-x; |
− | direction:ltr; | + | direction:ltr; |
− | margin-left:14.5em; | + | margin-left:14.5em; |
− | margin-top:0; | + | margin-top:0; |
− | padding:0.75em; | + | padding:0.75em; |
− | color:#333333; | + | color:#333333; |
− | font-size:0.7em; | + | font-size:0.7em; |
+ | padding-bottom:0; | ||
} | } | ||
+ | |||
+ | table.yate-table td ul { | ||
+ | list-style-image: url(/wiki/images/yatedocs/bullet.png); | ||
+ | margin-left: 0; | ||
+ | } | ||
+ | |||
+ | table.yate-table td ul li a { | ||
+ | font-size:14px; | ||
+ | } | ||
+ | |||
+ | table.yate-table td { | ||
+ | padding-left: 30px; | ||
+ | } | ||
+ | |||
+ | table.yate-table td p { | ||
+ | line-height: 1.3em; | ||
+ | margin-top: 0.1em; | ||
+ | } | ||
+ | |||
+ | /*div#old_doc { | ||
+ | position: absolute; | ||
+ | top: 20px; | ||
+ | left: 33%; | ||
+ | }*/ | ||
+ | |||
+ | div#old_doc a { | ||
+ | color: blue; | ||
+ | } | ||
+ | |||
+ | div#siteNotice { | ||
+ | position: absolute; | ||
+ | top: 0px; | ||
+ | left: 33%; | ||
+ | z-index: 10; | ||
+ | background-image: url(images/yatedocs/old_documentation_button.png); | ||
+ | background-repeat: no-repeat; | ||
+ | width: 164px; | ||
+ | height: 29px; | ||
+ | } | ||
+ | |||
+ | div#siteNotice p { | ||
+ | margin-top:0px; | ||
+ | margin-bottom:0px; | ||
+ | } | ||
+ | |||
+ | div#siteNotice p a, div#siteNotice p a:visited { | ||
+ | color: #333333; | ||
+ | } | ||
+ | |||
+ | div#siteNotice p a.external, div#siteNotice p a.external:hover, div#siteNotice p a.external:visited{ | ||
+ | background:none; | ||
+ | text-decoration:none; | ||
+ | font-size:13px; | ||
+ | padding-left:8px; | ||
+ | padding-right:30px; | ||
+ | margin-top:2px; | ||
+ | } | ||
+ | |||
+ | |||
+ | div#siteNotice p { | ||
+ | margin-top:3px; | ||
+ | } | ||
+ | |||
+ | #siteNotice { | ||
+ | text-align:left; | ||
+ | } | ||
+ | |||
+ | #p-logo { | ||
+ | height:100px; | ||
+ | } | ||
+ | |||
+ | /* this will remove the toolbox */ | ||
+ | /*#p-tb { display:none !important; }*/ |
Latest revision as of 12:00, 11 February 2014
/* CSS placed here will be applied to all skins */ body.page-Main_Page h1.firstHeading { display:none; } pre { white-space: pre-wrap; /* css-3 */ white-space: -moz-pre-wrap; /* Mozilla, since 1999 */ white-space: -pre-wrap; /* Opera 4-6 */ white-space: -o-pre-wrap; /* Opera 7 */ word-wrap: break-word; /* Internet Explorer 5.5+ */ } div.printfooter { background-image:none; background-position:left top; background-repeat:repeat-x; direction:ltr; margin-left:14.5em; margin-top:0; padding:0.75em; color:#333333; font-size:0.7em; padding-bottom:0; } table.yate-table td ul { list-style-image: url(/wiki/images/yatedocs/bullet.png); margin-left: 0; } table.yate-table td ul li a { font-size:14px; } table.yate-table td { padding-left: 30px; } table.yate-table td p { line-height: 1.3em; margin-top: 0.1em; } /*div#old_doc { position: absolute; top: 20px; left: 33%; }*/ div#old_doc a { color: blue; } div#siteNotice { position: absolute; top: 0px; left: 33%; z-index: 10; background-image: url(images/yatedocs/old_documentation_button.png); background-repeat: no-repeat; width: 164px; height: 29px; } div#siteNotice p { margin-top:0px; margin-bottom:0px; } div#siteNotice p a, div#siteNotice p a:visited { color: #333333; } div#siteNotice p a.external, div#siteNotice p a.external:hover, div#siteNotice p a.external:visited{ background:none; text-decoration:none; font-size:13px; padding-left:8px; padding-right:30px; margin-top:2px; } div#siteNotice p { margin-top:3px; } #siteNotice { text-align:left; } #p-logo { height:100px; } /* this will remove the toolbox */ /*#p-tb { display:none !important; }*/