X-Git-Url: http://ftp.carnet.hr/carnet-debian/scm?p=squirrelmail-cn.git;a=blobdiff_plain;f=squirrelmail%2Fthemes%2Fcss%2Fsquirrelmail-cn.css;fp=squirrelmail%2Fthemes%2Fcss%2Fsquirrelmail-cn.css;h=1a9740a5b8a3b57525b16fbd9e77196d4067273b;hp=0000000000000000000000000000000000000000;hb=1ff8d171b246925b19d2c8299fbcd71f55d2edcd;hpb=821e3a1c91c5376cbd8a9c3a63a3f6bf07e935fb diff --git a/squirrelmail/themes/css/squirrelmail-cn.css b/squirrelmail/themes/css/squirrelmail-cn.css new file mode 100644 index 0000000..1a9740a --- /dev/null +++ b/squirrelmail/themes/css/squirrelmail-cn.css @@ -0,0 +1,45 @@ +body, td, th, dd, dt, h1, h2, h3, h4, h5, h6, p, ol, ul, li, input, select { + font-family: Verdana, Arial, Helvetica, sans-serif; +} + +body, small { + font-size: 8pt; +} + +p { + font-size: 9pt; + color: #707070; +} + +a:hover { + text-decoration: none; +} + +a:active { + text-decoration: underline; +} + +ol, ul, li { + font-size: 10pt; +} + +td, th { + font-size: 10pt; +} + +tr { + font-size: 10pt; +} + +dd, dt { + font-size: 10pt; +} + +textarea, pre, nobr { + font-family: monospace; + font-size: 9pt; +} + +input, select { + font-size: 10pt; +}