Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
- display: block;
- }
- html {
- font-size: 100.01%;
- }
- body {
- background: none repeat fixed 0 0 #EEEEEE;
- color: #222222;
- font: 93.75%/1.4 "Lucida Sans Unicode","Lucida Grande",Helvetica,Verdana,Arial,sans-serif;
- height: 101%;
- margin: 0;
- padding: 0;
- }
- .clear {
- clear: both;
- height: 0;
- overflow: hidden;
- }
- a img {
- -moz-transition: all 0.3s ease-in-out 0s;
- border: medium none;
- }
- em, dfn {
- font-family: "Lucida Grande","Lucida Sans",Helvetica,Verdana,Arial,sans-serif;
- font-style: italic;
- }
- strong {
- font-family: "Lucida Grande","Lucida Sans",Helvetica,Verdana,Arial,sans-serif;
- font-weight: bold;
- }
- h1, h2, h3, h4, h5, h6 {
- font-family: "Trebuchet MS",Helvetica,Verdana,Arial,sans-serif;
- }
- pre {
- background-color: #222222;
- border: 3px solid #555555;
- border-radius: 4px 4px 4px 4px;
- color: #FFFFFF;
- display: block;
- font-family: "Courier 10 Pitch",Courier,monospace;
- font-size: 0.8em;
- padding: 10px;
- white-space: pre-wrap;
- }
- code, kbd {
- font-family: Monaco,Consolas,"Andale Mono","DejaVu Sans Mono",monospace;
- }
- abbr {
- border-bottom-style: dotted;
- border-bottom-width: 1px;
- }
- #wrapper {
- background-color: #FFFFFF;
- box-shadow: 0 0 10px #000000;
- margin: 0 auto;
- width: 960px;
- }
- header {
- background-color: #FFFFFF;
- padding: 10px 50px;
- }
- header hgroup h1, h2 {
- margin: 0;
- text-shadow: 0 0 3px #BBBBBB;
- }
- header hgroup h2 {
- color: #222222;
- font-size: 1em;
- font-style: italic;
- font-weight: normal;
- }
- header hgroup a {
- color: #000000;
- text-decoration: none;
- }
- header hgroup a:hover {
- color: #E00000;
- }
- header hgroup a:active {
- color: #000000;
- }
- nav {
- background: -moz-linear-gradient(50% 80% 90deg, #000000, #333333 100%) repeat scroll 0 0 transparent;
- border-bottom: 3px solid #E00000;
- box-shadow: 0 0 5px #333333 inset;
- }
- nav a {
- -webkit-transition:All 0.7s ease-in-out;
- -moz-transition:All 0.7s ease-in-out;
- -ms-transition:All 0.7s ease-in-out;
- -o-transition:All 0.7s ease-in-out;
- transition:All 0.7s ease-in-out;
- color: #FFFFFF;
- display: block;
- float: left;
- padding: 10px 30px;
- }
- nav a:hover {
- -webkit-transition:All 0.3s ease-in-out;
- -moz-transition:All 0.3s ease-in-out;
- -ms-transition:All 0.3s ease-in-out;
- -o-transition:All 0.3s ease-in-out;
- transition:All 0.3s ease-in-out;
- background-color: #E00000;
- box-shadow: 0 0 10px #550000 inset;
- }
- aside {
- background-color: #FFFFFF;
- float: right;
- font-size: 0.9em;
- margin-bottom: 30px;
- padding: 10px;
- width: 260px;
- }
- aside a {
- color: #E00000;
- text-decoration: none;
- }
- aside a:visited {
- color: #BE0000;
- }
- aside a:hover {
- color: #000000;
- text-decoration: underline;
- }
- aside a:active {
- color: #E00000;
- }
- aside ul {
- margin: 0;
- padding-left: 20px;
- }
- aside li {
- list-style-type: none;
- }
- aside .widget {
- margin-top: 15px;
- }
- aside .widget:first-child {
- margin-top: 0;
- }
- aside h2 {
- font-size: 1.2em;
- margin: 10px 10px 0;
- }
- aside #searchform {
- padding-left: 20px;
- }
- aside #searchform #s {
- width: 140px;
- }
- aside #searchform label {
- display: none;
- }
- section {
- border-right: 3px dotted #EEEEEE;
- float: left;
- margin: 5px 0 0;
- padding: 10px;
- width: 657px;
- }
- section #search-info {
- background-color: #EEEEEE;
- border: 1px solid #AAAAAA;
- color: #AAAAAA;
- padding: 10px;
- }
- section #search-info p {
- margin: 0;
- }
- section #post-navigation {
- text-align: center;
- }
- section #post-navigation a {
- color: #E00000;
- text-decoration: none;
- }
- section #post-navigation a:visited {
- color: #BE0000;
- }
- section #post-navigation a:hover {
- color: #000000;
- text-decoration: underline;
- }
- section article a:active {
- color: #E00000;
- }
- section article {
- margin-top: 15px;
- padding: 10px;
- }
- section article:first-child {
- margin-top: 0;
- }
- section article a {
- color: #E00000;
- text-decoration: none;
- }
- section article a:visited {
- color: #BE0000;
- }
- section article a:hover {
- color: #000000;
- text-decoration: underline;
- }
- section article a:active {
- color: #E00000;
- }
- section article h2 {
- margin-bottom: 0;
- }
- section article h2 a {
- -webkit-transition:All 0.2s ease-in-out;
- -moz-transition:All 0.2s ease-in-out;
- -ms-transition:All 0.2s ease-in-out;
- -o-transition:All 0.2s ease-in-out;
- transition:All 0.2s ease-in-out;
- color: #000000;
- }
- section article h2 a:visited {
- color: #222222;
- }
- section article h2 a:hover {
- -webkit-transition:All 0.3s ease-in-out;
- -moz-transition:All 0.3s ease-in-out;
- -ms-transition:All 0.3s ease-in-out;
- -o-transition:All 0.3s ease-in-out;
- transition:All 0.3s ease-in-out;
- color: #BE0000;
- }
- section article .meta p {
- color: #333333;
- font-family: "Helvetica Neue",Helvetica,Verdana,Arial,sans-serif;
- font-size: 0.9em;
- margin: 0;
- }
- section article .entry {
- margin: 1em 0;
- }
- section article .entry p {
- }
- section article .entry img {
- border: 5px solid #FFFFFF;
- box-shadow: 0 0 10px #888888;
- max-width: 640px;
- }
- section article .entry .audioplayer_container {
- text-align: center;
- }
- footer {
- background: -moz-linear-gradient(50% 80% 90deg, #000000, #333333 100%) repeat scroll 0 0 transparent;
- border-top: 3px solid #E00000;
- box-shadow: 0 0 29px #333333 inset;
- clear: both;
- height: 200px;
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement