This repository has been archived on 2020-08-21. You can view files and clone it, but cannot push or open issues or pull requests.
nemubot-askweb/style.css

110 lines
1.4 KiB
CSS
Raw Normal View History

2012-05-21 23:30:05 +00:00
body
{
text-align: center;
2012-05-22 09:48:17 +00:00
width: 60%;
2012-05-21 23:30:05 +00:00
margin: auto;
2012-05-22 15:01:33 +00:00
background-color: #545455;
}
header
{
border-radius: 10px;
margin: 10px;
padding: 8px;
background-color: black;
color: orange;
}
#banner
{
display: inline-block;
float: right;
2012-05-21 23:30:05 +00:00
}
#introduction
{
text-align: justify;
border-radius: 5px;
margin-bottom: 10px;
}
2012-05-22 15:01:33 +00:00
#introduction article
{
2012-05-23 11:01:39 +00:00
display: block;
width: 42%;
2012-05-22 15:01:33 +00:00
background-color: white;
border: solid;
border-radius: 3px;
border-radius: 0px;
padding: 10px;
}
article h2, form h2
{
background-color: black;
color: orange;
margin-left: -10px;
margin-right: -10px;
}
#bonjour
{
2012-05-23 11:01:39 +00:00
float: left;
margin-left: 2%;
2012-05-22 15:01:33 +00:00
vertical-align: top;
}
#fonctionnement
{
2012-05-23 11:01:39 +00:00
float: right;
margin-right: 2%;
margin-bottom: 10px;
2012-05-22 15:01:33 +00:00
}
2012-05-21 23:30:05 +00:00
form
{
border: solid;
border-radius: 5px;
2012-05-23 11:01:39 +00:00
clear: both;
margin-top: 10px;
2012-05-21 23:30:05 +00:00
margin-bottom: 20px;
2012-05-22 09:48:17 +00:00
text-align: left;
padding: 10px;
2012-05-22 15:01:33 +00:00
background-color: white;
2012-05-22 09:48:17 +00:00
}
#list
{
padding-top: 100px;
padding-bottom: 100px;
2012-05-21 23:30:05 +00:00
}
#q
{
vertical-align: top;
}
2012-05-22 08:45:40 +00:00
aside
{
float: right;
2012-05-22 09:07:10 +00:00
width: 30%;
2012-05-22 09:48:17 +00:00
box-shadow: 0px 5px 10px black;
padding-left: 10px;
padding-right: 10px;
2012-05-22 15:01:33 +00:00
background-color: black;
color: orange;
2012-05-22 09:48:17 +00:00
}
#arrow
{
position: absolute;
margin-left: -40px;
2012-05-22 15:01:33 +00:00
margin-top: 80px;
2012-05-22 08:45:40 +00:00
}
2012-05-21 23:30:05 +00:00
footer
{
border-top: solid;
text-align: justify;
}