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 62531f58cd 1.920
2019-07-02 18:17:46 -05:00

102 lines
1.2 KiB
CSS

/* $Id: style.css,v 1.14 2018/06/12 09:30:13 gilles Exp gilles $ */
/* http://www.w3schools.com/html/html5_browsers.asp */
/*
header, section, footer, aside, nav, main, article, figure {
display: inline-block;
}
*/
body {
color: black;
background-color: #eeffff;
}
@media screen and ( min-width: 960px ) {
#left-menu {
float: left;
width: 50%;
}
#centered-logo {
float: left;
width: 50%;
}
#right-tronche {
float: right;
width: 60%;
}
}
@media screen and ( min-width: 1280px ) {
#left-menu {
float: left;
width: 40%;
}
#centered-logo {
float: left;
width: 60%;
}
}
@media screen and ( min-width: 960px ) {
div.list {
display: inline-block;
vertical-align: top;
}
}
div.poll {
display: inline-block;
vertical-align: top;
}
div.center {
text-align: center;
}
img {
border: 0;
}
.none
{
/* list-style-type: none;
*/
}
.bold
{
font-weight:bold;
}
.smaller
{
font-size: smaller;
}
.larger
{
font-size: larger;
}
.monospace
{
font-family: "Courier New", Courier, monospace;
}
select {
font-family: "Courier New", Courier, monospace;
font-size: larger;
}