Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- body {
- height: 100%;
- margin: 0;
- padding: 0;
- background-color:#F4F4F4;
- }
- H1 { /* Sets the style for the <h1> tag */
- font-size:30px;
- font-family:calibri;
- text-weight:bold;
- color:#EDEFF2;
- padding-top:5px;
- }
- .footer { /* The style for the footer of the page (where the copyright notice is) */
- bottom:0;
- width: 100%;
- margin-left: 0px;
- height: 100px;
- border-top: 1px solid silver;
- }
- #navigation {
- position: fixed;
- top: 0;
- width: 100%;
- color: #ffffff;
- font-family:calibri;
- height: 35px;
- text-align: center;
- padding-top: 15px;
- -webkit-box-shadow: 0px 0px 8px 0px #000000;
- -moz-box-shadow: 0px 0px 8px 0px #000000;
- box-shadow: 0px 0px 8px 0px #000000;
- background-image: url('navbar.png');
- color: #FFFFFF;
- }
- #navigation a {
- font-size: 14px;
- padding-left: 15px;
- padding-right: 15px;
- color: white;
- text-decoration: none;
- }
- #navigation a:hover {
- color: grey;
- text-decoration:none;
- }
- .copyright-text {
- font-family:cambria;
- font-size:15px;
- }
- .main-content-font {
- font-family: calibri;
- font-size:15px;
- }
- #search {
- padding:5;
- background:#ffffff;
- border: 1px solid #E5E5E5;
- border-radius:8px;
- outline:none;
- font-family:cambria;
- -webkit-transition: background-color .2s ease-in,
- background-position .2s ease-in,
- box-shadow .3s ease-in;
- -moz-transition: background-color .2s ease-in,
- background-position .2s ease-in,
- box-shadow .3s ease-in;
- -o-transition: background-color .2s ease-in,
- background-position .2s ease-in,
- box-shadow .3s ease-in;
- -ms-transition: background-color .2s ease-in,
- background-position .2s ease-in,
- box-shadow .3s ease-in;
- transition: background-color .2s ease-in,
- background-position .2s ease-in,
- box-shadow .3s ease-in;
- }
- #search:focus {
- box-shadow: 0px 0px 25px 0px #333;
- }
- #searchsubmit {
- background: transparent url("http://www.aniboom.com/Resources/images/Header/SearchButton.png") no-repeat;
- width: 20px;
- height: 20px;
- border: none;
- cursor: pointer;
- margin-top: 1px;
- }
- #searchsubmit:hover {
- opacity:.5;
- }
- #pagehead {
- padding:20;
- margin-top:50px;
- width:100%
- height:200px;
- font-size:30px;
- font-family:cambria;
- font-weight:bold;
- background-color:#E5E5E5
- }
- #pagecontent {
- padding:20px;
- background-color:#FFFFFF;
- width:700px;
- border:2px solid #E5E5E5;
- border-radius:5px;
- }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement