diff --git a/assets/css/Frontpage.css b/assets/css/Frontpage.css index 9fa4942..8c7a990 100644 --- a/assets/css/Frontpage.css +++ b/assets/css/Frontpage.css @@ -2352,7 +2352,7 @@ ul.icons { #nav > ul > li { display: inline-block; font-style: inherit; - margin: 0 2.35em 0 0.35em; + margin: 0 2.0em 0 0.35em; position: relative; text-align: center; } @@ -2363,7 +2363,7 @@ ul.icons { #nav > ul > li > a { border-radius: 5px; - color: #a5a5a5; + color: #ccc; text-decoration: none; padding: 0.6em 1.2em 0.6em 1.2em; -moz-transition: background-color .25s ease-in-out; @@ -2371,22 +2371,24 @@ ul.icons { -ms-transition: background-color .25s ease-in-out; transition: background-color .25s ease-in-out; outline: 0; + background: #000000; } #nav > ul > li:hover > a, #nav > ul > li.active > a { - background: #3f3f3f; + background: #555; } #nav > ul > li.current > a { - text-shadow: rgb(71, 71, 71); + text-shadow: #5d5d5d; color: #cd34f3 !important; font-weight: 700; + background: #ccc; } .dropotron { border-radius: 5px; - background-color: #252122; - background-color: rgba(34, 30, 31, 0.98); + background-color: #000000; + background-color: #000000; padding: 1.25em 1.5em 1.25em 1.5em; font-style: inherit; min-width: 12em; diff --git a/assets/css/Main.css b/assets/css/Main.css index fe38060..6aabb7b 100644 --- a/assets/css/Main.css +++ b/assets/css/Main.css @@ -173,6 +173,7 @@ input, select, textarea { margin-bottom: 2em; } + /* Container */ .container { @@ -2046,96 +2047,98 @@ input, select, textarea { /* Nav */ - #nav { - margin: 4em 0em 2em 0em; +#nav { + margin: 4em 0 2em 0; +} + + #nav > ul { + margin: 0; } - #nav > ul { - margin: 0em; + #nav > ul > li { + display: inline-block; + font-style: inherit; + margin: 0 2.0em 0 0.35em; + position: relative; + text-align: center; } - #nav > ul > li { - display: inline-block; - font-style: inherit; - margin: 0em 2.35em 0em 0.35em; - position: relative; - text-align: center; + #nav > ul > li > ul { + display: none; } - #nav > ul > li > ul { - display: none; - } - - #nav > ul > li > a { - border-radius: 5px; - color: #a5a5a5; - text-decoration: none; - padding: 0.6em 1.2em 0.6em 1.2em; - -moz-transition: background-color .25s ease-in-out; - -webkit-transition: background-color .25s ease-in-out; - -ms-transition: background-color .25s ease-in-out; - transition: background-color .25s ease-in-out; - outline: 0; - } + #nav > ul > li > a { + border-radius: 5px; + color: #ccc; + text-decoration: none; + padding: 0.6em 1.2em 0.6em 1.2em; + -moz-transition: background-color .25s ease-in-out; + -webkit-transition: background-color .25s ease-in-out; + -ms-transition: background-color .25s ease-in-out; + transition: background-color .25s ease-in-out; + outline: 0; + background: #000000; + } - #nav > ul > li:hover > a, #nav > ul > li.active > a { - background: #3f3f3f; - } + #nav > ul > li:hover > a, #nav > ul > li.active > a { + background: #555; + } - #nav > ul > li.current > a { - text-shadow: rgb(71, 71, 71); - color: #cd34f3 !important; - font-weight: 700; - } + #nav > ul > li.current > a { + text-shadow: #5d5d5d; + color: #cd34f3 !important; + font-weight: 700; + background: #ccc; + } + +.dropotron { + border-radius: 5px; + background-color: #000000; + background-color: #000000; + padding: 1.25em 1.5em 1.25em 1.5em; + font-style: inherit; + min-width: 12em; + box-shadow: 0px 8px 15px 0px rgba(0, 0, 0, 0); + text-align: left; + margin-top: -1.25em; + margin-left: 1px; + list-style: none; +} - .dropotron { - border-radius: 5px; - background-color: #252122; - background-color: rgba(34, 30, 31, 0.98); - padding: 1.25em 1.5em 1.25em 1.5em; - font-style: inherit; - min-width: 12em; - box-shadow: 0px 8px 15px 0px rgba(0, 0, 0, 0); - text-align: left; - margin-top: -1.25em; - margin-left: 1px; - list-style: none; + .dropotron a, .dropotron span { + color: #a5a5a5; + text-decoration: none; + -moz-transition: color .25s ease-in-out; + -webkit-transition: color .25s ease-in-out; + -ms-transition: color .25s ease-in-out; + transition: color .25s ease-in-out; } - .dropotron a, .dropotron span { - color: #a5a5a5; - text-decoration: none; - -moz-transition: color .25s ease-in-out; - -webkit-transition: color .25s ease-in-out; - -ms-transition: color .25s ease-in-out; - transition: color .25s ease-in-out; - } + .dropotron li { + padding: 0.25em 0 0.25em 0; + } - .dropotron li { - padding: 0.25em 0 0.25em 0; + .dropotron li:hover > a, .dropotron li:hover > span { + color: #fff; } - .dropotron li:hover > a, .dropotron li:hover > span { - color: #fff; - } + .dropotron.level-0 { + margin-top: 2em; + } - .dropotron.level-0 { - margin-top: 2em; + .dropotron.level-0:before { + content: ''; + display: block; + position: absolute; + left: 50%; + margin-left: -10px; + top: -9px; + border-left: solid 10px transparent; + border-right: solid 10px transparent; + border-bottom: solid 10px #252122; + border-bottom-color: rgba(34, 30, 31, 0.98); } - .dropotron.level-0:before { - content: ''; - display: block; - position: absolute; - left: 50%; - margin-left: -10px; - top: -9px; - border-left: solid 10px transparent; - border-right: solid 10px transparent; - border-bottom: solid 10px #252122; - border-bottom-color: rgba(34, 30, 31, 0.98); - } - /* Tiles */ .tiles { diff --git a/assets/css/MainContacts.css b/assets/css/MainContacts.css index b5056ce..4ecbca4 100644 --- a/assets/css/MainContacts.css +++ b/assets/css/MainContacts.css @@ -1661,96 +1661,98 @@ input, select, textarea { /* Nav */ - #nav { - margin: 4em 0em 2em 0em; +#nav { + margin: 4em 0 2em 0; +} + + #nav > ul { + margin: 0; } - #nav > ul { - margin: 0em; + #nav > ul > li { + display: inline-block; + font-style: inherit; + margin: 0 2.0em 0 0.35em; + position: relative; + text-align: center; } - #nav > ul > li { - display: inline-block; - font-style: inherit; - margin: 0em 2.35em 0em 0.35em; - position: relative; - text-align: center; + #nav > ul > li > ul { + display: none; } - #nav > ul > li > ul { - display: none; - } + #nav > ul > li > a { + border-radius: 5px; + color: #ccc; + text-decoration: none; + padding: 0.6em 1.2em 0.6em 1.2em; + -moz-transition: background-color .25s ease-in-out; + -webkit-transition: background-color .25s ease-in-out; + -ms-transition: background-color .25s ease-in-out; + transition: background-color .25s ease-in-out; + outline: 0; + background: #000000; + } - #nav > ul > li > a { - border-radius: 5px; - color: #a5a5a5; - text-decoration: none; - padding: 0.6em 1.2em 0.6em 1.2em; - -moz-transition: background-color .25s ease-in-out; - -webkit-transition: background-color .25s ease-in-out; - -ms-transition: background-color .25s ease-in-out; - transition: background-color .25s ease-in-out; - outline: 0; - } + #nav > ul > li:hover > a, #nav > ul > li.active > a { + background: #555; + } - #nav > ul > li:hover > a, #nav > ul > li.active > a { - background: #3f3f3f; - } + #nav > ul > li.current > a { + text-shadow: #5d5d5d; + color: #cd34f3 !important; + font-weight: 700; + background: #ccc; + } - #nav > ul > li.current > a { - text-shadow: rgb(71, 71, 71); - color: #cd34f3 !important; - font-weight: 700; - } +.dropotron { + border-radius: 5px; + background-color: #000000; + background-color: #000000; + padding: 1.25em 1.5em 1.25em 1.5em; + font-style: inherit; + min-width: 12em; + box-shadow: 0px 8px 15px 0px rgba(0, 0, 0, 0); + text-align: left; + margin-top: -1.25em; + margin-left: 1px; + list-style: none; +} - .dropotron { - border-radius: 5px; - background-color: #252122; - background-color: rgba(34, 30, 31, 0.98); - padding: 1.25em 1.5em 1.25em 1.5em; - font-style: inherit; - min-width: 12em; - box-shadow: 0px 8px 15px 0px rgba(0, 0, 0, 0); - text-align: left; - margin-top: -1.25em; - margin-left: 1px; - list-style: none; + .dropotron a, .dropotron span { + color: #a5a5a5; + text-decoration: none; + -moz-transition: color .25s ease-in-out; + -webkit-transition: color .25s ease-in-out; + -ms-transition: color .25s ease-in-out; + transition: color .25s ease-in-out; } - .dropotron a, .dropotron span { - color: #a5a5a5; - text-decoration: none; - -moz-transition: color .25s ease-in-out; - -webkit-transition: color .25s ease-in-out; - -ms-transition: color .25s ease-in-out; - transition: color .25s ease-in-out; - } + .dropotron li { + padding: 0.25em 0 0.25em 0; + } - .dropotron li { - padding: 0.25em 0 0.25em 0; + .dropotron li:hover > a, .dropotron li:hover > span { + color: #fff; } - .dropotron li:hover > a, .dropotron li:hover > span { - color: #fff; - } + .dropotron.level-0 { + margin-top: 2em; + } - .dropotron.level-0 { - margin-top: 2em; + .dropotron.level-0:before { + content: ''; + display: block; + position: absolute; + left: 50%; + margin-left: -10px; + top: -9px; + border-left: solid 10px transparent; + border-right: solid 10px transparent; + border-bottom: solid 10px #252122; + border-bottom-color: rgba(34, 30, 31, 0.98); } - .dropotron.level-0:before { - content: ''; - display: block; - position: absolute; - left: 50%; - margin-left: -10px; - top: -9px; - border-left: solid 10px transparent; - border-right: solid 10px transparent; - border-bottom: solid 10px #252122; - border-bottom-color: rgba(34, 30, 31, 0.98); - } - /* Main */