Created
April 22, 2014 14:53
-
-
Save jillmugge/11182279 to your computer and use it in GitHub Desktop.
Event Manager CSS Tweeks
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
/***************************************************** | |
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