diff options
| author | sD <stoned@derpymail.org> | 2020-04-18 18:32:45 +0200 |
|---|---|---|
| committer | sD <stoned@derpymail.org> | 2020-04-18 18:32:45 +0200 |
| commit | 34d7e21c379cb8f22e519590fe038721fa456d6c (patch) | |
| tree | 3269c1d3989ee52076cda0a42e54d3d6c23f072b /webAO/styles/classic.css | |
| parent | 36652251e1283ce48c9d6498f7cdf1c8cd305ac3 (diff) | |
| parent | 8911a595df1d37ac02e53e97c0b523ceeb3e543e (diff) | |
Merge branch 'master' into chatboxstyle
Diffstat (limited to 'webAO/styles/classic.css')
| -rw-r--r-- | webAO/styles/classic.css | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/webAO/styles/classic.css b/webAO/styles/classic.css index ffd7b28..985c04f 100644 --- a/webAO/styles/classic.css +++ b/webAO/styles/classic.css @@ -15,13 +15,26 @@ img { image-rendering: pixelated; } +hr { + height: 6px; + width: 100%; + background-color: #c6c6c6; + background: repeating-linear-gradient(to right,#f7f7f7, #f7f7f7 1px, #8c8c8c 1px, #8c8c8c 2px, #c6c6c6 2px, #c6c6c6 16px); + margin: 0; +} + #evi_name { background-color: #393939; color: #ffad18; + border: none; } #evi_desc { flex: 1 auto; + border-top: 1px solid #6b946b; + border-left: 1px solid #6b946b; + border-right: none; + border-bottom: none; background-color: #9cc694; } |
