Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- html, body {
- font-family: "Open Sans", "Helvetica Neue", Helvetica, Arial, sans-serif;
- }
- header{
- height: 60px;
- position: relative;
- background: repeating-linear-gradient(
- 90deg,
- #f6f5e9,
- #f6f5e9 8px,
- white 8px,
- white 10px
- );
- }
- header h1{
- font-size: 16px;
- color: #323232;
- text-transform: uppercase;
- top: 15px;
- padding-left: 15px;
- position: relative;
- }
- #nav{
- bottom: 15px;
- position: relative;
- }
- #wrapper {
- width: 960px;
- margin: 0 auto;
- }
- #content h1 {
- font-size: 24px;
- }
- #nav li, #content {
- color: #323232;
- }
- #nav, #archives, #search {
- font-size: 14px;
- }
- #content article {
- font-size: 14px;
- }
- #archives, #archives a, #search a {
- text-decoration: none;
- color: white;
- }
- #searchBar {
- background: black;
- height: 40px;
- position: relative;
- }
- #archives, #search {
- position: relative;
- height: 20px;
- }
- #archives{
- top: 10px;
- padding-left: 10px;
- }
- #search {
- bottom: 10px;
- float: right;
- padding-right: 10px;
- }
- #nav li {
- float: right;
- margin-right: 20px;
- list-style: none;
- }
Advertisement
Add Comment
Please, Sign In to add comment