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

github.com/hadisinaee/avicenna.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'static/css/style.css')
-rw-r--r--static/css/style.css95
1 files changed, 94 insertions, 1 deletions
diff --git a/static/css/style.css b/static/css/style.css
index a2aef66..8af3b80 100644
--- a/static/css/style.css
+++ b/static/css/style.css
@@ -8,6 +8,33 @@ a {
color: #8C1515;
}
+a:hover {
+ text-decoration: underline;
+ color: #050517;
+}
+
+h2 code {
+ font-family: Consolas,"courier new";
+ /* background-color: #f1f1f1; */
+ background-color: #8C1515;;
+ color: white;
+ padding: 2px;
+}
+
+#TableOfContents ul {
+ margin: auto;
+ padding-left: 2%;
+ padding-top: 0%;
+}
+#TableOfContents {
+ margin: auto;
+}
+
+.toc {
+ margin-top: 1.5%;
+ margin-bottom: 1.5%;
+}
+
.body {
margin: auto;
}
@@ -70,7 +97,12 @@ a {
}
.about .socials a {
- margin-left: .5%;
+ margin-left: .6%;
+}
+
+.about #blog_logo {
+ font-size: smaller;
+ margin-top: .2%;
}
.about .academia .degree_major {
@@ -177,4 +209,65 @@ a {
.copy_right {
font-size: small;
+}
+.pagination {
+ margin: auto;
+}
+
+.pagination a {
+ color: #8C1515;
+ size: 100%;
+}
+
+.pagination .page_link {
+ font-weight: bold;
+ background-color: #8C1515;
+}
+
+.page-item.active .page-link {
+ border-color: black;
+ background-color: #8C1515;
+ font-weight: bold;
+ color: white;
+}
+
+.tags_navigation {
+ margin-bottom: .5%;
+}
+
+.tags_navigation .tag {
+ font-family: 'Ubuntu Mono', serif;
+ padding: .15%;
+ background-color: #8C1515;
+ color: aliceblue;
+ padding-left: .5%;
+ padding-right: .5%;
+}
+
+.tags_navigation .tag:hover {
+ text-decoration: underline;
+}
+
+.blog_nav_bar {
+ margin-top: 5%;
+ margin-bottom: 5%;
+}
+
+.blog_nav_bar .item {
+ font-family: 'Ubuntu Mono', serif;
+ padding: .15%;
+ background-color: #8C1515;
+ color: aliceblue;
+ padding-left: .5%;
+ padding-right: .5%;
+}
+
+.reading_time {
+ font-family: 'Ubuntu Mono', serif;
+ margin-top: -.5%;
+ margin-bottom: 1%;
+}
+
+.read_more {
+ margin-top: 1%;
} \ No newline at end of file