-
+
+
diff --git a/build/css/foundation.css b/build/css/foundation.css index dd9aabd0d..3702aa16c 100644 --- a/build/css/foundation.css +++ b/build/css/foundation.css @@ -1613,7 +1613,7 @@ kbd { background-color: #5e5e5e; color: #fefefe; } .button.success { - background-color: #3adb76; + background-color: #b6f8d0; color: #0a0a0a; } .button.success:hover, .button.success:focus { background-color: #22bb5b; @@ -1625,7 +1625,7 @@ kbd { background-color: #cc8b00; color: #0a0a0a; } .button.alert { - background-color: #cc4b37; + background-color: #ff66bc; color: #fefefe; } .button.alert:hover, .button.alert:focus { background-color: #a53b2a; diff --git a/build/css/styles.css b/build/css/styles.css index 68a79a569..9a9af3d26 100644 --- a/build/css/styles.css +++ b/build/css/styles.css @@ -1,44 +1,111 @@ @include foundation-everything; +@import url('https://fonts.googleapis.com/css?family=Fascinate|Rajdhani'); -main { - background: lightblue; + +/************************ GENERAL ***********************/ + +@font-face { + font-family: "Clip"; + src: url("http://ff.static.1001fonts.net/c/l/clip.regular.ttf"); } -header { - background-color: lightgreen; +main, header, body { + background: #000; + color: lightpink; +} + + +header.row { padding: 0.5rem; + /*position: fixed;*/ +} + +h1 { + font-family: 'Fascinate', cursive; + font-size: 5rem +} + + +h3 { + font-family: 'Rajdhani', sans-serif; + padding: .5rem; } -#completed-checkbox { - display: inline; +h1 { + font-family: "Clip", cursive; + font-size: 5rem; + + color: #fff; + -webkit-animation: neon1 1.5s ease-in-out infinite alternate; + -moz-animation: neon1 1.5s ease-in-out infinite alternate; + animation: neon1 1.5s ease-in-out infinite alternate; } -label { - display: inline; +h1:hover { + color: #ff66bc; + -webkit-animation: none; + -moz-animation: none; + animation: none; } -button.success { - margin-right: 1.2rem; - display: inline; +@-webkit-keyframes neon1 { + from { + text-shadow: 0 0 10px #fff, 0 0 20px #fff, 0 0 30px #fff, 0 0 40px #FF1177, 0 0 70px #FF1177, 0 0 80px #FF1177, 0 0 100px #FF1177, 0 0 150px #FF1177; + } + to { + text-shadow: 0 0 5px #fff, 0 0 10px #fff, 0 0 15px #fff, 0 0 20px #FF1177, 0 0 35px #FF1177, 0 0 40px #FF1177, 0 0 50px #FF1177, 0 0 75px #FF1177; + } } -aside.create-tasklist { - background-color: navy; - color: #FFFFFF; +li { + list-style: none; + height: 450px; + margin-bottom: 50px; } -aside label { - color: #FFFFFF; +/************************ SEARCH BAR ***********************/ + + +input[type=text] { + border: 1px solid #27909F; + border-radius: 2em; + padding: 1.5em 2em; + float: left; + -webkit-appearance: none; +} + +button[type=submit] { + color: #fff; + text-align: center; + border: none; + border-radius: 2em; + padding: 1em 4em; + background-color: #27909F; + float: right; + -webkit-appearance: none; + } -.completed { - text-decoration: line-through; +button[type="submit"]:hover, input[type="submit"]:active { + background-color: #71C2CD; } -div { - display: inline; +button success { + background-color: #b6f8d0; } -/* -* { - border-style: solid; + + + +/************************ MODAL ***********************/ +#movie-details { + /*z-index: 10;*/ + color: black; + position: fixed; + width: 50%; + top: 30%; + background-color: white; + text-align: center; + padding: 25px; + /*border: 1em solid black;*/ + margin-left: 22.5%; + } -*/ diff --git a/build/index.html b/build/index.html index 03869595f..fbfb08512 100644 --- a/build/index.html +++ b/build/index.html @@ -1,15 +1,67 @@ -
- - - - -