botsArena/html/style.css

88 lines
1.4 KiB
CSS
Raw Normal View History

2015-11-28 11:24:18 +01:00
body{
width:100%;
font-size:100%;
top: 0px;
line-height:140%;
word-wrap:break-word;
text-rendering:optimizelegibility;
margin:0 auto;
font-family : "lucida grande", "gill sans", arial, sans-serif;
}
header{
background-color:#A60800;
width: 100%;
overflow: hidden;
height: auto;
}
header h1{
display: block;
font-size:300%;
color:#FFF;float: left;
width: 45%;
margin-left: 5%;}
2015-11-28 11:18:21 +01:00
2015-11-28 11:24:18 +01:00
header nav{
display: block;
width: 45%;
color:#FFF;
2015-11-28 11:37:15 +01:00
float: right;
2015-11-28 11:24:18 +01:00
}
2015-12-09 20:40:03 +01:00
#menus{
margin-left: 50px;
width:100%;
display: table;
}
2015-12-09 20:40:03 +01:00
#menus a{
color: #fff;
display: table-cell;
text-decoration: none;
text-align: center;
2015-11-28 13:19:39 +01:00
border-radius: 15px 15px 0px 0px;
}
2015-11-28 13:19:39 +01:00
#menus a.selected{
color:#202020;
background-color:#fff;
2015-11-28 11:35:36 +01:00
}
2015-12-09 20:40:03 +01:00
footer{
margin-top: -70px;
height: 70px;
display: block;
background-color: #f5f5f5;
color: #343638;
font-size: 11pt;
line-height: 15pt;
margin: 0;
overflow-x: hidden;
}
2015-11-28 13:19:39 +01:00
#languages{
float: right;
text-align: right;
}
2015-11-28 17:25:13 +01:00
section{
border-bottom: 1px solid rgb(204, 204, 204);
margin: 0 auto;
overflow: hidden;
width: 90%;
}
article{
2015-11-29 11:16:36 +01:00
float: right;
width:70%;
}
aside{
2015-11-29 11:16:36 +01:00
float:left;
width: 28%;
}
2015-11-30 20:57:07 +01:00
2015-11-30 21:01:58 +01:00
form textarea, form input, form select {width:40%;}
2015-12-03 22:21:33 +01:00
form input[type=checkbox], form input[type=radio] { width:15px; }
form input[type=submit]{width: 100%;}
2015-11-30 20:57:07 +01:00
form label {
float:left;
width:40%;
margin-right:0.5em;
padding-top:0.2em;
text-align:right;
}