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

146 lines
2.4 KiB
CSS
Raw Normal View History

2014-11-19 23:08:41 +01:00
2021-08-04 21:14:36 +02:00
/* $Id: style.css,v 1.16 2020/06/17 05:13:27 gilles Exp gilles $ */
2014-11-19 23:08:41 +01:00
2016-09-19 17:17:24 +02:00
/* http://www.w3schools.com/html/html5_browsers.asp */
2017-09-23 23:54:48 +02:00
/*
2016-09-19 17:17:24 +02:00
header, section, footer, aside, nav, main, article, figure {
2017-09-23 23:54:48 +02:00
display: inline-block;
2016-09-19 17:17:24 +02:00
}
2017-09-23 23:54:48 +02:00
*/
2016-09-19 17:17:24 +02:00
2011-03-12 03:45:04 +01:00
body {
color: black;
2017-09-23 23:54:48 +02:00
background-color: #eeffff;
2011-03-12 03:45:04 +01:00
}
2017-09-23 23:54:48 +02:00
@media screen and ( min-width: 960px ) {
#left-menu {
float: left;
width: 50%;
}
2016-01-22 17:52:28 +01:00
2017-09-23 23:54:48 +02:00
#centered-logo {
float: left;
width: 50%;
}
#right-tronche {
float: right;
width: 60%;
}
2018-05-07 16:04:23 +02:00
div.list {
display: inline-block;
vertical-align: top;
}
2021-08-04 21:14:36 +02:00
2014-11-19 23:08:41 +01:00
}
2021-08-04 21:14:36 +02:00
2016-01-22 17:52:28 +01:00
div.poll {
display: inline-block;
vertical-align: top;
}
2015-05-28 19:04:57 +02:00
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
{
2017-09-23 23:54:48 +02:00
/* list-style-type: none;
*/
2014-11-19 23:08:41 +01:00
}
.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
}
2019-07-03 01:17:46 +02:00
.larger
{
font-size: larger;
}
.monospace
{
font-family: "Courier New", Courier, monospace;
}
select {
font-family: "Courier New", Courier, monospace;
font-size: larger;
}
2021-08-04 21:14:36 +02:00
/*!
* LaTeX.css (https://latex.now.sh/)
*
* Source: https://github.com/vincentdoerig/latex-css
* Licensed under MIT (https://github.com/vincentdoerig/latex-css/blob/master/LICENSE)
*/
@font-face {
font-family: 'Latin Modern';
font-style: normal;
font-weight: normal;
font-display: swap;
src: url('./fonts/LM-regular.woff2') format('woff2'),
url('./fonts/LM-regular.woff') format('woff'),
url('./fonts/LM-regular.ttf') format('truetype');
}
@font-face {
font-family: 'Latin Modern';
font-style: italic;
font-weight: normal;
font-display: swap;
src: url('./fonts/LM-italic.woff2') format('woff2'),
url('./fonts/LM-italic.woff') format('woff'),
url('./fonts/LM-italic.ttf') format('truetype');
}
@font-face {
font-family: 'Latin Modern';
font-style: normal;
font-weight: bold;
font-display: swap;
src: url('./fonts/LM-bold.woff2') format('woff2'),
url('./fonts/LM-bold.woff') format('woff'),
url('./fonts/LM-bold.ttf') format('truetype');
}
@font-face {
font-family: 'Latin Modern';
font-style: italic;
font-weight: bold;
font-display: swap;
src: url('./fonts/LM-bold-italic.woff2') format('woff2'),
url('./fonts/LM-bold-italic.woff') format('woff'),
url('./fonts/LM-bold-italic.ttf') format('truetype');
}
body {
/* I'm not very satisfied with the rendering of Computer Modern when browsing
so I comment it for now.
*/
/* font-family: 'Latin Modern', serif;
*/
}