Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- #sidebar1 {
- float : right;
- }
- .sidebar {
- box-shadow:black 0 0 10px;
- background : url(img/bgpage.png);
- float : right;
- width : 300px;
- margin : 10px 6px 0px 0;
- padding : 0 0 0 0;
- font-size : 16px;
- font-weight : bold;
- font-family : Times New Roman;
- color : #476f7c;
- }
- .sidebar ul {
- margin : 0 0 0 0;
- padding : 0 0 0 0;
- list-style : none;
- }
- .sidebar li ul {
- padding : 8px 0 10px 10px;
- }
- .sidebar li h2 {
- text-shadow : black 1px 1px 1px;
- height : 60px;
- padding : 0px 16px 0px 16px;
- background : url(img/mtbg.png) top left no-repeat;
- font-size : 20px;
- font-weight : bold;
- font-family : Times New Roman;
- color : #fefefe;
- margin: 0 0 0 0;
- }
- .sidebar a {
- color : #476f7c;
- text-decoration : none;
- }
- .sidebar a:hover {
- text-decoration : underline;
- }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement