aboutsummaryrefslogtreecommitdiffstats
path: root/style.css
diff options
context:
space:
mode:
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;}