Advertisement
bunkdeath

style.css

Sep 23rd, 2012
153
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
CSS 1.19 KB | None | 0 0
  1. html, h2, ul, li{
  2.     margin: 0;
  3.     padding: 0;
  4.     border: 0;
  5.     outline: 0;
  6.     font-weight: inherit;
  7.     font-style: inherit;
  8.     font-size: 100%;
  9.     font-family: inherit;
  10.     vertical-align: baseline;
  11. }
  12.  
  13. #title_column {
  14.     float: left;
  15. }
  16.  
  17. .title h2 {
  18.     font-family: Arial,"Helvetica Neue",Helvetica,sans-serif;
  19.     padding-top: 10px;
  20.     font-size: 20px;
  21.     padding-left: 10px;
  22.     display: block;
  23.     height: 40px;
  24.     margin-bottom: 8px;
  25.     text-align: center;
  26.     background-color: #76cac6;
  27. }
  28.  
  29. .title ul {
  30.     margin: 0 10px 0 10px;
  31.     list-style: none;
  32. }
  33. .title li {
  34.     padding: 0 0 0 10px;
  35.     font-size: 15px;
  36.     color: #808080;
  37.     background: url(dots_row.gif) left bottom repeat-x;
  38. }
  39.  
  40. .title li span {
  41.     display: block;
  42.     width: 100%;
  43.     padding: 8px 0;
  44.     background: url(dots_row.gif) left bottom repeat-x;
  45.     cursor: pointer;
  46. }
  47.  
  48. #title1 {
  49.     float: left;
  50.     width: 120px;
  51.     background: url(dots_column.gif) repeat-y right top #fff;
  52. }
  53.  
  54. #title1 h2 {
  55.     width: 110px;
  56. }
  57.  
  58. #title2 {
  59.     float: left;
  60.     width: 310px;
  61.     background: url(dots_column.gif) repeat-y right top #fff;
  62. }
  63.  
  64. #title2 h2 {
  65.     width: 300px;
  66. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement