diff options
author | Akshen | 2019-06-07 16:45:49 +0530 |
---|---|---|
committer | Akshen | 2019-06-07 16:45:49 +0530 |
commit | e7f02d34fc248bed0b27c55fd0b0d2180542dce2 (patch) | |
tree | cf466ebe60f98ad6f02e8d7c676a4ce49dddafa2 | |
parent | 17bd8038440bb295d4ee5cf5be4c90f306bd9d76 (diff) | |
download | FOSSEE_animations-e7f02d34fc248bed0b27c55fd0b0d2180542dce2.tar.gz FOSSEE_animations-e7f02d34fc248bed0b27c55fd0b0d2180542dce2.tar.bz2 FOSSEE_animations-e7f02d34fc248bed0b27c55fd0b0d2180542dce2.zip |
css files copies to outer static
-rw-r--r-- | fossee_manim/templates/fossee_manim/index.html | 3 | ||||
-rw-r--r-- | static/css/index.css | 22 | ||||
-rw-r--r-- | static/css/sticky-footer.css | 4 |
3 files changed, 21 insertions, 8 deletions
diff --git a/fossee_manim/templates/fossee_manim/index.html b/fossee_manim/templates/fossee_manim/index.html index 993a9a7..b737abc 100644 --- a/fossee_manim/templates/fossee_manim/index.html +++ b/fossee_manim/templates/fossee_manim/index.html @@ -68,9 +68,6 @@ <div class="col-md-12"> <img id="container_img" class="img-responsive" src="{{ URL_ROOT }}/static/img/logo_center.png"> <p></p> - <p> Lorem ipsum dolor, sit amet consectetur adipisicing elit. <br> Quae debitis porro incidunt quis, - consequuntur reprehenderit temporibus nam quisquam distinctio doloribus consequatur at ut, <br> libero et corrupti eaque odio assumenda ab. - </p> </div> </div> diff --git a/static/css/index.css b/static/css/index.css index 0c3c6e7..f1b32bc 100644 --- a/static/css/index.css +++ b/static/css/index.css @@ -11,18 +11,34 @@ } +#search_bar { + padding-top: 3.5%; +} + +#center_row { + background-color: #A5C9FF; + height: 420px; + padding: 5%; + text-align: center; +} + +#container_img { + margin: auto; + +} form.example input[type=text] { - padding: 5px; + padding: 10px; font-size: 17px; border: 1px solid grey; float: left; + width: 70%; background: #f1f1f1; } form.example button { - float: left; - margin-left: 1%; + padding: 6px; + width: 30%; background:#F5404C; color: white; font-size: 150%; diff --git a/static/css/sticky-footer.css b/static/css/sticky-footer.css index e8a486e..38c600b 100644 --- a/static/css/sticky-footer.css +++ b/static/css/sticky-footer.css @@ -89,7 +89,7 @@ border-radius: 5px; } + #circle:hover { - background-color: #ffe0b2; - border-radius: 50%; + color: orange; }
\ No newline at end of file |