Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- @charset "UTF-8";
- @import url("gallery.css");
- * { margin: 0px; padding: 0px; }
- body {
- background-color: #FFFFFF;
- }
- #wrapper {
- margin-right: auto;
- margin-left: auto;
- width: 800px;
- }
- #header {
- height: 80px;
- width: 800px;
- border-bottom-width: 1px;
- border-bottom-style: solid;
- border-bottom-color: #999;
- }
- #logo {
- height: 80px;
- width: 250px;
- float: left;
- }
- #logo a img {
- margin-top: 20px;
- }
- #navbar {
- float: right;
- height: 79px;
- width: 500px;
- margin-right: 1px;
- }
- #navbar ul {
- list-style: none;
- padding-right: 0px;
- padding-left: 0px;
- float: right;
- padding-bottom: 0px;
- padding-top: 0px;
- margin-top: 64px;
- display: block;
- }
- #navbar li {
- display: inline;
- text-align: center;
- padding-right: 0px;
- padding-left: 0px;
- }
- #navbar a {
- display: block;
- float: left;
- text-decoration: none;
- text-align: center;
- padding-top: 0px;
- padding-right: 0px;
- padding-bottom: 0px;
- padding-left: 0px;
- margin-left: 0.9em;
- font-family: Georgia, Verdana, Helvetica Neue, Helvetica;
- color: #636363;
- font-size: .85em;
- }
- #navbar a:hover {
- color: #7a0026
- }
- #navbar .active a {
- background-image: url(../_images/graphics/activetab.png);
- background-position: bottom;
- color: #FDF189;
- background-repeat: repeat-x;
- }
- #slpash {
- height: 470px;
- width: 785px;
- border: 7px solid #FFF;
- }
- #content {
- width: 800px;
- background-color: #FFF;
- }
- .slideshow {
- height: 470x;
- width: 785px;
- margin-right: auto;
- margin-left: auto;
- float: left;
- }
- .slideshow img {
- background-color: #fff;
- border: none}
- #footer {
- height: 40px;
- width: 800px;
- border-top-width: 1px;
- border-top-style: solid;
- border-top-color: #999
- }
- #subMenu {
- float: left;
- height: 40px;
- width: auto;
- margin-right: 1px;
- }
- #subMenu ul {
- list-style: none;
- padding-right: 0px;
- padding-left: 0px;
- float: left;
- padding-bottom: 0px;
- padding-top: 0px;
- display: block;
- }
- #subMenu li {
- display: inline;
- text-align: center;
- padding-right: 0px;
- padding-left: 0px;
- }
- #subMenu a {
- display: block;
- float: left;
- text-decoration: none;
- text-align: center;
- padding-top: 0px;
- padding-right: 0px;
- padding-left: 0px;
- margin-right: 0.9em;
- font-family: Georgia, Verdana, Helvetica Neue, Helvetica;
- color: #636363;
- font-size: .85em;
- }
- #subMenu a:hover {
- color: #7a0026
- }
- #subInfo {
- float: right;
- height: 35px;
- width: 350px;
- font-size: .7em;
- }
- #subInfo p a {
- font-family: Georgia, Verdana, Helvetica Neue, Helvetica;
- color: #636363;
- }
- #subInfo a:hover {
- text-decoration:none;
- color: #7a0026
- }
Advertisement
Add Comment
Please, Sign In to add comment