Upload SMail
[saltmail.git/.git] / css / all.css
diff --git a/css/all.css b/css/all.css
new file mode 100644 (file)
index 0000000..da4f538
--- /dev/null
@@ -0,0 +1,37 @@
+html{
+    background: #30303c;
+}
+input,textarea{
+    font-family: Verdana;
+    border: none;
+}
+h1{
+    font-size: 50px;
+}
+.mail,text,a{
+    font-size: 30px;
+}
+h1,text{
+    color: white;
+    font-family: Verdana;
+}
+text{
+    font-size: 25px;
+}
+a{
+    font-family: Verdana;
+    color: yellowgreen;
+    text-decoration: none;
+}
+a:hover{
+    color: aliceblue;
+    text-decoration: none;
+}
+@media (orientation: portrait){
+    text,h1,a,input,textarea{
+        font-size: 40px;
+    }
+}
+body{
+    padding: 20px;
+}
\ No newline at end of file