Advertisement
Guest User

MagicWWW

a guest
Dec 20th, 2011
66
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
CSS 1.27 KB | None | 0 0
  1.         #main_right {
  2.             margin: 15px auto;
  3.             height: auto;
  4.             width: 800px
  5.         }
  6.        
  7.         .main_right_nav {
  8.             background: #2B1E12;
  9.             height: 39px;
  10.             width: 100%
  11.         }
  12.        
  13.         .main_right_nav h2 {
  14.             color: #AD9C87;
  15.             font-weight: bold;
  16.             text-align: center;
  17.             line-height: 39px;
  18.             vertical-align: middle;
  19.             font-size: 16px
  20.         }
  21.        
  22.         .news_container {
  23.             width: 100%;
  24.             height: auto !important;
  25.             background-color: #48321E;
  26.             padding-top: 2px;
  27.             text-align: center
  28.         }
  29.        
  30.         .box {
  31.             width: 350px;
  32.             height: auto;
  33.             margin: 6px;
  34.             display: inline-block
  35.         }
  36.        
  37.         #span1 {
  38.             text-align: left;
  39.             font-size: 12px;
  40.             color: #AD9C87;
  41.             font-weight: bold;
  42.             margin-left: 3px;
  43.             float: left
  44.         }
  45.        
  46.         #span2 {
  47.             text-align: right;
  48.             font-size: 12px;
  49.             color: #AD9C87;
  50.             font-weight: bold;
  51.             margin-right: 3px;
  52.             float: right
  53.         }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement