larpanet
vor 2 Jahren
committed by
GitHub
Ursprung
Commit
2c524294d9
Es konnte kein GPG-Schlüssel zu dieser Signatur gefunden werden
GPG-Schlüssel-ID: 4AEE18F83AFDEB23
1 geänderte Dateien mit
9 neuen und
18 gelöschten Zeilen
-
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; |
|
|
|