From ea07c7b4aa4006b65c452bc2a8671be953b2984c Mon Sep 17 00:00:00 2001 From: Laury GvR Date: Tue, 22 Sep 2015 11:05:49 -0400 Subject: [PATCH] App.css file to reflect recent css changes --- css/app.css | 67 ++++++++++++++++++++++++++++++++++++++--------------- 1 file changed, 48 insertions(+), 19 deletions(-) diff --git a/css/app.css b/css/app.css index 29b82c8..d37a85c 100644 --- a/css/app.css +++ b/css/app.css @@ -6775,8 +6775,9 @@ img.orb-shadow { top: -19px; } } main a { - font-style: italic; - font-family: "Times New Roman"; } + /* font-style: italic; + font-family: "Times New Roman"*/ + font-weight: bold; } main.page-front { margin-top: -25px; } @media (max-width: 1024px) { @@ -6793,46 +6794,49 @@ main.page-front { main.page-front .blocks:nth-child(n+3) .block-text { background: url(../assets/glow-bkgrd.jpg) no-repeat; background-position: top center; } - main.page-front .blocks .blocks { + main.page-front .blocks .block { margin-bottom: 80px; } - main.page-front .blocks .blocks img { + main.page-front .blocks .block img { border: none; padding: 0; } - main.page-front .blocks .blocks h3 { + main.page-front .blocks .block h3 { color: #FFFFFF; + font-size: 22px; margin-top: 0; margin-left: 15px; margin-right: 15px; - text-transform: uppercase; } + text-transform: uppercase; + padding-top: 8px; } @media (max-width: 1024px) { - main.page-front .blocks .blocks h3 { + main.page-front .blocks .block h3 { font-size: 20px; } } @media (max-width: 687px) { - main.page-front .blocks .blocks h3 { + main.page-front .blocks .block h3 { margin-left: 5px; margin-right: 5px; } } - main.page-front .blocks .blocks p { + main.page-front .blocks .block p { color: #FFFFFF; font-size: 0.875rem; margin: 0 15px 10px; } @media (max-width: 800px) { - main.page-front .blocks .blocks p { + main.page-front .blocks .block p { margin: 0 10px 10px; } } @media (max-width: 705px) { - main.page-front .blocks .blocks p { + main.page-front .blocks .block p { margin: 0 0 10px; } } @media (max-width: 640px) { - main.page-front .blocks .blocks p { + main.page-front .blocks .block p { margin: 0 26%; } } @media (max-width: 450px) { - main.page-front .blocks .blocks p { + main.page-front .blocks .block p { margin: 0 15%; } } @media (max-width: 375px) { - main.page-front .blocks .blocks p { + main.page-front .blocks .block p { margin: 0 10%; } } - main.page-front .blocks .blocks .blocks-readmore { + main.page-front .blocks .block .block-text a { + color: #ffc742; } + main.page-front .blocks .block .block-readmore { font-size: 0.875rem; - color: #ffc742; display: block; padding-bottom: 10px; margin: 0 15px; } @@ -7074,13 +7078,19 @@ h2#slide-text { .nforms-clear-wrap { clear: both; } -.page-front .ai1ec-pagination { +.page-front .ai1ec-contribution-buttons { display: none; } .timely.ai1ec-calendar-toolbar, .timely .ai1ec-subscribe-container, .timely .ai1ec-agenda-buttons { display: none; } -.timely .ai1ec-pagination.ai1ec-btn-group { - margin: 0 40px; } + +.page-front .ai1ec-date-title { + font-family: inherit; + font-size: 8px; + font-weight: bold !important; } + +.ai1ec-calendar-title, .ai1ec-calendar-title-short { + font-size: 9px; } #front { padding: 20px; } @@ -7401,6 +7411,25 @@ a#calendar-link { .current_page_item a { font-weight: bold; } +#visitors-guide-wrapper { + position: relative; } + +.visitor-view-order { + width: 110px; + height: 25px; + position: absolute; + bottom: 60px; + left: 70px; + background-color: #FFC742; + box-shadow: 3px 3px 2px lightgrey; + text-align: center; } + .visitor-view-order a { + color: white; + font-family: arial; + font-style: normal; + font-size: 12px; + font-weight: bold; } + .search-top #searchform { text-align: left; display: inline-block; -- 2.17.1