2021-10-17 10:20:47 +02:00
|
|
|
body,button,input,select,textarea{font-family:Roboto,'Segoe UI',Arial,Helvetica,sans-serif}
|
2019-05-01 15:33:28 +02:00
|
|
|
body{margin:0}
|
2021-10-17 10:20:47 +02:00
|
|
|
a{text-decoration:none}
|
|
|
|
|
a:hover{text-decoration:underline}
|
|
|
|
|
@media (max-width:640px){
|
|
|
|
|
.mobile-collapse{display:none}
|
|
|
|
|
}
|
|
|
|
|
.header{padding:12px;color:white;background-color:#ff3018;box-shadow:0 0 3px 3px #ccc}
|
2019-05-01 15:33:28 +02:00
|
|
|
.content{padding:12px}
|
|
|
|
|
.header a{color:white}
|
2021-10-17 10:20:47 +02:00
|
|
|
.header a svg{fill:white}
|
2019-05-01 15:33:28 +02:00
|
|
|
.content a{color:#3399ff}
|
2021-10-17 10:20:47 +02:00
|
|
|
.content a svg{fill:#3399ff}
|
2019-05-01 15:33:28 +02:00
|
|
|
.content a.plus{color:#ff3018}
|
|
|
|
|
.metanav{float:right}
|
2024-06-16 11:22:54 +02:00
|
|
|
.metanav-divider{width:1px;background:white;display:inline-block}
|
2019-05-01 15:33:28 +02:00
|
|
|
.header h1{margin:0;display:inline-block}
|
|
|
|
|
.flash{background-color:#ff9;border:yellow 1px solid}
|
2019-10-17 14:34:55 +02:00
|
|
|
.infobox{padding:12px;border:#ccc 1px solid}
|
|
|
|
|
@media (min-width:640px) {
|
|
|
|
|
.infobox{float:right;width:320px}
|
|
|
|
|
}
|
2019-10-14 14:30:22 +02:00
|
|
|
.weak{opacity:.5}
|
2019-10-17 14:34:55 +02:00
|
|
|
.field_desc{display:block}
|
2021-10-17 10:20:47 +02:00
|
|
|
ul.timeline{padding:0;margin:auto;max-width:960px}
|
|
|
|
|
ul.timeline > li{list-style:none;border-bottom:#808080 1px solid}
|
|
|
|
|
.message-visual img{max-width:100%;margin:auto}
|
2019-10-14 19:53:33 +02:00
|
|
|
.message-options-showhide::before{content:'\2026'}
|
|
|
|
|
.message-options{display:none}
|
2019-10-10 14:22:06 +02:00
|
|
|
.create_text{width:100%;height:8em}
|
2019-10-17 15:21:33 +02:00
|
|
|
.biography_text{height:4em}
|
2019-10-20 20:04:58 +02:00
|
|
|
.before-toggle:not(:checked) + input{display:none}
|
2019-10-10 19:31:36 +02:00
|
|
|
.follow_button,input[type="submit"]{background-color:#ff3018;color:white;border-radius:3px;border:1px solid #ff3018}
|
|
|
|
|
.follow_button.following{background-color:transparent;color:#ff3018;border-color:#ff3018}
|
2019-10-10 19:43:02 +02:00
|
|
|
.copyright{font-size:smaller;text-align:center;color:#808080}
|
2019-10-11 17:20:24 +02:00
|
|
|
.copyright a:link,.copyright a:visited{color:#31559e}
|
2019-10-10 19:43:02 +02:00
|
|
|
.copyright ul{list-style:none;padding:0}
|
|
|
|
|
.copyright ul > li{padding:0 3px}
|