MediaWiki:Vector.css
Zur Navigation springen
Zur Suche springen
Hinweis: Leeren Sie nach dem Speichern den Browser-Cache, um die Änderungen sehen zu können.
- Firefox/Safari: Umschalttaste drücken und gleichzeitig Aktualisieren anklicken oder entweder Strg+F5 oder Strg+R (⌘+R auf dem Mac) drücken
- Google Chrome: Umschalttaste+Strg+R (⌘+Umschalttaste+R auf dem Mac) drücken
- Internet Explorer: Strg+F5 drücken oder Strg drücken und gleichzeitig Aktualisieren anklicken
- Opera: Gehen Sie zu Menü → Einstellungen (Opera → Einstellungen auf dem Mac) und dann auf Datenschutz & Sicherheit → Browserdaten löschen → Gespeicherte Bilder und Dateien.
/*____________________________________
* Struktur
* Header, Headings
** Logo
* Left & Right
**TOC
** Navigation
** Boxes
* Plain Tags
* Systemtext
* Footer
* ...
_______________________________________*/
/*********************************
STRUKTUR
**********************************/
body {
background: #f5f5ee url(/rel_jap/bg/bg0.gif);
background-color: #eeeee5;
color: black;
font-family: Arial, sans-serif;
}
#mw-page-base {
z-index:0;
position:absolute;
top:0; left: 0; right: 0;
height: 160px;
background: #bbb url(/rel_jap/bg/bg_head0.gif);
border-bottom: 5px solid #aaa;
}
#p-logo,
#mw-panel,
#mw-head-base {
z-index:4;
background: none;
background: #f5f5ee url(/rel_jap/wikibilder/logo_head3.jpg) top left repeat-x fixed;
}
#mw-head {
z-index:4;
}
#mw-panel {
border-bottom: 1px solid #def;
}
#mw-head-base {
position:absolute; top:-1px; left:0; right:0;
margin:0;
border-bottom: 1px solid #def;
}
div#content {
position:relative;
z-index:1;
margin: 15px 160px 1.5em;
padding:0 ;
line-height: 1.5em;
min-width: 50em;
font-family: Georgia, serif, Times ;
background:#fff;
border-color: #ace;
border-style: solid dotted solid;
border-width: 1px 0 2px 2px;
}
.action-edit div#content,
.ns--1 div#content,
.ns-2 div#content,
.ns-6 div#content,
.ns-8 div#content,
.ns-10 div#content,
.ns-14 div#content {
margin-right: 0;
}
#bodyContent {
position:static;
width:auto;
margin:0; padding: 3.5em 130px 120px;
}
.action-edit div.#bodyContent {
padding: 3.5em 2em;
}
.mw-content-ltr {
font-size:120%;
}
/*****************
Bildseiten
******************/
.ns-6 div#content {margin-left: 2em; margin-right: 2em ;}
.ns-6 div#bodyContent {padding-right:4em;padding-left:4em;}
.ns-6 img {
border: 1px solid #ccc;
}
.fullImageLink {
text-align: center;
margin: 0;
padding: 1em 0 ;
border: 1px solid #aaa;
border-width: 1px 0;
}
#mw-imagepage-content {
padding: 0 100px;
}
.ns-6 small,
.fullMedia {
font-size:.8em;
}
.fullMedia {
text-align: center;
}
.ns-6 big {
font-size:1.25em;
}
.ns-6 p.titel {
color:#333;
margin:1.2em 0 0;
}
.ns-6 .mw-content-ltr p,
.ns-6 .mw-content-ltr dl,
.ns-6 .mw-content-ltr ol,
.ns-6 .mw-content-ltr ul {
margin-left: 20pt;
}
.ns-6 li {
margin-left: 20pt;
}
.ns-6 p {
line-height:1.5em;
}
.ns-6 #filelinks {
height:0; overflow:hidden; color:#fff; padding:0;
}
/* ——— hide ——— */
#filetoc,
#mw-imagepage-edit-external,
.ns-6 #metadata,
.mw-imagepage-section-metadata {
display:none;
}
#filehistory,
#mw-imagepage-section-filehistory {
font-size:.8em; }
/*********************************
HEADER, HEADINGS
**********************************/
/* HEADINGS */
h1, h2, h3, h4, h5, h6 {
font-weight: normal;
margin: 0;
padding-top: .5em;
padding-bottom: .17em;
}
/* firstHeading */
#firstHeading {
margin:0;
padding: 3.8em 100px 0em;
text-align:center;
font: bold 1.8em "Trebuchet MS";
border:0;
}
/* Tagline */
#siteSub {
position:absolute;
z-index:3;
right: -2px; left:-2px; top: -2px;
text-align: right;
margin:0 0 2.5em;
padding: .2em 1em;
text-align: right;
font-size: 12px;
border:1px solid #ccc;
border-width: 1px 1px 2px;
border-color:#67749e;
background:#788099;
color:#ffe;
}
/******* H2, H3,... ***********/
h2 {
font: bold 1.6em/1.2em "Trebuchet MS";
color:#333;
text-align: center;
margin: 1.2em -6pt 1em;
padding: .5em 6pt .17em;
border-bottom: 1px solid #aaa;
clear:both;
}
h2.noborder {padding-bottom:0; border:0;}
h3 {
font: bold italic 1.3em/1.2em "Trebuchet MS";
color:#333;
text-align: left;
margin: 1em -6pt;
margin-bottom:.8em;
padding: .5em 6pt .17em;
background:url(/rel_jap/bilderneu/hr_aaa.jpg) no-repeat bottom right;
border-bottom: 0px solid #aaa;
}
h4 {
font-family:"Trebuchet MS";
font-weight:bold;
font-size: 1.2em;
line-height:1.5em;
color:#333;
}
/*******************************
LEFT & RIGHT
********************************/
#toc,
#nv,
.top12 {
position: absolute;
top: 185px;
}
#toc,
#nv,
.sidebox,
.sidebox_Wrapper,
.left_Wrapper {
position: absolute;
width: 180px !important; right:-92px;
font: normal normal 12px Arial !important;
}
#nv,
.left_Wrapper {
left:-92px;
right:auto;
}
.sidebox_Wrapper .sidebox,
.left_Wrapper .sidebox,
.sidebox_Wrapper #toc {
position:static;
margin-bottom:1em;
}
/*******************************
TOC
********************************/
#toc {
position:static;
float: right;
}
.toclevel-3,
.toclevel-4, .toclevel-5, .toclevel-6,
.tocnumber,
.toctoggle {display:none;}
table#toc, .toc {
width: 178px;
left:auto;
background-color: #fff;
margin:0 0 1em 0 !important;
padding: 0;
border:1px solid #aaa;
border-spacing: 0;
}
#toctitle h2 {
font: bold 1.1em/2em Arial; color: #666;
display:block;
margin: 1px !important;
padding: 0 .3em;
background-color: #788099;
color:#FFF;
border: 1px solid #ccc;
border-width: 1px 0;
}
#toc ul,
#toc li {
list-style-type: none;
list-style-image: none;
margin: 0 ;
padding: 0;
text-align: left;
overflow:hidden;
background:#fff;
}
#toc ul ul, .toc ul ul {
margin: 0 0 0 0.5em;
}
#toc ul ul li, .toc ul ul li{
padding-left: 1em;
}
#toc a:hover { background:none; text-decoration: none;}
#toc a .toctext {color: #666; }
#toc a:hover .toctext {color: #000; background:#eeeee8; text-decoration:none}
#toc li.toclevel-1 {
margin:0;
padding:1px ;
}
#toc li.toclevel-1 li {
font-size: .94em;
margin:0 !important;
}
#toc li .toctext {
line-height:1.5em;
padding: .2em 0;
}
#toc li.toclevel-1 .toctext {
display: block;
padding-left:1.5em;
text-indent:-1em;
border-bottom:1px solid #e5e5e5;
margin:0;
}
#toc li.toclevel-2 .toctext {
display: block;
padding-left:2em;
text-indent:-2em;
font-size: .94em;
}
/********************************************
NAVIGATION
**********************************************/
#nv {
position: absolute;
z-index:12;
margin: 0 !important; padding:0 !important;
line-height: 1.2em;
color:#555;
}
#nv.fixed {
position: fixed;
top:16px;
left:10px;
}
#nv.absolute {
position: absolute; display:block;
}
#nv a { color: #016;}
#nv ul { list-style: none;}
#googlesearch {
text-align:center;
padding:3px;
background-color:#FBFBF7;
border: 1px solid #aaa;
}
#chapters {
margin: 0 0 1px;
padding: 0;
font: normal normal 13px Arial;
border: 1px solid #aaa;
background-color: #eee;
}
#chapters dl,
#chapters dd {margin:0; padding:0;}
#chapters a,
#chapters strong.selflink {
display: block;
background-color:#fff;
color:#333;
font-weight: normal;
}
#chapters a:hover {background-color:#eee; text-decoration: none;}
#chapters dl a,
#chapters dl strong.selflink {
text-transform: lowercase;
text-align:center;
margin: 0 1.2em;
padding:0 .1em;
line-height:2em;
}
#chapters div .pBody {
font-size: 95%;
position: absolute; top: -2.3em; left: 12.3em;
margin:0; padding:1px 0;
width:16em; display:none;
overflow: visible;
background: url(no.gif);
border:0;
z-index:4;
}
#chapters div:hover .pBody {
display: block;
}
#chapters ul,
#chapters ol {
list-style:none;
margin: 1em;
padding: 0 ;
border: 1px solid #ccc;
border-width: 1px 1px .2em;
}
#chapters li {
margin: 0; padding: 0;
text-indent: .5em;
list-style:none;
border-style: solid;
border-width: 0 1px 1px;
}
#chapters li a,
#chapters li strong.selflink {
display:block;
marging: 0; padding: 0 1em;
border-style: solid;
border-width: 0 .4em ;
line-height: 1.5em;
text-align:left;
background-color:#fff;
text-indent:0;
}
#chapters li strong.selflink {
padding: 0 .5em 0 1.5em !important;
background-image: url(/rel_jap/wikibilder/redarrow2.gif);
background-position: .2em ;
background-repeat:no-repeat;
border-width: 0 .4em 0 2px;
}
#chapters .sidepage {
position:absolute;
margin-top:-1.5em;
right:1.5em;
width: 1.5em;
height: 1.5em;
border-bottom: 1px solid;
background: url(/rel_jap/wikibilder/Arr_r_grau.gif) .3em no-repeat;
}
#chapters li li {
font-size: .94em;
}
#chapters li .sidepage ul {
position: absolute;
width: 14.5em;
left:auto;
right:-14.5em;
margin-top: -4.2em;
padding:1em 1em 1em .1em;
border:0;
}
#chapters li ul {display:none;}
#chapters li .sidepage:hover ul {display:block;}
#chapters li .sidepage ul {
background-image:none;
width:14em;
margin:0 0 0 .2em;
top:-2.5em;
left:1.2em;
right:auto;
}
#chapters li li {font-size: .94em; margin-left:1.5em; }
#chapters li .sidepage ul li {font-size: .94em; margin-left:0; visibility:visible; }
#chapters li ul div {height:2px}
/********************************************
SIDEBOX
**********************************************/
.sidebox {
overflow: visible; top:auto;
padding-top:.3em;
}
.sbBody {
position:relative; z-index:2;
background-color: #fafaf8;
border: 1px solid #aaa;
padding: .8em 0;
/*overflow:hidden;*/
}
.sbUe {
position:absolute; left: -1.2em;
z-index:4;
line-height: 13px;
text-transform:uppercase; text-align:left;
text-transform:uppercase;
font-size:10px;
font-family: Courier, mono; color:#555;
overflow:visible;
}
.sbUe a,
.sbUe a:visited {
display:block;
width:200px; height:112px;
padding:13px 0;
color:#333;
}
.sbUe a:hover {
color:#C33;
text-decoration:none;
background:none;
}
.sbUe span,
.sbUe b,
.sbUe i {
float:left;
width: 1em;
clear: both;
text-align: center;
font-family: Arial;
font-size:11px;
text-transform:uppercase;
text-transform:lowercase;
background:#eeeee8;
border: solid #bbb 1px;
}
.sbUe a:hover span,
.sbUe a:hover b,
.sbUe a:hover i {
background:#fffeee;
}
.sbUe span {
border-width: 0 1px;}
.sbUe b {
border-width: 1px 1px 0; line-height:.5em;}
.sbUe i {
border-width: 0 1px 1px; line-height:.5em;}
.left_Wrapper .sbUe { left:auto; right:-1.2em;}
.left_Wrapper .sbUe span,
.left_Wrapper .sbUe b,
.left_Wrapper .sbUe i {
float:right; }
.sidebox .bildtext a {
display:block; color:#555; }
.sidebox .bildtext a:hover {
color:#000; background:#eeeee8; }
/************************************
PLAIN TAGS
*************************************/
img {
border: none;
vertical-align: middle;
}
p {
margin: .4em 0 .7em 0;
line-height: 1.5em;
}
p img {
margin: 0;
}
hr {
height: 1px;
color: #aaa;
background-color: #aaa;
border: 0;
margin: .2em 0 ;
}
ul {
line-height: 1.5em;
list-style-type: square;
margin: .3em 0 0 1.5em;
padding: 0;
}
ol {
line-height: 1.5em;
margin: .3em 0 0 3.2em;
padding: 0;
list-style-image: none;
}
li {
margin-bottom: .1em;
}
dt {
font-weight: bold;
margin-bottom: .1em;
}
dl {
margin-top: .2em;
margin-bottom: .5em;
}
dd {
line-height: 1.5em;
margin-left: 2em;
margin-bottom: .1em;
}
fieldset {
border: 1px solid #2f6fab;
margin: 1em 0 1em 0;
padding: 0 1em 1em;
line-height: 1.5em;
}
form {
border: none;
margin: 0;
}
pre {
padding: 1em;
border: 1px dashed #2f6fab;
color: black;
background-color: #f9f9f9;
line-height: 1.1em;
}
/********************************************
SYSTEMTEXT
**********************************************/
#contentSub,
#contentSub2,
.usermessage {
position: absolute; z-index:12;
right:0; top:2em; left:auto;
font-size: 84%;
line-height: 1.2em;
margin: 0 1em;
text-align:right;
color:#555;
}
span.subpages { display: none; }
/* Edit section links */
#content .editsection {
float: right;
color:#ddd;
font: normal 9px Arial;
width:8em;
margin-right:-7em;
text-align: left;
}
#content .editsection a,
#content .editsection a:visited {
color: #ddd;
font-size:9px;
}
#content .editsection a:hover { color: #555; text-decoration:none;}
#content h1 .editsection { display:none;}
.mw-warning {
border: 1px solid #aaa;
background-color: #fafaf8;
padding: 5px;
font-size: 95%;
}
#ca-talk,
#mw-clearyourcache {
display: none !important;
}
/****************************************
FOOTER
*****************************************/
div#footer {
position: relative;
height: 30px;
padding: 5px 0;
background-color: #f9f9f0;
border: 1px solid #aaa;
border-width: 1px 0;
text-align: center;
margin: 5px 0;
}
#footer a,
#footer a:visited {
color:#016;
}
#footer li {
list-style: none;
font-size: 10px !important;
line-height: 15px !important;
margin:0 !important; padding:0 !important;
}
#footer-info {
margin: 0 100px;
}
#footer-places {
position: absolute; left:10px; top:5px;
width: 100px;
}
#footer-icons {
position: absolute; right:0; top:5px;
width: 100px;
}
#f-poweredbyicooo {
margin: 5px;
}
#footer-info-copyright,
#footer-places-privacy {
display:none;
}
.printfooter {
display: none;
}
Religion-in-Japan❯MediaWiki❯Vector.css