Skip to content

Instantly share code, notes, and snippets.

@jillmugge
Created April 22, 2014 14:53
Show Gist options
  • Save jillmugge/11182279 to your computer and use it in GitHub Desktop.
Save jillmugge/11182279 to your computer and use it in GitHub Desktop.
Event Manager CSS Tweeks
/*****************************************************
Custom CSS for Tweaking Events Manager Webinar
*****************************************************/
#builder-module-525c349e97bee-background-wrapper {
background: url(images/events-bkgd.jpg) no-repeat center top;
background-size: cover;
color: #fff;
padding-top: 50px;
}
.event-icon {
height: 35px;
width: 32px;
background: url(images/icon-calendar.png) no-repeat 0 10px;
padding-top: 16px;
text-align: center;
margin-right: 15px;
float: left;
}
.event-data {
padding-bottom: 15px;
}
#builder-module-525c349e97bee a {
color: #fff;
text-decoration: none;
}
#builder-module-525c349e97c60-background-wrapper {
background: #f2ebd2;
}
#builder-module-525c349e97c60-background-wrapper {
padding-top: 50px;
}
#builder-module-525c349e97c60 table,
table.fullcalendar td {
border: 0 !important;
}
table.fullcalendar thead {
background: #E0D2A6;
}
table.fullcalendar thead td {
text-align: center;
}
table.fullcalendar tbody {
background: #FCF8ED;
}
table.fullcalendar tbody td {
width: 14% !important;
}
table.fullcalendar tbody a {
text-decoration: none;
}
table.fullcalendar tbody a:hover {
text-decoration: underline;
}
table.fullcalendar tbody tr {
border-bottom: 1px solid #E0D2A6;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment