diff options
author | Sharanya A | 2019-07-31 15:16:30 +0530 |
---|---|---|
committer | Sharanya A | 2019-07-31 15:16:30 +0530 |
commit | 92ff0fc1a4c95f62d74ec43f75107944e23bed0f (patch) | |
tree | 2b48b7b75d80c40034bb94c89f31f1cc90ee0e5e /fossee_manim/static/css | |
parent | 3b718f137645eba6e419e30ce4695d724b4f5be8 (diff) | |
download | FOSSEE_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.css | 25 | ||||
-rw-r--r-- | fossee_manim/static/css/custom_index.css | 8 |
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; -} |