getglebbs/static/style.css
2020-07-26 21:57:58 -04:00

59 lines
790 B
CSS

.infoBox{
background:#ea8;
border:1px solid #800;
padding:0 5px;
}
body{
color: maroon;
font-family: arial,helvetica,sans-serif;
font-size: 10pt;
padding:5px;
margin:5px;
background: #ffe url("fade.png") top center repeat-x;
}
.postName{
color: #117743;
font-weight: 700;
}
.reply{
margin:8px;
padding:5px;
background:#f0e0d6;
border: 1px solid #d9bfb7;
}
#postBox{
margin:8px;
background:#f0e0d6;
border: 1px solid #d9bfb7
}
td:first-child{
background-color: #ea8;
color: #800;
font-weight: 700;
border: 1px solid #800;
padding: 0 5px;
font-size: 10pt;
}
textarea{
width:320px;
height:100;
}
#powered{
margin:8px;
padding:5px;
font-size:8px;
font-weight:800;
}
.logo{
font-size:24px;
}
#header{
text-align:center;
}
#boards{
}