1
0
mirror of https://github.com/imapsync/imapsync.git synced 2024-11-17 00:02:29 +01:00
imapsync/S/style.css

64 lines
609 B
CSS
Raw Normal View History

2014-11-19 23:08:41 +01:00
2016-01-22 17:52:28 +01:00
/* $Id: style.css,v 1.8 2016/01/21 00:58:22 gilles Exp gilles $ */
2014-11-19 23:08:41 +01:00
2011-03-12 03:45:04 +01:00
body {
color: black;
background-color: #eeffff
}
2016-01-22 17:52:28 +01:00
#left-menu {
2014-11-19 23:08:41 +01:00
float: left;
2016-01-22 17:52:28 +01:00
width: 35%;
2014-11-19 23:08:41 +01:00
}
2016-01-22 17:52:28 +01:00
2014-11-19 23:08:41 +01:00
#centered-logo {
float: left;
2016-01-22 17:52:28 +01:00
width: 65%;
2014-11-19 23:08:41 +01:00
}
2016-01-22 17:52:28 +01:00
div.list {
display: inline-block;
vertical-align: top;
2014-11-19 23:08:41 +01:00
}
2016-01-22 17:52:28 +01:00
div.poll {
display: inline-block;
vertical-align: top;
}
2014-11-19 23:08:41 +01:00
#full-page {
float: left;
width: 100%;
}
2015-05-28 19:04:57 +02:00
#right-tronche {
float: right;
width: 60%;
}
2011-03-12 03:45:04 +01:00
div.center {
2014-11-19 23:08:41 +01:00
text-align: center;
}
img {
border: 0;
}
.none
{
list-style-type: none;
}
.bold
{
font-weight:bold;
2011-03-12 03:45:04 +01:00
}
2014-11-19 23:08:41 +01:00
.smaller
{
font-size: smaller;
2011-03-12 03:45:04 +01:00
}