MediaWiki:Common.css: Unterschied zwischen den Versionen
Zur Navigation springen
Zur Suche springen
Keine Bearbeitungszusammenfassung |
Keine Bearbeitungszusammenfassung |
||
| Zeile 1: | Zeile 1: | ||
/* ------ Formatierungen im Artikel ------ */ | |||
/* Titelblock2 */ | |||
div#content div.titelblock2 { | |||
width : 100%; | |||
position : relative; | |||
} | |||
div#content div.titelblock2 div.oben { | |||
text-align : center; | |||
z-index : 40; | |||
width : 100%; | |||
position : relative; | |||
padding : 0px; | |||
} | |||
div#content div.titelblock2 div.links { | |||
text-align : center; | |||
width : 220px; | |||
min-width : 220px; | |||
max-width : 220px; | |||
float : left; | |||
z-index : 20; | |||
position : relative; | |||
padding : 0px; | |||
} | |||
div#content div.titelblock2 div.rechts { | |||
text-align : center; | |||
width : 220px; | |||
min-width : 220px; | |||
max-width : 220px; | |||
float : right; | |||
z-index : 10; | |||
position : relative; | |||
padding : 0px; | |||
} | |||
div#content div.titelblock2 div.zentrum { | |||
margin-left : 220px; | |||
margin-right : 220px; | |||
z-index : 50; | |||
position : relative; | |||
padding : 1.0em; | |||
} | |||
div#content div.titelblock2 div.unten { | |||
text-align : center; | |||
z-index : 30; | |||
width : 100%; | |||
position : relative; | |||
padding : 1.0em; | |||
clear : both; | |||
} | |||
div#content div.titelblock2 div.briefspielspalte { | |||
position : relative; | |||
text-align : left; | |||
margin : 0px 10px; | |||
padding : 1.0em; | |||
} | |||
div#content div.titelblock2 div.boronbalken { | |||
position : relative; | |||
color : white; | |||
background-color : black; | |||
margin : 0px; | |||
padding : 0.5em; | |||
} | |||
div#content div.titelblock2 span.mw-collapsible-toggle { | |||
float : none; | |||
font-size : 0.8em; | |||
} | |||
/* Heller und dunkler Hintergrund */ | |||
.hell, | |||
#hell, | |||
.toc { | |||
background-color : #faf5d2; | |||
background-image : url(skins/briefspiel3/images/GoldHell.png); | |||
} | |||
.dunkel, | |||
#dunkel { | |||
background-color : #efda92; | |||
background-image : url(skins/briefspiel3/images/GoldDunkel.png); | |||
} | |||
table.tabellehuebsch td.lebend { | |||
visibility:collapse; | |||
text-align:center; | |||
border:none; | |||
background-color : #efda92; | |||
background-image : url(skins/briefspiel3/images/GoldDunkel.png); | |||
} | |||
/* Meisterinfo */ | /* Meisterinfo */ | ||
#content div.meisterinfo { | #content div.meisterinfo { | ||
border-left: 3px solid black; | border-left: 3px solid black; | ||
| Zeile 8: | Zeile 110: | ||
{ | { | ||
color: #ffffff; | color: #ffffff; | ||
} | |||
/* Geschichtsleisten */ | |||
td#zeitlinks{ | |||
background:url(images/Zeitlinks.png); | |||
width:28px; | |||
} | |||
td#zeitmitte{ | |||
background:url(images/Zeit.png); | |||
} | |||
td#zeitrechts{ | |||
background:url(images/Zeitrechts.png); | |||
width:28px; | |||
} | |||
td#zeitlinksgross{ | |||
background:url(images/ZeitlinksGroß.png); | |||
width:28px; | |||
} | |||
#zeitmittegross{ | |||
background:url(images/ZeitGroß.png); | |||
} | |||
td#zeitrechtsgross{ | |||
background:url(images/ZeitrechtsGroß.png); | |||
width:28px; | |||
} | |||
td#geschlo{ | |||
background:url(images/Gesch_l_o.png); | |||
width:28px; | |||
} | |||
td#geschlm{ | |||
background:url(images/Gesch_l_m.png) repeat-y; | |||
width:28px; | |||
} | |||
td#geschlu{ | |||
background:url(images/Gesch_l_u.png); | |||
width:28px; | |||
} | |||
td#geschro{ | |||
background:url(images/Gesch_r_o.png); | |||
width:28px; | |||
} | |||
td#geschrm{ | |||
background:url(images/Gesch_r_m.png) repeat-y; | |||
width:28px; | |||
} | |||
td#geschru{ | |||
background:url(images/Gesch_r_u.png); | |||
width:28px; | |||
} | |||
td#geschmo{ | |||
background:url(images/Gesch_m_o.png) repeat-x; | |||
} | |||
td#geschmm{ | |||
background-color:#EDDC9A; | |||
} | |||
td#geschmu{ | |||
background:url(images/Gesch_m_u.png) repeat-x; | |||
} | |||
/* Tabelle Hübsch */ | |||
table.tabellehuebsch, table.smwtable { | |||
margin: 1em 1em 1em 0; | |||
background-color : #faf5d2; | |||
background-image : url(skins/briefspiel3/images/GoldHell.png); | |||
border: 1px solid gray; | |||
border-collapse: collapse; | |||
empty-cells:show; | |||
} | |||
table.tabellehuebsch th, table.smwtable th { | |||
border: 1px solid gray; | |||
padding: 0.3em; | |||
background-color :transparent; | |||
background-image :url(skins/briefspiel3/images/GoldDunkel.png);; | |||
} | |||
table.tabellehuebsch td, table.smwtable td { | |||
border: 1px solid gray; | |||
padding: 0.3em; | |||
background-color :transparent; | |||
background-image :none; | |||
} | |||
table.tabellehuebsch caption, table.smwtable caption { | |||
margin-left: inherit; | |||
margin-right: inherit; | |||
font-weight: bold; | |||
} | |||
/* Tabelle genau */ | |||
table.genau, tr.genau, td.genau { | |||
table-layout:fixed; | |||
margin: 0px; | |||
padding: 0px; | |||
border: 0px; | |||
border-collapse: collapse; | |||
border-spacing:0px | |||
empty-cells:show; | |||
white-space:pre; | |||
overflow:hidden; | |||
vertical-align:top; | |||
} | |||
/* Vorlage Brief */ | |||
div.brief { | |||
border:1px solid gray; | |||
margin:1.0em; | |||
padding:1.0em; | |||
/* font-style:italic; */ | |||
color:#00007f; | |||
font-family: 'Lucida Calligraphy', 'Lucida Handwriting', 'Brush Script MT', Georgia, cursive; | |||
} | |||
/* Vorlage Ahnentafel */ | |||
td.ahnentafel { | |||
vertical-align:top; | |||
text-align:center; | |||
border:1px solid gray; | |||
} | |||
/* Stammbaum */ | |||
.fancytree ul { | |||
background: none; | |||
border: none; | |||
font-size: 12px; | |||
} | |||
ul.fancytree-container { | |||
outline: 0; | |||
border: none; | |||
overflow: hidden; | |||
} | |||
.fancytree p { | |||
display: none; | |||
} | |||
span.fancytree-title { | |||
cursor: default; | |||
} | |||
span.fancytree-title a { | |||
color: black; | |||
} | |||
span.fancytree-icon { | |||
display: none; | |||
} | } | ||
Version vom 9. Mai 2017, 12:34 Uhr
/* ------ Formatierungen im Artikel ------ */
/* Titelblock2 */
div#content div.titelblock2 {
width : 100%;
position : relative;
}
div#content div.titelblock2 div.oben {
text-align : center;
z-index : 40;
width : 100%;
position : relative;
padding : 0px;
}
div#content div.titelblock2 div.links {
text-align : center;
width : 220px;
min-width : 220px;
max-width : 220px;
float : left;
z-index : 20;
position : relative;
padding : 0px;
}
div#content div.titelblock2 div.rechts {
text-align : center;
width : 220px;
min-width : 220px;
max-width : 220px;
float : right;
z-index : 10;
position : relative;
padding : 0px;
}
div#content div.titelblock2 div.zentrum {
margin-left : 220px;
margin-right : 220px;
z-index : 50;
position : relative;
padding : 1.0em;
}
div#content div.titelblock2 div.unten {
text-align : center;
z-index : 30;
width : 100%;
position : relative;
padding : 1.0em;
clear : both;
}
div#content div.titelblock2 div.briefspielspalte {
position : relative;
text-align : left;
margin : 0px 10px;
padding : 1.0em;
}
div#content div.titelblock2 div.boronbalken {
position : relative;
color : white;
background-color : black;
margin : 0px;
padding : 0.5em;
}
div#content div.titelblock2 span.mw-collapsible-toggle {
float : none;
font-size : 0.8em;
}
/* Heller und dunkler Hintergrund */
.hell,
#hell,
.toc {
background-color : #faf5d2;
background-image : url(skins/briefspiel3/images/GoldHell.png);
}
.dunkel,
#dunkel {
background-color : #efda92;
background-image : url(skins/briefspiel3/images/GoldDunkel.png);
}
table.tabellehuebsch td.lebend {
visibility:collapse;
text-align:center;
border:none;
background-color : #efda92;
background-image : url(skins/briefspiel3/images/GoldDunkel.png);
}
/* Meisterinfo */
#content div.meisterinfo {
border-left: 3px solid black;
}
#content div.meisterinfo,
#content div.meisterinfo a,
#content div.meisterinfo a:hover
{
color: #ffffff;
}
/* Geschichtsleisten */
td#zeitlinks{
background:url(images/Zeitlinks.png);
width:28px;
}
td#zeitmitte{
background:url(images/Zeit.png);
}
td#zeitrechts{
background:url(images/Zeitrechts.png);
width:28px;
}
td#zeitlinksgross{
background:url(images/ZeitlinksGroß.png);
width:28px;
}
#zeitmittegross{
background:url(images/ZeitGroß.png);
}
td#zeitrechtsgross{
background:url(images/ZeitrechtsGroß.png);
width:28px;
}
td#geschlo{
background:url(images/Gesch_l_o.png);
width:28px;
}
td#geschlm{
background:url(images/Gesch_l_m.png) repeat-y;
width:28px;
}
td#geschlu{
background:url(images/Gesch_l_u.png);
width:28px;
}
td#geschro{
background:url(images/Gesch_r_o.png);
width:28px;
}
td#geschrm{
background:url(images/Gesch_r_m.png) repeat-y;
width:28px;
}
td#geschru{
background:url(images/Gesch_r_u.png);
width:28px;
}
td#geschmo{
background:url(images/Gesch_m_o.png) repeat-x;
}
td#geschmm{
background-color:#EDDC9A;
}
td#geschmu{
background:url(images/Gesch_m_u.png) repeat-x;
}
/* Tabelle Hübsch */
table.tabellehuebsch, table.smwtable {
margin: 1em 1em 1em 0;
background-color : #faf5d2;
background-image : url(skins/briefspiel3/images/GoldHell.png);
border: 1px solid gray;
border-collapse: collapse;
empty-cells:show;
}
table.tabellehuebsch th, table.smwtable th {
border: 1px solid gray;
padding: 0.3em;
background-color :transparent;
background-image :url(skins/briefspiel3/images/GoldDunkel.png);;
}
table.tabellehuebsch td, table.smwtable td {
border: 1px solid gray;
padding: 0.3em;
background-color :transparent;
background-image :none;
}
table.tabellehuebsch caption, table.smwtable caption {
margin-left: inherit;
margin-right: inherit;
font-weight: bold;
}
/* Tabelle genau */
table.genau, tr.genau, td.genau {
table-layout:fixed;
margin: 0px;
padding: 0px;
border: 0px;
border-collapse: collapse;
border-spacing:0px
empty-cells:show;
white-space:pre;
overflow:hidden;
vertical-align:top;
}
/* Vorlage Brief */
div.brief {
border:1px solid gray;
margin:1.0em;
padding:1.0em;
/* font-style:italic; */
color:#00007f;
font-family: 'Lucida Calligraphy', 'Lucida Handwriting', 'Brush Script MT', Georgia, cursive;
}
/* Vorlage Ahnentafel */
td.ahnentafel {
vertical-align:top;
text-align:center;
border:1px solid gray;
}
/* Stammbaum */
.fancytree ul {
background: none;
border: none;
font-size: 12px;
}
ul.fancytree-container {
outline: 0;
border: none;
overflow: hidden;
}
.fancytree p {
display: none;
}
span.fancytree-title {
cursor: default;
}
span.fancytree-title a {
color: black;
}
span.fancytree-icon {
display: none;
}