aboutsummaryrefslogtreecommitdiffstats
path: root/style.css
diff options
context:
space:
mode:
authormonaco <mr.hedho@yahoo.com>2021-05-15 18:58:11 +0000
committerGitHub <noreply@github.com>2021-05-15 18:58:11 +0000
commit450c04bac66e26abbd9cdf05d5b7c88694d5d4b7 (patch)
tree090c75186819c20c44330b0d270383c249b76f18 /style.css
parentSome masive changes to archive.php (diff)
downloadKISSmo-450c04bac66e26abbd9cdf05d5b7c88694d5d4b7.tar.gz
KISSmo-450c04bac66e26abbd9cdf05d5b7c88694d5d4b7.zip
Some changes for Style.css
Diffstat (limited to 'style.css')
-rw-r--r--style.css21
1 files changed, 21 insertions, 0 deletions
diff --git a/style.css b/style.css
index 27d60c4..ef96a96 100644
--- a/style.css
+++ b/style.css
@@ -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;}