diff options
| author | Bobby <[email protected]> | 2023-05-27 00:30:10 -0400 |
|---|---|---|
| committer | Bobby <[email protected]> | 2023-05-27 00:30:10 -0400 |
| commit | 2ac0a1ae014bd46f0516e4ed5c06e4d296a17c5d (patch) | |
| tree | c4880b93ef628a1e994d3af29eaaaf40c6c9a8b9 /static/css | |
| parent | 54877c49d71df5dd125f84c60f7bbe4e5f921032 (diff) | |
| download | thatcomputerscientist-2ac0a1ae014bd46f0516e4ed5c06e4d296a17c5d.tar.xz thatcomputerscientist-2ac0a1ae014bd46f0516e4ed5c06e4d296a17c5d.zip | |
Upd::Post,Styles<Template,CSS>;Future::Possible Post Translation
Diffstat (limited to 'static/css')
| -rw-r--r-- | static/css/styles.css | 34 |
1 files changed, 32 insertions, 2 deletions
diff --git a/static/css/styles.css b/static/css/styles.css index 65202b99..950e281a 100644 --- a/static/css/styles.css +++ b/static/css/styles.css @@ -318,14 +318,44 @@ blockquote { } #article { - padding: 0px; + padding: 0px 10px; display: block; clear: both; - width: 730px; + width: 710px; + border: solid 1px #311b4f; + border-top: none; + border-bottom-right-radius: 5px; + border-bottom-left-radius: 5px; } #article-body { + width: 710px; +} + +#post-actions-bar { width: 730px; + margin: 0px; + padding: 0px; + display: block; + border-bottom: solid 1px #311b4f; +} + +.pa-btn { + margin: 0px; + display: inline-block; + text-decoration: none; + font-size: 11px; + font-weight: bold; + padding: 5px 10px; + background-color: #311b4f; + border-top-right-radius: 5px; + border-top-left-radius: 5px; + color: #dddddd; +} + +.pa-btn:hover { + text-decoration: none; + background-color: #3e2a6d; } #article-body img, |
