Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- /* Eric Meyer's Reset CSS v2.0 - http://cssreset.com */
- html,body,div,span,applet,object,iframe,h1,h2,h3,h4,h5,h6,p,blockquote,pre,a,abbr,acronym,address,big,cite,code,del,dfn,em,img,ins,kbd,q,s,samp,small,strike,strong,sub,sup,tt,var,b,u,i,center,dl,dt,dd,ol,ul,li,fieldset,form,label,legend,table,caption,tbody,tfoot,thead,tr,th,td,article,aside,canvas,details,embed,figure,figcaption,footer,header,hgroup,menu,nav,output,ruby,section,summary,time,mark,audio,video{border:0;font-size:100%;font:inherit;vertical-align:baseline;margin:0;padding:0}article,aside,details,figcaption,figure,footer,header,hgroup,menu,nav,section{display:block}body{line-height:1}ol,ul{list-style:none}blockquote,q{quotes:none}blockquote:before,blockquote:after,q:before,q:after{content:none}table{border-collapse:collapse;border-spacing:0}
- html {
- width:100%;
- margin:0px;
- padding:0px;
- }
- html {min-height: 100%;position: relative;}
- body {
- font: 14px/18px Arial, Verdana, Tahoma;
- color: #000000;
- margin: 45px 0px 0px 30%;
- padding: 0px 0px 0px 0px;
- -webkit-font-smoothing: antialiased;
- -moz-font-smoothing: antialiased;
- font-smooth: always;
- width: 100%;
- background: #000;
- }
- body {
- margin: 0 auto;
- display: table;
- background: white;
- height: auto;
- position: relative;
- margin-bottom: 288px;
- }
- /* Header */
- header {
- display: table-row;
- height: 70px;
- background: #df1714;
- text-align: center;
- text-decoration: none;
- text-transform: uppercase;
- font-weight: bold;
- }
- .menu {
- max-height: 70px;
- }
- .index_menu {
- padding-top: 25px;
- }
- .menu a {
- color: white;
- text-decoration: none;
- }
- .menu_wrapper {
- margin: 0em auto;
- height: 70px;
- width: 700px;
- }
- .menu_left {
- width: 10%;
- float: left;
- }
- .menu_right {
- padding-top: 2em;
- width: 90%;
- float: left;
- }
- /* SLUT HEADER */
- /* START CONTENT */
- div#content {
- display: table-row;
- background: white;
- }
- h3 {
- font-weight: bold;
- }
- .content a {
- color: red;
- text-decoration: underline;
- }
- .content img {
- padding: 3em 0em 0em 0em;
- width: 40%;
- height: 40%;
- }
- .content_index {
- margin: 0em auto;
- width: 60%;
- padding-top: 2;
- padding-bottom: 2%;
- }
- .content_index h1 {
- margin-top: 1.5em;
- font-size: 1.4em;
- font-weight: bold;
- }
- .content_index {
- padding-top: 0.8em;
- padding-bottom: 0.8em;
- font-size: 1em;
- }
- .content_index h1 {
- font-size: 2.0em/1.5em;
- }
- .content_index h2 {
- font-size: 1.5/1.5em;
- font-weight: bold;
- }
- .content_index h4 {
- font-weight: bold;
- }
- /* SLUT CONTENT_INDEX */
- /* START CONTENT_INFO */
- .content_info {
- margin: 0em auto;
- width: 60%;
- padding-top: 2;
- padding-bottom: 2%;
- }
- .content p {
- padding-bottom: 0.5em;
- }
- .content_info h1 {
- margin-top: 1.5em;
- font-size: 1.4em;
- font-weight: bold;
- }
- .content_info {
- padding-top: 0.8em;
- padding-bottom: 0.8em;
- font-size: 1em;
- }
- .content_info h1 {
- font-size: 2.0em/1.5em;
- margin-top: 2em;
- margin-bottom: 0em;
- }
- .content_info h2 {
- font-size: 1.5/1.5em;
- font-weight: bold;
- }
- .content_info h4 {
- font-weight: bold;
- }
- .faq {
- margin-top: 5%;
- margin-bottom: 1%;
- font-size: 140%;
- display: block;
- font-weight: bold;
- }
- /* END CONTENT_INFO */
- footer {
- display: table-row;
- background: black;
- position:absolute;
- width:100%;
- left:0;
- right:0;
- bottom:0;
- }
- .clear { clear: both; height: 60px; }
- .footer_wrapper{
- position: relative;
- float: left;
- left: 23%;
- width: 82%;
- background-color: #000;
- color: #fff;
- padding-top: 2.0em;
- margin-left: -4%;
- }
- .footer_wrapper img {
- width: 100%;}
- .footer_left{
- position: relative;
- float: left;
- left: 0px;
- width: 39.5%;
- height: 200px;
- background-color: #000;
- }
- .footer_left p {
- padding-bottom: 1.5em;
- }
- .footer_left span {
- color: red;
- }
- .footer_left p {
- font: 10px/14px Verdana, Verdana, Tahoma;
- color: #fff;
- }
- .footer_right img {
- height: 50%;
- width: 50%;
- }
- .footer_right{
- position: relative;
- float: left;
- left: 0px;
- width: 41%;
- height: 200px;
- background-color: #000;
- text-align: center;
- }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement