coriplus/app/static/style.css
2024-06-16 11:22:54 +02:00

38 lines
1.5 KiB
CSS

body,button,input,select,textarea{font-family:Roboto,'Segoe UI',Arial,Helvetica,sans-serif}
body{margin:0}
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}
.content{padding:12px}
.header a{color:white}
.header a svg{fill:white}
.content a{color:#3399ff}
.content a svg{fill:#3399ff}
.content a.plus{color:#ff3018}
.metanav{float:right}
.metanav-divider{width:1px;background:white;display:inline-block}
.header h1{margin:0;display:inline-block}
.flash{background-color:#ff9;border:yellow 1px solid}
.infobox{padding:12px;border:#ccc 1px solid}
@media (min-width:640px) {
.infobox{float:right;width:320px}
}
.weak{opacity:.5}
.field_desc{display:block}
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}
.message-options-showhide::before{content:'\2026'}
.message-options{display:none}
.create_text{width:100%;height:8em}
.biography_text{height:4em}
.before-toggle:not(:checked) + input{display:none}
.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}
.copyright{font-size:smaller;text-align:center;color:#808080}
.copyright a:link,.copyright a:visited{color:#31559e}
.copyright ul{list-style:none;padding:0}
.copyright ul > li{padding:0 3px}