diff --git a/htdocs/css/default.css b/htdocs/css/default.css index a7f4068f..a6cedc23 100755 --- a/htdocs/css/default.css +++ b/htdocs/css/default.css @@ -1,8 +1,8 @@ *{padding:0px;margin:0px;} html {background:#FFF;} -body {font:12px Tahoma, Geneva, sans-serif;} +body {font:13px Arial, Serif, Verdana,Tahoma, Geneva, sans-serif;} a {text-decoration:none;cursor:hand;} -od,ul,li,ul li{list-style:none;} +ol,ul,li,ul li{list-style:none;} input,select,button{font:12px Tahoma, Geneva, sans-serif;vertical-align:middle;} input,textarea,select{font-family:inherit;font-size:inherit;font-weight:inherit;} body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,code,form,fieldset,legend,input,textarea,p,blockquote,th,td{margin:0px;padding:0px;} @@ -137,25 +137,11 @@ input[type="submit"]:hover,.btn:hover, .btn:focus, .btn:active { box-shadow: 0 0 5px rgba(82, 168, 236, 0.5); } -.clearLine -{ - clear:both; -} +.clearLine{clear:both;} -h1{font-size: 20px;} -h2 -{ - font-family: 黑体, Verdana, Sans-Serif; - font-size: 16px; -} -p -{ - line-height: 20px; -} -li -{ - line-height: 20px; -} +h1{font:20px bold 黑体, Verdana, Sans-Serif;} +h2{font:16px bold 黑体, Verdana, Sans-Serif;} +p,li{line-height: 20px;} .LeftMargin { diff --git a/htdocs/css/mdreview.css b/htdocs/css/mdreview.css index 5c33cb99..0c7d5eb0 100644 --- a/htdocs/css/mdreview.css +++ b/htdocs/css/mdreview.css @@ -1,15 +1,3 @@ -*{padding:0px;margin:0px;} -html {background:#FFF;} -body {font:12px Tahoma, Geneva, sans-serif;} -a {text-decoration:none;cursor:hand;} -od,ul,li,ul li{list-style:none;} -input,select,button{font:12px Tahoma, Geneva, sans-serif;vertical-align:middle;} -input,textarea,select{font-family:inherit;font-size:inherit;font-weight:inherit;} -body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,code,form,fieldset,legend,input,textarea,p,blockquote,th,td{margin:0px;padding:0px;} -fieldset,img{border:none;} -address,caption,cite,code,dfn,em,strong,th,var{font-style:normal;font-weight:normal;} -caption,th{text-align:left;} - #leftPanel { float:left; width:200px;