Bots, Bürokraten, Kommentaradministratoren, Oberflächenadministratoren, plus, Oversighter, Administratoren
973
Bearbeitungen
Mh (Diskussion | Beiträge) KKeine Bearbeitungszusammenfassung |
Mh (Diskussion | Beiträge) KKeine Bearbeitungszusammenfassung |
||
Zeile 44: | Zeile 44: | ||
padding-left: 2.5em; | padding-left: 2.5em; | ||
" | " | ||
} | |||
/* comments */ | |||
.c-avatar img { | |||
padding: 0px; | |||
border: 0px solid #dcdcdc; | |||
background-color: #fff; | |||
} | |||
.comments-body { | |||
font-size: 1em; | |||
padding: 10px; | |||
background-color: #efeeee; | |||
border-radius: 10px; | |||
} | |||
.c-spy { | |||
display: none; | |||
} | |||
.c-order { | |||
float: right; | |||
padding: 0px; | |||
} | |||
#mw-content-text > div > div > div.c-order > div.c-order-select > form > select { | |||
border: 0px; | |||
padding: 5px 5px 5px 5px; | |||
border-radius: 5px; | |||
} | |||
.c-item { | |||
padding: 5px 10px; | |||
margin: 0px; | |||
margin-bottom: 10px; | |||
background: #fff; | |||
border: 0px; | |||
border-radius: 10px; | |||
} | |||
.c-item.reply { | |||
background: #efeeee !important; | |||
margin-bottom: 0px; | |||
margin-top: -5px; | |||
} | |||
.full { | |||
width: auto; | |||
} | |||
.c-container { | |||
margin: 0px | |||
} | |||
.c-user { | |||
margin: 0px; | |||
} | |||
div.c-container > div.c-user > p { | |||
margin: 0px; | |||
} | |||
.c-actions, | |||
.c-time { | |||
font-size: 11px; | |||
} | |||
.c-score { | |||
padding: 0px; | |||
font-size: 14px; | |||
font-weight: normal; | |||
} | |||
.f-message, | |||
.r-message { | |||
width: auto; | |||
} | |||
div.c-container > div.c-actions { | |||
margin: 0px; | |||
} | |||
div.c-container > div.c-actions > p { | |||
margin: 0px; | |||
} | |||
div.c-container > div.c-user > a, div.c-container > div.c-user > p > a { | |||
color: #008037; | |||
} | |||
/* geht nicht weil der senkrechte strich da bleibt | |||
div.c-container > div.c-actions > p > a:nth-child(1) { | |||
display: none; | |||
} */ | |||
.c-time-reply, | |||
.reply { | |||
margin-left: 30px; | |||
margin-right: 0px; | |||
width: auto; | |||
} | |||
div.c-container > div.c-comment.r-message > *, div.c-container > div.c-comment.f-message > * { | |||
margin: 0px; | |||
} | |||
.c-form-title { | |||
margin: 0px; | |||
} | |||
#mw-content-text > div > div > form > p:nth-child(3) { | |||
margin: 0px; | |||
} | |||
textarea#comment { | |||
width: 100%; | |||
border: none; | |||
border-radius: 10px; | |||
resize: vertical; | |||
} | |||
.c-form-button { | |||
height: 18px | |||
} | |||
#mw-content-text > div > div > form { | |||
margin-top: 1px; | |||
} | |||
#comment { | |||
padding: 10px; | |||
font-family: sans-serif; | |||
} | |||
#mw-content-text > div > div > form > div.c-form-button > input:nth-child(2) { | |||
display: none; | |||
} | |||
#mw-content-text > div > div > form > div.c-form-button > input:nth-child(1) { | |||
float: right; | |||
padding: 5px 10px; | |||
color: #fff; | |||
font-weight: bold; | |||
background: #00b300; | |||
border: none; | |||
border-radius: 5px; | |||
transition: 0.2s; | |||
} | |||
#mw-content-text > div > div > form > div.c-form-button > input:nth-child(1):hover { | |||
background: #008037; | |||
} | } |
Bearbeitungen