coriplus/static/style.css

12 lines
382 B
CSS
Raw Normal View History

2019-05-01 15:33:28 +02:00
body{margin:0}
.header{padding:12px;color:white;background-color:#ff3018}
.content{padding:12px}
.header a{color:white}
.content a{color:#3399ff}
.content a.plus{color:#ff3018}
.metanav{float:right}
.header h1{margin:0;display:inline-block}
.flash{background-color:#ff9;border:yellow 1px solid}
2019-05-02 15:47:23 +02:00
.message-visual img{max-width:100%;max-height:8em}
.create_text{width:100%;height:8em}