StyleSheet: Unterschied zwischen den Versionen
(Automatically created by system setup) |
K (16 Versionen importiert) |
||
(15 dazwischenliegende Versionen von einem anderen Benutzer werden nicht angezeigt) | |||
Zeile 1: | Zeile 1: | ||
/* | /* defaults */ | ||
* { | |||
font-size: 9pt; | |||
} | |||
form { | |||
margin-top: 0px; | |||
} | |||
body { | body { | ||
color: #545454; | |||
font-family: Arial, Helvetica, Sans-Serif; | |||
} | |||
/* HEAD */ | |||
#uni_logo { | |||
position: absolute; | |||
left: 65px; | |||
top: 12px; | |||
width: 185px; | |||
height: 72px; | |||
z-index: 1; | |||
background-repeat: no-repeat; | |||
} | } | ||
#titel { | |||
position: absolute; | |||
left: 256px; | |||
top: 62px; | |||
width: 639px; | |||
height: 36px; | |||
} | } | ||
#kopf { | |||
position: absolute; | |||
left: 0px; | |||
top: 110px; | |||
width: 734px; | |||
height: 120px; | |||
background: #B6C828; | |||
/*background-image: url(../images/images_neu/background_kopf.jpg); | |||
background-repeat: no-repeat;*/ | |||
} | } | ||
#bis_logo { | |||
display:none; | |||
} | } | ||
#piktogramm { | |||
position: absolute; | |||
left: 86px; | |||
top: 143px; | |||
width: auto; | |||
z-index: 3; | |||
} | } | ||
#Kopfbild1 { | |||
position: absolute; | |||
left: 250px; | |||
top: 84px; | |||
width: 484px; | |||
height: 120px; | |||
z-index: 3; | |||
} | } | ||
#Kopfbild2 { | |||
position: absolute; | |||
left: 734px; | |||
top: 84px; | |||
width: 242px; | |||
height: 120px; | |||
z-index: 3; | |||
} | } | ||
border- | /*PULLDOWN MENUE*/ | ||
#nav,#nav ul { /*float: left; | |||
width: 36em;*/ | |||
list-style-type: none; | |||
line-height: 1; | |||
background: white; | |||
font-weight: bold; | |||
padding: 0; | |||
border: solid #666666; | |||
border-width: 0px 0; | |||
margin: 0 0 0 0; | |||
} | } | ||
a | |||
#nav a { | |||
display: block; | |||
/*width: 10em; | |||
w\idth: 9em;*/ | |||
color: #333333; | |||
text-decoration: none; | text-decoration: none; | ||
padding: 0.25em 0; | |||
} | } | ||
a. | |||
#nav a.daddy { | |||
background: | |||
url(http://www.uni-bielefeld.de/images/buttons/pfeil_grau_rechts.gif) | |||
center right no-repeat; | |||
} | } | ||
#nav ul li { /* NEU */ | |||
display: block; | |||
padding: 0; | |||
margin: 0; | |||
} | } | ||
#nav li { | |||
float: left; | |||
padding: 0; | |||
/*width: 90px; | |||
w\idth: 90px; */ /*DIESE BREITE ANPASSEN!!!*/ | |||
} | } | ||
#nav li ul { | |||
position: absolute; | |||
left: -999em; | |||
height: auto; | |||
width: 15.4em; | |||
w\idth: 14.9em; | |||
font-weight: normal; | |||
border-width: 1px; | |||
padding: 2pt; | |||
margin: 0; | margin: 0; | ||
} | } | ||
#nav li li { | |||
padding-right: 1em; | |||
font-weight: | padding-left: 0px; | ||
width: 13em; | |||
} | |||
#nav li ul ul { | |||
margin: -1.75em 0 0 14em; | |||
} | |||
#nav li:hover ul ul,#nav li:hover ul ul ul,#nav li.sfhover ul ul,#nav li.sfhover ul ul ul | |||
{ | |||
left: -999em; | |||
} | |||
#nav li:hover ul,#nav li li:hover ul,#nav li li li:hover ul,#nav li.sfhover ul,#nav li li.sfhover ul,#nav li li li.sfhover ul | |||
{ | |||
left: auto; | |||
} | |||
#nav li:hover,#nav li.sfhover { /*background: #339933; */ | |||
} | |||
#pulldown { | |||
position: absolute; | |||
left: 250px; | |||
top: 206px; | |||
width: 31em; | |||
height: 20px; | |||
z-index: 15; | |||
} | |||
/*Schriftformatierung*/ | |||
h1, h2, h3 ,h4 ,h5, #contents-header { | |||
color: #333333; | |||
font-weight: bold; | |||
} | |||
h1#contents-header { | |||
display:none; | |||
} | } | ||
h2 { | h2 { | ||
font-size: 1.1em; | |||
padding-top: 35px; | |||
padding-bottom: 4px; | |||
margin-top: -3px; | |||
} | } | ||
h3 { | h3 { | ||
font-size: | font-size: 1.1em; | ||
margin: 0; | |||
padding-top: 15px; | |||
} | } | ||
h4 { | h4 { | ||
font- | font-style: italic; | ||
font-weight: | font-weight: normal; | ||
font-size: 1.0em; | |||
padding-top: 10px; | |||
padding-bottom: 0px; | |||
margin: 0px; | |||
} | } | ||
h5 { | h5 { | ||
font-size: 110%; | font-size: 110%; | ||
} | } | ||
table { | |||
margin-bottom: 1em; | |||
color: | } | ||
font-size: | |||
table tr { | |||
vertical-align: top; | |||
} | |||
small,small em { | |||
font-size: 90%; | |||
} | |||
a:hover { | |||
color: #336699; | |||
} | |||
a { | |||
color: #20496E; | |||
text-decoration: none; | |||
font-weight: bold; | |||
} | |||
a.edit { | |||
color: #aa1111; | |||
border-color: #aa1111; | |||
} | |||
a.redirect { | |||
font-size: 150%; | |||
text-decoration: none; | |||
margin-left: 20px; | |||
} | |||
a.redirect:before { | |||
content:url("../images/redirect-arrow.png"); | |||
} | |||
a.interwiki:after { | |||
content:url("../images/external.png"); | |||
} | |||
input,select,textarea { | |||
color: #525252; | |||
font-size: 12px; | |||
} | |||
img { | |||
border: 0px; | |||
} | } | ||
dl { | |||
margin-bottom: 8px; | |||
} | } | ||
dt { | dt { | ||
font-weight: bold; | font-weight: bold; | ||
margin-bottom: | margin-top: 5px; | ||
margin-bottom: 3px; | |||
} | } | ||
dd { | |||
margin-bottom: | margin-bottom: 2px; | ||
} | } | ||
dd { | |||
form dl dd { | |||
margin-left: | padding-left: 0px; | ||
margin-left: 10px; | |||
} | } | ||
ul { | ul { | ||
line-height: 1.5em; | line-height: 1.5em; | ||
list-style-type: square; | list-style-type: square; | ||
margin: .3em 0 0 1.5em; | margin: .3em 0 0 1.5em; | ||
padding: 0; | padding: 0; | ||
Zeile 116: | Zeile 275: | ||
margin-bottom: .1em; | margin-bottom: .1em; | ||
} | } | ||
pre { | |||
background-color: #FBFBFD; | |||
border: 1px dashed #7E7ECB; | |||
color: black; | |||
font-size: 110%; | |||
line-height: 1.1em; | |||
padding: 1em; | |||
} | |||
code { | |||
} | |||
textarea { | textarea { | ||
width: 99%; | width: 99%; | ||
Zeile 150: | Zeile 321: | ||
#wiki-page { | #wiki-page { | ||
color: black; | color: black; | ||
padding: | padding: 0px 5px 5px 5px; | ||
} | } | ||
/*LINKES MENUE*/ | |||
#wiki-navigation { | #wiki-navigation { | ||
position: absolute; | position: absolute; | ||
top: | left: 20px; | ||
top: 246px; | |||
width: 208px; | |||
padding: | height: auto; | ||
z-index: 7; | |||
width: | padding: 0; | ||
margin: 0; | |||
width: 208px; | |||
} | } | ||
/*INHALT*/ | |||
#wiki-content { | #wiki-content { | ||
position: | position: absolute; | ||
top: 235px; | |||
left: 250px; | |||
width: 722px; | |||
height: auto; | |||
z-index: 5; | |||
margin-top: 0px; | |||
padding: 0; | |||
} | } | ||
#wiki-footer { | #wiki-footer { | ||
clear: both; | clear: both; | ||
display:none; | |||
} | } | ||
Zeile 180: | Zeile 357: | ||
#contents { | #contents { | ||
padding-top: 20px; | |||
border-top: 4px solid rgb(182, 200, 40); | |||
padding- | margin-top: 25px; | ||
border: | |||
margin- | |||
} | } | ||
#contents-subheader { | #contents-subheader { | ||
line-height: 1.2em; | line-height: 1.2em; | ||
margin: 0 0 1.4em 1em; | margin: 0 0 1.4em 1em; | ||
Zeile 198: | Zeile 371: | ||
/* navbar elements */ | /* navbar elements */ | ||
#logo { | div#logo { | ||
visibility: hidden; | |||
display: none; | |||
} | |||
div#logo a.logo { | |||
border: 0; | border: 0; | ||
} | } | ||
#nav-menu { | #nav-menu { | ||
padding-top:9px; | |||
background: white; | background: white; | ||
border-bottom: 0; | border-bottom: 0; | ||
margin: 2px 0px 8px 0px; | |||
margin: 2px | |||
} | } | ||
#nav-menu hr { | #nav-menu hr { | ||
display: none; | display: none; | ||
} | |||
#nav-menu h3 { | |||
color: #333333; | |||
font-size: 1.0em; | |||
border-bottom-width: 4px; | |||
border-bottom-style: solid; | |||
border-bottom-color: #b3c834; | |||
margin-top: 10px; | |||
margin-left: 0px; | |||
margin-bottom: 3px; | |||
} | |||
#nav-menu h3 .editsection { | |||
display:none; | |||
} | } | ||
#nav-menu ul { | #nav-menu ul { | ||
padding: | border: 0px solid #D8D8E7; | ||
padding: 0px; | |||
list-style-type: none; | list-style-type: none; | ||
margin-left: 0px; | |||
} | |||
#nav-menu ul li a { | |||
display:block; | |||
font-weight: bold; | |||
padding: 8px 2px 8px 0px; | |||
border-bottom-width: 1px; | |||
border-bottom-style: dashed; | |||
border-bottom-color: #B6C828; | |||
} | } | ||
#nav-search { | #nav-search { | ||
position: absolute; | |||
left: 722px; | |||
top: -35px; | |||
width: 250px; | |||
text-align: center; | text-align: center; | ||
} | } | ||
#nav-search form { | #nav-search form { | ||
padding: | padding: 0px; | ||
margin: | margin: 0px; | ||
} | } | ||
#nav-search br { | #nav-search br { | ||
display:none; | |||
} | } | ||
#nav-search input { | #nav-search input { | ||
background-color: white; | background-color: white; | ||
border: 1px solid #D8D8E7; | border: 1px solid #D8D8E7; | ||
Zeile 247: | Zeile 440: | ||
float: left; | float: left; | ||
position: relative; | position: relative; | ||
background: # | background: #ee7777; | ||
font-weight: bold; | font-weight: bold; | ||
padding: 0.1em; | padding: 0.1em; | ||
Zeile 256: | Zeile 449: | ||
float: left; | float: left; | ||
position: relative; | position: relative; | ||
background: # | background: #77ee77; | ||
font-weight: bold; | font-weight: bold; | ||
padding: 0.1em; | padding: 0.1em; | ||
Zeile 288: | Zeile 481: | ||
padding: 1px; | padding: 1px; | ||
} | } | ||
.diff-change { | .diff-change { | ||
font-weight: bold; | font-weight: bold; | ||
color: red; | color: red; | ||
} | |||
#change a { | |||
font-weight: normal; | |||
} | |||
#change li { | |||
padding: 2px 0 2px 0; | |||
} | } | ||
Zeile 298: | Zeile 500: | ||
border: 1px solid #D8D8E7; | border: 1px solid #D8D8E7; | ||
margin: 0.2em auto 0.2em 0em; | margin: 0.2em auto 0.2em 0em; | ||
padding: | padding: 1.0em 0.8em 1.0em 0.1em; | ||
background: #E9EEF3; | |||
} | |||
#toc a { | |||
display: block; | |||
} | |||
#toc span.tocnumber { | |||
padding-right: 5px; | |||
} | } | ||
#toc ul { | #toc ul { | ||
Zeile 327: | Zeile 535: | ||
#tab-menu { | #tab-menu { | ||
padding: | padding: 0px; | ||
margin: | margin: 0px; | ||
} | } | ||
#tab-menu .tab-item { | #tab-menu .tab-item a { | ||
float: | float: right; | ||
border-bottom: 2px solid #b3c834; | |||
border-right: 2px solid #b3c834; | |||
border: | padding: 0.2em 0.2em 0.2em 0.2em; | ||
border- | margin: 0px; | ||
padding: 0.2em 0. | |||
margin: | |||
margin-right: 6px; | margin-right: 6px; | ||
font-size:95%; | |||
text-align: center; | text-align: center; | ||
color:#b3c834; | |||
font-weight: normal; | |||
} | |||
#tab-menu .tab-item a.edit { | |||
color: #aa1111; | |||
} | } | ||
Zeile 348: | Zeile 558: | ||
#user-menu { | #user-menu { | ||
float: right; | float: right; | ||
margin | margin: 0.4em 2em 0.4em 0; | ||
padding: 0; | padding: 0; | ||
text-align: center; | text-align: center; | ||
} | } | ||
#user-menu li { | #user-menu li { | ||
float: left; | |||
list-style-type: none; | |||
font-size: 90%; | font-size: 90%; | ||
padding: 0; | |||
margin: 0 0.4em; | |||
white-space: nowrap; | |||
} | |||
#user-menu li a { | |||
font-weight: normal; | |||
color: black; | |||
} | |||
#user-menu li a.edit { | |||
color: #aa1111; | |||
border-color: #aa1111; | |||
} | } | ||
Zeile 377: | Zeile 596: | ||
color: #770000; | color: #770000; | ||
} | } | ||
li.importchange { | li.importchange { | ||
color: #007777; | color: #007777; | ||
} | } | ||
li.movechange { | li.movechange { | ||
Zeile 386: | Zeile 605: | ||
color: #007777; | color: #007777; | ||
} | } | ||
span.edit-comment { | span.edit-comment { | ||
text-decoration: italic; | text-decoration: italic; | ||
} | } | ||
span.section-link { | span.section-link { | ||
color: #999; | color: #999; | ||
} | } | ||
span.section-link a { | span.section-link a { | ||
color: #333; | color: #333; | ||
} | } | ||
/* topic pages */ | /* topic pages */ | ||
#content-article { | #content-article { | ||
padding: 10px | padding: 10px 0px 10px 0px; | ||
} | } | ||
#content-article pre { | #content-article pre { | ||
Zeile 405: | Zeile 624: | ||
} | } | ||
.editsection { | .editsection { | ||
font-size: 67%; | font-size: 67%; | ||
float: right; | float: right; | ||
margin-left: 5px; | margin-left: 5px; | ||
position: relative; | position: relative; | ||
font-weight: normal; | |||
} | |||
.editsection a { | |||
font-weight: normal; | |||
} | } | ||
Zeile 414: | Zeile 638: | ||
img.wikiimg { | img.wikiimg { | ||
border: | border: 0px; | ||
} | } | ||
a.wikiimg { | a.wikiimg { | ||
border: | border: 0px; | ||
} | } | ||
div.imgcaption { | div.imgcaption { | ||
padding: 0. | padding: 0.4em 0em 0.2em 0.5em; | ||
margin-top: 0.8em; | |||
font-style: italic; | |||
color: #777777; | |||
border-top: 1px dashed #bbbbbb; | |||
} | } | ||
div.imgleft { | div.imgleft { | ||
Zeile 432: | Zeile 660: | ||
div.imgcenter { | div.imgcenter { | ||
text-align: center; | text-align: center; | ||
margin: | margin: 1.3em 0em 1.3em 0em; | ||
} | } | ||
div.imgthumb { | div.imgthumb { | ||
Zeile 464: | Zeile 692: | ||
} | } | ||
#toolbar a img { | #toolbar a img { | ||
padding: | padding: 0px; | ||
margin: | margin: 0px 1px 0px 0px; | ||
border: 1px solid #7E7ECB; | border: 1px solid #7E7ECB; | ||
} | } | ||
Zeile 549: | Zeile 777: | ||
width: 400px; | width: 400px; | ||
height: 60px; | height: 60px; | ||
} | |||
/* | |||
CSS fuer Templates | |||
*/ | |||
.testtemplate { | |||
vertical-align: middle; | |||
padding: 5px 2px 25px 10px; | |||
margin: 5px 5px 5px 5px; | |||
border: 1px dashed red; | |||
} | |||
table.auflistung { | |||
width: 100%; | |||
border: 1px solid #ccc; | |||
margin: 2px; | |||
padding: 2px; | |||
background-color: white; | |||
} | |||
table.auflistung th { | |||
text-align: left; | |||
vertical-align: top; | |||
} | |||
table.auflistung td { | |||
text-align: left; | |||
vertical-align: top; | |||
border-top: 1px solid #ccc; | |||
} | |||
table.auflistung tr:hover { | |||
background-color: #ccc; | |||
} | |||
div.imgleft { | |||
padding-right:10px; | |||
} | |||
div.tocOhneNummern span.tocnumber { | |||
display:none; | |||
} | |||
div.feed { | |||
text-indent: 25px; | |||
background: url(/wiki_images/feed-icon-16x16.png) no-repeat 0 50%; | |||
} | |||
sup.reference a { | |||
font-size: 0.9em; | |||
font-weight:normal; | |||
} | |||
/* | |||
Hilfetexte | |||
*/ | |||
#intro { | |||
margin-top: -30px; | |||
padding-bottom: 10px; | |||
} | |||
#intro h1 span i { | |||
color: #D9C996; | |||
font-size: 1.5em; | |||
font-style: normal; | |||
} | |||
#intro .editsection, #txt .editsection { | |||
display:none; | |||
} | |||
#txt { | |||
padding: 0px 20px 20px 20px; | |||
border: 3px solid #D9C996; | |||
} | |||
#txt h2 span { | |||
font-size: 1.2em; | |||
} | } | ||
Aktuelle Version vom 24. Mai 2022, 11:12 Uhr
/* defaults */
- {
font-size: 9pt; }
form { margin-top: 0px; }
body { color: #545454; font-family: Arial, Helvetica, Sans-Serif; }
/* HEAD */
- uni_logo {
position: absolute; left: 65px; top: 12px; width: 185px; height: 72px; z-index: 1; background-repeat: no-repeat; }
- titel {
position: absolute; left: 256px; top: 62px; width: 639px; height: 36px; }
- kopf {
position: absolute; left: 0px; top: 110px; width: 734px; height: 120px; background: #B6C828; /*background-image: url(../images/images_neu/background_kopf.jpg); background-repeat: no-repeat;*/ }
- bis_logo {
display:none; }
- piktogramm {
position: absolute; left: 86px; top: 143px; width: auto; z-index: 3; }
- Kopfbild1 {
position: absolute; left: 250px; top: 84px; width: 484px; height: 120px; z-index: 3; }
- Kopfbild2 {
position: absolute; left: 734px; top: 84px; width: 242px; height: 120px; z-index: 3; }
/*PULLDOWN MENUE*/
- nav,#nav ul { /*float: left;
width: 36em;*/ list-style-type: none; line-height: 1; background: white; font-weight: bold; padding: 0; border: solid #666666; border-width: 0px 0; margin: 0 0 0 0; }
- nav a {
display: block; /*width: 10em; w\idth: 9em;*/ color: #333333; text-decoration: none; padding: 0.25em 0; }
- nav a.daddy {
background: url(http://www.uni-bielefeld.de/images/buttons/pfeil_grau_rechts.gif) center right no-repeat; }
- nav ul li { /* NEU */
display: block; padding: 0; margin: 0; }
- nav li {
float: left; padding: 0; /*width: 90px; w\idth: 90px; */ /*DIESE BREITE ANPASSEN!!!*/ }
- nav li ul {
position: absolute; left: -999em; height: auto; width: 15.4em; w\idth: 14.9em; font-weight: normal; border-width: 1px; padding: 2pt; margin: 0; }
- nav li li {
padding-right: 1em; padding-left: 0px; width: 13em; }
- nav li ul ul {
margin: -1.75em 0 0 14em; }
- nav li:hover ul ul,#nav li:hover ul ul ul,#nav li.sfhover ul ul,#nav li.sfhover ul ul ul
{ left: -999em; }
- nav li:hover ul,#nav li li:hover ul,#nav li li li:hover ul,#nav li.sfhover ul,#nav li li.sfhover ul,#nav li li li.sfhover ul
{ left: auto; }
- nav li:hover,#nav li.sfhover { /*background: #339933; */
}
- pulldown {
position: absolute; left: 250px; top: 206px; width: 31em; height: 20px; z-index: 15; }
/*Schriftformatierung*/ h1, h2, h3 ,h4 ,h5, #contents-header { color: #333333; font-weight: bold; } h1#contents-header {
display:none;
}
h2 { font-size: 1.1em; padding-top: 35px; padding-bottom: 4px; margin-top: -3px; }
h3 { font-size: 1.1em; margin: 0; padding-top: 15px; }
h4 { font-style: italic; font-weight: normal; font-size: 1.0em; padding-top: 10px; padding-bottom: 0px; margin: 0px; } h5 { font-size: 110%; }
table { margin-bottom: 1em; }
table tr { vertical-align: top; }
small,small em { font-size: 90%; }
a:hover { color: #336699; }
a { color: #20496E; text-decoration: none;
font-weight: bold;
}
a.edit { color: #aa1111; border-color: #aa1111; } a.redirect { font-size: 150%; text-decoration: none; margin-left: 20px; } a.redirect:before { content:url("../images/redirect-arrow.png"); } a.interwiki:after { content:url("../images/external.png"); }
input,select,textarea { color: #525252; font-size: 12px; }
img { border: 0px; }
dl { margin-bottom: 8px; }
dt { font-weight: bold; margin-top: 5px; margin-bottom: 3px; }
dd { margin-bottom: 2px; }
form dl dd { padding-left: 0px; margin-left: 10px; }
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; }
pre { background-color: #FBFBFD; border: 1px dashed #7E7ECB; color: black; font-size: 110%; line-height: 1.1em; padding: 1em; } code { }
textarea { width: 99%; } fieldset { padding: 5px; border: 1px solid #D8D8E7; } legend { padding: 0.5em; font-weight: bold; } .red { font-weight: bold; color: #ff0000; } .green { font-weight: bold; color: #009900; } div.message { margin: 1.5em 0 1.5em 0; padding: 0 5px; } div.submenu { margin: 1.0em 6em 0.8em 6em; text-align: center; } .clear { clear: both; }
/* global positioning */
- wiki-page {
color: black; padding: 0px 5px 5px 5px; }
/*LINKES MENUE*/
- wiki-navigation {
position: absolute; left: 20px; top: 246px; width: 208px; height: auto; z-index: 7; padding: 0; margin: 0; width: 208px; }
/*INHALT*/
- wiki-content {
position: absolute; top: 235px; left: 250px; width: 722px; height: auto; z-index: 5; margin-top: 0px; padding: 0; }
- wiki-footer {
clear: both;
display:none;
}
/* main content area */
- contents {
padding-top: 20px; border-top: 4px solid rgb(182, 200, 40); margin-top: 25px; }
- contents-subheader {
line-height: 1.2em; margin: 0 0 1.4em 1em; color: #7d7d7d; width: auto; }
/* navbar elements */
div#logo { visibility: hidden; display: none; } div#logo a.logo { border: 0; }
- nav-menu {
padding-top:9px; background: white; border-bottom: 0; margin: 2px 0px 8px 0px; }
- nav-menu hr {
display: none; }
- nav-menu h3 {
color: #333333; font-size: 1.0em; border-bottom-width: 4px; border-bottom-style: solid; border-bottom-color: #b3c834; margin-top: 10px; margin-left: 0px; margin-bottom: 3px; }
- nav-menu h3 .editsection {
display:none; }
- nav-menu ul {
border: 0px solid #D8D8E7; padding: 0px; list-style-type: none; margin-left: 0px; }
- nav-menu ul li a {
display:block; font-weight: bold; padding: 8px 2px 8px 0px; border-bottom-width: 1px; border-bottom-style: dashed; border-bottom-color: #B6C828;
}
- nav-search {
position: absolute; left: 722px; top: -35px;
width: 250px;
text-align: center; }
- nav-search form {
padding: 0px; margin: 0px; }
- nav-search br {
display:none; }
- nav-search input {
background-color: white; border: 1px solid #D8D8E7; }
/* diff page */
.diff-delete { float: left; position: relative; background: #ee7777; font-weight: bold; padding: 0.1em; width: 48%; overflow: hidden; } .diff-add { float: left; position: relative; background: #77ee77; font-weight: bold; padding: 0.1em; width: 48%; overflow: hidden; } .diff-unchanged { float: left; position: relative; background: #dddddd; padding: 0.1em; width: 48%; overflow: hidden; } .diff-indicator { float: left; position: relative; font-weight: bold; padding: 0.1em; text-align: right; width: 7px; } .diff-line { clear: both; padding: 0.5em 0.1em 0.1em 0.1em; font-weight: bold; } .diff-entry { clear: both; margin: 1px; padding: 1px; } .diff-change { font-weight: bold; color: red; }
- change a {
font-weight: normal;
}
- change li {
padding: 2px 0 2px 0;
}
/* topic elements */
- toc {
border: 1px solid #D8D8E7; margin: 0.2em auto 0.2em 0em; padding: 1.0em 0.8em 1.0em 0.1em;
background: #E9EEF3;
}
- toc a {
display: block;
}
- toc span.tocnumber {
padding-right: 5px;
}
- toc ul {
list-style-type: none; list-style-image: none; margin-left: 0; }
- toc ul ul {
margin-left: 1em; }
- category-index {
border: 1px solid #aaa; background-color: #f9f9f9; padding: 10px 5px 10px 5px; margin-top: 1em; clear: both; }
- topic-file-download {
border: 1px solid #aaa; background-color: #f9f9f9; padding: 10px 5px 10px 5px; margin-top: 1em; clear: both; }
/* tab menu */
- tab-menu {
padding: 0px; margin: 0px; }
- tab-menu .tab-item a {
float: right; border-bottom: 2px solid #b3c834; border-right: 2px solid #b3c834; padding: 0.2em 0.2em 0.2em 0.2em; margin: 0px; margin-right: 6px;
font-size:95%;
text-align: center;
color:#b3c834; font-weight: normal;
}
- tab-menu .tab-item a.edit {
color: #aa1111; }
/* user menu */
- user-menu {
float: right; margin: 0.4em 2em 0.4em 0; padding: 0; text-align: center; }
- user-menu li {
float: left;
list-style-type: none;
font-size: 90%; padding: 0; margin: 0 0.4em; white-space: nowrap; }
- user-menu li a {
font-weight: normal; color: black; }
- user-menu li a.edit {
color: #aa1111; border-color: #aa1111; }
/* footer */
- wiki-footer hr, #wiki-footer br {
display: none; }
/* recent changes, user contributions, history */
li.minorchange { color: #777777; } li.standardchange { color: black; } li.deletechange { color: #770000; } li.importchange { color: #007777; } li.movechange { color: #777777; } li.undeletechange { color: #007777; } span.edit-comment { text-decoration: italic; } span.section-link { color: #999; } span.section-link a { color: #333; }
/* topic pages */
- content-article {
padding: 10px 0px 10px 0px; }
- content-article pre {
overflow: hidden; } .editsection { font-size: 67%; float: right; margin-left: 5px; position: relative; font-weight: normal; }
.editsection a {
font-weight: normal;
}
/* images */
img.wikiimg { border: 0px; } a.wikiimg { border: 0px; } div.imgcaption { padding: 0.4em 0em 0.2em 0.5em; margin-top: 0.8em; font-style: italic; color: #777777; border-top: 1px dashed #bbbbbb; } div.imgleft { float: left; margin: 0.3em 0.3em 0.3em 0em; } div.imgright { float: right; margin: 0.3em 0em 0.3em 0.3em; } div.imgcenter { text-align: center; margin: 1.3em 0em 1.3em 0em; } div.imgthumb { border: 1px solid #bbbbbb; padding: 0.3em; position: relative; } table.gallery { border: 1px solid #ccc; margin: 2px; padding: 2px; background-color: white; } table.gallery tr { vertical-align: middle; } table.gallery td { background-color: #f9f9f9; border: solid 2px white; text-align: center; vertical-align: middle; width: 150px; } img.gallery { border: 1px solid #bbbbbb; padding: 0.3em; }
- toolbar a {
border: none; text-decoration: none; }
- toolbar a img {
padding: 0px; margin: 0px 1px 0px 0px; border: 1px solid #7E7ECB; }
- toolbar a img:hover {
border-color: #D8D8E7; }
/* search results */
.highlight { background:yellow; } .searchresult { background-color: #dcdcdc; margin: 1em 0 0 0; } .searchsummary { margin: 0.5em 0 0.7em 0; }
- searchpower {
font-size: 90%; font-style: italic; margin: 1em 0 1em 0; }
- searchhints {
margin: 1.5em 0 1.5em 0; }
/* form styles */
.formentry { width: 99%; padding: 3px 5px; clear: both; } .formcaption { float: left; width: 250px; font-weight: bold; padding-right: 10px; } .formcaption-medium { float: left; width: 170px; font-weight: bold; padding-right: 10px; } .formcaption-small { float: left; width: 90px; font-weight: bold; padding-right: 10px; } .formelement { } .formhelp { font-size: 85%; color: #5f5f5f; clear: both; } .lightbg { background-color: #ffffff; } .mediumbg { background-color: #e9e9f8; } .darkbg { background-color: #d8d8e7; } .translationElement { float: left; vertical-align: top; padding: 3px; width: 49%; overflow: hidden; } textarea.translation { width: 100%; overflow:auto; height:5em; } textarea.medium { width: 400px; height: 60px; } /* CSS fuer Templates
- /
.testtemplate { vertical-align: middle;
padding: 5px 2px 25px 10px; margin: 5px 5px 5px 5px; border: 1px dashed red;
} table.auflistung {
width: 100%;
border: 1px solid #ccc; margin: 2px; padding: 2px; background-color: white; } table.auflistung th { text-align: left; vertical-align: top; } table.auflistung td { text-align: left; vertical-align: top;
border-top: 1px solid #ccc;
} table.auflistung tr:hover { background-color: #ccc; }
div.imgleft {
padding-right:10px;
}
div.tocOhneNummern span.tocnumber {
display:none;
} div.feed {
text-indent: 25px; background: url(/wiki_images/feed-icon-16x16.png) no-repeat 0 50%;
} sup.reference a {
font-size: 0.9em; font-weight:normal;
}
/*
Hilfetexte
- /
- intro {
margin-top: -30px; padding-bottom: 10px; }
- intro h1 span i {
color: #D9C996; font-size: 1.5em; font-style: normal; }
- intro .editsection, #txt .editsection {
display:none; }
- txt {
padding: 0px 20px 20px 20px; border: 3px solid #D9C996; }
- txt h2 span {
font-size: 1.2em; }