MediaWiki:Common.css
Version vom 6. Mai 2021, 13:44 Uhr von Administrator (Diskussion | Beiträge)
Hinweis: Leere nach dem Veröffentlichen 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/Edge: Strg+F5 drücken oder Strg drücken und gleichzeitig Aktualisieren anklicken
- Opera: Strg+F5
/* Grid "Zentrale Hinhalte" */ .hauptseite.h2{ color:red; } .hs-SFB { /*display:grid; grid-template-columns: repeat(1, 1fr); gap:1em; */ padding-top: 30px; display: grid; grid-template-rows: repeat(4, 1fr); grid-template-columns: repeat(4, 1fr); grid-auto-flow: column; } .SFB { grid-column-start:1; grid-column-end:4; grid-row-start:1; grid-row-end:2; text-align:justify; border:1px solid #aaa; line-height: 1.5; font-family:inherit; padding-left:20px; padding-right:20px; margin: 10px; } .spannungsfelder { grid-column-start:4; grid-column-end:5; grid-row-start:1; grid-row-end:3; text-align:justify; border:1px solid #aaa; line-height: 1.5; font-family:inherit; padding-left:20px; padding-right:20px; margin: 10px; } .platzhalter { grid-column-start:4; grid-column-end:5; grid-row-start:3; grid-row-end:4; text-align:justify; border:1px solid #aaa; line-height: 1.5; font-family:inherit; padding-left:20px; padding-right:20px; margin: 10px; } .FD { grid-column-start:1; grid-column-end:4; grid-row-start:2; grid-row-end:4; /*display: grid; grid-template-rows: repeat(4, 1fr); grid-template-columns: repeat(4, 1fr); grid-auto-flow: column; */ text-align:justify; border:1px solid #aaa; line-height: 1.5; font-family:inherit; padding-left:20px; padding-right:20px; margin: 10px; } .hs-inhalte { display:grid; grid-template-columns: repeat(1, 1fr); gap:1em; } @media only screen and (min-width:680px) { .hs-inhalte { grid-template-columns:repeat(2,1fr); } } @media only screen and (min-width:980px) { .hs-inhalte { grid-template-columns:repeat(4,1fr); } } @media only screen and (min-width:1980px) { .hs-inhalte { grid-template-columns:repeat(8,1fr); } } .hs-inhalte-item{ border: 1px solid #aaa; border-top: 5px solid #2E4F8F; margin-top: 20px; } .hs-inhalte-item-body { padding:0.2em 0.4em; } .hs-inhalte-item-header{ text-align:left; border-bottom:1px solid #aaa; font-weight: bold; line-height: 1.5; font-family:inherit; padding:0.4em; padding-left: 20px; height: 150px; } .hs-inhalte-item-header a:link { color: black; } .hs-inhalte-item-header:hover{ background: #2E4F8F; opacity: 100%; } .hs-inhalte-item-header:hover a:link { color: white; } .hs-inhalte-item-header a:visited { color: black; } .hs-inhalte-item-header:hover a:visited { color: white; } /* Forschungsdaten- später integrieren mit TP */ .hs-fd-item{ border: 1px solid #aaa; border-top: 5px solid #CFCEC2; margin-top: 20px; /*grid-column-start:1; grid-column-end:5; grid-row-start:2; grid-row-end:4; */ } .hs-fd-item-header{ text-align:center; border-bottom:1px solid #aaa; font-weight: bold; line-height: 1.5; font-family:inherit; padding:0.4em; margin-bottom:20px; padding-left: 20px; height: 40px; } .hs-fd-item-header a:link { color: black; } .hs-fd-item-header:hover{ background: #CFCEC2; opacity: 100%; } .hs-fd-item-header:hover a:link { color: white; } .hs-fd-item-header a:visited { color: black; } .hs-fd-item-header:hover a:visited { color: white; } /* Spannungsfeld - später integrieren mit TP */ .hs-spannungsfeld-item{ border: 1px solid #aaa; border-top: 5px solid #8E92BF; margin-top: 20px; } .hs-spannungsfeld-item-body { padding:0.2em 0.4em; } .hs-spannungsfeld-item-header{ text-align:center; border-bottom:1px solid #aaa; font-weight: bold; line-height: 1.5; font-family:inherit; padding:0.4em; padding-left: 20px; height: 40px; } .hs-spannungsfeld-item-header a:link { color: black; } .hs-spannungsfeld-item-header:hover{ background: #8E92BF; opacity: 100%; } .hs-spannungsfeld-item-header:hover a:link { color: white; } .hs-spannungsfeld-item-header a:visited { color: black; } .hs-spannungsfeld-item-header:hover a:visited { color: white; }