X-Git-Url: https://reisub.nsupdate.info/git/?a=blobdiff_plain;f=css%2Fall.css;fp=css%2Fall.css;h=da4f53879abcdefa6f57bb18c74b55add43f6b06;hb=aa35c1b421d8c57c9b81a1467ec6b90cda681232;hp=0000000000000000000000000000000000000000;hpb=a1232a2a92d7fe320aa358ea68de75706e35dcf0;p=saltmail.git%2F.git diff --git a/css/all.css b/css/all.css new file mode 100644 index 0000000..da4f538 --- /dev/null +++ b/css/all.css @@ -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