行 56:
  h1 {    h1 { 
  border-bottom: 1px solid #D8D8E7;    border-bottom: 1px solid #D8D8E7; 
- font-size: 200%;      
  font-weight: normal;    font-weight: normal; 
    + color: #000000;  
    + font-family: 微软雅黑,黑体,Verdana;  
    + font-size: 34px;  
    + font-weight: 500;  
    + line-height: 34px;  
    + padding-bottom: 20px;  
   
  h2 {    h2 { 
- border-bottom: 1px solid #D8D8E7;   + font-family: 微软雅黑,黑体,Verdana;  
- font-size: 175%;   + font-size: 34px;  
- font-weight: normal;   + font-weight: 500;  
    + line-height: 34px;  
    + padding-bottom: 20px;  
    + border-bottom-width: 2px;  
    + border-bottom-style: solid;  
    + border-bottom-color: #D8D8E7;  
   
  h3 {    h3 { 
- font-size: 150%;   + font-family: 微软雅黑,黑体,Verdana;  
- font-weight: normal;   + font-size: 34px;  
    + font-weight: 500;  
    + line-height: 34px;  
    + padding-bottom: 20px;  
   
  h4 {    h4 { 
- font-size: 125%;   + font-family: 微软雅黑,黑体,Verdana;  
- font-weight: bold;   + font-size: 34px;  
    + font-weight: 500;  
    + line-height: 34px;  
    + padding-bottom: 20px;  
   
  h5 {    h5 { 
- font-size: 110%;   + font-family: 微软雅黑,黑体,Verdana;  
- font-weight: bold;   + font-size: 34px;  
    + font-weight: 500;  
    + line-height: 34px;  
    + padding-bottom: 20px;  
   
  pre {    pre { 
行 102:
   
  ul {    ul { 
- line-height: 1.5em;   + line-height: 24px;  
  list-style-type: square;    list-style-type: square; 
  list-style-image: url(../images/bullet.gif);    list-style-image: url(../images/bullet.gif); 
- margin: .3em 0 0 1.5em;      
  padding: 0;    padding: 0; 
    + margin-top: 20px;  
    + margin-right: 0;  
    + margin-bottom: 0;  
    + margin-left: 20px;  
    + font-family: "微软雅黑";  
    + font-size: 16px;  
   
  ol {    ol { 
行 115:
   
  li {    li { 
- margin-bottom: .1em;   + margin-bottom: 10px;  
   
  textarea {    textarea { 
行 169:
  #wiki-content {    #wiki-content { 
  position: relative;    position: relative; 
- font-size: 80%;      
  vertical-align: top;    vertical-align: top; 
    + color: #333333;  
    + line-height: 25px;  
    + margin-bottom: 15px;  
    + text-indent: 2em;  
   
    + #wiki-content p{  
    + line-height: 32px;  
    + margin-top: 20px;  
    + margin-bottom: 20px;  
    + }  
    + #wiki-content ul{  
       
    + margin-top: 20px;  
    + margin-bottom: 20px;  
    + }  
  #wiki-footer {    #wiki-footer { 
  color: gray;    color: gray; 
行 355:
   
  #category-index {    #category-index { 
- border: 1px solid #aaa;      
  background-color: #f9f9f9;    background-color: #f9f9f9; 
  padding: 10px 5px 10px 5px;    padding: 10px 5px 10px 5px; 
-      
-      
    + border-top-width: 2px;  
    + border-bottom-width: 1px;  
    + border-top-style: solid;  
    + border-right-style: none;  
    + border-bottom-style: solid;  
    + border-top-color: #aaa;  
    + border-bottom-color: #aaa;  
   
  #topic-file-download {    #topic-file-download {