From 70ff8267e55f906b234be154e98fe6b0e043e37a Mon Sep 17 00:00:00 2001 From: ksjdragon Date: Mon, 11 Apr 2016 00:06:05 -0400 Subject: [PATCH] polished up settings --- atoms/index.css | 42 +++++++++++++++++++++++++++++++++++++++++- atoms/index.html | 6 +++++- 2 files changed, 46 insertions(+), 2 deletions(-) diff --git a/atoms/index.css b/atoms/index.css index c923a84..7271a77 100644 --- a/atoms/index.css +++ b/atoms/index.css @@ -41,6 +41,46 @@ td:hover { box-shadow:inset 0 0 0 99999px rgba(0,0,0,0.2); } +.desc { + font-size: 150%; +} + +.option { + position: relative; + display: inline-block; + font-size: 130%; +} + +.dropdown { + display:flex; + opacity: 0; + position: absolute; + box-shadow: 4px 4px 3px #444; + + -webkit-transition: opacity 0.3s ease; + -moz-transition: opacity 0.3s ease; + -ms-transition: opacity 0.3s ease; + transition: opacity 0.3s ease; +} + +.dropdown p { + color: black; + margin:0; + background-color:#fff; + padding: 12px 16px; + text-decoration: none; + display: block; + z-index:50; + + -webkit-transition: background-color 0.3s ease; + -moz-transition: background-color 0.3s ease; + -ms-transition: background-color 0.3s ease; + transition: background-color 0.3s ease; +} +.dropdown p:hover { + background-color:#CECDCD; +} + .tDesc { padding: 0; margin: 0; @@ -83,7 +123,7 @@ td:hover { min-height: 100%; padding: 15px 20px 15px 15px; box-shadow: 2px 2px 5px 3px #333; - z-index:10; + z-index:5; -webkit-transition: margin 0.5s ease, background-color 0.5s ease; -moz-transition: margin 0.5s ease, background-color 0.5s ease; diff --git a/atoms/index.html b/atoms/index.html index e81c2f4..bed6462 100644 --- a/atoms/index.html +++ b/atoms/index.html @@ -17,7 +17,11 @@

Settings