Files
chanbans/static/style00.css
2023-08-13 22:00:58 -07:00

173 lines
2.3 KiB
CSS

body {
background: #ffe linear-gradient(180deg, rgba(254,214,175,1) 0%, rgba(255,255,238,1) 200px) repeat-x;
font-family:helvetica neue,arial,sans-serif;
margin:5px 0;
padding:0 5px;
font-size:13px;
color: maroon;
text-align: center;
}
nav {
width: 100%;
margin: 5px 0;
text-align: left;
}
table {
border-collapse: collapse;
border-spacing: 0;
}
.reply a {
text-decoration: none;
}
header {
text-align: center;
}
#search {
margin: auto;
width: 300px;
margin-bottom: 5px;
}
#search input {
width: 100%;
}
.pagecount {
margin: 5px 0px;
font-size: large;
}
.post-container {
height: 100%;
width: 100%;
display: table;
}
.post-left {
display: table-cell;
width: 5px;
}
.post-left-op {
display: table-cell;
width: 5px;
background-color: #f00;
}
.post-left-text {
transform: translate(0%, 50%) rotate(-90deg);
padding: 1px;
font-weight: bold;
}
.post-right {
display: table-cell;
padding-left: 10px;
}
table {
border-top: 1px solid black;
border-left: 1px solid black;
border-right: 1px solid black;
vertical-align: top;
text-align: center;
margin: auto;
marin-top: 30px;
background-color: #fff;
color: black;
}
table td {
border-left: 1px solid black;
padding: 5px;
vertical-align: top;
}
table th {
width: auto;
border-left: 1px solid black;
background-color: #fca;
font-weight: 700;
padding: 2px;
text-align: center;
}
table tr {
border-bottom: 1px solid black;
}
.constructed-post td:nth-child(1) {
word-break: normal;
width: 50%;
}
.subject {
font-weight: 700;
}
.ws {
color: #000;
}
.ws.reply {
background-color: #d6daf0;
}
.nws.reply {
color: maroon;
background-color: #f0e0d6;
}
.reply {
padding: 5px;
}
.ws .subject {
color: #0f0c5d;
}
.nws .subject {
color: #cc1105;
}
.name-block {
display: inline-block;
}
.name {
color: #117743;
font-weight: 700;
}
.poster-trip {
color: #117743;
font-weight: 400 !important;
}
.file-info {
margin-left: 20px;
}
.file-thumb {
margin: 3px 20px 5px;
}
.file-thumb img {
border: none;
}
.post-message {
margin: 13px 40px;
}
.quote {
color: #789922;
}