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

215 lines
3.0 KiB
CSS
Raw Normal View History

2012-05-21 23:30:05 +00:00
body
{
text-align: center;
2012-06-14 22:00:21 +00:00
width: 75%;
2012-05-21 23:30:05 +00:00
margin: auto;
2012-06-14 22:00:21 +00:00
background-color: #CCCCCC;
2012-05-22 15:01:33 +00:00
}
header
{
2012-06-14 22:00:21 +00:00
border-top-left-radius: 5px;
border-top-right-radius: 5px;
2012-05-22 15:01:33 +00:00
margin: 10px;
padding: 8px;
2012-06-14 22:00:21 +00:00
background-color: #333333;
2012-05-22 15:01:33 +00:00
color: orange;
}
#banner
{
display: inline-block;
2012-06-18 15:05:05 +00:00
margin-top: 10px;
2012-05-22 15:01:33 +00:00
float: right;
2012-05-21 23:30:05 +00:00
}
2012-06-19 18:13:06 +00:00
nav { text-align: center; }
nav ul { list-style-type: none; }
nav li
{
2012-06-20 10:48:30 +00:00
-moz-transition-duration: 1s;
-webkit-transition-duration: 1s;
-ms-transition-duration: 1s;
-o-transition-duration: 1s;
2012-06-19 18:13:06 +00:00
display: inline-block;
border: 2px solid;
padding: 5px;
margin-right: 10px;
}
nav li a
{
color: orange;
text-decoration: none;
}
2012-06-20 10:48:30 +00:00
nav li:hover
{
-moz-transition-duration: 1s;
-webkit-transition-duration: 1s;
-ms-transition-duration: 1s;
-o-transition-duration: 1s;
box-shadow: 0px 10px 10px black;
background-color: black;
padding-right: 15px;
padding-left: 15px;
border-radius: 5px;
}
2012-06-19 18:13:06 +00:00
2012-06-14 22:00:21 +00:00
#introduction, #hello
2012-05-21 23:30:05 +00:00
{
text-align: justify;
margin-bottom: 10px;
}
2012-06-14 22:00:21 +00:00
#introduction article, #hello
2012-05-22 15:01:33 +00:00
{
background-color: white;
2012-06-14 22:00:21 +00:00
box-shadow: 0px 5px 5px black;
2012-05-22 15:01:33 +00:00
border-radius: 3px;
border-radius: 0px;
padding: 10px;
2012-06-14 22:00:21 +00:00
margin: 10px;
2012-05-22 15:01:33 +00:00
}
2012-06-14 22:00:21 +00:00
article h2, #hello h2
2012-05-22 15:01:33 +00:00
{
2012-06-14 22:00:21 +00:00
background-color: #333333;
2012-05-22 15:01:33 +00:00
color: orange;
margin-left: -10px;
margin-right: -10px;
}
#fonctionnement
{
2012-05-23 11:01:39 +00:00
float: right;
margin-bottom: 10px;
2012-05-22 15:01:33 +00:00
}
2012-06-14 22:00:21 +00:00
#hello
2012-05-21 23:30:05 +00:00
{
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-06-14 22:00:21 +00:00
border-radius: 10px;
2012-05-22 09:48:17 +00:00
box-shadow: 0px 5px 10px black;
padding-left: 10px;
padding-right: 10px;
2012-06-14 22:00:21 +00:00
background-color: #222222;
2012-05-22 15:01:33 +00:00
color: orange;
2012-06-18 15:05:05 +00:00
text-align: justify;
}
aside#info
{
width: 42%;
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-06-14 22:00:21 +00:00
#arrow2
{
position: absolute;
margin-left: -40px;
margin-top: 45px;
}
2012-05-21 23:30:05 +00:00
footer
{
border-top: solid;
text-align: justify;
2012-06-14 22:00:21 +00:00
padding-bottom: 50px;
}
table tbody tr:hover
{
background: #F5F7FF;
}
2012-06-14 22:00:21 +00:00
footer a
{
color: black;
2012-05-21 23:30:05 +00:00
}
2012-06-14 22:25:04 +00:00
#formulaire_email
{
border-top: 1px solid black;
padding-top: 10px;
}
2012-06-16 23:07:35 +00:00
form.validation
{
float: left;
margin-top: 10px;
margin-left: 25%;
}
form.invalidation
{
float: right;
margin-top: 10px;
margin-right: 25%;
}
form.validation input, form.invalidation input
{
border-radius: 10px;
height: 32px;
font-weight: bold;
width: 160px;
}
form.validation input
{
background: #00BB40;
}
form.invalidation input
{
background: #BB0020;
}
2012-06-16 23:20:03 +00:00
#hideShow, #hideShowExp
2012-06-16 23:07:35 +00:00
{
float: right;
margin-right: 30px;
}
.tooltip
{
background: #CCCC00;
border-radius: 10px;
display: none;
padding: 5px;
position: absolute;
text-align: center;
}
tbody tr:hover .tooltip
{
display: block;
2012-06-19 18:13:06 +00:00
}