Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- /*theme unit test css*/
- /*table css by default*/
- table{}
- table tr{}
- table th{}
- table td{}
- table tr,th,td{border:1px solid #111;padding:10px;}
- table a{}
- table tr th td{}
- /*table css for widget calendar*/
- table#wp-calendar{width:100%;}
- table#wp-calendar tr{}
- table#wp-calendar th{}
- table#wp-calendar th:hover{background: none repeat scroll 0 0 #125883;color: #FFFFFF;cursor:pointer;}
- table#wp-calendar td:hover{background: none repeat scroll 0 0 #125883;color: #FFFFFF;cursor:pointer;}
- table#wp-calendar td{}
- table#wp-calendar tr,th,td{border:1px solid #111;padding:5px 0;}
- table#wp-calendar a{color:none;}
- table#wp-calendar tr th td{}
- table#wp-calendar td#today{color:#4887BF;font-size:25px;font-weight:700;background-color:#125883;}
- /*Markup: Image Alignment*/
- .post img, .wp-caption {
- height: auto;
- max-width: 100%;
- }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement