Deutsches Creepypasta Wiki
KKeine Bearbeitungszusammenfassung
Keine Bearbeitungszusammenfassung
 
Zeile 1: Zeile 1:
 
body {
 
color: #c5c4c4;
 
}
  +
  +
.cal td {
 
font-size:20px;
  +
font-family:serif;
  +
padding:26px
 
}
  +
  +
.community-page-cards-module {
 
display: none;
 
}
  +
 
/* Ratings */
 
/* Ratings */
 
.rating-total .rating {
 
.rating-total .rating {
Zeile 45: Zeile 59:
 
font-weight: bold;
 
font-weight: bold;
 
color: red;
 
color: red;
}
 
 
.username:after {background-image: url('https://images.wikia.nocookie.net/__cb20140913151156/creepypasta/de/images/1/1e/Sprite-Chat.png') !important}
 
 
.cal td {font-size:20px; font-family:serif; padding:26px}
 
 
/* Abstimmungssystem */
 
 
.userVote { display: none; }
 
.userVote fieldset { border: none; }
 
.jsRequired:before { content: "JavaScript muss aktiviert sein!"; }
 
.jsRequired { color: red; }
 
.voteBarContainer {
 
margin-top: 5px;
 
border-style: solid;
 
border-color: gray;
 
text-align: right;
 
color: white;
 
border-width: 1px;
 
height: 15px !important;
 
line-height: 15px;
 
font-size: 13px;
 
font-family: "Courier New", Courier, monospace;
 
}
 
.voteBar {
 
background-color: red;
 
height: 100% !important;
 
margin-top: -15px;
 
}
 
 
body {
 
color: #c5c4c4;
 
 
}
 
}

Aktuelle Version vom 21. Februar 2020, 18:10 Uhr

body {
    color: #c5c4c4;
}

.cal td {
    font-size:20px;
    font-family:serif;
    padding:26px
}

.community-page-cards-module {
  display: none;
}

/* Ratings */
.rating-total .rating {
     background: url("https://images.wikia.nocookie.net/creepypasta/de/images/9/9c/WertungsKuerbisInaktiv.png") repeat scroll 0% 0% transparent;
     height: 25px;
     width: 25px;
     float: left;
     cursor: pointer;
}
 
.rating-total .rating-active {
     background: url("https://images.wikia.nocookie.net/creepypasta/de/images/0/04/WertungsKuerbisAktiv.png") repeat scroll 0% 0% transparent;
     height: 25px;
     width: 25px;
     float: left;
     cursor: pointer;
}
 
.rating-average-total .rating-average {
     background: url("https://images.wikia.nocookie.net/creepypasta/de/images/9/9c/WertungsKuerbisInaktiv.png") repeat scroll 0% 0% transparent;
     height: 25px;
     width: 25px;
     float: left;
}
 
.rating-average-total .rating-average-active {
     background: url("https://images.wikia.nocookie.net/creepypasta/de/images/0/04/WertungsKuerbisAktiv.png") repeat scroll 0% 0% transparent;
     height: 25px;
     width: 25px;
     float: left;
}
 
.rating {
     font-weight: bold;
}
 
.success {
     color: green;
}
 
.failed {
     color: red;
}
 
.notice {
     font-weight: bold;
     color: red;
}