summaryrefslogtreecommitdiff
path: root/fossee_manim/static/css
diff options
context:
space:
mode:
authorSharanya A2019-07-31 15:16:30 +0530
committerSharanya A2019-07-31 15:16:30 +0530
commit92ff0fc1a4c95f62d74ec43f75107944e23bed0f (patch)
tree2b48b7b75d80c40034bb94c89f31f1cc90ee0e5e /fossee_manim/static/css
parent3b718f137645eba6e419e30ce4695d724b4f5be8 (diff)
downloadFOSSEE_animations-92ff0fc1a4c95f62d74ec43f75107944e23bed0f.tar.gz
FOSSEE_animations-92ff0fc1a4c95f62d74ec43f75107944e23bed0f.tar.bz2
FOSSEE_animations-92ff0fc1a4c95f62d74ec43f75107944e23bed0f.zip
Migrate index.html to base.html; applied css changes across html files
Diffstat (limited to 'fossee_manim/static/css')
-rw-r--r--fossee_manim/static/css/custom_base.css25
-rw-r--r--fossee_manim/static/css/custom_index.css8
2 files changed, 25 insertions, 8 deletions
diff --git a/fossee_manim/static/css/custom_base.css b/fossee_manim/static/css/custom_base.css
index 5970f3a..7ddc1cd 100644
--- a/fossee_manim/static/css/custom_base.css
+++ b/fossee_manim/static/css/custom_base.css
@@ -2,7 +2,32 @@
font-family: 'Raleway', sans-serif;
font-size: 15px;
}
+
#basefooter{
font-family: 'Lato', sans-serif;
font-weight: 400;
}
+h1,
+h2,
+form,
+.btn{
+ font-family: 'Raleway', sans-serif;
+}
+p,
+h3,
+h4,
+h5,
+h6,
+.card-body{
+ font-family: 'Lato', sans-serif;
+}
+.perma_link:hover{
+ background-color:#d1d2d3;
+ text-decoration: none;
+}
+.perma_link a{
+ text-decoration: none;
+ font-family: 'Raleway', sans-serif;
+ font-weight: 500;
+ font-size: 18px;
+}
diff --git a/fossee_manim/static/css/custom_index.css b/fossee_manim/static/css/custom_index.css
deleted file mode 100644
index 3984c29..0000000
--- a/fossee_manim/static/css/custom_index.css
+++ /dev/null
@@ -1,8 +0,0 @@
-.navbar{
- font-family: 'Raleway', sans-serif;
- font-size: 15px;
-}
-#mainfooter{
- font-family: 'Lato', sans-serif;
- font-weight: 400;
-}