Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- @import url(reset.css);
- @font-face {
- font-family: Helvetica; /* Имя шрифта */
- src: url(../font/HelveticaNeue-Light.ttf); /* Путь к файлу со шрифтом */
- }
- @font-face {
- font-family: Lucida; /* Имя шрифта */
- src: url(../font/Lucida.ttf); /* Путь к файлу со шрифтом */
- }
- body {
- background-color: #2d3844;
- }
- #header{
- width: 100%;
- height: 177px;
- background-color: #222a33;
- margin-top: 10px;
- }
- #mainheader{
- width: 900px;
- margin: 0 auto;
- }
- #wrapper{
- width: 900px;
- margin: 0 auto;
- overflow: hidden;
- zoom: 1; /* for IE */
- position: relative;
- padding-bottom: 20px;
- }
- #logo {
- font-family: Helvetica;
- font-size: 30px;
- color: #ffffff;
- padding-top: 68px;
- margin-left: 15px;
- float:left;
- }
- footer{
- max-width: 960px;
- margin: auto;
- padding: 10px 0;
- height: 90px;
- }
- #topmenu {
- float: right;
- padding-top: 35px;
- }
- #topmenu li{
- background: url(../images/fon-menu2.png) no-repeat;
- width: 280px;
- height: 25px;
- padding-top: 1px;
- }
- #topmenu a{
- font-family: Lucida;
- color: #50555a;
- text-decoration: none;
- font-size: 14px;
- float:left;
- margin: 4px 10px;
- }
- #topmenu a:hover{
- color: #ede9dc;
- text-decoration: underline;
- }
- #topmenu li:hover{
- background: url(../images/fon-menu.png) no-repeat;
- }
- #content{
- width: 600px;
- height: 930px;
- background-color: #ede9dc;
- border-radius: 8px;
- margin-top:17px;
- float:left;
- position: relative;
- padding-bottom: 20px;
- }
- #sidebar {
- height: 930px;
- width: 280px;
- margin-top: 37px;
- float:right;
- }
- #sidebar h2{
- font-family: Lucida;
- font-size: 17px;
- color: #ede9dc;
- }
- .sidebar-line{
- background-color:#414a53;
- width: 280px;
- height: 1px;
- margin-top: 2px;
- margin-bottom: 2px;
- }
- .author{
- margin-top: 9px;
- background: url(../images/author.jpg) no-repeat;
- width: 87px;
- height: 104px;
- float:left;
- padding-right: 9px;
- margin-bottom: 9px;
- }
- #sidebar p{
- font-family: Lucida;
- font-size: 11px;
- line-height: 1.4;
- color: #ede9dc;
- margin-top: 9px;
- margin-bottom: 9px;
- }
- #subscribe{
- margin: 0 auto;
- padding-top: 35px;
- }
- #categor{
- margin: 0 auto;
- padding-top: 35px;
- }
- #sidebar a{
- text-decoration: none;
- font-size: 11px;
- font-family: Lucida;
- color: #ede9dc;
- }
- #sidebar a:hover{
- text-decoration: underline;
- }
- #subscribe li{
- text-align: left;
- padding-left: 20px;
- padding-bottom: 3px;
- }
- .rss{
- margin-left: 10px;
- background: url(../images/rss.png) no-repeat;
- }
- #categor ul{
- }
- .cat{
- list-style-type: disc;
- color: #ede9dc;
- margin-left: 30px;
- }
- #categor li{
- }
- #categor span{
- margin-top: 2px;
- font-size: 11px;
- font-style: italic;
- font-family: Lucida;
- color: #ede9dc;
- overflow: hidden;
- float:right;
- }
- .title{
- margin-top: 20px;
- margin-left: 20px;
- width: 560px;
- height: 42px;
- }
- .date{
- width: 42px;
- height: 42px;
- background: url(../images/date.png) no-repeat;
- float:left;
- }
- .day{
- font-family: Lucida;
- font-size: 15px;
- color: #ede9dc;
- padding-left: 16px;
- padding-top: 5px;
- }
- .month{
- font-family: Lucida;
- font-size: 11px;
- color: #707270;
- padding-top: 7px;
- padding-left: 14px;
- }
- .text-title{
- padding-left: 62px;
- padding-top: 6px;
- font-family: Lucida;
- font-size: 20px;
- color: #2d3844;
- }
- .text-title p, a{
- padding-top: 2px;
- font-family: Lucida;
- font-size: 11px;
- color: #b9b6ac;
- }
- .post{
- width: 560px;
- padding-top: 20px;
- font-family: Lucida;
- font-size: 12px;
- color: #3b3a37;
- line-height: 1.6;
- }
- .post p{
- padding-bottom: 20px;
- }
- .contin, .contin a{
- font-family: Lucida;
- font-size: 12px;
- color: #222a33;
- font-style: italic;
- text-align: right;
- padding-bottom: 15px;
- }
- .prev{
- background: url(../images/next-prev.png) no-repeat;
- width: 200px;
- height: 37px;
- position:absolute;
- bottom: 0;
- left: 50%;
- transform: translateX(-50%);
- }
- .lpage{
- float:left;
- margin-left: 10px;
- margin-top: 8px;
- }
- .rpage{
- float:right;
- margin-right: 10px;
- margin-top: 8px;
- }
- .prev a{
- size: 11px;
- font-family: Lucida;
- color: #ede9dc;
- }
Add Comment
Please, Sign In to add comment