Line 4: | Line 4: | ||
<style type="text/css"> | <style type="text/css"> | ||
<!-- | <!-- | ||
− | + | /* Hide top title */ | |
− | + | #top_title, #sideMenu { | |
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
display: none; | display: none; | ||
} | } | ||
+ | /* Hide first heading */ | ||
+ | .firstHeading { | ||
+ | display: none; | ||
+ | } | ||
+ | /* Visited hyperlinks */ | ||
+ | a:visited{ | ||
+ | color: #393d31; | ||
+ | } | ||
+ | |||
/*-- Remove borders, float content left and remove padding/margin */ | /*-- Remove borders, float content left and remove padding/margin */ | ||
#globalWrapper, #content{ | #globalWrapper, #content{ | ||
background-color: transparent; | background-color: transparent; | ||
− | border: | + | border: none; |
− | float: left; | + | float: center; |
− | margin: | + | width: 101%; |
− | padding: | + | margin-left: -3px; |
+ | margin-top: -8px; | ||
+ | padding: auto; | ||
} | } | ||
/*left align Black Menu Bar */ | /*left align Black Menu Bar */ | ||
#top_menu_inside { | #top_menu_inside { | ||
− | margin-left: | + | margin-left: 0px; |
} | } | ||
− | + | .centerImage | |
− | + | { | |
− | + | text-align:center; | |
+ | display:block; | ||
} | } | ||
− | + | .wraptocenter { | |
− | . | + | display: table-cell; |
− | + | text-align: center; | |
+ | vertical-align: middle; | ||
+ | width: 200px; | ||
+ | height: 200px; | ||
+ | background-color: #999; | ||
} | } | ||
+ | .wraptocenter * { | ||
+ | vertical-align: middle; | ||
+ | } | ||
+ | |||
/*start*/ | /*start*/ | ||
.menu, .menu ul { | .menu, .menu ul { |
Revision as of 07:36, 28 August 2016