123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496 |
- /*
- Theme Name: Indication
- Theme URI: http://www.freewpthemes.net/preview/indication
- Description: Widget ready and tested on WP 2.3.1.
- Version: 2.0
- Author: Free WordPress Themes
- Author URI: http://www.freewpthemes.net/
- */
- /* � ������� ��� ������� Yet Another Related Posts Plugin */
- .yarpp-related-none {
- display:none;
- }
- /* ����� � ������� ��� ������� Yet Another Related Posts Plugin */
- body {
- margin: 0;
- padding: 0;
- background: #FFFFFF url(images/img01.jpg) repeat-x left top;
- font-family: Arial, Helvetica, sans-serif;
- font-size: 12px;
- color: #555;
- }
- h1, h2, h3 {
- margin: 0;
- padding: 0;
- font-weight: normal;
- color: #32639A;
- }
- h1 {
- font-size: 2em;
- }
- h2 {
- font-size: 2.4em;
- }
- h3 {
- font-size: 1.6em;
- }
- p, ul, ol {
- margin-top: 0;
- line-height: 180%;
- }
- ul, ol {
- }
- a {
- text-decoration: none;
- color: #4486C7;
- }
- a:hover {
- }
- /* Alignment */
- .alignleft {
- display: inline;
- float: left;
- }
- .alignright {
- display: inline;
- float: right;
- }
- .aligncenter {
- clear: both;
- display: block;
- margin-left: auto;
- margin-right: auto;
- }
- #wrapper {
- width: 960px;
- margin: 0 auto;
- padding: 0;
- }
- /* Yandex buttons share */
- span.b-share-icon {padding:0 0 0 33px !important;}
- /* Header */
- #header {
- width: 940px;
- height: 148px;
- margin: 0 auto;
- //background: url(images/img04.jpg) no-repeat left 20px;
- background: url(images/cogwheel.png) no-repeat left 0px;
- }
- /* Logo */
- #logo {
- float: left;
- margin: 0;
- padding-top: 30px;
- color: #000000;
- }
- #logo h1, #logo p {
- margin: 0;
- padding: 0;
- }
- #logo h1 {
- float: left;
- padding-left: 80px;
- letter-spacing: -1px;
- text-transform: lowercase;
- font-size: 3.8em;
- }
- #logo p {
- float: left;
- margin: 0;
- padding: 26px 0 0 10px;
- font: normal 14px Georgia, "Times New Roman", Times, serif;
- font-style: italic;
- color: #FFFFFF;
- }
- #logo a {
- border: none;
- background: none;
- text-decoration: none;
- color: #FFFFFF;
- }
- /* #Buttons */
- #buttons li {
- text-align:center;
- }
- #buttons a {
- margin:1px;
- }
- #RSS {
- display:inline-block;
- background:url(images/rss.png) no-repeat;
- width:38px;
- height:38px;
- }
- #E-mail {
- display:inline-block;
- background:url(images/mail.png) no-repeat;
- width:38px;
- height:38px;
- }
- #vk {
- display:inline-block;
- background:url(images/vk.png) no-repeat;
- width:38px;
- height:38px;
- }
- #twitter {
- display:inline-block;
- background:url(images/twitter.png) no-repeat;
- width:38px;
- height:38px;
- }
- #facebook {
- display:inline-block;
- background:url(images/facebook.png) no-repeat;
- width:38px;
- height:38px;
- }
- #googlep {
- display:inline-block;
- background:url(images/googlep.png) no-repeat;
- width:38px;
- height:38px;
- }
- /* Search */
- #search {
- width: 280px;
- height: 60px;
- padding: 20px 0px 0px 0px;
- background: #A8CF64;
- border-bottom: 4px solid #FFFFFF;
- }
- #search form {
- height: 60px;
- padding: 10px 0 20px 20px;
- }
- #search fieldset {
- margin: 0;
- padding: 0;
- border: none;
- }
- #search-text {
- width: 170px;
- margin-left: 20px;
- padding: 6px 5px 2px 5px;
- border: none;
- background: #FFFFFF;
- text-transform: lowercase;
- font: normal 11px Arial, Helvetica, sans-serif;
- color: #5D781D;
- }
- #search-submit {
- width: 50px;
- height: 23px;
- border: 1px solid #89B056;
- background: none;
- font-weight: bold;
- font-size: 10px;
- color: #FFFFFF;
- }
- /* Menu */
- #menu {
- width: 940px;
- height: 49px;
- margin: 0 auto;
- padding: 0;
- }
- #menu ul {
- margin: 0;
- padding: 0;
- list-style: none;
- line-height: normal;
- }
- #menu li {
- float: left;
- }
- #menu a {
- display: block;
- width: 155px;
- height: 33px;
- margin-right: 2px;
- padding-top: 16px;
- text-decoration: none;
- text-align: center;
- font-family: Arial, Helvetica, sans-serif;
- font-size: 13px;
- font-weight: bold;
- color: #FFFFFF;
- border: none;
- }
- #menu a:hover, #menu .current_page_item a {
- background: #659CEF url(images/img03.jpg) repeat-x left bottom;
- text-decoration: none;
- }
- #menu .current_page_item a {
- background: #FBFBFC url(images/img02.jpg) repeat-x left bottom;
- padding-left: 0;
- color: #30476A;
- }
- /* Page */
- #page {
- width: 940px;
- margin: 0 auto;
- padding: 0;
- }
- #page-bgtop {
- padding: 20px px;
- }
- #page-bgbtm {
- }
- /* Content */
- #content {
- float: left;
- width: 620px;
- padding: 30px 0px 0px 0px;
- }
- .post {
- margin-bottom: 15px;
- }
- .post-bgtop {
- }
- .post-bgbtm {
- }
- .post .title {
- margin-bottom: 10px;
- padding: 12px 0 0 0px;
- letter-spacing: -.5px;
- color: #32639A;
- }
- .post .title a {
- color: #32639A;
- border: none;
- }
- .post .meta {
- height: 30px;
- background: #D8E7FE;
- margin: 0px;
- padding: 0px 0px 0px 0px;
- text-align: left;
- font-family: Arial, Helvetica, sans-serif;
- font-size: 13px;
- font-weight: bold;
- }
- .post .meta .date {
- float: left;
- height: 24px;
- padding: 3px 15px;
- color: #4A81DE;
- }
- .post .meta .posted {
- float: right;
- height: 24px;
- padding: 3px 15px;
- background: #A8CF64;
- color: #FFFFFF;
- }
- .post .meta a {
- color: #4A81DE;
- text-decoration: underline;
- }
- .post .entry {
- padding: 0px 0px 20px 0px;
- padding-bottom: 20px;
- text-align: justify;
- }
- .post .entry img {
- //margin-right: 7px;
- //margin-top: 5px;
- }
- .links {
- padding-top: 20px;
- font-size: 12px;
- font-weight: bold;
- }
- /* Sidebar */
- #sidebar {
- float: right;
- width: 280px;
- padding-top: 20px;
- color: #787878;
- background: #FFFFFF;
- border-left: 1px solid #E2E2E2;
- }
- #sidebar ul {
- margin: 0;
- padding: 0;
- list-style: none;
- }
- #sidebar li {
- margin: 0;
- padding: 0;
- //border-left: 1px solid #E2E2E2;
- }
- #sidebar li ul {
- margin: 0px 0px;
- //padding-bottom: 30px;
- padding-bottom: 10px;
- }
- #sidebar li li {
- line-height: 19px;
- border-bottom: 1px dashed #D1D1D1;
- margin: 13px 30px;
- border-left: none;
- }
- /* � �������, ������ ������ � ��������� */
- #posts #post {
- padding-left:10px;
- }
- #posts > li > ul li:first-child {
- color:#94C33F;
- font-size:15px;
- font-weight:900;
- }
- /* ����� � ������� */
- #sidebar li li span {
- display: block;
- margin-top: -20px;
- padding: 0;
- font-size: 11px;
- font-style: italic;
- }
- #sidebar h2 {
- height: 38px;
- padding-left: 30px;
- letter-spacing: -.5px;
- font-size: 1.8em;
- }
- #sidebar p {
- margin: 0 0px;
- padding: 0px 30px 20px 30px;
- text-align: justify;
- }
- #sidebar a {
- border: none;
- }
- #sidebar a:hover {
- text-decoration: underline;
- color: #8A8A8A;
- }
- /* Calendar */
- #calendar {
- }
- #calendar_wrap {
- padding: 20px;
- }
- #calendar table {
- width: 100%;
- }
- #calendar tbody td {
- text-align: center;
- }
- #calendar #next {
- text-align: right;
- }
- /* Footer */
- #footer {
- height: 50px;
- margin: 0 auto;
- padding: 0px 0 15px 0;
- background: #D8E7FE;
- border-top: 1px solid #D3DEF0;
- font-family: Arial, Helvetica, sans-serif;
- }
- #footer p {
- margin: 0;
- padding-top: 20px;
- line-height: normal;
- font-size: 10px;
- text-transform: uppercase;
- text-align: center;
- color: #A0A0A0;
- }
- #footer a {
- color: #5389E0;
- }
- .pagetitle {
- padding-top: 20px;
- }
- .navigation {
- }
- .alignright {
- float: right;
- }
- .alignleft {
- float: left;
- }
|