summaryrefslogtreecommitdiff
path: root/themes/conspiracy/assets/css/style.css
diff options
context:
space:
mode:
Diffstat (limited to 'themes/conspiracy/assets/css/style.css')
-rw-r--r--themes/conspiracy/assets/css/style.css44
1 files changed, 43 insertions, 1 deletions
diff --git a/themes/conspiracy/assets/css/style.css b/themes/conspiracy/assets/css/style.css
index f03f4ac..01854ec 100644
--- a/themes/conspiracy/assets/css/style.css
+++ b/themes/conspiracy/assets/css/style.css
@@ -214,12 +214,36 @@ main.cards {
background-color: #1f232a;
}
+.pagination-links {
+ width: 100%;
+ display: flex;
+ justify-content: center;
+ align-items: stretch;
+}
+
+.pagination-links > a {
+ background-color: #272c35;
+ box-shadow: 0 0 3px 1px rgba(0, 0, 0, 0.2);
+ padding: 10px 20px 10px 20px;
+}
+
+.arrow-right {
+ display: inline-block;
+ width: 0;
+ height: 0;
+ border-top: .3rem solid transparent;
+ border-bottom: .3rem solid transparent;
+ border-left: .3rem solid ;
+ margin-bottom: .05rem;
+ margin-left: 5px;
+}
+
.card {
background-color: #272c35;
box-shadow: 0 0 3px 1px rgba(0, 0, 0, 0.2);
padding: 30px 20px 30px 20px;
margin-top: 50px;
-
+ margin-bottom: 30px;
}
.card > .links {
@@ -239,6 +263,24 @@ main.cards {
text-align: center;
}
+main > .links {
+ margin: 20px 0px 40px 0px;
+ border: 0.5px dotted rgba(255, 255, 255, 0.3);
+ border-left: none;
+ border-right: none;
+ width: calc(100%);
+ max-width: calc(100%);
+ display: flex;
+ flex-flow: row wrap;
+ justify-content: space-around;
+}
+
+main > .links > a {
+ padding: 10px 10px 10px 10px;
+ flex-grow: 1;
+ text-align: center;
+}
+
/* un-mess-up rst2html output */
.card > .summary > .document, .card > .summary > .document > p {
display: inline;