diff --git a/sass/cal.scss b/sass/cal.scss index ff454bc..31636d4 100644 --- a/sass/cal.scss +++ b/sass/cal.scss @@ -3,23 +3,23 @@ - - - - - - - - - - - - - - - - - - - */ #vb { #vb-timespan { - + list-style-type:none; padding:0; margin:0; font-size:2em; - + .glyphicon-new-window { display:none; } } - - + + } #events-grid-wrap { li { margin-bottom:1em!important; - + strong { font-weight:normal; } @@ -38,36 +38,36 @@ padding:0; .uc-cal-item { margin-bottom:1em; - + .uc-cal-event-title { font-style:normal; margin-left:1em; } - + .glyphicon-new-window { display:none; } } } - + } // Style for Shortcode Calendar #events-table { - + #events-toolbar { margin-bottom:1em; - + // set a width so that the buttons don't shift between long-named months and short-named months. #events-month { width:10em; } } - + table { font-size:85%; - + thead { th { width:14%; @@ -91,35 +91,35 @@ td { border-top-width:0; padding-top:0; - + a { text-decoration:none; - + &:hover { text-decoration:underline; } - + strong { font-weight:normal; } - + //every link is external, no need to fly lnk flags here. .glyphicon { display:none; } } - + .event-list { &+.event-list { margin-top:1em !important; } - + li+li { margin-top:.5em !important; } - + } } } } -} \ No newline at end of file +} diff --git a/style.css b/style.css index 5fa9d22..8e6cd95 100644 --- a/style.css +++ b/style.css @@ -1,3 +1,4 @@ +@charset "UTF-8"; /* Theme Name: Cornerstone Author: UConn Web Development Lab @@ -318,7 +319,6 @@ th { src: url("../../global/bootstrap-sass-master/assets/fonts/bootstrap/glyphicons-halflings-regular.eot"); src: url("../../global/bootstrap-sass-master/assets/fonts/bootstrap/glyphicons-halflings-regular.eot?#iefix") format("embedded-opentype"), url("../../global/bootstrap-sass-master/assets/fonts/bootstrap/glyphicons-halflings-regular.woff") format("woff"), url("../../global/bootstrap-sass-master/assets/fonts/bootstrap/glyphicons-halflings-regular.ttf") format("truetype"), url("../../global/bootstrap-sass-master/assets/fonts/bootstrap/glyphicons-halflings-regular.svg#glyphicons_halflingsregular") format("svg"); } - .glyphicon { position: relative; top: 1px; @@ -1146,7 +1146,7 @@ th { html { font-size: 10px; - -webkit-tap-highlight-color: rgba(0, 0, 0, 0); + -webkit-tap-highlight-color: transparent; } body { @@ -1154,7 +1154,7 @@ body { font-size: 14px; line-height: 1.42857; color: #333333; - background-color: white; + background-color: #fff; } input, @@ -1202,8 +1202,8 @@ img { .img-thumbnail { padding: 4px; line-height: 1.42857; - background-color: white; - border: 1px solid #dddddd; + background-color: #fff; + border: 1px solid #ddd; border-radius: 4px; -webkit-transition: all 0.2s ease-in-out; -o-transition: all 0.2s ease-in-out; @@ -1644,8 +1644,8 @@ code { kbd { padding: 2px 4px; font-size: 90%; - color: white; - background-color: #333333; + color: #fff; + background-color: #333; border-radius: 3px; box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.25); } @@ -1664,8 +1664,8 @@ pre { word-break: break-all; word-wrap: break-word; color: #333333; - background-color: whitesmoke; - border: 1px solid #cccccc; + background-color: #f5f5f5; + border: 1px solid #ccc; border-radius: 4px; } pre code { @@ -2601,11 +2601,11 @@ th { padding: 8px; line-height: 1.42857; vertical-align: top; - border-top: 1px solid #dddddd; + border-top: 1px solid #ddd; } .table > thead > tr > th { vertical-align: bottom; - border-bottom: 2px solid #dddddd; + border-bottom: 2px solid #ddd; } .table > caption + thead > tr:first-child > th, .table > caption + thead > tr:first-child > td, @@ -2616,10 +2616,10 @@ th { border-top: 0; } .table > tbody + tbody { - border-top: 2px solid #dddddd; + border-top: 2px solid #ddd; } .table .table { - background-color: white; + background-color: #fff; } .table-condensed > thead > tr > th, @@ -2632,7 +2632,7 @@ th { } .table-bordered { - border: 1px solid #dddddd; + border: 1px solid #ddd; } .table-bordered > thead > tr > th, .table-bordered > thead > tr > td, @@ -2640,7 +2640,7 @@ th { .table-bordered > tbody > tr > td, .table-bordered > tfoot > tr > th, .table-bordered > tfoot > tr > td { - border: 1px solid #dddddd; + border: 1px solid #ddd; } .table-bordered > thead > tr > th, .table-bordered > thead > tr > td { @@ -2654,7 +2654,7 @@ th { .table-hover > tbody > tr:hover > td, .table-hover > tbody > tr:hover > th { - background-color: whitesmoke; + background-color: #f5f5f5; } table col[class*="col-"] { @@ -2680,7 +2680,7 @@ table th[class*="col-"] { .table > tfoot > tr > th.active, .table > tfoot > tr.active > td, .table > tfoot > tr.active > th { - background-color: whitesmoke; + background-color: #f5f5f5; } .table-hover > tbody > tr > td.active:hover, @@ -2767,7 +2767,7 @@ table th[class*="col-"] { overflow-y: hidden; overflow-x: auto; -ms-overflow-style: -ms-autohiding-scrollbar; - border: 1px solid #dddddd; + border: 1px solid #ddd; -webkit-overflow-scrolling: touch; } .table-responsive > .table { @@ -2885,9 +2885,9 @@ output { font-size: 14px; line-height: 1.42857; color: #555555; - background-color: white; + background-color: #fff; background-image: none; - border: 1px solid #cccccc; + border: 1px solid #ccc; border-radius: 4px; -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075); box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075); @@ -3362,7 +3362,7 @@ select[multiple].input-lg, outline-offset: -2px; } .btn:hover, .btn:focus { - color: #333333; + color: #333; text-decoration: none; } .btn:active, .btn.active { @@ -3381,12 +3381,12 @@ select[multiple].input-lg, } .btn-default { - color: #333333; - background-color: white; - border-color: #cccccc; + color: #333; + background-color: #fff; + border-color: #ccc; } .btn-default:hover, .btn-default:focus, .btn-default:active, .btn-default.active, .open > .btn-default.dropdown-toggle { - color: #333333; + color: #333; background-color: #e6e6e6; border-color: #adadad; } @@ -3394,21 +3394,21 @@ select[multiple].input-lg, background-image: none; } .btn-default.disabled, .btn-default.disabled:hover, .btn-default.disabled:focus, .btn-default.disabled:active, .btn-default.disabled.active, .btn-default[disabled], .btn-default[disabled]:hover, .btn-default[disabled]:focus, .btn-default[disabled]:active, .btn-default[disabled].active, fieldset[disabled] .btn-default, fieldset[disabled] .btn-default:hover, fieldset[disabled] .btn-default:focus, fieldset[disabled] .btn-default:active, fieldset[disabled] .btn-default.active { - background-color: white; - border-color: #cccccc; + background-color: #fff; + border-color: #ccc; } .btn-default .badge { - color: white; - background-color: #333333; + color: #fff; + background-color: #333; } .btn-primary { - color: white; + color: #fff; background-color: #428bca; border-color: #357ebd; } .btn-primary:hover, .btn-primary:focus, .btn-primary:active, .btn-primary.active, .open > .btn-primary.dropdown-toggle { - color: white; + color: #fff; background-color: #3071a9; border-color: #285e8e; } @@ -3421,16 +3421,16 @@ select[multiple].input-lg, } .btn-primary .badge { color: #428bca; - background-color: white; + background-color: #fff; } .btn-success { - color: white; + color: #fff; background-color: #5cb85c; border-color: #4cae4c; } .btn-success:hover, .btn-success:focus, .btn-success:active, .btn-success.active, .open > .btn-success.dropdown-toggle { - color: white; + color: #fff; background-color: #449d44; border-color: #398439; } @@ -3443,16 +3443,16 @@ select[multiple].input-lg, } .btn-success .badge { color: #5cb85c; - background-color: white; + background-color: #fff; } .btn-info { - color: white; + color: #fff; background-color: #5bc0de; border-color: #46b8da; } .btn-info:hover, .btn-info:focus, .btn-info:active, .btn-info.active, .open > .btn-info.dropdown-toggle { - color: white; + color: #fff; background-color: #31b0d5; border-color: #269abc; } @@ -3465,16 +3465,16 @@ select[multiple].input-lg, } .btn-info .badge { color: #5bc0de; - background-color: white; + background-color: #fff; } .btn-warning { - color: white; + color: #fff; background-color: #f0ad4e; border-color: #eea236; } .btn-warning:hover, .btn-warning:focus, .btn-warning:active, .btn-warning.active, .open > .btn-warning.dropdown-toggle { - color: white; + color: #fff; background-color: #ec971f; border-color: #d58512; } @@ -3487,16 +3487,16 @@ select[multiple].input-lg, } .btn-warning .badge { color: #f0ad4e; - background-color: white; + background-color: #fff; } .btn-danger { - color: white; + color: #fff; background-color: #d9534f; border-color: #d43f3a; } .btn-danger:hover, .btn-danger:focus, .btn-danger:active, .btn-danger.active, .open > .btn-danger.dropdown-toggle { - color: white; + color: #fff; background-color: #c9302c; border-color: #ac2925; } @@ -3509,7 +3509,7 @@ select[multiple].input-lg, } .btn-danger .badge { color: #d9534f; - background-color: white; + background-color: #fff; } .btn-link { @@ -3638,8 +3638,8 @@ tbody.collapse.in { list-style: none; font-size: 14px; text-align: left; - background-color: white; - border: 1px solid #cccccc; + background-color: #fff; + border: 1px solid #ccc; border: 1px solid rgba(0, 0, 0, 0.15); border-radius: 4px; -webkit-box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175); @@ -3669,11 +3669,11 @@ tbody.collapse.in { .dropdown-menu > li > a:hover, .dropdown-menu > li > a:focus { text-decoration: none; color: #262626; - background-color: whitesmoke; + background-color: #f5f5f5; } .dropdown-menu > .active > a, .dropdown-menu > .active > a:hover, .dropdown-menu > .active > a:focus { - color: white; + color: #fff; text-decoration: none; outline: 0; background-color: #428bca; @@ -4004,7 +4004,7 @@ tbody.collapse.in { color: #555555; text-align: center; background-color: #eeeeee; - border: 1px solid #cccccc; + border: 1px solid #ccc; border-radius: 4px; } .input-group-addon.input-sm, .form-horizontal .form-group-sm .input-group-addon.form-control, @@ -4128,7 +4128,7 @@ tbody.collapse.in { } .nav-tabs { - border-bottom: 1px solid #dddddd; + border-bottom: 1px solid #ddd; } .nav-tabs > li { float: left; @@ -4141,12 +4141,12 @@ tbody.collapse.in { border-radius: 4px 4px 0 0; } .nav-tabs > li > a:hover { - border-color: #eeeeee #eeeeee #dddddd; + border-color: #eeeeee #eeeeee #ddd; } .nav-tabs > li.active > a, .nav-tabs > li.active > a:hover, .nav-tabs > li.active > a:focus { color: #555555; - background-color: white; - border: 1px solid #dddddd; + background-color: #fff; + border: 1px solid #ddd; border-bottom-color: transparent; cursor: default; } @@ -4161,7 +4161,7 @@ tbody.collapse.in { margin-left: 2px; } .nav-pills > li.active > a, .nav-pills > li.active > a:hover, .nav-pills > li.active > a:focus { - color: white; + color: #fff; background-color: #428bca; } @@ -4209,11 +4209,11 @@ tbody.collapse.in { .nav-tabs.nav-justified > .active > a:hover, .nav-tabs-justified > .active > a:focus, .nav-tabs.nav-justified > .active > a:focus { - border: 1px solid #dddddd; + border: 1px solid #ddd; } @media (min-width: 768px) { .nav-tabs-justified > li > a, .nav-tabs.nav-justified > li > a { - border-bottom: 1px solid #dddddd; + border-bottom: 1px solid #ddd; border-radius: 4px 4px 0 0; } .nav-tabs-justified > .active > a, .nav-tabs.nav-justified > .active > a, @@ -4221,7 +4221,7 @@ tbody.collapse.in { .nav-tabs.nav-justified > .active > a:hover, .nav-tabs-justified > .active > a:focus, .nav-tabs.nav-justified > .active > a:focus { - border-bottom-color: white; + border-bottom-color: #fff; } } @@ -4551,38 +4551,38 @@ tbody.collapse.in { border-color: #e7e7e7; } .navbar-default .navbar-brand { - color: #777777; + color: #777; } .navbar-default .navbar-brand:hover, .navbar-default .navbar-brand:focus { color: #5e5e5e; background-color: transparent; } .navbar-default .navbar-text { - color: #777777; + color: #777; } .navbar-default .navbar-nav > li > a { - color: #777777; + color: #777; } .navbar-default .navbar-nav > li > a:hover, .navbar-default .navbar-nav > li > a:focus { - color: #333333; + color: #333; background-color: transparent; } .navbar-default .navbar-nav > .active > a, .navbar-default .navbar-nav > .active > a:hover, .navbar-default .navbar-nav > .active > a:focus { - color: #555555; + color: #555; background-color: #e7e7e7; } .navbar-default .navbar-nav > .disabled > a, .navbar-default .navbar-nav > .disabled > a:hover, .navbar-default .navbar-nav > .disabled > a:focus { - color: #cccccc; + color: #ccc; background-color: transparent; } .navbar-default .navbar-toggle { - border-color: #dddddd; + border-color: #ddd; } .navbar-default .navbar-toggle:hover, .navbar-default .navbar-toggle:focus { - background-color: #dddddd; + background-color: #ddd; } .navbar-default .navbar-toggle .icon-bar { - background-color: #888888; + background-color: #888; } .navbar-default .navbar-collapse, .navbar-default .navbar-form { @@ -4590,50 +4590,50 @@ tbody.collapse.in { } .navbar-default .navbar-nav > .open > a, .navbar-default .navbar-nav > .open > a:hover, .navbar-default .navbar-nav > .open > a:focus { background-color: #e7e7e7; - color: #555555; + color: #555; } @media (max-width: 767px) { .navbar-default .navbar-nav .open .dropdown-menu > li > a { - color: #777777; + color: #777; } .navbar-default .navbar-nav .open .dropdown-menu > li > a:hover, .navbar-default .navbar-nav .open .dropdown-menu > li > a:focus { - color: #333333; + color: #333; background-color: transparent; } .navbar-default .navbar-nav .open .dropdown-menu > .active > a, .navbar-default .navbar-nav .open .dropdown-menu > .active > a:hover, .navbar-default .navbar-nav .open .dropdown-menu > .active > a:focus { - color: #555555; + color: #555; background-color: #e7e7e7; } .navbar-default .navbar-nav .open .dropdown-menu > .disabled > a, .navbar-default .navbar-nav .open .dropdown-menu > .disabled > a:hover, .navbar-default .navbar-nav .open .dropdown-menu > .disabled > a:focus { - color: #cccccc; + color: #ccc; background-color: transparent; } } .navbar-default .navbar-link { - color: #777777; + color: #777; } .navbar-default .navbar-link:hover { - color: #333333; + color: #333; } .navbar-default .btn-link { - color: #777777; + color: #777; } .navbar-default .btn-link:hover, .navbar-default .btn-link:focus { - color: #333333; + color: #333; } .navbar-default .btn-link[disabled]:hover, .navbar-default .btn-link[disabled]:focus, fieldset[disabled] .navbar-default .btn-link:hover, fieldset[disabled] .navbar-default .btn-link:focus { - color: #cccccc; + color: #ccc; } .navbar-inverse { - background-color: #222222; + background-color: #222; border-color: #090909; } .navbar-inverse .navbar-brand { color: #777777; } .navbar-inverse .navbar-brand:hover, .navbar-inverse .navbar-brand:focus { - color: white; + color: #fff; background-color: transparent; } .navbar-inverse .navbar-text { @@ -4643,25 +4643,25 @@ tbody.collapse.in { color: #777777; } .navbar-inverse .navbar-nav > li > a:hover, .navbar-inverse .navbar-nav > li > a:focus { - color: white; + color: #fff; background-color: transparent; } .navbar-inverse .navbar-nav > .active > a, .navbar-inverse .navbar-nav > .active > a:hover, .navbar-inverse .navbar-nav > .active > a:focus { - color: white; + color: #fff; background-color: #090909; } .navbar-inverse .navbar-nav > .disabled > a, .navbar-inverse .navbar-nav > .disabled > a:hover, .navbar-inverse .navbar-nav > .disabled > a:focus { - color: #444444; + color: #444; background-color: transparent; } .navbar-inverse .navbar-toggle { - border-color: #333333; + border-color: #333; } .navbar-inverse .navbar-toggle:hover, .navbar-inverse .navbar-toggle:focus { - background-color: #333333; + background-color: #333; } .navbar-inverse .navbar-toggle .icon-bar { - background-color: white; + background-color: #fff; } .navbar-inverse .navbar-collapse, .navbar-inverse .navbar-form { @@ -4669,7 +4669,7 @@ tbody.collapse.in { } .navbar-inverse .navbar-nav > .open > a, .navbar-inverse .navbar-nav > .open > a:hover, .navbar-inverse .navbar-nav > .open > a:focus { background-color: #090909; - color: white; + color: #fff; } @media (max-width: 767px) { .navbar-inverse .navbar-nav .open .dropdown-menu > .dropdown-header { @@ -4682,15 +4682,15 @@ tbody.collapse.in { color: #777777; } .navbar-inverse .navbar-nav .open .dropdown-menu > li > a:hover, .navbar-inverse .navbar-nav .open .dropdown-menu > li > a:focus { - color: white; + color: #fff; background-color: transparent; } .navbar-inverse .navbar-nav .open .dropdown-menu > .active > a, .navbar-inverse .navbar-nav .open .dropdown-menu > .active > a:hover, .navbar-inverse .navbar-nav .open .dropdown-menu > .active > a:focus { - color: white; + color: #fff; background-color: #090909; } .navbar-inverse .navbar-nav .open .dropdown-menu > .disabled > a, .navbar-inverse .navbar-nav .open .dropdown-menu > .disabled > a:hover, .navbar-inverse .navbar-nav .open .dropdown-menu > .disabled > a:focus { - color: #444444; + color: #444; background-color: transparent; } } @@ -4698,32 +4698,32 @@ tbody.collapse.in { color: #777777; } .navbar-inverse .navbar-link:hover { - color: white; + color: #fff; } .navbar-inverse .btn-link { color: #777777; } .navbar-inverse .btn-link:hover, .navbar-inverse .btn-link:focus { - color: white; + color: #fff; } .navbar-inverse .btn-link[disabled]:hover, .navbar-inverse .btn-link[disabled]:focus, fieldset[disabled] .navbar-inverse .btn-link:hover, fieldset[disabled] .navbar-inverse .btn-link:focus { - color: #444444; + color: #444; } .breadcrumb { padding: 8px 15px; margin-bottom: 20px; list-style: none; - background-color: whitesmoke; + background-color: #f5f5f5; border-radius: 4px; } .breadcrumb > li { display: inline-block; } .breadcrumb > li + li:before { - content: "/\00a0"; + content: "/ "; padding: 0 5px; - color: #cccccc; + color: #ccc; } .breadcrumb > .active { color: #777777; @@ -4746,8 +4746,8 @@ tbody.collapse.in { line-height: 1.42857; text-decoration: none; color: #428bca; - background-color: white; - border: 1px solid #dddddd; + background-color: #fff; + border: 1px solid #ddd; margin-left: -1px; } .pagination > li:first-child > a, @@ -4766,14 +4766,14 @@ tbody.collapse.in { .pagination > li > span:focus { color: #2a6496; background-color: #eeeeee; - border-color: #dddddd; + border-color: #ddd; } .pagination > .active > a, .pagination > .active > a:hover, .pagination > .active > a:focus, .pagination > .active > span, .pagination > .active > span:hover, .pagination > .active > span:focus { z-index: 2; - color: white; + color: #fff; background-color: #428bca; border-color: #428bca; cursor: default; @@ -4785,8 +4785,8 @@ tbody.collapse.in { .pagination > .disabled > a:hover, .pagination > .disabled > a:focus { color: #777777; - background-color: white; - border-color: #dddddd; + background-color: #fff; + border-color: #ddd; cursor: not-allowed; } @@ -4842,8 +4842,8 @@ tbody.collapse.in { .pager li > span { display: inline-block; padding: 5px 14px; - background-color: white; - border: 1px solid #dddddd; + background-color: #fff; + border: 1px solid #ddd; border-radius: 15px; } .pager li > a:hover, @@ -4864,7 +4864,7 @@ tbody.collapse.in { .pager .disabled > a:focus, .pager .disabled > span { color: #777777; - background-color: white; + background-color: #fff; cursor: not-allowed; } @@ -4874,7 +4874,7 @@ tbody.collapse.in { font-size: 75%; font-weight: bold; line-height: 1; - color: white; + color: #fff; text-align: center; white-space: nowrap; vertical-align: baseline; @@ -4889,7 +4889,7 @@ tbody.collapse.in { } a.label:hover, a.label:focus { - color: white; + color: #fff; text-decoration: none; cursor: pointer; } @@ -4942,7 +4942,7 @@ a.label:hover, a.label:focus { padding: 3px 7px; font-size: 12px; font-weight: bold; - color: white; + color: #fff; line-height: 1; vertical-align: baseline; white-space: nowrap; @@ -4963,14 +4963,14 @@ a.label:hover, a.label:focus { } a.list-group-item.active > .badge, .nav-pills > .active > a > .badge { color: #428bca; - background-color: white; + background-color: #fff; } .nav-pills > li > a > .badge { margin-left: 3px; } a.badge:hover, a.badge:focus { - color: white; + color: #fff; text-decoration: none; cursor: pointer; } @@ -5019,8 +5019,8 @@ a.badge:hover, a.badge:focus { padding: 4px; margin-bottom: 20px; line-height: 1.42857; - background-color: white; - border: 1px solid #dddddd; + background-color: #fff; + border: 1px solid #ddd; border-radius: 4px; -webkit-transition: all 0.2s ease-in-out; -o-transition: all 0.2s ease-in-out; @@ -5131,27 +5131,23 @@ a.thumbnail.active { from { background-position: 40px 0; } - to { background-position: 0 0; } } - @keyframes progress-bar-stripes { from { background-position: 40px 0; } - to { background-position: 0 0; } } - .progress { overflow: hidden; height: 20px; margin-bottom: 20px; - background-color: whitesmoke; + background-color: #f5f5f5; border-radius: 4px; -webkit-box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1); box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1); @@ -5163,7 +5159,7 @@ a.thumbnail.active { height: 100%; font-size: 12px; line-height: 20px; - color: white; + color: #fff; text-align: center; background-color: #428bca; -webkit-box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.15); @@ -5280,8 +5276,8 @@ a.thumbnail.active { display: block; padding: 10px 15px; margin-bottom: -1px; - background-color: white; - border: 1px solid #dddddd; + background-color: #fff; + border: 1px solid #ddd; } .list-group-item:first-child { border-top-right-radius: 4px; @@ -5300,15 +5296,15 @@ a.thumbnail.active { } a.list-group-item { - color: #555555; + color: #555; } a.list-group-item .list-group-item-heading { - color: #333333; + color: #333; } a.list-group-item:hover, a.list-group-item:focus { text-decoration: none; - color: #555555; - background-color: whitesmoke; + color: #555; + background-color: #f5f5f5; } .list-group-item.disabled, .list-group-item.disabled:hover, .list-group-item.disabled:focus { @@ -5324,7 +5320,7 @@ a.list-group-item:hover, a.list-group-item:focus { } .list-group-item.active, .list-group-item.active:hover, .list-group-item.active:focus { z-index: 2; - color: white; + color: #fff; background-color: #428bca; border-color: #428bca; } @@ -5437,7 +5433,7 @@ a.list-group-item-danger.active, a.list-group-item-danger.active:hover, a.list-g .panel { margin-bottom: 20px; - background-color: white; + background-color: #fff; border: 1px solid transparent; border-radius: 4px; -webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05); @@ -5477,8 +5473,8 @@ a.list-group-item-danger.active, a.list-group-item-danger.active:hover, a.list-g .panel-footer { padding: 10px 15px; - background-color: whitesmoke; - border-top: 1px solid #dddddd; + background-color: #f5f5f5; + border-top: 1px solid #ddd; border-bottom-right-radius: 3px; border-bottom-left-radius: 3px; } @@ -5566,7 +5562,7 @@ a.list-group-item-danger.active, a.list-group-item-danger.active:hover, a.list-g } .panel > .panel-body + .table, .panel > .panel-body + .table-responsive { - border-top: 1px solid #dddddd; + border-top: 1px solid #ddd; } .panel > .table > tbody:first-child > tr:first-child th, .panel > .table > tbody:first-child > tr:first-child td { @@ -5643,39 +5639,39 @@ a.list-group-item-danger.active, a.list-group-item-danger.active:hover, a.list-g border-bottom: 0; } .panel-group .panel-heading + .panel-collapse > .panel-body { - border-top: 1px solid #dddddd; + border-top: 1px solid #ddd; } .panel-group .panel-footer { border-top: 0; } .panel-group .panel-footer + .panel-collapse .panel-body { - border-bottom: 1px solid #dddddd; + border-bottom: 1px solid #ddd; } .panel-default { - border-color: #dddddd; + border-color: #ddd; } .panel-default > .panel-heading { color: #333333; - background-color: whitesmoke; - border-color: #dddddd; + background-color: #f5f5f5; + border-color: #ddd; } .panel-default > .panel-heading + .panel-collapse > .panel-body { - border-top-color: #dddddd; + border-top-color: #ddd; } .panel-default > .panel-heading .badge { - color: whitesmoke; + color: #f5f5f5; background-color: #333333; } .panel-default > .panel-footer + .panel-collapse > .panel-body { - border-bottom-color: #dddddd; + border-bottom-color: #ddd; } .panel-primary { border-color: #428bca; } .panel-primary > .panel-heading { - color: white; + color: #fff; background-color: #428bca; border-color: #428bca; } @@ -5684,7 +5680,7 @@ a.list-group-item-danger.active, a.list-group-item-danger.active:hover, a.list-g } .panel-primary > .panel-heading .badge { color: #428bca; - background-color: white; + background-color: #fff; } .panel-primary > .panel-footer + .panel-collapse > .panel-body { border-bottom-color: #428bca; @@ -5796,7 +5792,7 @@ a.list-group-item-danger.active, a.list-group-item-danger.active:hover, a.list-g min-height: 20px; padding: 19px; margin-bottom: 20px; - background-color: whitesmoke; + background-color: #f5f5f5; border: 1px solid #e3e3e3; border-radius: 4px; -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05); @@ -5822,13 +5818,13 @@ a.list-group-item-danger.active, a.list-group-item-danger.active:hover, a.list-g font-size: 21px; font-weight: bold; line-height: 1; - color: black; - text-shadow: 0 1px 0 white; + color: #000; + text-shadow: 0 1px 0 #fff; opacity: 0.2; filter: alpha(opacity=20); } .close:hover, .close:focus { - color: black; + color: #000; text-decoration: none; cursor: pointer; opacity: 0.5; @@ -5885,8 +5881,8 @@ button.close { .modal-content { position: relative; - background-color: white; - border: 1px solid #999999; + background-color: #fff; + border: 1px solid #999; border: 1px solid rgba(0, 0, 0, 0.2); border-radius: 6px; -webkit-box-shadow: 0 3px 9px rgba(0, 0, 0, 0.5); @@ -5902,7 +5898,7 @@ button.close { bottom: 0; left: 0; z-index: 1040; - background-color: black; + background-color: #000; } .modal-backdrop.fade { opacity: 0; @@ -6018,10 +6014,10 @@ button.close { .tooltip-inner { max-width: 200px; padding: 3px 8px; - color: white; + color: #fff; text-align: center; text-decoration: none; - background-color: black; + background-color: #000; border-radius: 4px; } @@ -6038,52 +6034,52 @@ button.close { left: 50%; margin-left: -5px; border-width: 5px 5px 0; - border-top-color: black; + border-top-color: #000; } .tooltip.top-left .tooltip-arrow { bottom: 0; left: 5px; border-width: 5px 5px 0; - border-top-color: black; + border-top-color: #000; } .tooltip.top-right .tooltip-arrow { bottom: 0; right: 5px; border-width: 5px 5px 0; - border-top-color: black; + border-top-color: #000; } .tooltip.right .tooltip-arrow { top: 50%; left: 0; margin-top: -5px; border-width: 5px 5px 5px 0; - border-right-color: black; + border-right-color: #000; } .tooltip.left .tooltip-arrow { top: 50%; right: 0; margin-top: -5px; border-width: 5px 0 5px 5px; - border-left-color: black; + border-left-color: #000; } .tooltip.bottom .tooltip-arrow { top: 0; left: 50%; margin-left: -5px; border-width: 0 5px 5px; - border-bottom-color: black; + border-bottom-color: #000; } .tooltip.bottom-left .tooltip-arrow { top: 0; left: 5px; border-width: 0 5px 5px; - border-bottom-color: black; + border-bottom-color: #000; } .tooltip.bottom-right .tooltip-arrow { top: 0; right: 5px; border-width: 0 5px 5px; - border-bottom-color: black; + border-bottom-color: #000; } .popover { @@ -6095,9 +6091,9 @@ button.close { max-width: 276px; padding: 1px; text-align: left; - background-color: white; + background-color: #fff; background-clip: padding-box; - border: 1px solid #cccccc; + border: 1px solid #ccc; border: 1px solid rgba(0, 0, 0, 0.2); border-radius: 6px; -webkit-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2); @@ -6163,7 +6159,7 @@ button.close { bottom: 1px; margin-left: -10px; border-bottom-width: 0; - border-top-color: white; + border-top-color: #fff; } .popover.right > .arrow { top: 50%; @@ -6178,7 +6174,7 @@ button.close { left: 1px; bottom: -10px; border-left-width: 0; - border-right-color: white; + border-right-color: #fff; } .popover.bottom > .arrow { left: 50%; @@ -6193,7 +6189,7 @@ button.close { top: 1px; margin-left: -10px; border-top-width: 0; - border-bottom-color: white; + border-bottom-color: #fff; } .popover.left > .arrow { top: 50%; @@ -6207,7 +6203,7 @@ button.close { content: " "; right: 1px; border-right-width: 0; - border-left-color: white; + border-left-color: #fff; bottom: -10px; } @@ -6275,7 +6271,7 @@ button.close { opacity: 0.5; filter: alpha(opacity=50); font-size: 20px; - color: white; + color: #fff; text-align: center; text-shadow: 0 1px 2px rgba(0, 0, 0, 0.6); } @@ -6297,7 +6293,7 @@ button.close { } .carousel-control:hover, .carousel-control:focus { outline: 0; - color: white; + color: #fff; text-decoration: none; opacity: 0.9; filter: alpha(opacity=90); @@ -6352,17 +6348,17 @@ button.close { height: 10px; margin: 1px; text-indent: -999px; - border: 1px solid white; + border: 1px solid #fff; border-radius: 10px; cursor: pointer; background-color: #000 \9; - background-color: rgba(0, 0, 0, 0); + background-color: transparent; } .carousel-indicators .active { margin: 0; width: 12px; height: 12px; - background-color: white; + background-color: #fff; } .carousel-caption { @@ -6373,7 +6369,7 @@ button.close { z-index: 10; padding-top: 20px; padding-bottom: 20px; - color: white; + color: #fff; text-align: center; text-shadow: 0 1px 2px rgba(0, 0, 0, 0.6); } @@ -6466,7 +6462,6 @@ button.close { @-ms-viewport { width: device-width; } - .visible-xs, .visible-sm, .visible-md, .visible-lg { display: none !important; } @@ -6727,7 +6722,6 @@ button.close { font-weight: normal; font-style: normal; } - @font-face { font-family: 'Proxima Nova'; src: url("../../global/fonts/proximanova_semibold/ProximaNova-Sbold-webfont.eot"); @@ -6735,13 +6729,12 @@ button.close { font-weight: 500; font-style: normal; } - /* - - - - - - - - - - - - - - - - - - - == Titlebar - - - - - - - - - - - - - - - - - - - */ #uc-header { border-bottom: 1px solid transparent; - border-bottom-color: white; + border-bottom-color: #fff; } #uc-site-header { @@ -6810,9 +6803,9 @@ button.close { #nav-secondary { padding: 5px; border: 1px solid transparent; - border-color: #cccccc; + border-color: #ccc; border-radius: 4px; - background-color: white; + background-color: #fff; font-size: 0.9em; } #nav-secondary .nav.nav-pills.nav-stacked a { @@ -6832,11 +6825,11 @@ button.close { color: inherit; } #nav-secondary .nav.nav-pills.nav-stacked a:hover { - background-color: #eeeeee; + background-color: #eee; } #nav-secondary .nav.nav-pills.nav-stacked .active a { background-color: #428bca; - color: white; + color: #fff; } #nav-secondary .nav.nav-pills.nav-stacked .sub-menu { margin: 2px 0 2px 1.5em; @@ -6956,6 +6949,8 @@ button.close { - - - - - - - - - - - - - - - - - - - */ #content { /* Make sure select elements fit in widgets */ +<<<<<<< HEAD +======= } #content .widget { overflow: hidden; @@ -7277,101 +7272,515 @@ button.close { img { height: auto; max-width: 100%; +>>>>>>> 0b9a65cdbe3d11820b7f365de9f4b26ae22ed70d } - -code { - white-space: normal; -} - -.table-responsive { - width: 100%; - margin-bottom: 15px; - overflow-x: auto; - overflow-y: hidden; - webkit-overflow-scrolling: touch; - -ms-overflow-style: -ms-autohiding-scrollbar; -} - -.az-letter-list li { - list-style-type: none; -} - -/* PAGE ---------------------------------------------------------------*/ -#main { +#content .widget { + overflow: hidden; + border: 1px solid transparent; + border-width: 1px; + border-color: #cccccc; border-radius: 4px; + margin: 0 0 1.5em 0; + padding: 0; background-color: white; - padding: 1em; - overflow: hidden; - /* - -ms-word-break: break-all; - word-break: break-all; - - // Non standard for webkit - word-break: break-word; - - -webkit-hyphens: auto; - -moz-hyphens: auto; - hyphens: auto; - */ + color: black; } - -/* POSTS ---------------------------------------------------------------*/ -.post { - background-color: white; - padding: 1em; +#content .widget a { + color: #428bca; } - -/*-------------------------------------------------------------- -10.0 Content ---------------------------------------------------------------*/ -/*-------------------------------------------------------------- -10.1 Posts and pages ---------------------------------------------------------------*/ -.hentry { - margin: 0 0 1.5em; +#content .widget a:hover { + color: #2a6496; } - -.byline, -.updated { - display: none; +#content .widget .widget-head { + border: 1px solid transparent; + padding: 0.5em 0.5em 0.5em 1em; + border-width: 0 0 1px 0; + border-color: #cccccc; } - -.single .byline, -.group-blog .byline { - display: inline; +<<<<<<< HEAD +#content .widget .widget-head h2 { + margin: 0; + font-size: 1em; + color: black; } - -.page-content, -.entry-content, -.entry-summary { - margin: 1.5em 0 0; +#content .widget form { + margin: 1em; } - -.page-links { - clear: both; - margin: 0 0 1.5em; +#content .widget ul, +#content .widget ol { + list-style-type: none; + padding: 0; + margin: 1em; } - -.nav-next { - text-align: right; +#content .widget ul li, +#content .widget ol li { + margin-bottom: .75em; } - -.entry-content a, -.entry-footer a { - text-decoration: underline; +#content .widget ul li ul, +#content .widget ol li ul { + padding: 0; + margin: .5em 0 .5em 2em; + list-style-type: disc; } - -.nav a { - text-decoration: none !important; +#content .widget ul li ul li, +#content .widget ol li ul li { + margin-bottom: .5em; } - -/*-------------------------------------------------------------- -10.2 Asides ---------------------------------------------------------------*/ -.blog .format-aside .entry-title, -.archive .format-aside .entry-title { +#content .widget ul li ul li ul, +#content .widget ol li ul li ul { + list-style-type: circle; +} +#content .widget ul li ol, +#content .widget ol li ol { + padding: 0; + margin: .5em 0 .5em 2em; + list-style-type: decimal; +} +#content .widget ul li ol li, +#content .widget ol li ol li { + margin-bottom: .5em; +} +#content * html .widget.widget_dpe_fp_widget .dpe-flexible-posts li a { + height: 1%; +} +#content .widget select { + max-width: 100%; +} +#content .widget { + /* === CORE WP Widgets + */ + /* === 3rd Party Widgets + */ + /* === UCONN Widgets + */ +} +#content .widget.widget_text .textwidget { + margin: 1em; +} +#content .widget.widget_tag_cloud .tagcloud { + margin: 1em; +} +#content .widget.widget_black_studio_tinymce .textwidget { + margin: 1em; +} +#content .widget.widget_black_studio_tinymce ul li { + list-style-type: disc; +} +#content .widget.widget_black_studio_tinymce ol li { + list-style-type: decimal; +} +#content .widget.simple-social-icons ul { + margin: 0.5em !important; +} +#content .widget.simple-social-icons ul li { + margin: 0.5em !important; +} +#content .widget.simple-social-icons .social-bloglovin:before, #content .widget.simple-social-icons .social-dribbble:before, #content .widget.simple-social-icons .social-email:before, #content .widget.simple-social-icons .social-facebook:before, #content .widget.simple-social-icons .social-flickr:before, #content .widget.simple-social-icons .social-github:before, #content .widget.simple-social-icons .social-gplus:before, #content .widget.simple-social-icons .social-instagram:before, #content .widget.simple-social-icons .social-linkedin:before, #content .widget.simple-social-icons .social-pinterest:before, #content .widget.simple-social-icons .social-rss:before, #content .widget.simple-social-icons .social-stumbleupon:before, #content .widget.simple-social-icons .social-tumblr:before, #content .widget.simple-social-icons .social-twitter:before, #content .widget.simple-social-icons .social-vimeo:before, #content .widget.simple-social-icons .social-youtube:before { + display: none; + content: none; +} +#content .widget.widget_rcpt ul { + margin: 0; +} +#content .widget.widget_rcpt ul .rcpt_item_title { + padding: .5em 5% 0; + font-weight: bold; +} +#content .widget.widget_rcpt ul .rcpt_item_title .rcpt_item_image { + margin-left: -9%; + margin-bottom: 1em; + width: 117%; +} +#content .widget.widget_rcpt ul .rcpt_item_title .rcpt_item_image img { + width: 100%; +} +#content .widget.widget_rcpt ul .rcpt_item_excerpt { + margin: .5em 5% 1em; +} +#content .widget.widget_rcpt ul .rcpt_item_date { + margin: .5em 5% 1em; +} +#content .widget.widget_sp_image { + padding: 0; + border: none; + background-color: transparent; +} +#content .widget.widget_metaslider_widget { + padding: 0; + background-color: transparent; + border: none; +} +#content .widget.widget_dpe_fp_widget { + padding: 0; + background-color: transparent; +} +#content .widget.widget_dpe_fp_widget .dpe-flexible-posts li { + padding: 0.1em 0px 0.1em 0px; + display: block; + background-color: transparent; +} +#content .widget.widget_dpe_fp_widget .dpe-flexible-posts li a { + margin: 0; + position: relative; + display: inline-block; +} +#content .widget.widget_dpe_fp_widget .dpe-flexible-posts li a .attachment-thumbnail { + height: 60px; + width: 60px; + margin-right: 10px; + margin-bottom: 10px; + float: left; +} +#content .widget.widget_dpe_fp_widget .dpe-flexible-posts li a .attachment-medium { + width: 48%; + margin-right: 10px; + margin-bottom: 10px; + float: left; +} +#content .widget.widget_dpe_fp_widget .dpe-flexible-posts li a .attachment-large { + max-width: 100%; + margin-right: 10px; + margin-bottom: 10px; + float: left; + clear: right; +} +#content .widget.widget_dpe_fp_widget .dpe-flexible-posts li a .title { + display: block; + position: relative; + font-size: 1em; + font-weight: normal; +} +#content .widget.widget_dpe_fp_widget .dpe-flexible-posts li a:after { + visibility: hidden; + display: block; + font-size: 0; + content: " "; + clear: both; + height: 0; +} +#content .widget.uc-contact-widget th { + white-space: nowrap; +} +#content .widget.uc-contact-widget td.uc-output-email { + word-break: break-all; +} +#content .widget.uc-contact-widget td.uc-output-more { + word-break: break-all; +} +#content .widget.uc-ecw { + /*- - - - - */ + /**/ + /**/ + /**/ +} +#content .widget.uc-ecw .uc-cal { + margin: 1em !important; + padding: 0 !important; +} +#content .widget.uc-ecw .uc-cal * { + margin: 0 !important; + padding: 0 !important; + border: 0 !important; + font-size: 100% !important; + font: inherit !important; + vertical-align: baseline !important; + background: none !important; + position: inherit !important; + width: auto !important; + height: auto !important; + color: inherit !important; + display: block !important; + box-shadow: none !important; + text-transform: none !important; + min-height: inherit !important; + border-radius: 0 !important; +} +#content .widget.uc-ecw .uc-cal-item { + margin: 1em 0 !important; +} +#content .widget.uc-ecw .uc-cal-item .uc-cal-event { + position: relative !important; + color: #428bca !important; + /* + + inherits color from the .uc-cal-event , so the hovers text decorations work. + + .uc-cal-event-title { + @if $parent == "#mega-footer" { + color:$megafooter-ecw-title-color !important; + } @else { + color:$ecw-title-color !important; + } + } + + */ +} +#content .widget.uc-ecw .uc-cal-item .uc-cal-event .uc-cal-event-date { + float: left !important; + position: relative !important; + top: 0; + color: inherit !important; +} +#content .widget.uc-ecw .uc-cal-item .uc-cal-event:hover { + color: inherit !important; +} +#content .widget.uc-ecw .uc-cal-item .uc-cal-event:hover .uc-cal-event-date { + color: inherit !important; +} +#content .widget.uc-ecw .uc-cal-item .uc-cal-event:after { + visibility: hidden !important; + display: block !important; + font-size: 0 !important; + content: " " !important; + clear: both !important; + height: 0 !important; +} +#content .widget.uc-ecw .uc-iconcal .uc-cal-list .uc-cal-item .uc-cal-event { + padding-left: 70px !important; +} +#content .widget.uc-ecw .uc-iconcal .uc-cal-list .uc-cal-item .uc-cal-event .uc-cal-event-date { + left: -70px; + margin-right: -55px !important; + width: 55px !important; +} +#content .widget.uc-ecw .uc-iconcal .uc-cal-list .uc-cal-item .uc-cal-event .uc-cal-event-date .uc-cal-event-month { + padding: 0.7em 0 0 !important; + border-width: 1px 1px 0 !important; + border-style: solid !important; + text-align: center !important; + font-size: 70% !important; + text-transform: uppercase !important; + letter-spacing: 1px !important; + border-color: #cccccc !important; + background-color: white !important; + color: inherit !important; +} +#content .widget.uc-ecw .uc-iconcal .uc-cal-list .uc-cal-item .uc-cal-event .uc-cal-event-date .uc-cal-event-day { + padding: 0 0 0.2em 0 !important; + border-width: 0 1px 1px !important; + border-style: solid !important; + text-align: center !important; + font-size: 130% !important; + border-color: #cccccc !important; + background-color: white !important; + color: inherit !important; +} +#content .widget.uc-ecw .uc-iconcal .uc-cal-list .uc-cal-item .uc-cal-event .uc-cal-event-time { + color: inherit !important; +} +#content .widget.uc-ecw .uc-iconcal .uc-cal-list .uc-cal-item .uc-cal-event:hover .uc-cal-event-month { + border-color: #cccccc !important; + background-color: white !important; + color: inherit !important; +} +#content .widget.uc-ecw .uc-iconcal .uc-cal-list .uc-cal-item .uc-cal-event:hover .uc-cal-event-day { + background-color: white !important; + color: inherit !important; +} +#content .widget.uc-ecw .uc-iconcal .uc-cal-list .uc-cal-item .uc-cal-event:hover .uc-cal-event-time { + color: #2a6496 !important; +} +#content .widget.uc-ecw .uc-listcal { + padding-left: 3.7em !important; +} +#content .widget.uc-ecw .uc-listcal .uc-cal-event-date { + width: 3.7em !important; + left: -3.7em !important; + margin-right: -3.7em !important; +} +#content .widget.uc-hours-widget caption { + padding: .5em; +} + +img { + height: auto; + max-width: 100%; +} + +code { + white-space: normal; +} + +.table-responsive { + width: 100%; + margin-bottom: 15px; + overflow-x: auto; + overflow-y: hidden; + webkit-overflow-scrolling: touch; + -ms-overflow-style: -ms-autohiding-scrollbar; +} + +.az-letter-list li { + list-style-type: none; +} + +/* PAGE +--------------------------------------------------------------*/ +#main { + border-radius: 4px; + background-color: #fff; + padding: 1em; + overflow: hidden; + /* + -ms-word-break: break-all; + word-break: break-all; + + // Non standard for webkit + word-break: break-word; + + -webkit-hyphens: auto; + -moz-hyphens: auto; + hyphens: auto; + */ +} + +<<<<<<< HEAD +.page .uc-cal { + padding: 0; +} +.page .uc-cal.uc-iconcal .uc-cal-list { + margin: 1em; +} +.page .uc-cal.uc-iconcal .uc-cal-list a.uc-cal-event { + font-family: "Helvetica Neue", Helvetica, Arial, sans-serif; + padding-left: 65px; + min-height: 65px; +} +.page .uc-cal.uc-iconcal .uc-cal-list a.uc-cal-event .uc-cal-event-date { + border: none; + width: 50px; + left: 0; + box-shadow: none; + background-color: #eee; +} +.page .uc-cal.uc-iconcal .uc-cal-list a.uc-cal-event .uc-cal-event-date .uc-cal-event-month { + height: auto; + padding: .4em .2em .3em .2em; + font-size: .8em; + background-color: #ccc; + color: #333; + font-weight: normal; + letter-spacing: 0; + text-transform: capitalize; +} +.page .uc-cal.uc-iconcal .uc-cal-list a.uc-cal-event .uc-cal-event-date .uc-cal-event-day { + padding: .5em .1em .6em; + height: auto; + background-color: #eee; + color: #333; + font-size: 1.2em; +} +.page .uc-cal.uc-iconcal .uc-cal-list a.uc-cal-event .uc-cal-event-title { + color: #428bca; + font-size: 1em; + line-height: 1.42857; + margin-bottom: .3em; + margin-top: .2em; +} +.page .uc-cal.uc-iconcal .uc-cal-list a.uc-cal-event .uc-cal-event-time { + color: #92bce0; + font-size: 1em; +} +.page .uc-cal.uc-iconcal .uc-cal-list a.uc-cal-event:hover .uc-cal-event-title { + color: #2a6496; +} +.page .uc-cal.uc-iconcal .uc-cal-list a.uc-cal-event:hover .uc-cal-event-time { + color: #5697d0; +} +.page .uc-cal.uc-listcal .uc-cal-list { + margin: 1em; +} +.page .uc-cal.uc-listcal .uc-cal-list a.uc-cal-event { + display: block; + position: relative; + padding-left: 3em; + font-family: "Helvetica Neue", Helvetica, Arial, sans-serif; +} +.page .uc-cal.uc-listcal .uc-cal-list a.uc-cal-event .uc-cal-event-date { + position: absolute; + left: 0; + top: 0; + display: block; + font-weight: normal; + color: #aaa; + line-height: 1.42857; +} +.page .uc-cal.uc-listcal .uc-cal-list a.uc-cal-event .uc-cal-event-title { + display: block; + color: #428bca; + line-height: 1.42857; +} +.page .uc-cal.uc-listcal .uc-cal-list a.uc-cal-event .uc-cal-event-time { + color: #92bce0; +} +.page .uc-cal.uc-listcal .uc-cal-list a.uc-cal-event:hover .uc-cal-event-title { + color: #2a6496; +} +.page .uc-cal.uc-listcal .uc-cal-list a.uc-cal-event:hover .uc-cal-event-time { + color: #5697d0; +} + +======= +>>>>>>> 0b9a65cdbe3d11820b7f365de9f4b26ae22ed70d +======= + +>>>>>>> 0b9a65cdbe3d11820b7f365de9f4b26ae22ed70d +/* POSTS +--------------------------------------------------------------*/ +.post { + background-color: #fff; + padding: 1em; +} + +/*-------------------------------------------------------------- +10.0 Content +--------------------------------------------------------------*/ +/*-------------------------------------------------------------- +10.1 Posts and pages +--------------------------------------------------------------*/ +.hentry { + margin: 0 0 1.5em; +} + +.byline, +.updated { + display: none; +} + +.single .byline, +.group-blog .byline { + display: inline; +} + +.page-content, +.entry-content, +.entry-summary { + margin: 1.5em 0 0; +} + +.page-links { + clear: both; + margin: 0 0 1.5em; +} + +.nav-next { + text-align: right; +} + +.entry-content a, +.entry-footer a { + text-decoration: underline; +} + +.nav a { + text-decoration: none !important; +} + +/*-------------------------------------------------------------- +10.2 Asides +--------------------------------------------------------------*/ +.blog .format-aside .entry-title, +.archive .format-aside .entry-title { display: none; } @@ -7390,11 +7799,11 @@ code { .comment { padding: 1em; border-top: 1px solid transparent; - border-top-color: #cccccc; + border-top-color: #ccc; } .comment.thread-odd { - background-color: whitesmoke; + background-color: #f5f5f5; } .comment-content a { @@ -7462,6 +7871,332 @@ code { clear: both; display: block; margin: 1em auto; +<<<<<<< HEAD +<<<<<<< HEAD +} + +/* - - - - - - - - - - - - - - - - - - - + == Galleries +- - - - - - - - - - - - - - - - - - - */ +.gallery { + margin-bottom: 1.5em; +} + +.gallery-item { + display: inline-block; + text-align: center; + vertical-align: top; + width: 100%; +} + +.gallery-columns-2 .gallery-item { + max-width: 50%; +} + +.gallery-columns-3 .gallery-item { + max-width: 33.33%; +} + +.gallery-columns-4 .gallery-item { + max-width: 25%; +} + +.gallery-columns-5 .gallery-item { + max-width: 20%; +} + +.gallery-columns-6 .gallery-item { + max-width: 16.66%; +} + +.gallery-columns-7 .gallery-item { + max-width: 14.28%; +} + +.gallery-columns-8 .gallery-item { + max-width: 12.5%; +} + +.gallery-columns-9 .gallery-item { + max-width: 11.11%; +} + +/* - - - - - - - - - - - - - - - - - - - + == Media +- - - - - - - - - - - - - - - - - - - */ +.page-content img.wp-smiley, +.entry-content img.wp-smiley, +.comment-content img.wp-smiley { + border: none; + margin-bottom: 0; + margin-top: 0; + padding: 0; +} + +/* Make sure embeds and iframes fit their containers */ +embed, +iframe, +object { + max-width: 100%; +} + +/* - - - - - - - - - - - - - - - - - - - + == Widgets +- - - - - - - - - - - - - - - - - - - */ +.widget { + /* + -ms-word-break: break-all; + word-break: break-all; + + // Non standard for webkit + word-break: break-word; + + -webkit-hyphens: auto; + -moz-hyphens: auto; + hyphens: auto; + */ + overflow: hidden; + border: 1px solid transparent; + border-width: 1px; + border-color: #ccc; + border-radius: 4px; + margin: 0 0 1.5em 0; + padding: 0; + background-color: #fff; + color: #000; +} +.widget a { + color: #428bca; +} +.widget a:hover { + color: #2a6496; +} +.widget .btn-primary, +.widget .btn-success, +.widget .btn-info, +.widget .btn-warning, +.widget .btn-danger, +.widget .btn-primary:hover, +.widget .btn-success:hover, +.widget .btn-info:hover, +.widget .btn-warning:hover, +.widget .btn-danger:hover { + color: white; +} +.widget .widget-head { + padding: 0.5em 0.5em 0.5em 1em; + border: 1px solid transparent; + border-width: 0 0 1px 0; + border-color: #ccc; +} +.widget .widget-head h2 { + font-size: 1em; + margin: 0; + color: #000; +} +.widget form { + margin: 1em; +} +.widget ul, .widget ol { + list-style-type: none; + padding: 0; + margin: 1em; +} +.widget ul li, .widget ol li { + margin-bottom: .75em; +} +.widget ul li ul, .widget ol li ul { + padding: 0; + margin: .5em 0 .5em 2em; + list-style-type: disc; +} +.widget ul li ul li, .widget ol li ul li { + margin-bottom: .5em; +} +.widget ul li ul li ul, .widget ol li ul li ul { + list-style-type: circle; +} +.widget ul li ol, .widget ol li ol { + padding: 0; + margin: .5em 0 .5em 2em; + list-style-type: decimal; +} +.widget ul li ol li, .widget ol li ol li { + margin-bottom: .5em; +} + +* html .widget.widget_dpe_fp_widget .dpe-flexible-posts li a { + height: 1%; +} + +/* Make sure select elements fit in widgets */ +.widget select { + max-width: 100%; +} + +.widget { + /* === CORE WP Widgets + */ + /* === 3rd Party Widgets + */ + /* === UCONN Widgets + */ +} +.widget.widget_text .textwidget { + margin: 1em; +} +.widget.widget_tag_cloud .tagcloud { + margin: 1em; +} +.widget.widget_black_studio_tinymce .textwidget { + margin: 1em; +} +.widget.simple-social-icons ul { + margin: 0.5em !important; +} +.widget.simple-social-icons ul li { + margin: 0.5em !important; +} +.widget.widget_rcpt ul { + margin: 0; +} +.widget.widget_rcpt ul .rcpt_item_title { + padding: .5em 5% 0; + font-weight: bold; +} +.widget.widget_rcpt ul .rcpt_item_title .rcpt_item_image { + margin-left: -9%; + margin-bottom: 1em; + width: 117%; +} +.widget.widget_rcpt ul .rcpt_item_title .rcpt_item_image img { + width: 100%; +} +.widget.widget_rcpt ul .rcpt_item_excerpt { + margin: .5em 5% 1em; +} +.widget.widget_rcpt ul .rcpt_item_date { + margin: .5em 5% 1em; +} +.widget.widget_sp_image { + padding: 0; + border: none; + background-color: transparent; +} +.widget.widget_metaslider_widget { + padding: 0; + background-color: transparent; + border: none; +} +.widget.widget_dpe_fp_widget { + padding: 0; + background-color: transparent; +} +.widget.widget_dpe_fp_widget .dpe-flexible-posts li { + padding: 0.1em 0px 0.1em 0px; + display: block; + background-color: transparent; +} +.widget.widget_dpe_fp_widget .dpe-flexible-posts li a { + margin: 0; + position: relative; + display: inline-block; +} +.widget.widget_dpe_fp_widget .dpe-flexible-posts li a .attachment-thumbnail { + height: 60px; + width: 60px; + margin-right: 10px; + margin-bottom: 10px; + float: left; +} +.widget.widget_dpe_fp_widget .dpe-flexible-posts li a .attachment-medium { + width: 48%; + margin-right: 10px; + margin-bottom: 10px; + float: left; +} +.widget.widget_dpe_fp_widget .dpe-flexible-posts li a .attachment-large { + max-width: 100%; + margin-right: 10px; + margin-bottom: 10px; + float: left; + clear: right; +} +.widget.widget_dpe_fp_widget .dpe-flexible-posts li a .title { + display: block; + position: relative; + font-size: 1em; + font-weight: normal; +} +.widget.widget_dpe_fp_widget .dpe-flexible-posts li a:after { + visibility: hidden; + display: block; + font-size: 0; + content: " "; + clear: both; + height: 0; +} +.widget.uc-contact-widget th { + white-space: nowrap; +} +.widget.uc-contact-widget td.uc-output-email { + word-break: break-all; +} +.widget.uc-contact-widget td.uc-output-more { + word-break: break-all; +} +.widget.uc-ecw { + padding-bottom: 1em; +} +.widget.uc-ecw .uc-cal { + padding: 0; +} +.widget.uc-ecw .uc-cal.uc-iconcal .uc-cal-list { + margin: 1em; +} +.widget.uc-ecw .uc-cal.uc-iconcal .uc-cal-list a.uc-cal-event { + font-family: "Helvetica Neue", Helvetica, Arial, sans-serif; + padding-left: 65px; + min-height: 65px; +} +.widget.uc-ecw .uc-cal.uc-iconcal .uc-cal-list a.uc-cal-event .uc-cal-event-date { + border: none; + width: 50px; + left: 0; + box-shadow: none; + background-color: #eee; +} +.widget.uc-ecw .uc-cal.uc-iconcal .uc-cal-list a.uc-cal-event .uc-cal-event-date .uc-cal-event-month { + height: auto; + padding: .4em .2em .3em .2em; + font-size: .8em; + background-color: #ccc; + color: #333; + font-weight: normal; + letter-spacing: 0; + text-transform: capitalize; +} +.widget.uc-ecw .uc-cal.uc-iconcal .uc-cal-list a.uc-cal-event .uc-cal-event-date .uc-cal-event-day { + padding: .5em .1em .6em; + height: auto; + background-color: #eee; + color: #333; + font-size: 1.2em; +} +.widget.uc-ecw .uc-cal.uc-iconcal .uc-cal-list a.uc-cal-event .uc-cal-event-title { + color: #428bca; + font-size: 1em; + line-height: 1.42857; + margin-bottom: .3em; + margin-top: .2em; +} +.widget.uc-ecw .uc-cal.uc-iconcal .uc-cal-list a.uc-cal-event .uc-cal-event-time { + color: #92bce0; + font-size: 1em; +======= +>>>>>>> 0b9a65cdbe3d11820b7f365de9f4b26ae22ed70d +======= +>>>>>>> 0b9a65cdbe3d11820b7f365de9f4b26ae22ed70d } /* - - - - - - - - - - - - - - - - - - - @@ -7780,8 +8515,18 @@ q:before, table q:after { opacity: .7; } #events-table table tbody th.today { +<<<<<<< HEAD +<<<<<<< HEAD + background: #ccc; + color: #333; +======= background: #cccccc; color: black; +>>>>>>> 0b9a65cdbe3d11820b7f365de9f4b26ae22ed70d +======= + background: #cccccc; + color: black; +>>>>>>> 0b9a65cdbe3d11820b7f365de9f4b26ae22ed70d } #events-table table tbody td { border-top-width: 0; @@ -7830,10 +8575,10 @@ q:before, table q:after { == Footers - - - - - - - - - - - - - - - - - - - */ #footers { - background-color: #eeeeee; + background-color: #eee; margin: 1.5em 0 0 0; border: 0px solid transparent; - border-color: #cccccc; + border-color: #ccc; border-width: 2px 0 0 0; } @@ -7855,6 +8600,14 @@ body.sticky .ie8 #footers { /* Make sure select elements fit in widgets */ } #mega-footer .widget { +<<<<<<< HEAD +<<<<<<< HEAD + color: #333; + background-color: transparent; + border: none; +======= +======= +>>>>>>> 0b9a65cdbe3d11820b7f365de9f4b26ae22ed70d overflow: hidden; border: 1px solid transparent; border-width: 1px; @@ -7864,6 +8617,10 @@ body.sticky .ie8 #footers { padding: 0; background-color: white; color: black; +<<<<<<< HEAD +>>>>>>> 0b9a65cdbe3d11820b7f365de9f4b26ae22ed70d +======= +>>>>>>> 0b9a65cdbe3d11820b7f365de9f4b26ae22ed70d } #mega-footer .widget a { color: #428bca; @@ -7982,11 +8739,23 @@ body.sticky .ie8 #footers { #mega-footer .widget.widget_sp_image { padding: 0; border: none; +<<<<<<< HEAD + background-color: transparent; +} +#mega-footer .widget.widget_metaslider_widget { + padding: 0; + background-color: transparent; +<<<<<<< HEAD + color: #333; +======= +>>>>>>> 0b9a65cdbe3d11820b7f365de9f4b26ae22ed70d +======= background-color: transparent; } #mega-footer .widget.widget_metaslider_widget { padding: 0; background-color: transparent; +>>>>>>> 0b9a65cdbe3d11820b7f365de9f4b26ae22ed70d border: none; } #mega-footer .widget.widget_dpe_fp_widget { @@ -8209,3 +8978,5 @@ body.sticky .ie8 #footers { - Andrew */ + +/*# sourceMappingURL=style.css.map */