浏览代码
Update vba.css
fixed the backlinks, added credits
pull/1/head
larpanet
2 年前
committed by
GitHub
找不到此签名对应的密钥
GPG 密钥 ID: 4AEE18F83AFDEB23
共有
1 个文件被更改,包括
9 次插入 和
18 次删除
-
css/vba.css
|
|
@@ -1,4 +1,4 @@ |
|
|
|
/* WIP */ |
|
|
|
/* vBulletin archives style for iyagi by ssz */ |
|
|
|
|
|
|
|
/* General */ |
|
|
|
body { |
|
|
@@ -10,12 +10,6 @@ hr { |
|
|
|
visibility: hidden; |
|
|
|
display: none; |
|
|
|
} |
|
|
|
.front { |
|
|
|
|
|
|
|
} |
|
|
|
a { |
|
|
|
|
|
|
|
} |
|
|
|
img[src*="./img/"] { |
|
|
|
width: 12px; |
|
|
|
} |
|
|
@@ -178,6 +172,7 @@ div .comment { |
|
|
|
} |
|
|
|
.admin{ |
|
|
|
color: #800020; |
|
|
|
font-weight: bold; |
|
|
|
} |
|
|
|
.quote { |
|
|
|
color: silver; |
|
|
@@ -196,18 +191,14 @@ div .comment { |
|
|
|
font-style: italic; |
|
|
|
} |
|
|
|
.bl { |
|
|
|
border: 1px dashed #777; |
|
|
|
margin-top: 8px; |
|
|
|
margin-left: 12px; |
|
|
|
padding: 12px; |
|
|
|
padding-left: 13px; |
|
|
|
max-width: 410px; |
|
|
|
font-size: small; |
|
|
|
background-color: #ccc; |
|
|
|
display: inline; |
|
|
|
font-style: italic; |
|
|
|
} |
|
|
|
pre { |
|
|
|
background-color: #eee; |
|
|
|
border:1px solid black |
|
|
|
.bl > a { |
|
|
|
color: blue !important; |
|
|
|
} |
|
|
|
.bl > a:hover { |
|
|
|
color: red !important; |
|
|
|
} |
|
|
|
pre { |
|
|
|
max-width: 500px; |
|
|
|