Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/7ma7X/HugoTeX.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'static/css/main.css')
-rw-r--r--static/css/main.css27
1 files changed, 27 insertions, 0 deletions
diff --git a/static/css/main.css b/static/css/main.css
new file mode 100644
index 0000000..62897a7
--- /dev/null
+++ b/static/css/main.css
@@ -0,0 +1,27 @@
+footer .theme-by {
+ text-align: center;
+ margin: 100px 0 0;
+}
+
+.pager {
+ list-style: none;
+ text-align: center;
+ margin: 20px 0 0;
+ padding-left: 0;
+}
+
+.pager ul {
+ display: block;
+}
+
+.pager .previous > a {
+ margin: 20px 0 0;
+ float: left;
+ display: block;
+}
+
+.pager .next > a {
+ margin: 20px 0 0;
+ float: right;
+ display: block;
+}