Line 14: |
Line 14: |
| #p-personal ul { | | #p-personal ul { |
| padding-left: 0; | | padding-left: 0; |
| + | } |
| + | /* 标题下划线增强 700 = bold */ |
| + | h1 { |
| + | font-weight: 700; |
| + | border-bottom: 2px solid #0074f9; |
| + | } |
| + | h2 { |
| + | font-weight: 700; |
| + | border-bottom: 1px solid #0074f9; |
| + | } |
| + | /* 副标题 */ |
| + | #siteSub { |
| + | display: inline; |
| + | font-size: 90%; |
| + | font-weight: 400; /* 400 = normal */ |
| + | font-style: normal; |
| + | text-align: right; |
| + | } |
| + | /* 被点过的外部链接不变色。采取和默认皮肤相同写法,以便override */ |
| + | .mw-body a.external:visited { |
| + | color: #36b; |
| + | } |
| + | /* 斜体字右边距加大看以防止文字挤在一起 */ |
| + | #mw-content-text i { |
| + | margin-right: 3px; |
| } | | } |
| /* 对齐搜索按钮 */ | | /* 对齐搜索按钮 */ |