Skip to content
This repository has been archived by the owner. It is now read-only.
Permalink
eb5d3e6a08
Switch branches/tags

Name already in use

A tag already exists with the provided branch name. Many Git commands accept both tag and branch names, so creating this branch may cause unexpected behavior. Are you sure you want to create this branch?
Go to file
 
 
Cannot retrieve contributors at this time
472 lines (387 sloc) 8.29 KB
/*
Theme Name: Sherman
Description: Aurora's new theme for 2014.
Author: UITS Web Development Lab
Template: cornerstone
Version: 1.0.0
*/
@import "sass/variables.scss";
@import "../cornerstone/style.scss";
#uc-site-header {
padding-left:8px;
}
#uc-header {
border-bottom-color:$header_border;
}
body {
background-color:#fafafa;
}
#masthead {
background: #142548;
background: -moz-linear-gradient(top, #142548 0%, #071839 100%);
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#142548), color-stop(100%,#071839));
background: -webkit-linear-gradient(top, #142548 0%,#071839 100%);
background: -o-linear-gradient(top, #142548 0%,#071839 100%);
background: -ms-linear-gradient(top, #142548 0%,#071839 100%);
background: linear-gradient(to bottom, #142548 0%,#071839 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#142548', endColorstr='#071839',GradientType=0 );
#uc-site-parent a {
color:$title_parent;
text-transform: uppercase;
&:hover {
color:$title_parentHover;
}
}
#uc-site-title a {
color:$title_txt;
&:hover {
color:$title_txtHover;
}
}
@include searchform();
#site-navigation {
border-bottom:none;
border-width:0px;
// mobile
.navbar-header {
.navbar-toggle {
color:rgba(255,255,255, .7);
border-color:rgba(255,255,255, .1);
background-color:rgba(0,0,0, .15);
.menu-icon {
.icon-bar {
background-color:rgba(255,255,255, .5);
}
}
&:hover {
background-color:rgba(0,0,0, .3);
}
&:active {
background-color:rgba(0,0,0, .6);
}
}
.navbar-brand {
color:$title_txt;
}
}
.navbar-collapse {
padding:0;
.nav {
@include searchform();
&> li.open:after {
content:'';
display: block;
position: absolute;
left:50%;
margin-left:-6px;
bottom:0;
height:0;
width: 0;
border:6px solid transparent;
border-bottom-color:$dropdown-bg;
}
li.current-menu-ancestor a.dropdown-toggle {
color:white;
}
.dropdown-menu {
padding:0;
margin:0;
border:none;
-webkit-box-shadow: none;
box-shadow: none;
a {
padding-top: 10px;
padding-bottom:10px;
&:hover {
}
}
}
}
}
}
}
@media (min-width: 768px) {
#masthead #site-navigation .navbar-collapse .nav > li:first-child > a {
padding-left: 0;
}
}
@media (max-width: 767px) {
#masthead {
#site-navigation {
.navbar-collapse {
padding-left:15px;
padding-right:15px;
.nav {
&> li.open:after {
display:none;
}
}
}
}
.searchform {
.btn {
padding:6px 12px;
margin-top:-2px !important;
}
}
}
#masthead #site-navigation .navbar-collapse .nav .dropdown-menu {
background-color: #091733;
}
}
#masthead #site-navigation .navbar-header .navbar-brand {
margin-top:4px;
}
.widget {
.widget-head {
.widget-title {
font-weight:normal;
}
}
}
#masthead #site-navigation .navbar-collapse .nav > li.active:after, #masthead #site-navigation .navbar-collapse .nav > li.current-menu-ancestor:after {
-moz-border-bottom-colors: none;
-moz-border-left-colors: none;
-moz-border-right-colors: none;
-moz-border-top-colors: none;
border-color: transparent transparent white;
border-image: none;
border-style: solid;
border-width: 6px;
bottom: -1px;
content: "";
display: block;
height: 0;
left: 50%;
margin-left: -6px;
position: absolute;
width: 0;
}
@media (max-width: 767px) {
#masthead #site-navigation .navbar-collapse .nav > li.active:after, #masthead #site-navigation .navbar-collapse .nav > li.current-menu-parent:after {
display: none;
}
}
.uc-cal-event-month {
padding-bottom:0!important;
padding-top:.6em!important;
}
.uc-cal-event-day {
padding-top:.3em!important;
}
.widget.uc-ecw .uc-cal.uc-iconcal .uc-cal-list a.uc-cal-event .uc-cal-event-date {
border:1px solid #e5e5e5;
}
.widget.uc-ecw .uc-cal.uc-iconcal .uc-cal-list a.uc-cal-event .uc-cal-event-date .uc-cal-event-day {
font-size:1.7em;
padding-bottom:0.2em;
margin-top:-3px;
color:#777777;
}
#main {
border:1px solid #eee;
border-top:none;
}
#content {
.page {
padding-top:0px;
padding-bottom:4em;
h1 {
color:#ac0000;
border-bottom:1px solid #ddd;
padding-bottom:.5em;
font-weight:normal;
margin-top:2.5em;
}
.entry-header h1 {
margin-top:20px;
}
h2 {
margin-top:1.5em;
margin-bottom:1em;
}
h1 + h2 {
margin-top:1em;
}
h3 {
margin-top:2em;
font-weight:bold;
color:#4C608A;
}
}
#page-archive{
.entry-header{
.page-title{
padding-left: 0.57em;
}
}
}
.col-sm-12 .page {
padding-left:3em;
padding-right:3em;
}
.col-sm-9 .page {
padding-left:3em;
padding-right:3em;
}
#page-blank {
.page {
padding-left:0;
padding-right:0;
}
}
}
@media (max-width: 767px) {
#content .page {
padding-left:1em!important;
padding-right:1em!important;
}
}
.entry-content {
.row {
margin:0;
}
}
.form-control {
border-right:none;
box-shadow: none;
}
.form-group .btn {
border-left:none;
color:#777777;
}
.comment-form-comment .form-control {
border-right:1px solid #cccccc;
}
#site-title .searchform .form-group .form-control {
font-size:12px;
}
/* Fixes for IE search button size */
.lte9 #site-title .searchform .form-group .form-control {
height:30px;
}
/*A little hack-y to target IE10+ */
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
#site-title .searchform .form-group .form-control {
height:30px;
}
}
.menu-label {
top:-1px;
}
.menu-icon, .menu-label {
margin-bottom:-1px;
}
.navbar-form {
padding: 10px 15px 2px !important;
margin: 8px -15px 0px !important;
}
.widget {
margin:0 0 10px;
}
.page {
.col-xs-1, .col-sm-1, .col-md-1, .col-lg-1, .col-xs-2, .col-sm-2, .col-md-2, .col-lg-2, .col-xs-3, .col-sm-3, .col-md-3, .col-lg-3, .col-xs-4, .col-sm-4, .col-md-4, .col-lg-4, .col-xs-5, .col-sm-5, .col-md-5, .col-lg-5, .col-xs-6, .col-sm-6, .col-md-6, .col-lg-6, .col-xs-7, .col-sm-7, .col-md-7, .col-lg-7, .col-xs-8, .col-sm-8, .col-md-8, .col-lg-8, .col-xs-9, .col-sm-9, .col-md-9, .col-lg-9, .col-xs-10, .col-sm-10, .col-md-10, .col-lg-10, .col-xs-11, .col-sm-11, .col-md-11, .col-lg-11, .col-xs-12, .col-sm-12, .col-md-12, .col-lg-12 {
padding-left:15px;
padding-right:15px;
}
.entry-header {
padding-left:15px;
padding-right:15px;
}
}
#content .col-sm-12 .page {
padding-left:2em;
padding-right:2em;
}
#page-home {
padding-top:15px;
.widget .col-xs-1, .col-sm-1, .col-md-1, .col-lg-1, .col-xs-2, .col-sm-2, .col-md-2, .col-lg-2, .col-xs-3, .col-sm-3, .col-md-3, .col-lg-3, .col-xs-4, .col-sm-4, .col-md-4, .col-lg-4, .col-xs-5, .col-sm-5, .col-md-5, .col-lg-5, .col-xs-6, .col-sm-6, .col-md-6, .col-lg-6, .col-xs-7, .col-sm-7, .col-md-7, .col-lg-7, .col-xs-8, .col-sm-8, .col-md-8, .col-lg-8, .col-xs-9, .col-sm-9, .col-md-9, .col-lg-9, .col-xs-10, .col-sm-10, .col-md-10, .col-lg-10, .col-xs-11, .col-sm-11, .col-md-11, .col-lg-11, .col-xs-12, .col-sm-12, .col-md-12, .col-lg-12 {
padding-left:5px;
padding-right:5px;
}
.row {
margin-left:-5px;
margin-right:-5px;
}
.widget {
margin: 0 0 10px;
}
}
#mega-footer, #footer {
border-top:1px solid #233e75;
}
#mega-footer+#footer {
border-top:none;
}
#mega-footer .widget .widget-head h2 {
color:#999999;
}
#mega-footer li {
font-size:13px;
}
footer li {
font-size:13px;
}
table .external .glyphicon-new-window {
font-size: 0.8em !important;
margin-left: 0.4em !important;
opacity: 0.7 !important;
}
// Events Calendar Grid
#vb {
#vb-timespan {
a {
margin:0 0 0 .3em;
line-height:2em;
}
}
}
#events-grid-wrap {
th {
width:14.23%;
}
th:first-child {
width:auto;
}
}
/*
Profile Page
*/
.page-template-page-user-profile-php {
.uup-user {
padding: 2em;
& > span {
display:block;
}
.uup-image{
margin: 20px 0px;
}
.uup-name {
font-weight:bold;
.uup-first {
&:after {
content:' ';
}
}
.uup-last {}
}
.uup-title {
}
.uup-phones {
.uup-phone1 {}
.uup-phone2 {
display:block;
}
}
.uup-email {
}
.uup-fax {
}
.uup-office-location {
}
.uup-office-hours {
}
.uup-mailing-address {
}
}
}