it/itf/static/css/festival_index.css
2011-10-08 03:03:05 -04:00

55 lines
616 B
CSS
Executable File

body {
margin: 0px;
padding: 0px;
}
#leftbox
{
}
#rightbox
{
}
#meeting_list {
}
#meeting_list_title {
}
.box
{
margin: 30px 5px 15px 10px;
border: #3c5a86 1px dashed;
padding:5px;
font-size: 12px;
font-weight: normal;
color: #000000;
background-color: #d1e0ef;
}
.box a
{
text-decoration: none;
color: #142908;
}
.box H1
{
margin : 0px 0px -12px 5px;
position: relative;
top : -12px;
border: #3c5a86 1px solid;
padding-top : 3px;
padding-bottom: 3px;
padding-left : 5px;
padding-right : 5px;
font-size : 18px;
font-weight: bold;
color : #000000;
display: inline;
background-color: #99bbdd;
}