Skip to content

Commit

Permalink
modify css
Browse files Browse the repository at this point in the history
  • Loading branch information
sunminghong committed Apr 23, 2011
1 parent 4d8d14f commit d4b8c9d
Show file tree
Hide file tree
Showing 3 changed files with 25 additions and 0 deletions.
Binary file modified MEditor.suo
Binary file not shown.
Binary file modified obj/Release/TempPE/Properties.Resources.Designer.cs.dll
Binary file not shown.
25 changes: 25 additions & 0 deletions resoucesdocs/cssv0.2.txt
@@ -0,0 +1,25 @@
body,h1,h2,h3,h4,h5,h6,hr,p,blockquote,dl,dt,dd,ul,ol,li,pre,form,fieldset,legend,button,input,textarea,th,td{margin:0;padding:0;}body,button,input,select,textarea{font:12px/1 Tahoma,Helvetica,Arial,"\5b8b\4f53",sans-serif;}h1{font-size:22px;}h2{font-size:21px;}h3{font-size:20px;}h4,h5,h6{font-size:100%;}address,cite,dfn,em,var{font-style:normal;}code,kbd,pre,samp,tt{font-family:"Courier New",Courier,monospace;}small{font-size:12px;}a{text-decoration:none;}a:hover{text-decoration:underline;}abbr[title],acronym[title]{border-bottom:1px dotted;cursor:help;}q:before,q:after{content:'';}legend{color:#000;}fieldset,img{border:0;}button,input,select,textarea{font-size:100%;}table{border-collapse:collapse;border-spacing:0;}hr{border:0;height:1px;*color:#fff;}

body {
FONT: 14px/150% Helvetica, Arial, 'Liberation Sans', FreeSans, sans-serif;
COLOR: #ddd;
text-align: left;
background:#333
}
.head{ height:40px; width:100%; background:#000}
.content{margin:15px;}

.markdown_table{ border:1px solid #666;}
th,td{ line-height:27px; height:27px; padding:0 5px; border:1px solid #666}
th{ background:#444;text-align:center;color:#fff}

p,li,table{font-family:"΢���ź�";}

p,h1,h2,h3{ margin:15px 0;}
ul,ol{ padding-left:24px;}
li{ line-height:29px;}
li p{ margin:0}
.foot{height:17px; width:100%; background:#333;border-top:0px solid #ccc;margin-top:10px;}
hr{ color:#666; height:1px;}
a{ color:#cc6;text-decoration:underline}
a:hover{color:#cc6}

0 comments on commit d4b8c9d

Please sign in to comment.