Difference between revisions of "User:Anirvan 0101/common.css"

From Baka-Tsuki
Jump to navigation Jump to search
m
Line 2: Line 2:
 
color: #222;
 
color: #222;
 
background: #fbfbfb url(http://themes.wdfiles.com/local--files/maple/body-bg.gif) repeat 0 0;
 
background: #fbfbfb url(http://themes.wdfiles.com/local--files/maple/body-bg.gif) repeat 0 0;
  +
}
  +
#container-wrap-wrap {
  +
background: url(http://themes.wdfiles.com/local--files/maple/header-bg2.png) repeat-x 0 0;
  +
}
  +
#extra-div-1 {
  +
position: absolute;
  +
top: 129px;
  +
height: 42px;
  +
left: 0;
  +
right: 0;
  +
background: #313537 url(http://themes.wdfiles.com/local--files/maple/topbar-bg.png) repeat-x 0 0;
  +
}
  +
#container-wrap {
  +
background: url(http://themes.wdfiles.com/local--files/maple/footer-bg.png) repeat-x 0 100%;
  +
}
  +
#container {
  +
margin: 0 auto;
  +
width: 960px;
 
}
 
}

Revision as of 18:06, 28 June 2014

body {
    color: #222;
    background: #fbfbfb url(http://themes.wdfiles.com/local--files/maple/body-bg.gif) repeat 0 0;
}
#container-wrap-wrap {
    background: url(http://themes.wdfiles.com/local--files/maple/header-bg2.png) repeat-x 0 0;    
}
#extra-div-1 {
    position: absolute;
    top: 129px;
    height: 42px;
    left: 0;
    right: 0;
    background: #313537 url(http://themes.wdfiles.com/local--files/maple/topbar-bg.png) repeat-x 0 0;
}
#container-wrap {
    background: url(http://themes.wdfiles.com/local--files/maple/footer-bg.png) repeat-x 0 100%;
}
#container {
    margin: 0 auto;
    width: 960px; 
}