diff --git a/css/reset.css b/css/reset.css index 3bdbbba47c47172de5a6ef7d2d1cba186942c477..2859254bf6469ec2f8107511608d55ae9fec9cbd 100644 --- a/css/reset.css +++ b/css/reset.css @@ -183,17 +183,6 @@ footer#bottom{ font-size: medium; } -.half-right{ - - - -} - -.half-left{ - - width: 100%; -} - .navigation{ margin-bottom: 1%; background-color: #ffffff!important; diff --git a/css/style.css b/css/style.css index 25ee548d9821230ca356e81111869c41b20bfbc4..f542951256bcc785027ed63f491eda4bc4595c05 100644 --- a/css/style.css +++ b/css/style.css @@ -17,52 +17,6 @@ h2{ padding: 60px 0; } -/* The slide-down panel at the very top of the page. Like literally. It's above the page, hidden. */ -.slidey { - overflow: hidden; - padding: 30px 0; - - background: #f3f5f8; - border-bottom: 1px solid #e5e8ed; -} - .js-enabled .slidey { - -webkit-transition: margin-top .2s; - -moz-transition: margin-top .2s; - transition: margin-top .2s; - } - .slidey b, .slidey label { - display: block; - font-weight: 500; - padding-bottom: 15px; - - font-size: 15px; - font-weight: 500; - } - .slidey form, .slidey aside { - float: left; - width: 50%; - } - .slidey form input { - padding: 20px; - width: 75%; - } - .slidey li { - list-style: none; - } - .slidey a { - display: block; - text-decoration: none; - - color: #718579; - } - .slidey a:hover { - color: #41594b; - } - .slidey li span { - float: right; - opacity: .6; - } - #top { overflow: hidden; padding: 20px 35px; @@ -218,8 +172,6 @@ h2{ color: #98b1a2; font-size: 14px; font-style: italic; - - white-space: nowrap; } .footnote { padding: 20px 0 40px;