This project is totally W.I.P.
[saltmail.git/.git] / css / all.css
1 html{
2     background: #30303c;
3 }
4 input,textarea{
5     font-family: Verdana;
6     border: none;
7 }
8 h1{
9     font-size: 50px;
10 }
11 .mail,text,a{
12     font-size: 30px;
13 }
14 h1,text{
15     color: white;
16     font-family: Verdana;
17 }
18 text{
19     font-size: 25px;
20 }
21 a{
22     font-family: Verdana;
23     color: yellowgreen;
24     text-decoration: none;
25 }
26 a:hover{
27     color: aliceblue;
28     text-decoration: none;
29 }
30 @media (orientation: portrait){
31     text,h1,a,input,textarea{
32         font-size: 40px;
33     }
34 }
35 body{
36     padding: 20px;
37 }