summaryrefslogtreecommitdiff
path: root/fossee_manim/static
diff options
context:
space:
mode:
authorAkshen2019-06-04 12:29:49 +0530
committerGitHub2019-06-04 12:29:49 +0530
commitfbeca23eefbea81660de45c9fc3ff92e5875d11e (patch)
tree1bdccdb88d2c3a1ad8501f89e438d5bcd95b05a8 /fossee_manim/static
parent242b5f0f208839a2d25b55d11bf73f647d9f5201 (diff)
parent6f162fbe10527300ac031f7e66e96309732d4ef7 (diff)
downloadFOSSEE_animations-fbeca23eefbea81660de45c9fc3ff92e5875d11e.tar.gz
FOSSEE_animations-fbeca23eefbea81660de45c9fc3ff92e5875d11e.tar.bz2
FOSSEE_animations-fbeca23eefbea81660de45c9fc3ff92e5875d11e.zip
Merge pull request #23 from Akshen/develop
author credits
Diffstat (limited to 'fossee_manim/static')
-rw-r--r--fossee_manim/static/css/index.css16
-rw-r--r--fossee_manim/static/css/sticky-footer.css9
2 files changed, 17 insertions, 8 deletions
diff --git a/fossee_manim/static/css/index.css b/fossee_manim/static/css/index.css
index 14d5861..8cceca6 100644
--- a/fossee_manim/static/css/index.css
+++ b/fossee_manim/static/css/index.css
@@ -12,7 +12,7 @@
#search_bar {
- padding-top: 1.5%;
+ padding-top: 3.5%;
}
form.example input[type=text] {
@@ -20,15 +20,13 @@ form.example input[type=text] {
font-size: 17px;
border: 1px solid grey;
float: left;
- width: 80%;
+ width: 70%;
background: #f1f1f1;
}
form.example button {
- float: left;
- margin-left: 1%;
- height: 6%;
- width: 12%;
+ height: 6.6%;
+ width: 18%;
background:#F5404C;
color: white;
font-size: 150%;
@@ -108,3 +106,9 @@ hr {
#social a{
color: white;
}
+
+
+#circle:hover {
+ background-color: #ffe0b2;
+ border-radius: 50%;
+ } \ No newline at end of file
diff --git a/fossee_manim/static/css/sticky-footer.css b/fossee_manim/static/css/sticky-footer.css
index dc94ea0..38c600b 100644
--- a/fossee_manim/static/css/sticky-footer.css
+++ b/fossee_manim/static/css/sticky-footer.css
@@ -1,6 +1,6 @@
/* Navbar */
.navbar-custom {
- background: #3D5A50;
+ background: #081130;
color:black;
border-radius:0;
}
@@ -18,7 +18,7 @@
/* Brand-CompanyName */
.navbar-custom .navbar-brand {
color:#efefef;
- background-color: #3D5A50;
+ background-color: #081130;
}
@@ -87,4 +87,9 @@
border: none;
cursor: pointer;
border-radius: 5px;
+}
+
+
+#circle:hover {
+ color: orange;
} \ No newline at end of file