diff options
author | monaco <mr.hedho@yahoo.com> | 2021-05-15 18:58:11 +0000 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-05-15 18:58:11 +0000 |
commit | 450c04bac66e26abbd9cdf05d5b7c88694d5d4b7 (patch) | |
tree | 090c75186819c20c44330b0d270383c249b76f18 /style.css | |
parent | Some masive changes to archive.php (diff) | |
download | KISSmo-450c04bac66e26abbd9cdf05d5b7c88694d5d4b7.tar.gz KISSmo-450c04bac66e26abbd9cdf05d5b7c88694d5d4b7.zip |
Some changes for Style.css
Diffstat (limited to 'style.css')
-rw-r--r-- | style.css | 21 |
1 files changed, 21 insertions, 0 deletions
@@ -9,6 +9,7 @@ body { background: whitesmoke; font-family: monospace; +margin: 10px!important; } span.error { display: block; @@ -89,3 +90,23 @@ div.b { pre { word-wrap: break-word; } + +.pagination { + display: inline-block; + margin-top: 15px; +} + +.pagination a { + color: black; + float: left; + border: #cecece 1px solid; + padding: 8px 16px; + text-decoration: none; +} + +.pagination a.active { + background-color: #4CAF50; + color: white; +} + +.pagination a:hover:not(.active) {background-color: #ddd;} |