Advertisement
davinian

CSS for Events Manager - calendar-full.php

Apr 1st, 2013
386
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
CSS 1.03 KB | None | 0 0
  1. /* Events
  2.  * Custom CSS for Events Manager calendar-full.php (see http://pastebin.com/TLqDER89)
  3.  * http://wordpress.org/extend/plugins/events-manager/
  4.  * Date: 30/03/13
  5.  */
  6.  
  7. .single-event {
  8.   margin-top: 0;
  9.   margin-bottom: 15px;
  10.   padding-bottom: 20px;
  11.   border-top: 1px solid rgb(241, 247, 227);
  12.   padding-top: 10px;
  13. }
  14.  
  15. .cal-list-month {
  16.   text-align: center;
  17.   margin: 0 0 25px;
  18.   width: 100%;
  19.   font-size: 20px;
  20. }
  21. .cal-list-day {
  22.   background-color: #fbfbfb;
  23.   padding-bottom: 10px;
  24.   margin: 0;
  25. }
  26.  
  27. h2.cal-list-date {
  28.   background-color: rgb(241, 247, 227);
  29.   margin-bottom: 0;
  30.   padding: 5px 5px 5px 10px;
  31.   color: #367e34;
  32.   font-weight: bold;
  33.   margin-top: 0;
  34. }
  35.  
  36. .cal-list-event {
  37.   border-top: 1px solid #e1e1e1;
  38.   margin: 0 0 10px;
  39.   padding: 5px 20px;
  40. }
  41.  
  42. .cal-list-event-more {
  43.   font-style: italic;
  44.   font-size: 12px;
  45.   line-height: 12px;
  46. }
  47.  
  48. span.category {
  49.   padding: 2px;
  50.   font-style: italic;
  51. }
  52.  
  53. .em-location-map, .em-locations-map { width: 640px !important; height: 280px !important; }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement