Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- /* http://meyerweb.com/eric/tools/css/reset/
- v2.0 | 20110126
- License: none (public domain)
- */
- html, body, div, span, applet, object, iframe,
- h1, h2, h3, h4, h5, h6, p, blockquote, pre,
- a, abbr, acronym, address, big, cite, code,
- del, dfn, em, img, ins, kbd, q, s, samp,
- small, strike, strong, sub, sup, tt, var,
- b, u, i, center,
- dl, dt, dd, ol, ul, li,
- fieldset, form, label, legend,
- table, caption, tbody, tfoot, thead, tr, th, td,
- article, aside, canvas, details, embed,
- figure, figcaption, footer, header, hgroup,
- menu, nav, output, ruby, section, summary,
- time, mark, audio, video {
- margin: 0;
- padding: 0;
- border: 0;
- font-size: 100%;
- font: inherit;
- vertical-align: baseline;
- }
- /* HTML5 display-role reset for older browsers */
- article, aside, details, figcaption, figure,
- footer, header, hgroup, menu, nav, section, main {
- display: block;
- }
- body {
- line-height: 1;
- }
- ol, ul {
- list-style: none;
- }
- blockquote, q {
- quotes: none;
- }
- blockquote:before, blockquote:after,
- q:before, q:after {
- content: '';
- content: none;
- }
- table {
- border-collapse: collapse;
- border-spacing: 0;
- }
- hr {
- display: block;
- height: 1px;
- border: 0;
- margin: 1em 0;
- padding: 0;
- }
- /* Global */
- body{
- background: #000000;
- }
- #container{
- width:1020px;
- height:668px;
- margin:0 auto;
- background: #ffffff url('images/gradient.jpg') repeat-y; /* Old browsers */
- background: -moz-linear-gradient(left, #c7c8ca 0%, #ffffff 20%, #ffffff 97%, #c7c8ca 100%); /* FF3.6+ */
- background: -webkit-gradient(linear, left top, right top, color-stop(0%,#c7c8ca), color-stop(20%,#ffffff), color-stop(97%,#ffffff), color-stop(100%,#c7c8ca)); /* Chrome,Safari4+ */
- background: -webkit-linear-gradient(left, #c7c8ca 0%,#ffffff 20%,#ffffff 97%,#c7c8ca 100%); /* Chrome10+,Safari5.1+ */
- background: -o-linear-gradient(left, #c7c8ca 0%,#ffffff 20%,#ffffff 97%,#c7c8ca 100%); /* Opera 11.10+ */
- background: -ms-linear-gradient(left, #c7c8ca 0%,#ffffff 20%,#ffffff 97%,#c7c8ca 100%); /* IE10+ */
- background: linear-gradient(to right, #c7c8ca 0%,#ffffff 20%,#ffffff 97%,#c7c8ca 100%); /* W3C */
- filter: #ffffff url('images/gradient.jpg') repeat-y;; /* IE6-9 */
- }
- /* Header */
- header{
- width: 100%;
- height: 243px;
- background: #ffffff url('images/banner.jpg') no-repeat;
- }
- header nav{
- padding: 24px 0 0 190px;
- }
- header nav ul li{
- width: 45px;
- height: 70px;
- }
- header nav ul li a{
- width: 35px;
- height: 70px;
- display: block;
- border-left: 10px solid #cc3333;
- }
- header nav hr{
- width: 45px;
- height: 2px;
- margin: 0;
- background: #ffffff;
- }
- header nav,
- header > img{
- float: left;
- }
- /* Main */
- /*--aside--*/
- aside{
- width: 190px;
- margin: 154px 47px 0 0;
- float: left;
- }
- aside hr{
- width: 100%;
- height: 1px;
- background: #000000;
- margin: 0;
- }
- aside p{
- padding:12px 0 0 29px;
- text-align:right;
- }
- /*--section--*/
- main section nav{
- }
- main section nav a,
- main section nav p{
- float: left;
- }
- main section nav p{
- color: #cc3333;
- font-weight: bold;
- font-size:20px;
- line-height: 50%;
- padding:0 3px;
- }
- main section nav a.previous{
- width: 60px;
- height: 11px;
- background: #ffffff url('images/previous.jpg') no-repeat;
- }
- main section nav a.next{
- width: 41px;
- height: 11px;
- background: #ffffff url('images/next.jpg') no-repeat;
- }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement