Advertisement
firoze

theme unit test css

Mar 2nd, 2015
258
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.85 KB | None | 0 0
  1. /*theme unit test css*/
  2.  
  3. /*table css by default*/
  4. table{}
  5. table tr{}
  6. table th{}
  7. table td{}
  8. table tr,th,td{border:1px solid #111;padding:10px;}
  9. table a{}
  10. table tr th td{}
  11.  
  12.  
  13. /*table css for widget calendar*/
  14.  
  15. table#wp-calendar{width:100%;}
  16. table#wp-calendar tr{}
  17. table#wp-calendar th{}
  18. table#wp-calendar th:hover{background: none repeat scroll 0 0 #125883;color: #FFFFFF;cursor:pointer;}
  19. table#wp-calendar td:hover{background: none repeat scroll 0 0 #125883;color: #FFFFFF;cursor:pointer;}
  20. table#wp-calendar td{}
  21. table#wp-calendar tr,th,td{border:1px solid #111;padding:5px 0;}
  22. table#wp-calendar a{color:none;}
  23. table#wp-calendar tr th td{}
  24.  
  25. table#wp-calendar td#today{color:#4887BF;font-size:25px;font-weight:700;background-color:#125883;}
  26.  
  27.  
  28.  
  29.  
  30.  
  31. /*Markup: Image Alignment*/
  32. .post img, .wp-caption {
  33. height: auto;
  34. max-width: 100%;
  35. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement