preview

Importance Of License Headers In Project Settings

Better Essays

/* To change this license header, choose License Headers in Project Properties. To change this template file, choose Tools | Templates and open the template in the editor. */ /* Created on : 14-Oct-2017, 12:45:46 Author : Asif Nisar */ /*------------------------------Generic Settings------------------------------*/ html { height: 100%; } body { margin: 0px; padding: 0px; height: 100%; background-image:url(../images/bg_body.png); background-repeat:repeat; font-family: sans-serif; font-size: 11pt; font-weight: 400; } h1, h2, h3 { margin: 0; padding: 0; font-weight: 800; } p { margin-top: 0; line-height: 200%; text-align:justify; } ul { …show more content…

color: #FFF; } #menu a:hover { text-decoration: none; color: #60b0f4; } /*------------------------------Wrapper------------------------------*/ #wrapper { position: relative; padding: 0em 0em 4em 0em; background: #FFF; box-shadow: 0px 0px 10px 5px rgba(0,0,0,0.1); } /*------------------------------Buttons------------------------------*/ .button { background: #bb1c23; display: inline-block; margin-top: 0em; border-radius: 150px; line-height: 4em; padding: 0 3em; transition: all .25s ease-in-out; letter-spacing: 0.25em; text-decoration: none; text-transform: uppercase; outline: 0; white-space: nowrap; font-weight: 800 !important; font-size: 0.8em !important; color: #fff !important; cursor:pointer; } .button:hover { background: #60b0f4; color:bb1c23; } .button:active { background: #60b0f4; transition: all .25s ease-in-out; } .button-small { line-height: 4em; padding:0px 10px 0 10px; font-size: 1.1em !important; color:#bb1c23 !important; border-bottom:thick !important; margin:1px; text-decoration:underline !important; } .button-small:hover { color:#60b0f4 !important; cursor:pointer; } /*------------------------------Images------------------------------*/ .image { margin:25px; display: inline; opacity:0.7; clear:both; float:inherit; } .image:hover { opacity:1; }

Get Access