Skip to content
This repository has been archived by the owner. It is now read-only.

Commit

Permalink
Browse files Browse the repository at this point in the history
UC People Style Update & Changes to Styles
  • Loading branch information
briandunnigan authored and briandunnigan committed Dec 10, 2015
1 parent 7f499eb commit f5f1a9b
Show file tree
Hide file tree
Showing 18 changed files with 5,395 additions and 1,955 deletions.
457 changes: 336 additions & 121 deletions css/sherman-black.css

Large diffs are not rendered by default.

457 changes: 336 additions & 121 deletions css/sherman-blue.css

Large diffs are not rendered by default.

457 changes: 336 additions & 121 deletions css/sherman-brightyellow.css

Large diffs are not rendered by default.

457 changes: 336 additions & 121 deletions css/sherman-green.css

Large diffs are not rendered by default.

457 changes: 336 additions & 121 deletions css/sherman-grey.css

Large diffs are not rendered by default.

457 changes: 336 additions & 121 deletions css/sherman-hotpink.css

Large diffs are not rendered by default.

457 changes: 336 additions & 121 deletions css/sherman-huntergreen.css

Large diffs are not rendered by default.

457 changes: 336 additions & 121 deletions css/sherman-lavender.css

Large diffs are not rendered by default.

457 changes: 336 additions & 121 deletions css/sherman-orange.css

Large diffs are not rendered by default.

457 changes: 336 additions & 121 deletions css/sherman-pink.css

Large diffs are not rendered by default.

457 changes: 336 additions & 121 deletions css/sherman-purple.css

Large diffs are not rendered by default.

457 changes: 336 additions & 121 deletions css/sherman-red.css

Large diffs are not rendered by default.

457 changes: 336 additions & 121 deletions css/sherman-redorange.css

Large diffs are not rendered by default.

457 changes: 336 additions & 121 deletions css/sherman-skyblue.css

Large diffs are not rendered by default.

457 changes: 336 additions & 121 deletions css/sherman-teal.css

Large diffs are not rendered by default.

457 changes: 336 additions & 121 deletions css/sherman-yellow.css

Large diffs are not rendered by default.

20 changes: 10 additions & 10 deletions sass/_sherman-common.scss
Expand Up @@ -48,16 +48,16 @@ body{
padding-left:8px;
#uc-site-parent a{
color:$title_parent;
text-transform: uppercase;
text-transform: uppercase;
&:hover {
color:$title_parentHover;
}
}

#uc-site-title a {
color:$title_txt;
&:hover {
color:$title_txtHover;
&:hover {
color:$title_txtHover;
}
}
}
Expand All @@ -68,7 +68,7 @@ body{
#nav-wrapper{
#site-navigation{
border-bottom:none;
border-width:0px;
border-width:0px;
}
.navbar-header{
.navbar-toggle{
Expand Down Expand Up @@ -108,7 +108,7 @@ body{
bottom:0;
height:0;
width: 0;
border:6px solid transparent;
border:6px solid transparent;
border-bottom-color:$dropdown-bg;
@media (max-width: 767px) {
display:none;
Expand Down Expand Up @@ -396,8 +396,8 @@ body{
}
}
}
.table > thead > tr > th,
.table > thead > tr > td,
.table > thead > tr > th,
.table > thead > tr > td,
.table > tbody > tr > th,
.table > tbody > tr > td,
.table > tfoot > tr > th,
Expand All @@ -412,7 +412,7 @@ body{
}
}
}
@include shermanReset("#footers");
@include shermanReset("#footers");



Expand Down Expand Up @@ -533,7 +533,7 @@ table .external .glyphicon-new-window {
}
#footers {
* {
background-color:#333!important;
background-color:#333!important;
color:white!important;
}
a {
Expand All @@ -554,7 +554,7 @@ table .external .glyphicon-new-window {
#masthead {
.form-group {
.btn {
color:$sh-search-submit-color;
color:$sh-search-submit-color;
}
}
#megamenu-mobile-title {
Expand Down
18 changes: 9 additions & 9 deletions sass/_sherman-variables-common.scss
Expand Up @@ -7,9 +7,9 @@ $contentPadding: 31px 0 4em;
$headings-font-weight: bold;
$header-border: #fff !default;

$border-radius-base: 0;
$border-radius-large: 0;
$border-radius-small: 0;
$border-radius-base: 0px;
$border-radius-large: 4px;
$border-radius-small: 4px;

$navbar-margin-bottom: 0;
$navbar-collapse-max-height: none;
Expand Down Expand Up @@ -133,9 +133,9 @@ $sh-search-submit-color: rgba(255,255,255,0.5) !default;

@mixin shermanReset($selector){
#{$selector} a.btn{
-webkit-border-radius: 5px;
-moz-border-radius: 5px;
border-radius: 4px;
-webkit-border-radius: 4px;
-moz-border-radius: 4px;
border-radius: 4px !important;
font-weight: 400;
color:#fff;
&:hover{
Expand All @@ -150,9 +150,9 @@ $sh-search-submit-color: rgba(255,255,255,0.5) !default;

}
#{$selector} .btn{
-webkit-border-radius: 5px;
-moz-border-radius: 5px;
border-radius: 5px;
-webkit-border-radius: 4px;
-moz-border-radius: 4px;
border-radius: 4px !important;
font-weight: 400;
color:#fff;
&.btn-default{
Expand Down

0 comments on commit f5f1a9b

Please sign in to comment.