Thema:
Version 2 flat
Autor: hellbringer
Datum:02.08.20 09:44
Antwort auf:Re:Wäre ein Dark-Skin fürs Forum ein großer Aufwand? von hellbringer

body {
  font-family: arial, helvetica, sans-serif;
  background-color: #f1f4f5;
  color: #000000;
}

td, th {
  font-family: arial, helvetica, sans-serif;
}

a:link {
  text-decoration: none;
  color: #b70000;
}

a:visited {
  text-decoration: none;
  color: #63728F;
}

a:active {
  text-decoration: underline;
  color: #b70000;
}

#norm {
  font-size: 10pt;
}

#header {
  font-size: 10pt;
  font-weight: bold;
}

#input {
  font-size: 10pt;
  font-family: Times;
}

/* highlight user */

.highlight {
  color: #b71100
}

/* highlight own entries */

.own {
  font-weight: bold;
  color: #0000ff;
}

/* background colors for table cells */

.bg1 {
  background-color: #abbcc0;
}

.bg2 {
  background-color: #e3e9ea;
}

#NetworkIDs {
  position: absolute;
  left: 180px;
  top: 70px;
  width: 350px;
  height: 80px;
  z-index: 1;
  background-color: #FFFFFF;
}

.startbody {
  margin: 0px;
  padding: 0px;
  background-color: #000000;
  height: 100%;
  background-image: url(../images/070326_gt_full.jpg);
  background-repeat: no-repeat;
  background-position: center 0px;
  cursor: pointer;
}

.boardlist {
  color: #63728F;
  font-size: 10pt;
  vertical-align: middle;
  padding-left: 10px;
  text-align: center;
}

.boardlist ul {
  vertical-align: middle;
  height: 20px;
  margin: 0px;
  padding-top: 3px;
}

.boardlist li {
  display: inline;
  cursor: pointer;
  vertical-align: middle;
}

.boardlist li span:hover {
  text-decoration: underline;
}

#quicksearchtext {
  border: 1px solid darkgrey;
  padding-left: 5px;
  background: #efefef;
  background-image: url(../images/lupe.png);
  background-repeat: no-repeat;
  background-position: right;
  height: 22px;
  border-radius: 11px;
}

.currentBoard span {
  font-weight: bold;
}

@media (prefers-color-scheme: dark) {
  body {
    background-color: #0b0e0f;
    color: white;
  }

  a:link {
    color: #ff6666;
  }

  a:visited {
    color: #abbcc0;
  }

  a:active {
    color: #ff6666;
  }

  .highlight {
    color: #ff6666;
  }
 
  .own {
    color: #7f7fff;
  }

  .bg1 {
    background-color: #63728F;
  }

  .bg2 {
    background-color: #313738;
  }

  .boardlist {
    color: #abbcc0;
  }

  img[src="images/open.gif"],
  input[type="radio"],
  input[type="checkbox"],
  #quicksearchtext {
    filter: invert(1);
  }

  input[type="text"],
  input[type="password"],
  textarea {
    background-color: black;
    color: white;
  }

  input[type="button"],
  input[type="submit"] {
    background-color: #171d1e;
    color: white;
  }
}


< antworten >