MediaWiki:Common.css: Unterschied zwischen den Versionen
aus GlossarWiki, der Glossar-Datenbank der Fachhochschule Augsburg
Kowa (Diskussion | Beiträge) Keine Bearbeitungszusammenfassung |
Kowa (Diskussion | Beiträge) Keine Bearbeitungszusammenfassung |
||
| Zeile 61: | Zeile 61: | ||
background:white; | background:white; | ||
font-weight:bold | font-weight:bold | ||
} | |||
/* SMW */ | |||
table.smworgtable { | |||
background: #164eaf; | |||
border: 1px solid black; | |||
margin: 0 0 0.5em 1em; | |||
padding: 3px 3px 3px 3px; | |||
-moz-border-radius: 4px; | |||
border-radius: 4px; | |||
} | |||
table.smworgtable tr { | |||
background: #fff; | |||
} | |||
table.smworgtable td { | |||
padding: 5px; | |||
} | |||
table.smworgtable th { | |||
background: #164eaf; | |||
border: 0px; | |||
padding: 5px; | |||
font-size: 120%; | |||
font-weight: bold; | |||
font-family: Trebuchet MS, Helvetica, Arial, sans-serif; | |||
color: white; | |||
} | |||
table.smworgtable th.smworange { | |||
background: #d57520; | |||
} | |||
table.smworgtable th a { | |||
color: #fff; | |||
} | |||
.smwblue { | |||
border: 1px solid black; | |||
background: #164eaf; | |||
font-weight: bold; | |||
font-family: Trebuchet MS, Helvetica, Arial, sans-serif; | |||
color: white; | |||
} | |||
.smworgange { | |||
border: 1px solid black; | |||
background: #d57520; | |||
font-weight: bold; | |||
font-family: Trebuchet MS, Helvetica, Arial, sans-serif; | |||
color: white; | |||
} | |||
.smwblue a, .smworange a { | |||
color: #fff; | |||
} | } | ||
Version vom 30. März 2011, 17:14 Uhr
/* CSS an dieser Stelle wirkt sich auf alle Skins aus */
.wiki_warning_01
{
margin: 0px 0px 2px 0px;
padding: 1ex;
border: 2px solid #c000c0;
font-size: 95%
}
.wiki_highlight_01
{
margin: 0px 0px 2px 0px;
padding: 1ex;
border: 2px solid #00c0c0;
font-size: 95%
}
.wiki_disambiguation_01
{
border: 1px solid #aaa;
border-width:2px 0 2px 0;
background-color: #f9f9f9;
padding: 5px;
font-size:100%;
}
div.inline * {display:inline}
p
{
max-width: 55em;
}
li
{
max-width: 50em;
}
dd
{
max-width: 50em;
}
.wikitable
{
margin: 1em 1em 1em 0;
border:1px #aaa solid;
background:white;
border-collapse:collapse
}
.wikitable th,.wikitable td
{
border:1px #aaa solid;
padding:0.2em
}
.wikitable th
{
text-align:center;
background:white;
font-weight:bold
}
/* SMW */
table.smworgtable {
background: #164eaf;
border: 1px solid black;
margin: 0 0 0.5em 1em;
padding: 3px 3px 3px 3px;
-moz-border-radius: 4px;
border-radius: 4px;
}
table.smworgtable tr {
background: #fff;
}
table.smworgtable td {
padding: 5px;
}
table.smworgtable th {
background: #164eaf;
border: 0px;
padding: 5px;
font-size: 120%;
font-weight: bold;
font-family: Trebuchet MS, Helvetica, Arial, sans-serif;
color: white;
}
table.smworgtable th.smworange {
background: #d57520;
}
table.smworgtable th a {
color: #fff;
}
.smwblue {
border: 1px solid black;
background: #164eaf;
font-weight: bold;
font-family: Trebuchet MS, Helvetica, Arial, sans-serif;
color: white;
}
.smworgange {
border: 1px solid black;
background: #d57520;
font-weight: bold;
font-family: Trebuchet MS, Helvetica, Arial, sans-serif;
color: white;
}
.smwblue a, .smworange a {
color: #fff;
}
