Skip to content
Permalink
master
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
/* - - - - - - - - - - - - - - - - - - -
== Content
- - - - - - - - - - - - - - - - - - - */
.home #content {
@include widgets(".home #content");
.panel-grid {
// treat widgets in pagelayout builder as subpage widgets.
@include widgets(".subpage");
}
}
#page-sidebar {
@include widgets(".home #content");
}
.subpage {
@include widgets(".subpage");
}
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;
}
}
@include btnReset("#page #content .widget");
/* PAGE
--------------------------------------------------------------*/
#main {
border-radius: $border-radius-base;
background-color: $contentBg;
padding: $contentPadding;
overflow:hidden;
@include cs-word-break;
}
.page {
//@include uc-cal;
}
/* POSTS
--------------------------------------------------------------*/
.post {
background-color: $contentBg;
padding: $contentPadding;
}
.panel-grid .post {
background-color: transparent;
}
/*--------------------------------------------------------------
10.0 Content
--------------------------------------------------------------*/
/*--------------------------------------------------------------
10.1 Posts and pages
--------------------------------------------------------------*/
.sticky {
}
.hentry {
margin: 0 0 1.5em;
}
.byline,
.updated {
display: none;
}
.single .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,
a.btn {
text-decoration:none!important;
}
/*--------------------------------------------------------------
10.2 Asides
--------------------------------------------------------------*/
.blog .format-aside .entry-title,
.archive .format-aside .entry-title {
display: none;
}
/*--------------------------------------------------------------
10.3 Comments
--------------------------------------------------------------*/
.comments-area {
}
.comment-list {
padding:0;
list-style-type:none;
}
.comment-list ol {
list-style-type:none;
}
.comment {
padding:$contentPadding;
border-top:1px solid transparent;
border-top-color:$comment-top-border;
}
.comment.thread-odd {
background-color:$comment-thread-odd;
}
.comment-content a {
word-wrap: break-word;
}
/* comments form */
.form-submit {
display: none;
}
.comment-form-author,
.comment-form-email,
.comment-form-url {
width: 50%;
}
/*--------------------------------------------------------------
10.4 Private Page List
--------------------------------------------------------------*/
#page-private-list {
li {
list-style-type: none;
padding-bottom:10px;
}
}
/*--------------------------------------------------------------
10.5 UC People Page Template
--------------------------------------------------------------*/
#page-userlist {
.person {
padding-right:20px;
padding-bottom:20px;
padding-top:5px;
ul {
list-style-type: disc;
}
ol {
list-style-type: decimal;
}
a.person-permalink {
h4.person-name {
font-size:19px;
}
}
}
h3.group-title {
border-bottom: 1px solid #eee;
padding-bottom: 10px;
width: 100%;
}
table {
margin-bottom:0px;
td.person-thumbnail {
img {
max-width: none;
}
}
thead {
border-top:none !important;
border-bottom:none !important;
}
}
.table > thead > tr > th {
border-bottom:none !important;
}
.table > tbody > tr > td {
border-top:none !important;
}
.table > tbody > tr {
border-top:1px solid #eee;
border-bottom:1px solid #eee;
}
}
/*--------------------------------------------------------------
10.6 UC Calendar - Fixes for Sub/Super Characters
--------------------------------------------------------------*/
#content{
.widget {
// Uconn Calendar
&.uc-ecw{
.uc-cal-list {
.uc-cal-item {
.uc-cal-event-title {
display:flex !important;
}
}
}
}
}
}
.ui-datepicker-header {
color:black;
}
/*--------------------------------------------------------------
10.7 Breadcrumbs
--------------------------------------------------------------*/
.breadcrumb {
margin-bottom:0px;
li.menu-item {
margin-right:-3px;
}
@media (max-width:767px) {
display:none;
}
}
.breadcrumb > li + li::before {
content:"/"
}
/*--------------------------------------------------------------
10.8 Responsive Tables
--------------------------------------------------------------*/
@media (max-width:767px) {
.table-responsive table img {
min-width:100px
}
}