MediaWiki:Common.css: Unterschied zwischen den Versionen

Aus TechDo IS Wiki
Wechseln zu: Navigation, Suche
 
(21 dazwischenliegende Versionen desselben Benutzers werden nicht angezeigt)
Zeile 1: Zeile 1:
 +
@import url("https://fonts.googleapis.com/css?family=Anton|Anton")
 +
 
/* Das folgende CSS wird für alle Benutzeroberflächen geladen. */
 
/* Das folgende CSS wird für alle Benutzeroberflächen geladen. */
 
p.main-title {
 
p.main-title {
   font-size: 50px;
+
   font-size: 250%;
 
   line-height: 1.2em;
 
   line-height: 1.2em;
 +
  border: 1px solid gray;
 +
}
 +
 +
div.autosize img { max-width: 100%; height: auto; width: auto\9; /* ie8 */ }
 +
 +
.fancytree ul {
 +
    background: none;
 +
    border: none;
 +
    font-size: 12px;
 +
}
 +
ul.fancytree-container {
 +
    outline: 0;
 +
    border: none;
 +
    overflow: hidden;
 +
}
 +
.fancytree p {
 +
    display: none;
 +
}
 +
span.fancytree-title {
 +
    cursor: default;
 +
}
 +
span.fancytree-title a {
 +
    color: black;
 +
}
 +
 +
.padleft40 {
 +
  padding-left: 40px;
 +
}
 +
 +
.toc {
 +
  display: block;
 +
}
 +
 +
.toctile {
 +
  text-align: left;
 +
}
 +
 +
 +
.InProcessing a {
 +
  color: maroon !important;
 +
}
 +
 +
.InProcessing strong {
 +
  color: maroon;
 +
}
 +
 +
.done a {
 +
  color: green !important;
 +
}
 +
 +
.done strong {
 +
  color: green;
 
}
 
}

Aktuelle Version vom 12. Oktober 2020, 09:23 Uhr

@import url("https://fonts.googleapis.com/css?family=Anton|Anton")
 
/* Das folgende CSS wird für alle Benutzeroberflächen geladen. */
p.main-title {
  font-size: 250%;
  line-height: 1.2em;
  border: 1px solid gray;
}
 
div.autosize img { max-width: 100%; height: auto; width: auto\9; /* ie8 */ }
 
.fancytree ul {
    background: none;
    border: none;
    font-size: 12px;
}
ul.fancytree-container {
    outline: 0;
    border: none;
    overflow: hidden;
}
.fancytree p {
    display: none;
}
span.fancytree-title {
    cursor: default;
}
span.fancytree-title a {
    color: black;
}
 
.padleft40 {
  padding-left: 40px;
}
 
.toc {
  display: block;
}
 
.toctile {
  text-align: left;
}
 
 
.InProcessing a {
  color: maroon !important;
}
 
.InProcessing strong {
  color: maroon;
}
 
.done a {
  color: green !important;
}
 
.done strong {
  color: green;
}

/* Das folgende CSS wird für alle Benutzeroberflächen geladen. */ p.main-title {

 font-size: 50px;
 line-height: 1.2em;

}