[Assorted-commits] SF.net SVN: assorted:[1095] personal-site/trunk/static/plain.css
Brought to you by:
yangzhang
From: <yan...@us...> - 2008-12-06 23:04:48
|
Revision: 1095 http://assorted.svn.sourceforge.net/assorted/?rev=1095&view=rev Author: yangzhang Date: 2008-12-06 23:04:40 +0000 (Sat, 06 Dec 2008) Log Message: ----------- new style Modified Paths: -------------- personal-site/trunk/static/plain.css Modified: personal-site/trunk/static/plain.css =================================================================== --- personal-site/trunk/static/plain.css 2008-12-04 21:54:06 UTC (rev 1094) +++ personal-site/trunk/static/plain.css 2008-12-06 23:04:40 UTC (rev 1095) @@ -6,18 +6,20 @@ } body { - margin:1em 5% 1em 5%; - padding:0; - background-color: white; - color: black; - font-family: Georgia, Verdana, sans-serif; - font-size: medium; - line-height: 1.3em; - color: #333; + margin:1em 5% 1em 5%; + padding:0; + background-color: white; + color: black; + font-family: arial; + font-size: 10pt; + /*font-size: medium;*/ + line-height: 1.3em; + color: #333; + margin-left: auto; + margin-right: auto; + min-width: 200px; + max-width: 600px; } -/*body { - margin: 1em 5% 1em 5%; -}*/ a { color: #0000bb; @@ -41,6 +43,8 @@ h1, h2, h3, h4, h5, h6, h1 a, h2 a { color: gray; /* #527bbd; */ + color: gray; + font-size: 18pt; font-weight: normal; font-family: arial; text-transform: uppercase; @@ -212,7 +216,9 @@ } ul, ol { - list-style-position: outside; + list-style-position: outside; + margin-left: 1.5em; + padding-left: 0px; } ol.olist2 { list-style-type: lower-alpha; This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |