Zuletzt besucht:
Erstellt von WikiSysop am 9. April 2014, um 14:35 Uhr

Aus Tiroler Dialektarchiv

(Unterschied zwischen Versionen)
Wechseln zu: Navigation, Suche
Zeile 212: Zeile 212:
 
   float: right;
 
   float: right;
 
   visibility: hidden;
 
   visibility: hidden;
 +
}
 +
 +
 +
/* Originalbeleg Problemcheckseite */
 +
.orig {
 +
    position: fixed;
 +
    left: 268px;
 +
    color: blue;
 +
    opacity: 0.5;
 +
}
 +
.fromjson {
 +
    position: fixed;
 +
    left: 268px;
 +
    color: red;
 +
    opacity: 0.5;
 
}
 
}

Version vom 29. Mai 2019, 16:18 Uhr

/* Das folgende CSS wird für alle Benutzeroberflächen geladen. */
/* @font-face { font-family: Antonia Phonetic; ... */
@import url("https://wiki.uibk.ac.at/tda-test/resources/antonia-font.css");

/* Logo */
#smwh_tabs {
  height: 100px;
  background-image: url("/tda-test/images/d/db/Tda_logo.png");
  background-repeat: no-repeat;
  background-size: 100px;
  border-bottom: 2px solid #A69E99;
}
/* Überschrift ausrichten */
#ca-nstab-main, #ca-nstab-mediawiki {
  float: none !important;
  text-align: right;
  color: #F5A624;
  max-width: none !important;
}
#ca-edit, .tab {
  margin-left: 100px;
}
/* grammatische Kürzel mit Kapitälchen */
/* siehe Vorlage:Abkuerzung */
.grammar-code {
    font-variant: small-caps;
    text-transform: lowercase;
}

/* Glossar und Literaturverweise-Popup Schriftgröße */
.ui-tooltip-content {
    font-size: 75%;
}

.mw-lingo-tooltip-abbr {
   border-bottom: 1px dotted #F5A624;
}

/* Kartentitel und -text neben Legende */
#map_legend {
  float: left;
  padding: 10px 20px 10px 0px;
}
#map_phaenomen {
  padding: 1em 0em 1em 0em;
  color: #080707;
}
#map_description_title {
  text-align: left;
  font-weight: bold;
  font-size: large;
  color: #080707;
  padding-bottom: 1em;
}
#map_description_text {
  color: #080707;
  text-align: justify;
}
div.belegnahe_stichworte_belege_container {
    display: none;
}
span.belegnahe_stichworte_belege {
    cursor: pointer;
    color: #116988;
}
span.belegnahe_stichworte_belege:hover {
   text-decoration: underline;
}
.hatbedeutung_layout {
    padding-top: 5px;
    padding-bottom: 5px;
}
table.formtable {
    width: 100%;
    margin-top: 10px;
}
th.formtable {
   width: 15%;
   vertical-align: top;
   text-align: left;
}
td.formtable  {
   width: 85%;
   text-align: left;
   vertical-align: top;
}
table.formtable_wortart {
   margin-top: 10px;
   background: none repeat scroll 0 0 #EDF2F6;
   border: 1px solid #A9C5D9;
   width:100%;
}
th.formtable_wortart {
   width: 15%;
   vertical-align: top;
   text-align: left;
}
td.formtable_wortart {
   width: 85%;
   text-align: left;
   vertical-align: top;
}
#map_disclaimer {
    font-size: smaller;
    color: #A69E99;
    padding-top: 1em;
    padding-bottom: 1em;
}

.lautschrift,.Originalbeleg {
  font-family: Antonia Phonetic, serif; 
  -moz-font-feature-settings: "ccmp";
  -webkit-font-feature-settings: "ccmp";
  font-feature-settings: "ccmp";
}

.cm_sup {
  vertical-align: super;
}
sup {
  vertical-align: super;
}
#originalbeleg_anzeige {
  font-size: 300%;
  line-height: 150%;
  width: -moz-fit-content;
}


/* Layout (David) */
html, body, #globalWrapper {
   background-color: #A69E99;
}
#main {
   background-color: #F6F7F7;
}
#mainpage {
   background-color: #F6F7F7;
}
#column-content {
   background-color: #F6F7F7;
}
#smwh_menu {
    background: #F5A624;
    border: unset;
    box-shadow: unset;
}
.shadows {
   box-shadow: unset;
}
#tabsleft .pagetab {
   margin-right: unset;
}
#mainpage a {
   color: #3D6170;
}
#map_description_textueberschrift {
   color: #080707;
}
#content h1, #content h2, #content h3, #content h4, #content h5, #content h6 {
   border-bottom: 1px solid #A69E99;
}
table.wikitable {
   background-color: #F6F7F7;
   border: none;
   margin: 0em 0em 0em 0em;
}
#content .smwtable th {
   color: #FFFFFF;
   border: none;
   background: #A69E99;
}
#content .smwtable td {
   border: none;
   background: #F6F7F7;
   padding-top: 0.4em;
   padding-bottom: unset;
}
#smwh_pstats {
   color: #A69E99;
}


/* Wortart, Zahl und grammatikal. Geschlecht in kleinen Kapitälchen */
/* siehe Common.js */
.wordclass {
    font-variant: small-caps;
    font-size: smaller;
    color: gray;
}

/* KartenPopup: */
/* <samp>Ortsname</samp>  */
samp {
   font-variant: small-caps;
   font-size: 1.4em;
   /* padding-right: 1.2em; */
}
/* <var>Vereinfachter Beleg</var> */
var {
   font-weight: bold;
   font-style: normal;
   font-size: 1.2em;
}
/* <em>Originalbeleg</em> */
em {
   font-style: normal;
   font-size: 1.2em;
}
/* <ins>Symbole/Sonderzeichen für Medienlinks </ins> */
ins {
   float: right;
   visibility: hidden;
}


/* Originalbeleg Problemcheckseite */
.orig {
    position: fixed;
    left: 268px;
    color: blue;
    opacity: 0.5;
}
.fromjson {
    position: fixed;
    left: 268px;
    color: red;
    opacity: 0.5;
}