LabHeadlines Mod for Group Event Calendar Plugin


/ Published in: CSS
Save to your folder(s)



Copy this code and paste it in your HTML
  1. /* Group Calendar Mods for Custom Headlines Theme */
  2.  
  3. table.calendar caption {
  4. background:none repeat scroll 0 0 #86A225;
  5. }
  6.  
  7. table.calendar td.highlighted {
  8. background:none repeat scroll 0 0 #86A225;
  9. }
  10.  
  11. div#container div#content {
  12. margin-left:auto;
  13. margin-right:auto;
  14. width:960px;
  15. overflow: hidden;
  16. }
  17.  
  18. body div#container div#content div#container div#content {
  19. background:url("images/bg-box.png") repeat-x scroll 0 0 #FEFEFE;
  20. margin:0 0 20px;
  21. padding:20px;
  22. width:600px;
  23. float: left;
  24. }
  25.  
  26. body div#container div#content div#container {
  27. width: 600px;
  28. }
  29.  
  30. /* End Group Calendar Custom Headlines Theme Mods*/

Report this snippet


Comments

RSS Icon Subscribe to comments

You need to login to post a comment.