Foreground.css: Difference between revisions
From The Rockman EXE Zone Wiki
No edit summary |
No edit summary |
||
Line 14: | Line 14: | ||
} | } | ||
#page-content .row { | #page-content>div.row { | ||
background-color: #FFF; | background-color: #FFF; | ||
padding: 45px 50px; | padding: 45px 50px; | ||
Line 25: | Line 25: | ||
border-bottom: 4px solid #E0E0E0; | border-bottom: 4px solid #E0E0E0; | ||
border-radius: 4px; | border-radius: 4px; | ||
} | |||
#page-content>div.row:first-child { | |||
display: none; | |||
} | } |
Revision as of 15:41, 25 November 2015
html, body { height: 100%; } #page-content { background: url('http://new.therockmanexezone.com/wp-content/uploads/2015/07/bg_TilesGrain.png'); background-repeat: repeat; background-position: top center; background-attachment: fixed; } nav.top-bar { margin-bottom: 0; } #page-content>div.row { background-color: #FFF; padding: 45px 50px; margin-bottom: 30px; background-image: url('http://new.therockmanexezone.com/wp-content/uploads/2015/07/bg_content_header.png'); background-position: left top; background-repeat: no-repeat; border: 1px solid #CCCCCC; border-top: 1px solid #DADADA; border-bottom: 4px solid #E0E0E0; border-radius: 4px; } #page-content>div.row:first-child { display: none; }