Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- body {
- margin: 0;
- padding: 0;
- background-color: #F5F5F5;
- }
- *
- {
- margin: 0 auto 0 auto;
- text-align:left;}
- #page
- {
- display: block;
- height:auto;
- position: relative;
- overflow: hidden;
- width: 670px;
- }
- /* TOP NAVIGATION BAR
- /////////////////////////////////////*/
- ul#topnav {
- width:1250px;
- height:40px;
- }
- ul#topnav li {
- display:inline;
- }
- ul#topnav li a {
- height:40px;
- float:left;
- text-indent:-9999px;
- }
- ul#topnav li#topnav-1 a {
- margin-top: 200px;
- margin-left: -40px;
- height:178px;
- width: 1285px;
- background: url(Images/logo.png) no-repeat 0px 0px;
- }
- ul#topnav li#topnav-1 a:hover {
- background-position:0px 0px;
- background: url(Images/logoHover.png) no-repeat 0px 0px;
- }
- ul#topnav li#topnav-2 a {
- margin-top: 50px;
- margin-left: 100px;
- width:355px;
- background:url(Images/Tutorials.png) no-repeat 0 0;
- }
- ul#topnav li#topnav-2 a:hover {
- background-position:0px -40px;
- }
- ul#topnav li#topnav-2 a.current {
- background-position:-106px -80px;
- }
- ul#topnav li#topnav-3 a {
- margin-top: -40px;
- margin-left: 700px;
- width:350px;
- background:url(Images/Projects.png) no-repeat 0 0;
- }
- ul#topnav li#topnav-3 a:hover {
- background-position:0px -41px;
- }
- ul#topnav li#topnav-3 a.current {
- background-position:-106px -80px;
- }
- /* BOT NAVIGATION BAR
- /////////////////////////////////////*/
- ul#botnav {
- width:250px;
- height:40px;
- }
- ul#botnav li {
- display:inline;
- }
- ul#botnav li a {
- height:40px;
- float:left;
- text-indent:-9999px;
- }
- ul#botnav li#botnav-1 a {
- margin-top: 100px;
- margin-left: -120px;
- height: 200px;
- width: 400px;
- background: url(Images/Power.png) no-repeat 0px 0px;
- }
- ul#botnav li#botnav-1 a:hover {
- background-position:0px 0px;
- background: url(Images/PowerHover.png) no-repeat 0px 0px;
- }
- #footer {
- width: 670px;
- height:16px;
- background: url(footer.png) no-repeat;
- text-align:center;
- font-size:9px;
- font-family:Arial, Helvetica, sans-serif;
- color:#386172;
- padding-top:5px;
- }
- #footer a
- {
- text-decoration:none;
- font-size:9px;
- color:#386172;
- }
- html, body {
- margin-left: 40;
- text-align: center;
- }
- p {text-align: left;}
- .bar {
- margin-top: -60px;
- position: relative;
- position: absolute;
- left: 0px;
- top: 100%;
- height: 58px;
- width: 100%;
- background-color: #343030;
- border-top: 3px solid #18a5a0;
- }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement