|
|
| Zeile 1: |
Zeile 1: |
| /* Das folgende CSS wird für alle Benutzeroberflächen geladen. */
| |
|
| |
|
| /*Override max-widths */
| |
| /*Override max-widths */
| |
| .mw-page-container {
| |
| max-width: unset !important;
| |
| }
| |
|
| |
| .mw-workspace-container {
| |
| max-width: inherit !important;
| |
| }
| |
|
| |
| .mw-content-container, .mw-article-toolbar-container {
| |
| max-width: inherit !important;
| |
| /* padding-left: 11em !important;*/
| |
| }
| |
|
| |
| /* Umschalten zum bisherigen Aussehen ausblenden */
| |
| div.mw-sidebar-action {
| |
| display: none;
| |
| }
| |
|
| |
| /* Hilfe auf Kategorie-Seiten ausblenden */
| |
| div#mw-indicator-mw-helplink.mw-indicator {
| |
| display: none;
| |
| }
| |
|
| |
| /* Inhaltsverzeichnis rechts */
| |
| div.float-right, table.float-right, ul.float-right, .float-right {
| |
| clear: right;
| |
| float: right;
| |
| margin: 1em 0 1em 1em;
| |
| display: block;
| |
| }
| |
|
| |
| /* Colapse */
| |
| .mw-collapsible-toggle {
| |
| float: none !important;
| |
| display: inline-block !important;
| |
| }
| |
|
| |
| /* Tabelle */
| |
| .wikitable {
| |
| border-collapse: collapse;
| |
| width: auto;
| |
| }
| |
|
| |
| .wikitable td, .wikitable.customers th {
| |
| border: 1px solid #ddd;
| |
| padding: 8px;
| |
| }
| |
|
| |
| .wikitable tr:nth-child(even){background-color: #f2f2f2;}
| |
|
| |
| .wikitable tr:hover {background-color: #ddd;}
| |
|
| |
| .wikitable th {
| |
| padding-top: 12px;
| |
| padding-bottom: 12px;
| |
| text-align: left;
| |
| background-color: #A3C1DD !important;
| |
| color: black;
| |
| }
| |
|
| |
| .wikitable.standard td {
| |
| text-align: left;
| |
| vertical-align: top;
| |
| }
| |
|
| |
| .wikitable.green th {
| |
| background-color: #B3CBAB !important;
| |
| }
| |
|
| |
| .wikitable.yellow th {
| |
| background-color: #FFFFD6 !important;
| |
| }
| |
|
| |
| .wikitable.red th {
| |
| background-color: #FFE5E5 !important;
| |
| }
| |
|
| |
| /* Überschriften */
| |
| .vector-sticky-header-context-bar-primary {
| |
| font-family: "HelveticaNeue-Light", "Helvetica Neue Light", "Helvetica Neue", Helvetica, Arial, "Lucida Grande", sans-serif;
| |
| }
| |
| h1 {
| |
| font-family: "HelveticaNeue-Light", "Helvetica Neue Light", "Helvetica Neue", Helvetica, Arial, "Lucida Grande", sans-serif;
| |
| }
| |
| h2 {
| |
| font-family: "HelveticaNeue-Light", "Helvetica Neue Light", "Helvetica Neue", Helvetica, Arial, "Lucida Grande", sans-serif;
| |
| }
| |
| h3 {
| |
| font-family: "HelveticaNeue-Light", "Helvetica Neue Light", "Helvetica Neue", Helvetica, Arial, "Lucida Grande", sans-serif;
| |
| }
| |
| h4 {
| |
| font-family: "HelveticaNeue-Light", "Helvetica Neue Light", "Helvetica Neue", Helvetica, Arial, "Lucida Grande", sans-serif;
| |
| }
| |
| h5 {
| |
| font-family: "HelveticaNeue-Light", "Helvetica Neue Light", "Helvetica Neue", Helvetica, Arial, "Lucida Grande", sans-serif;
| |
| }
| |
| h6 {
| |
| font-family: "HelveticaNeue-Light", "Helvetica Neue Light", "Helvetica Neue", Helvetica, Arial, "Lucida Grande", sans-serif;
| |
| }
| |
|
| |
| /* Texte */
| |
| .mw-body h1 {
| |
| font-family: "HelveticaNeue-Light", "Helvetica Neue Light", "Helvetica Neue", Helvetica, Arial, "Lucida Grande", sans-serif;
| |
| }
| |
|
| |
| .mw-body h2 {
| |
| font-family: "HelveticaNeue-Light", "Helvetica Neue Light", "Helvetica Neue", Helvetica, Arial, "Lucida Grande", sans-serif;
| |
| }
| |
|
| |
| mw-headline {
| |
| font-family: "HelveticaNeue-Light", "Helvetica Neue Light", "Helvetica Neue", Helvetica, Arial, "Lucida Grande", sans-serif;
| |
| }
| |
|
| |
| html, body {
| |
| font-family: "HelveticaNeue-Light", "Helvetica Neue Light", "Helvetica Neue", Helvetica, Arial, "Lucida Grande", sans-serif;
| |
| }
| |
|
| |
| /* Klassen für Container und FlexBox */
| |
|
| |
| .container {
| |
| border: 1px solid #ffffff;
| |
| margin: 8px 4px 8px 4px;
| |
| padding: 10px 10px 10px 10px;
| |
| /*-moz-border-radius: 10px;
| |
| -webkit-border-radius: 10px;
| |
| border-radius:10px;
| |
| margin-bottom: 0px;
| |
| padding-top: 0px;*/
| |
| }
| |
|
| |
| .container.c {
| |
| background-color: #c9e9d4;
| |
| }
| |
|
| |
| .container.ibkastl {
| |
| background-color: #f8f9fa;
| |
| }
| |
|
| |
| .container.white {
| |
| background-color: rgb(255, 255, 255);
| |
| }
| |
|
| |
| .container.eplan {
| |
| background-color: #ffd4dc;
| |
| /*#ffd4e0;*/
| |
| /*#ffcedb;*/
| |
| /*#ffe1e9;*/
| |
| }
| |
|
| |
| .container.knowledge {
| |
| background-color: #eee8f3;
| |
| }
| |
|
| |
| .container.md3 {
| |
| background-color: #d0f3f9;
| |
| }
| |
|
| |
| .container.mediawiki {
| |
| background-color: #e4e8ed;
| |
| }
| |
|
| |
| .container.standard {
| |
| background-color: #c2dbf4;
| |
| }
| |
|
| |
| .container.bosch {
| |
| background-color: #ccece2;
| |
| }
| |
|
| |
| .container.boschfile {
| |
| background-color: #fff6cd;
| |
| }
| |
|
| |
| .flex{
| |
| display:-webkit-flex;
| |
| display:-ms-flexbox; /* IE 10 */
| |
| display:flex;
| |
|
| |
| -webkit-flex-wrap:wrap;
| |
| -ms-flex-wrap:wrap; /* IE 10 */
| |
| flex-wrap:wrap;
| |
|
| |
| -webkit-justify-content:space-around;
| |
| -ms-flex-pack:justify; /* IE 10 */
| |
| justify-content:space-around;
| |
|
| |
| }
| |
|
| |
| .flex.end{
| |
| -webkit-align-items:flex-end;
| |
| -ms-flex-align: end; /* IE 10 */
| |
| align-items:flex-end;
| |
|
| |
| -webkit-align-content:flex-end;
| |
| -ms-flex-line-pack:end; /* IE 10 */
| |
| align-content:flex-end;
| |
|
| |
| }
| |
|
| |
| .flex.start{
| |
| -webkit-align-items:flex-start;
| |
| -ms-flex-align:start; /* IE 10 */
| |
| align-items:flex-start;
| |
|
| |
| -webkit-align-content:flex-start;
| |
| -ms-flex-line-pack:start; /* IE 10 */
| |
| align-content:flex-start;
| |
| }
| |