FestivAlgo/design_forum/style.css

269 lines
3.8 KiB
CSS

/*****************************************************/
/****General****/
/**
{
margin:0px;
padding:0px;
}*/
a
{
text-decoration:none;
color:#333333;
}
a:hover
{
color:#000000;
}
img, table, tr, td
{
border:0px;
}
h1
{
text-align:center;
margin:0px;
padding:0px;
}
.clean
{
clear:both;
}
.left
{
text-align:left;
}
.center
{
text-align:center;
}
input[type=text], input[type=submit], input[type=button], input[type=password]
{
width:150px;
}
input[type=submit]
{
margin-top: 10px;
}
label
{
width: 200px;
display: inline-block;
vertical-align: top;
text-align: left;
margin-bottom: 8px;
}
#se_souvenir
{
width: 351px;
}
.message_buttons input
{
width:auto;
padding:0px 5px;
}
.button
{
padding:5px 15px;
vertical-align:middle;
border:1px solid #aaaaaa;
font-weight:bold;
background:url('Images/button.png') repeat-x;
-moz-border-radius:6px;
-webkit-border-radius:6px;
border-radius:6px;
display:inline-block;
}
#content table
{
border-spacing:0px;
background:#ffffff;
padding:0px;
width:95%;
margin:5px auto 18px auto;
background-color: rgb(241, 189, 23);
border: solid;
border-width: 4px;
border-radius: 10px;
border-color: rgb(233, 153, 10);
}
tr
{
-moz-border-radius:5px;
-webkit-border-radius:5px;
border-radius:5px;
margin:0px;
}
td, th
{
margin:0px;
border:0px;
padding:3px;
text-align:center;
}
/*****************************************************/
/****Blocks****/
.header
{
margin:auto;
margin-top:10px;
padding:15px;
background:url('Images/bluec_30p.png');
width:60%;
-moz-border-radius:20px;
-webkit-border-radius:20px;
border-radius:20px;
text-align:center;
}
.foot
{
text-align:center;
background:url('Images/bluec_30p.png');
width:60%;
-moz-border-radius:15px;
-webkit-border-radius:15px;
border-radius:15px;
padding:10px;
margin:20px auto;
}
.content
{
background-color: #FFD745;
border: solid;
border-width: 4px;
border-color: #FAC801;
font-family: 'Crete Round', serif;
margin-left: 45px;
margin-right: 45px;
border-radius:20px;
padding:20px;
margin-top:10px;
}
.box_left
{
float:left;
}
.box_right
{
float:right;
}
.box
{
border: solid;
border-width: 4px;
border-radius: 10px;
border-color: #FAC801;
margin:5px auto 30px auto;
padding: 5px 10px 5px 10px;
}
.login
{
width:355px;
margin:auto;
text-align:left;
}
.box_login
{
background-color: rgb(250, 184, 43);
border: solid;
border-width: 4px;
border-color: rgb(247, 154, 14);
width:360px;
-moz-border-radius:10px;
-webkit-border-radius:10px;
border-radius:10px;
margin:auto;
padding:20px;
margin-top:20px;
margin-bottom: 38px;
color:#ffffff;
}
/*****************************************************/
/****Content****/
.champs
{
margin-bottom: 8px;
}
#memorize
{
position: absolute;
top: 419px;
left: 510px;
}
.big
{
font-size:1.2em;
}
.small
{
font-size:0.7em;
}
.message
{
-moz-border-radius:20px;
-webkit-border-radius:20px;
border-radius:20px;
padding:20px;
margin:auto;
width:500px;
background:url('Images/black_40p.png');
color:#ffffff;
text-align:center;
font-weight:bold;
margin-top:20px;
}
.messages_table td
{
border-top:1px solid #cccccc;
vertical-align:top;
}
.author
{
width:150px;
border-right:1px solid #cccccc;
}
.title_cell
{
width:45%;
}
.date
{
font-style:italic;
text-align:right;
font-size:0.9em;
margin-right:10px;
}
.edit
{
float:left;
}
.forum_ntop, .forum_nrep, .forum_act, .forum_auth
{
width:100px;
}
td.forum_cat, td.forum_tops
{
padding-left:15px;
text-align:left;
}
.categories_table td, .categories_table th, .topics_table td, .topics_table th, .list_pm td, .list_pm th
{
border-bottom:1px solid #cccccc;
}
.categories_table tr:last-child td, .topics_table tr:last-child td, .list_pm tr:last-child td
{
border-bottom:0px;
}
td.forum_cat .title
{
font-weight:bold;
}
td.forum_cat .description
{
padding-left:5px;
}