Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- header h1{
- color: #333333
- }
- a:link, a:visited, a:hover {
- color: #702802;
- }
- a:hover{
- text-decoration: none
- }
- a:active {
- position: relative;
- top: 1px;
- }
- .boardlist .sub{
- color: transparent
- }
- .boardlist .sub a{
- color: #000000;
- background-color: #D7CFC0;
- font-weight: bold;
- text-decoration: none;
- padding: 0.5em;
- border-right: 1px solid #706B6E;
- border-bottom: 1px solid #706B5E;
- border-left: 1px solid #706B5E;
- border-bottom-right-radius: 0.5em;
- border-bottom-left-radius: 0.5em;
- }
- .boardlist .sub a[href$="index.html"]:after{
- content:'/';
- }
- .boardlist .sub a[href$="index.html"]:before{
- content:'/';
- }
- .boardlist .sub a:hover{
- text-decoration: none !important;
- box-shadow: 1px 1px 2px #999999;
- }
- .post.reply .body{
- margin-left: 1.2em!important;
- }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement