summaryrefslogtreecommitdiff
path: root/fossee_manim/static/css
diff options
context:
space:
mode:
authorAkshen2019-06-04 12:23:29 +0530
committerAkshen2019-06-04 12:23:29 +0530
commite58f18c7fd4776977f271dcebf28baf614273fef (patch)
treec2ec28511c3379564bdbbe6a5f60a4d5005b4a5a /fossee_manim/static/css
parentc2721dca9f0d62e8889f95ceef6205dbed3db979 (diff)
downloadFOSSEE_animations-e58f18c7fd4776977f271dcebf28baf614273fef.tar.gz
FOSSEE_animations-e58f18c7fd4776977f271dcebf28baf614273fef.tar.bz2
FOSSEE_animations-e58f18c7fd4776977f271dcebf28baf614273fef.zip
UI update on landing page
- Honorarium Tooltip added - index.hmtl modified
Diffstat (limited to 'fossee_manim/static/css')
-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