diff --git a/css/sistertalk.css b/css/sistertalk.css index 3e283d6..4041a60 100644 --- a/css/sistertalk.css +++ b/css/sistertalk.css @@ -7594,7 +7594,6 @@ button.close { } .home #content .widget.uc-people-widget h3.group-title { border-bottom: 1px solid #eee; - color: #ac0000; padding-bottom: 10px; width: 100%; } @@ -7988,7 +7987,6 @@ button.close { } .home #content .panel-grid .widget.uc-people-widget h3.group-title { border-bottom: 1px solid #eee; - color: #ac0000; padding-bottom: 10px; width: 100%; } @@ -8387,7 +8385,6 @@ button.close { } #page-sidebar .widget.uc-people-widget h3.group-title { border-bottom: 1px solid #eee; - color: #ac0000; padding-bottom: 10px; width: 100%; } @@ -8782,7 +8779,6 @@ button.close { } .subpage .widget.uc-people-widget h3.group-title { border-bottom: 1px solid #eee; - color: #ac0000; padding-bottom: 10px; width: 100%; } @@ -9438,6 +9434,49 @@ a.btn { padding-bottom: 10px; } +/*-------------------------------------------------------------- +10.5 UC People Page Template +--------------------------------------------------------------*/ +#page-userlist .person { + padding-right: 20px; + padding-bottom: 20px; + padding-top: 5px; +} +#page-userlist .person ul { + list-style-type: disc; +} +#page-userlist .person ol { + list-style-type: decimal; +} +#page-userlist .person a.person-permalink h4.person-name { + font-size: 19px; +} +#page-userlist h3.group-title { + border-bottom: 1px solid #eee; + padding-bottom: 10px; + width: 100%; +} +#page-userlist table { + margin-bottom: 0px; +} +#page-userlist table td.person-thumbnail img { + max-width: none; +} +#page-userlist table thead { + border-top: none !important; + border-bottom: none !important; +} +#page-userlist .table > thead > tr > th { + border-bottom: none !important; +} +#page-userlist .table > tbody > tr > td { + border-top: none !important; +} +#page-userlist .table > tbody > tr { + border-top: 1px solid #eee; + border-bottom: 1px solid #eee; +} + /* - - - - - - - - - - - - - - - - - - - == Captions - - - - - - - - - - - - - - - - - - - */ @@ -10037,7 +10076,6 @@ body.sticky .ie8 #footers { } #mega-footer .widget.uc-people-widget h3.group-title { border-bottom: 1px solid #eee; - color: #ac0000; padding-bottom: 10px; width: 100%; } diff --git a/scss/sistertalk.scss b/scss/sistertalk.scss index 95b807f..4c0c7f0 100644 --- a/scss/sistertalk.scss +++ b/scss/sistertalk.scss @@ -12,7 +12,7 @@ $sis-grey: #939598; -@import "../../hale2015/scss/hale2015-purple.scss"; +@import "../../hale2015/scss/hale2015-purple.scss"; #uc-header {