Foreground.css: Difference between revisions
From The Rockman EXE Zone Wiki
No edit summary |
No edit summary |
||
Line 11: | Line 11: | ||
} | } | ||
.top-bar { | |||
margin-bottom: 0; | margin-bottom: 0; | ||
background-image: url('http://new.therockmanexezone.com/wp-content/uploads/2015/07/bg_header.png'); | background-image: url('http://new.therockmanexezone.com/wp-content/uploads/2015/07/bg_header.png'); | ||
Line 18: | Line 18: | ||
} | } | ||
.top-bar .title-area { | |||
height: 100%; | height: 100%; | ||
} | } | ||
.top-bar .name { | |||
height: 100%; | height: 100%; | ||
} | } | ||
Line 30: | Line 30: | ||
} | } | ||
.top-bar .name h1 a { | |||
height: 100%; | height: 100%; | ||
} | } | ||
.top-bar .name h1 a img { | |||
height: 100% !important; | height: 100% !important; | ||
max-width: none !important; | max-width: none !important; | ||
Line 40: | Line 40: | ||
} | } | ||
.top-bar .name h1 a div.title-name { | |||
display: none !important; | display: none !important; | ||
} | } | ||
.top-bar-section>ul { | |||
background: none; | background: none; | ||
} | } | ||
.top-bar-section>ul>li>a { | |||
background: none; | background: none; | ||
} | } |
Revision as of 16:10, 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; padding-top: 30px; } .top-bar { margin-bottom: 0; background-image: url('http://new.therockmanexezone.com/wp-content/uploads/2015/07/bg_header.png'); box-shadow: 0 4px 0 rgba(0,0,0,0.25); height: 88px; } .top-bar .title-area { height: 100%; } .top-bar .name { height: 100%; } nav.top-bar .name h1 { height: 100%; } .top-bar .name h1 a { height: 100%; } .top-bar .name h1 a img { height: 100% !important; max-width: none !important; max-height: none !important; } .top-bar .name h1 a div.title-name { display: none !important; } .top-bar-section>ul { background: none; } .top-bar-section>ul>li>a { background: none; } #page-content>div.row { background-color: #FFF; padding: 45px 0; 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; }