diff --git a/assets/css/sites.css b/assets/css/sites.css index 638e38e..47e1e63 100644 --- a/assets/css/sites.css +++ b/assets/css/sites.css @@ -1373,11 +1373,6 @@ List is not yet complete. color: #222222; } -.colours { - background-color: #f5a9b8; - color: #222222; -} - .oc { background-color: #f2f5f4; color: #222222; @@ -1409,11 +1404,48 @@ List is not yet complete. } .references { - background-color: #a8c5db; + background: linear-gradient(145deg, #f5a9b8 0%, #e4b1c1 25%, #d2b8ca 50%, #bebfd2 75%, #a8c5db 100%); color: #222222; } .credit { - background-color: #f5a9b8; + background: linear-gradient(160deg, #e8f4e8 0%, #d8ecd8 25%, #c8e4c8 50%, #b8dcb8 75%, #a8d4a8 100%); color: #222222; +} + +.colours{ + background: linear-gradient(135deg, #ffadad 0%, #ffd6a5 13%, #fdffb6 25%, #caffbf 38%, #9bf6ff 50%, #a0c4ff 63%, #bdb2ff 75%, #ffc6ff 100%); + color: #222222; +} + +.daki { + color: #222222; + background: linear-gradient(220deg, #f8b4c4, #f0e6a8, #b8e8c8, #a8d8f0, #d4b8f0); + background-size: 1000% 1000%; + + -webkit-animation: AnimationName 5s ease infinite; + -moz-animation: AnimationName 5s ease infinite; + -o-animation: AnimationName 5s ease infinite; + animation: AnimationName 5s ease infinite; +} + +@-webkit-keyframes AnimationName { + 0%{background-position:0% 50%} + 50%{background-position:100% 51%} + 100%{background-position:0% 50%} +} +@-moz-keyframes AnimationName { + 0%{background-position:0% 50%} + 50%{background-position:100% 51%} + 100%{background-position:0% 50%} +} +@-o-keyframes AnimationName { + 0%{background-position:0% 50%} + 50%{background-position:100% 51%} + 100%{background-position:0% 50%} +} +@keyframes AnimationName { + 0%{background-position:0% 50%} + 50%{background-position:100% 51%} + 100%{background-position:0% 50%} } \ No newline at end of file diff --git a/index.html b/index.html index daa69de..039872d 100644 --- a/index.html +++ b/index.html @@ -59,8 +59,8 @@