Difference between revisions of "MediaWiki:Common.css"

From Imagico.de TagDoc
Jump to navigation Jump to search
(Adding styling for tag domains)
(adjusting tag level/type styling)
Line 66: Line 66:


.tagdoc-taglevel-primary {
.tagdoc-taglevel-primary {
   background: #f5e7c4;
   background: #8cb6d2;
  color: black;
}
}
.tagdoc-taglevel-secondary {
.tagdoc-taglevel-secondary {
   background: #e8e8e8;
   background: #a4b3be;
  color: black;
}
}
.tagdoc-taglevel a:link,
.tagdoc-taglevel a:visited,
.tagdoc-tagtype a:link,
.tagdoc-tagtype a:visited {
  color:white;
}
.tagdoc-taglevel-invalid {
.tagdoc-taglevel-invalid {
   font-weight: bold;
   font-weight: bold;
Line 78: Line 84:
}
}


.tagdoc-tagtype-discrete {
.tagdoc-tagtype {
   background: #e2e8fb;
   background: #b4acd0;
  color: #000000;
}
.tagdoc-tagtype-quantitative {
  background: #e2e8fb;
  color: #000040;
}
.tagdoc-tagtype-individual {
  background: #e2e8fb;
  color: #000040;
}
.tagdoc-tagtype-human {
  background: #e2e8fb;
  color: #606060;
}
.tagdoc-tagtype-technical {
  background: #e2e8fb;
  color: #606060;
}
.tagdoc-tagtype-meta {
  background: #e2e8fb;
  color: #606060;
}
.tagdoc-tagtype-key {
  background: #e2e8fb;
  color: #400040;
}
}
.tagdoc-tagtype-invalid {
.tagdoc-tagtype-invalid {
   font-weight: bold;
   font-weight: bold;
   color: red;
   color: red;
}
}

Revision as of 00:27, 26 January 2022

/* CSS placed here will be applied to all skins */

#ca-talk { display: none !important; }

.extiw {
  background-color: #e1eae3;
}

.tagdoc-taglink {
  background-color: #e3e8f2;
}

.tagdoc-tagdomain {
  background-color: #c2cef3;
}

.tagdoc-infobox {
  border: 1px solid #b6b3ae;
  border-spacing: 3px;
  background-color: #f2efe9;
  color: black;
  margin: 0.5em 0 0.5em 1em;
  padding: 0.2em;
  line-height: 1.5em;
  float: right;
  clear: right;
}

.tagdoc-ibox-heading {
  font-size:140%;
  color: #000080;
}

.tagdoc-ibox-section {
  font-weight: bold;
  max-width: 30%;
  color: #000000;
}



.tagdoc-rating-excellent {
  background: #b4ebff;
  color: white;
}
.tagdoc-rating-good {
  background: #cdedab;
  color: white;
}
.tagdoc-rating-moderate {
  background: #fae19d;
  color: white;
}
.tagdoc-rating-bad {
  background: #fdb791;
  color: white;
}
.tagdoc-rating-verybad {
  background: #fda2af;
  color: white;
}
.tagdoc-rating-invalid {
  font-weight: bold;
  color: red;
}

.tagdoc-taglevel-primary {
  background: #8cb6d2;
}
.tagdoc-taglevel-secondary {
  background: #a4b3be;
}

.tagdoc-taglevel a:link,
.tagdoc-taglevel a:visited,
.tagdoc-tagtype a:link,
.tagdoc-tagtype a:visited {
  color:white;
}

.tagdoc-taglevel-invalid {
  font-weight: bold;
  color: red;
}

.tagdoc-tagtype {
  background: #b4acd0;
}

.tagdoc-tagtype-invalid {
  font-weight: bold;
  color: red;
}