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

76 lines
1.0 KiB
CSS

.infoBox{
background:#ea8;
border:1px solid #800;
padding:0 5px;
}
body{
padding:0px;
margin:0px;
color:#031;
font-family: arial,helvetica,sans-serif;
font-size: 10pt;
text-align:center;
background: #efe url("fade.png") top center repeat-x;
}
#page{
background:#fff;
width:900;
padding:5px;
display:inline-block;
text-align:left;
}
.postHeadline{
color:#096;
font-weight: 700;
font-size:24px;
}
.postName{
color: #117743;
font-weight: 700;
}
#catalogTable{
text-align:center;
}
.reply{
margin:8px;
padding:5px;
background: #e6fff2;
border: 1px solid #d9bfb7;
overflow-wrap: break-word;
}
#postBox{
margin:8px;
background:#f0e0d6;
border: 1px solid #d9bfb7
}
#postTable{
background-color: #0fa;
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{
}
a{
color:#096;
}