1
0
mirror of https://github.com/imapsync/imapsync.git synced 2024-11-17 00:02:29 +01:00
imapsync/S/style.css
Nick Bebout 137242e609 1.727
2016-09-19 10:17:24 -05:00

69 lines
748 B
CSS

/* $Id: style.css,v 1.8 2016/01/21 00:58:22 gilles Exp gilles $ */
/* http://www.w3schools.com/html/html5_browsers.asp */
header, section, footer, aside, nav, main, article, figure {
display: block;
}
body {
color: black;
background-color: #eeffff
}
#left-menu {
float: left;
width: 35%;
}
#centered-logo {
float: left;
width: 65%;
}
div.list {
display: inline-block;
vertical-align: top;
}
div.poll {
display: inline-block;
vertical-align: top;
}
#full-page {
float: left;
width: 100%;
}
#right-tronche {
float: right;
width: 60%;
}
div.center {
text-align: center;
}
img {
border: 0;
}
.none
{
list-style-type: none;
}
.bold
{
font-weight:bold;
}
.smaller
{
font-size: smaller;
}