MediaWiki:Common.css: Unterschied zwischen den Versionen

keine Bearbeitungszusammenfassung
Keine Bearbeitungszusammenfassung
Keine Bearbeitungszusammenfassung
 
(44 dazwischenliegende Versionen desselben Benutzers werden nicht angezeigt)
Zeile 8: Zeile 8:
color: #0b0080 !important;
color: #0b0080 !important;
}
}
/* Comboboxen im Formular */
/* Neue Formulare */
/*.oo-ui-textInputWidget .oo-ui-widget {
.form-group {
width: 100% !important;
margin-bottom: 0.5em;
max-width: none !important;
}
}*/
@media(min-width: 576px) {
 
.form-group {
display: flex;
align-items: baseline;
}
.form-label {
width: 120px;
}
}
/* Sollte Videos einbreiten */
.thumb.tnone .thumbinner {
    width: auto !important;
}
/* Bildbreite wie bei Medik (Faktenboxen) */
@media screen {
img {
height: auto;
max-width: 100%;
}  
}
/* Attributs-Suche semantic MediaWiki */
/* Attributs-Suche semantic MediaWiki */
.smw-ui-pagination .page-link.link-active {
.smw-ui-pagination .page-link.link-active {
Zeile 24: Zeile 42:
.smw-ui-pagination .page-link {
.smw-ui-pagination .page-link {
     color: #008800;  
     color: #008800;  
}
/* Kartenbox Links grün */
.leaflet-container a {
color: #008800;
}
/* CollapsibleSections Verschönert */
.collapsible-header {
  margin-bottom: none;
}
}


/* Buttonlink in Letzte Änderungen grün */
/* Buttonlink in Letzte Änderungen grün */
/*.oo-ui-buttonElement-button{*/
.oo-ui-buttonElement-frameless.oo-ui-widget-enabled.oo-ui-flaggedElement-progressive > .oo-ui-buttonElement-button {
.oo-ui-buttonElement-frameless.oo-ui-widget-enabled.oo-ui-flaggedElement-progressive > .oo-ui-buttonElement-button {
color: #008800;
color: #008800;
}
/* PlayButton in Letzte Änderungen grün */
.oo-ui-buttonElement-framed.oo-ui-widget-enabled.oo-ui-buttonElement-active > .oo-ui-buttonElement-button {
background-color:#008800;
border-color:#008800;
}
}


/* Checkboxen grün machen (Red Rooster) */
input[type="checkbox"] {
accent-color: #008800;
}
/* Funzt ned, soll aber Radiobuttons grün machen
input[type="radio"] {
accent-color: #008800;
}*/
/* Button "Filter" bei Attributs-Suche grün */
.smw-ui-input-filter {
color: #008800;
}
/* Button Medienbetrachter grün */
/* Button Medienbetrachter grün */
.mw-ui-button.mw-ui-progressive {
.mw-ui-button.mw-ui-progressive {
Zeile 81: Zeile 123:
}
}
}
}
/* Monatskalender responsiv darstellen */
.wikitable.monatsbox {
margin-top: 0;
}
@media screen and (min-width: 768px) {
.monatsbox {
width:240px;
float: right;
margin-left: 0.5em;
}
}
@media screen and (max-width: 768px) {
.monatsbox {
width:100%;
margin-left: 0;
}
}
#Inhalt_Box {
#Inhalt_Box {
     background: #F3F3F3;
     background: #F3F3F3;
Zeile 134: Zeile 195:
div.floatleft {
div.floatleft {
margin: 0 0.25em 0 0;
margin: 0 0.25em 0 0;
}
/* Jahresleiste formatieren */
div.kopfleiste {
text-align: center;
background-color: #f8f9fa;
border: 1px solid #a2a9b1;
margin-bottom: 0.5em;
}
}


Zeile 267: Zeile 336:
.tabs-content {
.tabs-content {
   width: 100%;
   width: 100%;
   min-width: 320px;
   /*min-width: 320px; Ließ die Bilder/Karten/etc. rechts ausbrechen mobile */
}
}


Zeile 308: Zeile 377:
}
}
/** *************************************
/** *************************************
  * Vorlage:Gebäude.Daten
  * Vorlage:Gebäude/Daten
  * Vorlage:Person.Daten
  * Vorlage:Person/Daten
  * Vorlage:Buch.Daten
  * Vorlage:Buch/Daten
  */
  */
dl.dataTable {
dl.dataTable {
Zeile 390: Zeile 459:
}
}


/* Automatische Silbentrennung in Bildergalerien */
div.gallerytext {
div.gallerytext {
     overflow: hidden;
     overflow: hidden;
     font-size: 94%;
     font-size: 94%;
     padding: 2px 4px;
     padding: 2px 4px;
     word-wrap: break-word
     word-wrap: break-word;
    hyphens: auto;
    hyphenate-limit-chars: 10;
}
}