This repository has been archived on 2023-02-21. You can view files and clone it, but cannot push or open issues or pull requests.
corbo/corbo/static/css/corbo.css

193 lines
2.7 KiB
CSS

body {
margin: 0;
}
a:link, a:visited, a:hover {
text-decoration: none;
}
header h1 {
padding: 5px 10px;
border-bottom: 1px solid #000;
background: #aab8d0;
}
footer {
padding: 3px;
border-top: 1px solid #aaa;
font: normal .7em Arial;
text-align: center;
}
ul.auth li {
list-style-type: none;
padding: .1em .5em;
}
div.clear {
clear: both;
}
ul.auth {
border-radius: .2em;
-moz-border-radius: .2em;
-webkit-border-radius: .2em;
width: 20em;
border: 1px solid #777;
margin: 0 auto;
padding: 10px;
background: #ccc;
}
.tip {
font-size: .8em;
}
ul.auth label {
float: left;
font: bold .8em Arial;
width: 7em;
}
ul.auth ul.errorlist {
padding-left: 6em;
}
ul.auth ul.errorlist li {
margin: 0;
padding: 0;
color: #f00;
font-size: .8em;
}
ul.auth input, ul.auth button {
border: 1px solid #777;
font-weight: bold;
}
ul.auth button {
background: #5c7fff;
color: #fff;
}
div.user {
font-weight: bold;
font-size: .9em;
float: right;
margin: 0 10px;
padding: 3px;
border: 1px solid #777;
border-top: 0;
border-radius: 0 0 .3em .3em;
background: #ddd;
}
div.user a.logout:before {
content: '\f08b';
margin-left: .4em;
}
ul.objects-list.single-links li .actions a {
color: #999;
display: inline;
padding: 0;
}
.actions a:hover {
color: #333;
}
.status {
position: absolute;
padding: 2px;
top: 3px;
left: 3px;
bottom: 3px;
width: 20px;
}
li.unpublished {
background: #f8f8fe;
}
.announce {
margin-left: 25px;
width: 65%;
}
#management .datetime {
position: absolute;
top: 2px;
right: 2ex;
opacity: 0.6;
}
.empty {
text-align: center;
width: 20em;
color: #aaa;
margin: 0 auto;
}
form ul li {
list-style-type: none;
margin: 5px 0;
}
form ul li label {
display: block;
}
.content {
width: 50%;
margin: auto;
}
.unsubscription {
background: #eee;
border: 1px solid #efefef;
padding: 5px;
margin-top: 5em;
border-radius: 0.3em;
font-size: 1.1em;
text-align: center;
}
.unsubscription h2 {
border-bottom: 1px solid #fff;
}
.unsubscription button {
background: #000;
color: #fff;
border: 1px solid #fff;
padding: 10px;
border-radius: 0.3em;
text-transform: uppercase;
}
.announce_dashboard {
font-size: 1.1em;
margin-left: 0.5em;
padding: 0.3rem;
}
.announce_dashboard p {
border-bottom: 1px solid #ccc;
padding: 0.5rem;
}
.announce_dashboard strong {
display: block;
}
.announce_dashboard p:last-child {
border: 0;
}
div.announce_preview {
width: 84%;
overflow: hidden;
clear: both;
}