Skip to content

Instantly share code, notes, and snippets.

@jesseeproductions
Created October 29, 2014 00:05
Show Gist options
  • Star 1 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save jesseeproductions/634dabe18851e1cd7d90 to your computer and use it in GitHub Desktop.
Save jesseeproductions/634dabe18851e1cd7d90 to your computer and use it in GitHub Desktop.
CSS - The Events Calendar List Widget Styled like the Mini Calendar List
/*List Widget Styled like the Mini Calendar List of the Events Calendar */
.tribe-list-event-mini-styled {
border-bottom: 1px dotted #2f2f2f;
margin-bottom: 5px;
overflow: hidden;
padding-bottom: 5px;
width: 100%;
}
.tribe-list-event-mini-styled .list-date {
background: none repeat scroll 0 0 #666;
box-sizing: border-box;
display: inline;
float: left;
font-weight: bold;
margin: 10px 5% 10px 0;
overflow: hidden;
padding: 3px;
text-align: center;
width: 15%;
}
.tribe-list-event-mini-styled .list-date .list-dayname {
background: none repeat scroll 0 0 #fff;
box-sizing: border-box;
color: #666;
display: block;
font-size: 9px;
padding: 3px;
text-align: center;
text-transform: uppercase;
width: 100%;
}
.tribe-list-event-mini-styled .list-date .list-daynumber {
color: #fff;
display: block;
font-size: 15px;
line-height: 22px;
text-align: center;
width: 100%;
}
.tribe-list-event-mini-styled .list-info {
font-size: 13px;
}
.tribe-list-event-mini-styled .list-info {
display: inline;
float: left;
line-height: 1;
margin: 10px 0;
width: 80%;
}
.tribe-list-event-mini-styled .list-info h2 {
font-size: 14px;
font-weight: bold;
line-height: 18px;
margin-bottom: 10px;
margin-top: 0;
}
.tribe-list-event-mini-styled-cost {
font-weight: bold;
}
.tribe-list-event-mini-styled .tribe-events-divider {
display: inline;
font-weight: normal;
}
.tribe-list-event-mini-styled .tribe-list-event-mini-styled-cost,
.tribe-list-event-mini-styled .event-is-recurring,
.tribe-list-event-mini-styled .tribe-organizer-wrap,
.tribe-list-event-mini-styled .tribe-events-event-details span {
width:100%;
margin: 5px 0;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment