MediaWiki:Common.css
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
/* CSS an dieser Stelle wirkt sich auf alle Skins aus */ /* Tabellen */ table.prettytable { margin: 1em 1em 1em 0; background: #f9f9f9; border: 1px #aaaaaa solid; border-collapse: collapse; } table.prettytable th, table.prettytable td { border: 1px solid #8cacbb; padding: 0.2em; vertical-align: top; } table.prettytable th { background: #dee7ec; text-align: left; } table.prettytable caption { margin-left: inherit; margin-right: inherit; } /* Wiki table */ table.wikitable { margin: 1em 1em 1em 0; background: #f9f9f9; border: 1px #aaa solid; border-collapse: collapse; } .wikitable th, .wikitable td { border: 1px #aaa solid; padding: 0.2em; } .wikitable th { background: #f2f2f2; text-align: center; } .wikitable caption { font-weight: bold; } #siteSub { display:block; } /* Transparent Table */ table.transparenttable { margin: 1em; background: transparent; border: 0px transparent solid; border-collapse: collapse; } /* Community Twitter Extension CSS */ /* Style submit button like a normal link by Dan Schulz (http://forums.digitalpoint.com/showthread.php?t=403667#post3882723) */ .submit { background: transparent; border-top: 0; border-right: 0; border-bottom: 1px solid #00F; border-left: 0; color: #00F; display: inline; margin: 0; padding: 0; } *:first-child+html .submit { /* hack needed for IE 7 */ border-bottom: 0; text-decoration: underline; } * html .submit { /* hack needed for IE 5/6 */ border-bottom: 0; text-decoration: underline; } .ct-error{ color:#FF0000; } .ct-info{ color: #B3B3B3; } .ct-success{ color:#006600; } span.ct-tweet{ text-align:right;margin: 10px 25px 10px 25px;float:right; } table.ct-tweet-section{ width:550px;height:100px; } td.ct-tweet-section{ text-align:center; } textarea.ct-tweet-input{ width: 490px;height: 50px; } table.ct-last-tweets{ width:550px; } span.closed { color: red; } span.open { color: green; } /* Feed Icon */ .feedlink { background: url(skins/common/images/feed-icon.png) center left no-repeat; padding-left: 16px; } /* Projektstatus */ .projekttitel { font-size: 150%; } .projekttitel a:link { color: #000000; } .red { background-color: #e07263; } .yellow { background-color: #fff17d; } .green { background-color: #82d482; } /* Laborstatus */ #p-Laborstatus > div.ul { width: 100px; height: 25px; background-image: url(https://freieslabor.org/api/room_image.png) !important; background-size: cover; border-radius: 3px; box-shadow: 0 1px 4px rgba(0, 0, 0, 0.2); }