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
Update to programs page styles
  • Loading branch information
cmc12028 committed Apr 20, 2017
1 parent 98d84e4 commit 1e82ff7
Showing 1 changed file with 171 additions and 17 deletions.
188 changes: 171 additions & 17 deletions grandchild-styles.css
Expand Up @@ -10,16 +10,20 @@ strong {
font-weight:normal;
}

a {
color:#F0AD4E;
text-decoration:none!important;
}
#page a {
color:#d38809;
text-decoration:none
}

a:hover {
color: #cd9547;
text-decoration:underline!important;
}

#page-sorting-programs a {
color:#F0AD4E
}

.home .glyphicon.glyphicon-new-window {
display:none;
}
Expand Down Expand Up @@ -791,16 +795,6 @@ h5.going-on-title {
font-weight: bold;
}

.home a.link-color {
color:#c58223!important;
text-decoration:none!important;
}

.home a.link-color:hover {
color:#cd9547;!important;
text-decoration:underline!important;
}

.home ul#menu-grad-main-top-nav.nav.navbar-nav li a{
color:#fff!important;
}
Expand Down Expand Up @@ -1623,12 +1617,13 @@ font-size: 13px;


#page-sorting-programs .details-wrap {
height:100px;
height:120px;
background-color:#333;
color:#fff;
padding:12px 15px;
font-size:13px;
overflow:hidden;
position: relative;
}

#page-sorting-programs .details-wrap.color-agriculture {
Expand Down Expand Up @@ -1675,8 +1670,9 @@ font-size: 13px;
}

#page-sorting-programs .details-wrap p.degrees {
text-align:right;
margin-left:10px;
position: absolute;
right: 12px;
bottom: 0;
}

@media (min-width:800px) and (max-width:991px) {
Expand Down Expand Up @@ -1996,5 +1992,163 @@ color:#53b8fe;
font-size:26px!important
}

#masthead {
background:#292929
}
/*------------ active states on nav items ---------------*/
#masthead.site-header #nav-wrapper #tabs-top-wrapper ul.nav.nav-tabs li.current-menu-ancestor.current-menu-ancestor a {
color:#2E2E2E!important;
font-weight:700
}

#masthead #nav-wrapper #nav-tabs #tabs-bottom .navbar ul.nav.navbar-nav .current-menu-parent > a {
color:#2E2E2E!important;
font-weight:700
}

/*------------ Footer ---------------*/
#footers {
border-width:0!important
}

li#text-2.widget.widget_text {
margin-bottom:0;
height:inherit!important
}

#text-2 {
max-height:80px!important
}

li#text-2 .textwidget {
margin-bottom:0!important
}

li#text-2 .textwidget h2 {
margin-bottom:0!important
}

li#text-3.widget.widget_text {
width:80%;
height:250px!important;
margin-left:auto;
margin-right:auto;
margin-bottom:-33px!important
}

.uc-cal.uc-iconcal {
padding:15px 10px 7px
}

#uc_events_calendar_widget-4 {
margin-bottom:0!important
}

p.upcoming-events-footer {
margin-bottom:30px!important
}

@media (max-width:767px) {
#footers #mega-footer .container .col-sm-4:nth-child(2) {
margin-bottom:55px!important
}
}

@media (max-width:767px) {
#footers #mega-footer .container #simple-social-icons-2 {
margin-top:-35px!important
}
}

/*------------ people page ---------------*/
.uc-people .person-image {
float:left;
padding-right:20px!important
}

.uc-people .person-fax,.person-mailing_address,.person-office_location,.person-campus,.person-office_hours {
padding-left:187px
}

/*================== video on admissions ======================*/
.page-id-58735 .metaslider {
margin-top:65px!important
}

/* ============================= IMGs on programs page ===========================*/
#page-sorting-programs img {
width:100%!important
}

/*====================Degrees and Cert Programs Humanities color==================*/
#page-sorting-programs .details-wrap.color-humanities {
background-color:#0000c1
}

/*====================Degrees and Cert Programs email field==================*/
#page-sorting-programs .email {
margin-top: -12px!important;
}

/*====================steps to apply page==================*/
.page-id-89637 .number-image {
position:relative
}

.page-id-89637 .widget_sp_image-description {
position:absolute;
bottom:0;
font-size:400px;
color:#fff;
font-weight:700;
padding-left:30px;
max-height:400px
}

@media (max-width:1200px) {
.page-id-89637 .widget_sp_image-description {
max-height:350px;
font-size:350px
}
}

@media (max-width:991px) {
.page-id-89637 .widget_sp_image-description {
max-height:300px;
font-size:300px
}
}

@media (max-width:767px) {
.page-id-89637 .widget_sp_image-description {
max-height:400px;
font-size:400px
}
}

@media (max-width:767px) {
.page-id-89637 h1 {
margin-top:0!important
}
}

@media (max-width:540px) {
.page-id-89637 .widget_sp_image-description {
font-size:300px;
max-height:300px
}
}

@media (max-width:430px) {
.page-id-89637 .widget_sp_image-description {
font-size:240px;
max-height:240px
}
}

@media (max-width:350px) {
.page-id-89637 .widget_sp_image-description {
font-size:150px;
max-height:150px
}
}

0 comments on commit 1e82ff7

Please sign in to comment.