MediaWiki:Common.css: Unterschied zwischen den Versionen
Zur Navigation springen
Zur Suche springen
K TV-Planer etwas umgestaltet |
Ghost (Diskussion | Beiträge) K Fixes |
||
| Zeile 4: | Zeile 4: | ||
* für dünne Rahmen nur noch "border-style" angeben muss.) | * für dünne Rahmen nur noch "border-style" angeben muss.) | ||
*/ | */ | ||
.rahmenfarbe1 { /* Wie Inhaltsverzeichnis */ | .rahmenfarbe1 { /* Wie Inhaltsverzeichnis */ | ||
border-color: #aaaaaa; | border-color: #aaaaaa; | ||
| Zeile 25: | Zeile 25: | ||
border-width: 1px; | border-width: 1px; | ||
} | } | ||
.hintergrundfarbe1 { | .hintergrundfarbe1 { | ||
background-color: #f9f9f9; | background-color: #f9f9f9; | ||
} | } | ||
.hintergrundfarbe2 { | .hintergrundfarbe2 { | ||
background-color: #cdefff; | background-color: #cdefff; | ||
} | } | ||
.hintergrundfarbe3 { | .hintergrundfarbe3 { | ||
background-color: #bcdefa; | background-color: #bcdefa; | ||
} | } | ||
.hintergrundfarbe4 { | .hintergrundfarbe4 { | ||
background-color: #abcdef; | background-color: #abcdef; | ||
} | } | ||
| Zeile 73: | Zeile 73: | ||
margin:1px 1px 0px 1px; | margin:1px 1px 0px 1px; | ||
} | } | ||
.verweise_unten1 { | .verweise_unten1 { | ||
border-style:solid; | border-style:solid; | ||
| Zeile 254: | Zeile 254: | ||
.mw-collapsible-toggle-expanded .mw-collapsible-arrowtoggle { | .mw-collapsible-toggle-expanded .mw-collapsible-arrowtoggle { | ||
padding-left: 20px !important; | padding-left: 20px !important; | ||
background-image: url(' | background-image: url('/extensions/Vector/modules/images/open.png'); | ||
background-repeat: no-repeat; | background-repeat: no-repeat; | ||
background-position: center left; | background-position: center left; | ||
| Zeile 261: | Zeile 261: | ||
.mw-collapsible-toggle-collapsed .mw-collapsible-arrowtoggle { | .mw-collapsible-toggle-collapsed .mw-collapsible-arrowtoggle { | ||
padding-left: 20px !important; | padding-left: 20px !important; | ||
background-image: url(' | background-image: url('/extensions/Vector/modules/images/closed-ltr.png'); | ||
background-repeat: no-repeat; | background-repeat: no-repeat; | ||
background-position: center left; | background-position: center left; | ||
| Zeile 292: | Zeile 292: | ||
} | } | ||
/* Nutzer mit aktiviertem JavaScript bekommen keine Hinweise für Nutzer mit deaktiviertem JavaScript angezeigt */ | /* Nutzer mit aktiviertem JavaScript bekommen keine Hinweise für Nutzer mit deaktiviertem JavaScript angezeigt */ | ||
.noscript { | .noscript { | ||
| Zeile 346: | Zeile 346: | ||
#content :not(.keinSymbol) > a[href ^="http://de.wikipedia.org/"]:active, | #content :not(.keinSymbol) > a[href ^="http://de.wikipedia.org/"]:active, | ||
#content :not(.keinSymbol) > a[href ^="http://en.wikipedia.org/"]:active { | #content :not(.keinSymbol) > a[href ^="http://en.wikipedia.org/"]:active { | ||
background: url( | background: url(/images/1/12/Wikipedia-Icon.png) top right no-repeat; | ||
padding: 0 13px 0 0; | padding: 0 13px 0 0; | ||
background-size: 12px; | background-size: 12px; | ||
} | } | ||
#content :not(.keinSymbol) > a[href ^="http://de.memory-alpha.org/"] { | #content :not(.keinSymbol) > a[href ^="http://de.memory-alpha.org/"] { | ||
background: url( | background: url(/images/3/3e/Memory-Alpha-Icon.png) top right no-repeat; | ||
padding: 0 13px 0 0; | padding: 0 13px 0 0; | ||
background-size: 12px; | background-size: 12px; | ||
} | } | ||
#content :not(.keinSymbol) > a[href ^="http://de.battlestarwiki.org/"] { | #content :not(.keinSymbol) > a[href ^="http://de.battlestarwiki.org/"] { | ||
background: url( | background: url(/images/b/bf/Battlestar-Wiki-Icon.png) top right no-repeat; | ||
padding: 0 13px 0 0; | padding: 0 13px 0 0; | ||
background-size: 12px; | background-size: 12px; | ||
| Zeile 375: | Zeile 375: | ||
/* Staffelnavigationen */ | /* Staffelnavigationen */ | ||
.staffelnav { | .staffelnav { | ||
width: 100%; | |||
clear: both; | |||
padding: 0; | |||
border: 2px solid #D0D0D0; | |||
font-size: 90%; | |||
box-sizing: border-box; | |||
} | } | ||
.editstaffelnav { | .editstaffelnav { | ||
width: 100%; | |||
margin-bottom: 30px; | |||
} | } | ||
.editstaffelnav > div { | .editstaffelnav > div { | ||
width:70px; | |||
float: right; | |||
border: 2px solid #d0d0d0; | |||
border-radius: 0 0 25px 25px; | |||
background-color: #d0d0d0; | |||
box-sizing: border-box; | |||
} | } | ||
/* blendet unsinnige Abschnitts-Bearbeitungslinks in der vector-Vorschau aus */ | /* blendet unsinnige Abschnitts-Bearbeitungslinks in der vector-Vorschau aus */ | ||
.wikiEditor-preview-contents .mw-editsection { | .wikiEditor-preview-contents .mw-editsection { | ||
display: none; | |||
} | } | ||
/* ändert das Aussehen von h2-Überschriften, sodass sie aussehen wie mit <big> und <b> formatiert (nur ein bisschen größer) */ | /* ändert das Aussehen von h2-Überschriften, sodass sie aussehen wie mit <big> und <b> formatiert (nur ein bisschen größer) */ | ||
.customh2 h2 { | .customh2 h2 { | ||
font-weight: bolder; | |||
font-family: sans-serif; | |||
border-bottom: 0; | |||
margin: 0; | |||
font-size: large; | |||
} | } | ||
/* Gestaltet die Ereignis-Vorlagen der Hauptseite */ | /* Gestaltet die Ereignis-Vorlagen der Hauptseite */ | ||
.ereignisTab { | .ereignisTab { | ||
width: 100%; | |||
border: none; | |||
border-collapse: separate; | |||
border-spacing: 2px; | |||
} | } | ||
.ereignisTab td:first-child { | .ereignisTab td:first-child { | ||
| Zeile 424: | Zeile 424: | ||
} | } | ||
.ereignisTab td.ereignisBirthday { | .ereignisTab td.ereignisBirthday { | ||
padding-left: 15px; | |||
padding-top: 3px; | |||
} | } | ||
.ereignisTab td.ereignisTV { | .ereignisTab td.ereignisTV { | ||
padding-left: 15px; | |||
padding-top: 5px; | |||
} | } | ||
.ereignisTab td.ereignisRIP { | .ereignisTab td.ereignisRIP { | ||
padding-left: 15px; | |||
padding-top: 10px; | |||
} | } | ||
.ereignisTab td.ereignisWiki{ | .ereignisTab td.ereignisWiki{ | ||
padding-left: 10px; | |||
padding-top: 5px; | |||
} | } | ||
.ereignisTab td.ereignisMerch{ | .ereignisTab td.ereignisMerch{ | ||
padding-left: 12px; | |||
padding-top: 5px; | |||
} | } | ||
/* facebook-Link */ | /* facebook-Link */ | ||
#FBButton { | #FBButton { | ||
position: absolute; | |||
transition: margin-left 250ms ease 0s, padding 250ms ease 0s; | |||
top: 0.33em; | |||
margin-left: 11em; | |||
padding: 5px 1px; | |||
visibility: hidden; | |||
opacity: 0.0; | |||
} | } | ||
#FBButton > div { | #FBButton > div { | ||
margin: 0 2px; | |||
font-size: 13px; | |||
} | } | ||
#FBButton a { | #FBButton a { | ||
background-color: #c7dcfc; | |||
border-radius: 2px; | |||
padding: 3px 5px 2px; | |||
text-decoration: none; | |||
} | } | ||
#FBButton a:hover { | #FBButton a:hover { | ||
background-image: linear-gradient(to top, rgba(221, 231, 246, 0.6), rgba(122, 174, 254, 0.8)); | |||
} | } | ||
#FBButton img { | #FBButton img { | ||
vertical-align: baseline; | |||
margin-right: 1px; | |||
} | } | ||
/* Für [[Merchandise:Fernsehsender]] */ | /* Für [[Merchandise:Fernsehsender]] */ | ||
.tv-heading { | .tv-heading { | ||
padding: 0 0 3px 15px; | |||
background-image: linear-gradient(to bottom, #a7d7f9, #65b9f5); | |||
border-radius: 8px 8px 0 0; | |||
} | } | ||
.tv-cluster { | .tv-cluster { | ||
border-left: 4px solid #65b9f5; | |||
border-bottom: 2px solid #65b9f5; | |||
padding: 0; | |||
margin-bottom: 20px; | |||
} | } | ||
.tv-table-outer { | .tv-table-outer { | ||
width: 100%; | |||
border: 4px solid #65b9f5; | |||
border-collapse: collapse; | |||
border-radius:0 5px 5px 0; | |||
} | } | ||
.tv-channel { | .tv-channel { | ||
width: 100px; | |||
background-image: linear-gradient(to right, #b9e0fb, #acd9f8); | |||
text-align: center; | |||
} | } | ||
.tv-content { | .tv-content { | ||
padding: 0; | |||
} | } | ||
.tv-table-inner { | .tv-table-inner { | ||
width: 100%; | |||
border-collapse: separate; | |||
border-spacing: 2px; | |||
} | } | ||
.tv-series th, .tv-series td { | .tv-series th, .tv-series td { | ||
vertical-align: top; | |||
padding: 10px; | |||
padding-bottom: 20px; | |||
background-color: #ddf0fc; | |||
} | } | ||
.tv-series th { | .tv-series th { | ||
width: 240px; | |||
box-sizing: border-box; | |||
vertical-align: middle; | |||
} | } | ||
.tv-empty th, .tv-empty td { | .tv-empty th, .tv-empty td { | ||
background-color: #eff8fe; | |||
} | } | ||
.tv-nothing .tv-series { | .tv-nothing .tv-series { | ||
display: none; | |||
} | } | ||
.tv-channel-info { | .tv-channel-info { | ||
background-image: linear-gradient(to bottom, #d7edfc, #c5e5fb); | |||
padding: 10px; | |||
} | } | ||
.tv-channel-info-en { | .tv-channel-info-en { | ||
margin: 2px; | |||
background-image: linear-gradient(to bottom, #d7edfc, #c5e5fb); | |||
padding: 10px; | |||
} | } | ||
.gallerybox .jwplayer { | .gallerybox .jwplayer { | ||
margin: auto; | |||
} | } | ||
| Zeile 548: | Zeile 548: | ||
.biglinks a { | .biglinks a { | ||
font-variant:small-caps; | |||
font-size:115%; | |||
} | } | ||
@media screen and (min-width: 61em) and (max-width: 97em) { | @media screen and (min-width: 61em) and (max-width: 97em) { | ||
.Hauptseite-Themen-twoitems { | .Hauptseite-Themen-twoitems { | ||
display: block; | display: block; | ||
} | } | ||
.Hauptseite-Themen-item:first-child { | .Hauptseite-Themen-item:first-child { | ||
margin: 0 6% 0 2%; | |||
} | |||
.Hauptseite-Themen-item:nth-child(2) { | .Hauptseite-Themen-item:nth-child(2) { | ||
margin: 0 2% 0 6%; | |||
} | |||
} | } | ||
/* bessere Unterscheidung der Tabellenlinien im TV-Planer */ | /* bessere Unterscheidung der Tabellenlinien im TV-Planer */ | ||
#TVPlaner table hr { | #TVPlaner table hr { | ||
background-color: #d5d5d5; | |||
} | } | ||
| Zeile 579: | Zeile 579: | ||
/* kleiner Leerraum vor hochgestellten Quellenangaben und Anmerkungen; insb. für kursive Texte unmittelbar davor, die sonst unschön in die Quellenangabe ragen */ | /* kleiner Leerraum vor hochgestellten Quellenangaben und Anmerkungen; insb. für kursive Texte unmittelbar davor, die sonst unschön in die Quellenangabe ragen */ | ||
sup.reference { | sup.reference { | ||
padding-left: 1px; | |||
} | } | ||
Aktuelle Version vom 30. November 2025, 15:19 Uhr
/*
* Farbdefinitionen für Rahmen und Hintergründe
* (Die Angaben der Rahmenstärke dienen der Bequemlichkeit, so dass man
* für dünne Rahmen nur noch "border-style" angeben muss.)
*/
.rahmenfarbe1 { /* Wie Inhaltsverzeichnis */
border-color: #aaaaaa;
border-width: 1px;
}
.rahmenfarbe2 { /* Unauffällig, geringer Kontrast */
border-color: #e9e9e9;
border-width: 1px;
}
.rahmenfarbe3 { /* "Rot", auffällig */
border-color: #c00000;
border-width: 1px;
}
.rahmenfarbe4 { /* Neutrale Farbe, deutlich */
border-color: #8888aa;
border-width: 1px;
}
.rahmenfarbe5 { /* "Schwarz", hoher Kontrast */
border-color: #000000;
border-width: 1px;
}
.hintergrundfarbe1 {
background-color: #f9f9f9;
}
.hintergrundfarbe2 {
background-color: #cdefff;
}
.hintergrundfarbe3 {
background-color: #bcdefa;
}
.hintergrundfarbe4 {
background-color: #abcdef;
}
.hintergrundfarbe5 { /* Neutral, abgesetzt */
background-color: #e0e0e0;
}
.hintergrundfarbe6 { /* Allgemein „bunt“, für Hervorhebungen und Unterscheidungen */
background-color: #b3b7ff;
}
.hintergrundfarbe7 { /* Allgemein „bunt“, für Hervorhebungen und Unterscheidungen */
background-color: #ffcbcb;
}
.hintergrundfarbe8 { /* Allgemein „bunt“, für Hervorhebungen und Unterscheidungen */
background-color: #ffebad;
}
.hintergrundfarbe9 { /* Allgemein „bunt“, für Hervorhebungen und Unterscheidungen */
background-color: #b9ffc5;
}
.hintergrundfarbe10 { /* etwas blasser als Farbe 5 */
background-color: #f0f0f0;
}
/* Übersichtstabellen Episoden */
.verweise {
border-collapse:collapse;
}
.verweise_oben {
border-style:solid;
border-color:#CCCCCC;
border-width:1px 1px 1px 1px;
background-color:#CECECE;
}
.verweise_oben p{
margin:1px 1px 0px 1px;
}
.verweise_unten1 {
border-style:solid;
border-color:#CCCCCC;
border-width:1px 0px 1px 1px;
vertical-align:top;
}
.verweise_unten1 ul {
line-height:10px;
font-size:8pt;
}
.verweise_unten1 p{
margin:1px 1px 0px 1px;
}
.verweise_unten2 {
border-style:solid;
border-color:#CCCCCC;
border-width:1px 1px 1px 0px;
vertical-align:top;
}
.verweise_unten2 ul {
line-height:10px;
font-size:8pt;
}
.verweise_unten2 p{
margin:1px 1px 0px 1px;
}
/* TOC in Infobox */
.tocbox .toc {
width: 100%;
border: 0px !important;
background-color: transparent !important;
}
/* Blaue Infobox */
.zebrablau {
background-color: #dfeefe;
}
.infoboxblau {
margin-bottom: 5px;
margin-left: 5px;
width: 300px;
font-size: 95%;
clear:both;
padding: 0px 2px;
border: 1px solid #BBCCE9;
border-left: 4px solid #8CA9DA;
background-color: white;
}
/* Zu lange Zeilen umbrechen */
#content {
word-wrap: break-word;
}
pre {
white-space: pre-wrap;
}
/* Darstellung des Pfeil nach oben */
.toparrow { vertical-align:top; float: right; width: 16px; background: no-repeat url(skins/common/images/16x16/blue_up.gif)}
.toparrow:link { text-decoration: none; }
/* Überschrift beim Anzeigen der Seite verbergen (bis IE6 auch beim Bearbeiten usw.) */
body.action-view.page-Hauptseite h1.firstHeading,
body.action-view.page-Hilfe_Handbuch h1.firstHeading,
body.action-view.page-StargateWiki_Autorenportal h1.firstHeading,
body.action-view.page-StargateWiki_Themenportal h1.firstHeading,
body.action-view.page-StargateWiki_Filme_und_Serien h1.firstHeading,
body.action-view.page-Benutzer_Philipp_Hauptseite h1.firstHeading {
display: none;
}
/* Bei URLs, die auf unser Projekt verweisen, den Pfeil ausblenden
* Dieser Pfeil dient nur dazu, auf externe Ziele hinzuweisen
*/
#content a[href^="http://stargate-wiki.de"],
#content a[href^="http://www.stargate-wiki.de"] {
background: none !important;
padding: 0 !important;
}
/* Hervorhebung der angeklickten Fußnoten und der Rückverweise in blau */
ol.references > li:target {
background-color: #DEF;
}
sup.reference:target {
background-color: #DEF;
}
/* Einzelnachweise zweispaltig */
ol.references {
font-size: 95%;
-o-column-count: 2;
-ms-column-count: 2;
-webkit-column-count: 2;
-moz-column-count: 2;
column-count: 2;
margin-bottom: 10px;
}
.references li {
margin: 0 10px 0.1em 5px;
}
/* Markierung von Weiterleitungen in [[Spezial:Alle Artikel]], [[Spezial:Beobachtungsliste]], Kategorien */
.allpagesredirect,
.watchlistredir,
.redirect-in-category {
font-style: italic;
}
/* Zusammenfassungleiste mit Abstand */
#stdSummaries {
margin: 0 0 0.4em 0.3em;
}
/* Hauptseite */
.Hauptseite-Box h2 {
border: 1px solid #AAAAAA;
background-color: #d8e8ff;
padding: 0.2em 0;
margin: 0 !important;
font-size: 110%;
font-weight: bold;
text-indent: 0.5em;
font-family: sans-serif;
}
.Hauptseite-Inhalt {
border: 1px solid #AAAAAA;
border-top: 0px solid #FFFFFF;
background-color: #F7F8FF;
margin-bottom: 1em;
padding: 0.2em 0.8em 0.2em 0.8em;
}
.Hauptseite-Subinhalt {
border-top: 0px solid #FFFFFF;
border-right: 1px solid #AAAAAA;
border-bottom: 1px solid #AAAAAA;
border-left: 1px solid #AAAAAA;
background-color: #F7F8FF;
margin-bottom: 0em;
padding-top: 0.2em;
padding-right: 0.8em;
padding-bottom: 0.5em;
padding-left: 0.8em;
}
/* [[Benutzer:Blossom/Abschnittsverweise]] */
.anchorOK {
background-color: #AAFFAA;
padding-left: 5px;
}
.anchorNO {
background-color: #FFAAAA;
padding-left: 5px;
}
.anchorMissing {
background-color: #AAAAFF;
padding-left: 5px;
}
.anchorOK.anchorRedirect {
background-color: #FFFFAA;
}
/* Add arrows to toggle-blocks for collapsible elements */
.mw-collapsible-toggle-expanded.mw-collapsible-arrowtoggle,
.mw-collapsible-toggle-expanded .mw-collapsible-arrowtoggle {
padding-left: 20px !important;
background-image: url('/extensions/Vector/modules/images/open.png');
background-repeat: no-repeat;
background-position: center left;
}
.mw-collapsible-toggle-collapsed.mw-collapsible-arrowtoggle,
.mw-collapsible-toggle-collapsed .mw-collapsible-arrowtoggle {
padding-left: 20px !important;
background-image: url('/extensions/Vector/modules/images/closed-ltr.png');
background-repeat: no-repeat;
background-position: center left;
}
/* Spoiler */
.spoiler {
display: none;
}
tr.spoiler.spoilerShow, tr.spoiler.spoilerShowAll {
display: table-row;
}
div.spoiler.spoilerShow, div.spoiler.spoilerShowAll {
display: block;
}
span.spoiler.spoilerShow, span.spoiler.spoilerShowAll {
display: inline;
}
.spoilerLupe {
background-color: transparent;
border: 0;
padding: 0;
cursor: pointer;
}
/* Kein störender Rand oben bei alternativen Klappboxen */
.mw-collapsible .togglediv {
margin-top:0px;
}
/* Nutzer mit aktiviertem JavaScript bekommen keine Hinweise für Nutzer mit deaktiviertem JavaScript angezeigt */
.noscript {
display: none;
}
/* Link zur Bearbeitungshilfe sichtbar machen */
.editButtons .editHelp,.editButtons .mw-editButtons-pipe-separator {
display:inline;
}
/* Inhalte nur in der mobilen Version anzeigen */
.mobileonly {
display: none;
}
/* Fußzeilen in eine Zeile */
#footer-info li {
display: inline;
}
/* Icon richtig platzieren */
.topicon {
position: absolute;
top: -3em;
margin-right: -10px;
float: right;
display: block !important;
}
/* jsbutton wie Link aussehen lassen */
.textbutton {
padding: 0;
margin: 0;
border: 0 none;
cursor: pointer;
background-color: transparent;
color: inherit;
font: inherit;
color: #0645AD;
text-decoration: none;
}
.textbutton:active {
color: #FAA700;
}
.textbutton:hover {
text-decoration: underline;
}
/* Links mit Symbol */
#content :not(.keinSymbol) > a[href ^="http://de.wikipedia.org/"],
#content :not(.keinSymbol) > a[href ^="http://en.wikipedia.org/"],
#content :not(.keinSymbol) > a[href ^="http://de.wikipedia.org/"]:active,
#content :not(.keinSymbol) > a[href ^="http://en.wikipedia.org/"]:active {
background: url(/images/1/12/Wikipedia-Icon.png) top right no-repeat;
padding: 0 13px 0 0;
background-size: 12px;
}
#content :not(.keinSymbol) > a[href ^="http://de.memory-alpha.org/"] {
background: url(/images/3/3e/Memory-Alpha-Icon.png) top right no-repeat;
padding: 0 13px 0 0;
background-size: 12px;
}
#content :not(.keinSymbol) > a[href ^="http://de.battlestarwiki.org/"] {
background: url(/images/b/bf/Battlestar-Wiki-Icon.png) top right no-repeat;
padding: 0 13px 0 0;
background-size: 12px;
}
/* Episodenlistenknopf auf den Übersichtsseiten der Serien */
.mw-collapsible .togglediv {
color: #4D4D4D;
cursor: pointer;
margin-left: 0;
margin-top: 2px;
padding: 4px 0 3px 19px;
}
.mw-collapsible.mw-collapsed .togglediv {
color: #0645AD;
}
/* Staffelnavigationen */
.staffelnav {
width: 100%;
clear: both;
padding: 0;
border: 2px solid #D0D0D0;
font-size: 90%;
box-sizing: border-box;
}
.editstaffelnav {
width: 100%;
margin-bottom: 30px;
}
.editstaffelnav > div {
width:70px;
float: right;
border: 2px solid #d0d0d0;
border-radius: 0 0 25px 25px;
background-color: #d0d0d0;
box-sizing: border-box;
}
/* blendet unsinnige Abschnitts-Bearbeitungslinks in der vector-Vorschau aus */
.wikiEditor-preview-contents .mw-editsection {
display: none;
}
/* ändert das Aussehen von h2-Überschriften, sodass sie aussehen wie mit <big> und <b> formatiert (nur ein bisschen größer) */
.customh2 h2 {
font-weight: bolder;
font-family: sans-serif;
border-bottom: 0;
margin: 0;
font-size: large;
}
/* Gestaltet die Ereignis-Vorlagen der Hauptseite */
.ereignisTab {
width: 100%;
border: none;
border-collapse: separate;
border-spacing: 2px;
}
.ereignisTab td:first-child {
background-color: #D6E0FF;
border-radius: 15px 0 0 15px;
margin-right: 3px;
}
.ereignisTab td:nth-child(2) {
background-image: linear-gradient(to right, #D6E0FF, rgba(216,232,255,0.05));
}
.ereignisTab td.ereignisBirthday {
padding-left: 15px;
padding-top: 3px;
}
.ereignisTab td.ereignisTV {
padding-left: 15px;
padding-top: 5px;
}
.ereignisTab td.ereignisRIP {
padding-left: 15px;
padding-top: 10px;
}
.ereignisTab td.ereignisWiki{
padding-left: 10px;
padding-top: 5px;
}
.ereignisTab td.ereignisMerch{
padding-left: 12px;
padding-top: 5px;
}
/* facebook-Link */
#FBButton {
position: absolute;
transition: margin-left 250ms ease 0s, padding 250ms ease 0s;
top: 0.33em;
margin-left: 11em;
padding: 5px 1px;
visibility: hidden;
opacity: 0.0;
}
#FBButton > div {
margin: 0 2px;
font-size: 13px;
}
#FBButton a {
background-color: #c7dcfc;
border-radius: 2px;
padding: 3px 5px 2px;
text-decoration: none;
}
#FBButton a:hover {
background-image: linear-gradient(to top, rgba(221, 231, 246, 0.6), rgba(122, 174, 254, 0.8));
}
#FBButton img {
vertical-align: baseline;
margin-right: 1px;
}
/* Für [[Merchandise:Fernsehsender]] */
.tv-heading {
padding: 0 0 3px 15px;
background-image: linear-gradient(to bottom, #a7d7f9, #65b9f5);
border-radius: 8px 8px 0 0;
}
.tv-cluster {
border-left: 4px solid #65b9f5;
border-bottom: 2px solid #65b9f5;
padding: 0;
margin-bottom: 20px;
}
.tv-table-outer {
width: 100%;
border: 4px solid #65b9f5;
border-collapse: collapse;
border-radius:0 5px 5px 0;
}
.tv-channel {
width: 100px;
background-image: linear-gradient(to right, #b9e0fb, #acd9f8);
text-align: center;
}
.tv-content {
padding: 0;
}
.tv-table-inner {
width: 100%;
border-collapse: separate;
border-spacing: 2px;
}
.tv-series th, .tv-series td {
vertical-align: top;
padding: 10px;
padding-bottom: 20px;
background-color: #ddf0fc;
}
.tv-series th {
width: 240px;
box-sizing: border-box;
vertical-align: middle;
}
.tv-empty th, .tv-empty td {
background-color: #eff8fe;
}
.tv-nothing .tv-series {
display: none;
}
.tv-channel-info {
background-image: linear-gradient(to bottom, #d7edfc, #c5e5fb);
padding: 10px;
}
.tv-channel-info-en {
margin: 2px;
background-image: linear-gradient(to bottom, #d7edfc, #c5e5fb);
padding: 10px;
}
.gallerybox .jwplayer {
margin: auto;
}
/* Gruppierung der Hauptseiten-Themen für unterschiedliche Bildschirmgrößen */
.Hauptseite-Themen-twoitems {
display: inline;
}
.Hauptseite-Themen-item {
display: inline-block;
width: 19em;
margin: 0 2%;
min-width: 250px;
}
.biglinks a {
font-variant:small-caps;
font-size:115%;
}
@media screen and (min-width: 61em) and (max-width: 97em) {
.Hauptseite-Themen-twoitems {
display: block;
}
.Hauptseite-Themen-item:first-child {
margin: 0 6% 0 2%;
}
.Hauptseite-Themen-item:nth-child(2) {
margin: 0 2% 0 6%;
}
}
/* bessere Unterscheidung der Tabellenlinien im TV-Planer */
#TVPlaner table hr {
background-color: #d5d5d5;
}
/* Bei rechts ausgerichteten Bildern im Fließtext vermeiden, dass sie sich unter Infoboxen schieben */
div.tright {
clear: none;
}
/* kleiner Leerraum vor hochgestellten Quellenangaben und Anmerkungen; insb. für kursive Texte unmittelbar davor, die sonst unschön in die Quellenangabe ragen */
sup.reference {
padding-left: 1px;
}