style.css 7.3 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496
  1. /*
  2. Theme Name: Indication
  3. Theme URI: http://www.freewpthemes.net/preview/indication
  4. Description: Widget ready and tested on WP 2.3.1.
  5. Version: 2.0
  6. Author: Free WordPress Themes
  7. Author URI: http://www.freewpthemes.net/
  8. */
  9. /* � ������� ��� ������� Yet Another Related Posts Plugin */
  10. .yarpp-related-none {
  11. display:none;
  12. }
  13. /* ����� � ������� ��� ������� Yet Another Related Posts Plugin */
  14. body {
  15. margin: 0;
  16. padding: 0;
  17. background: #FFFFFF url(images/img01.jpg) repeat-x left top;
  18. font-family: Arial, Helvetica, sans-serif;
  19. font-size: 12px;
  20. color: #555;
  21. }
  22. h1, h2, h3 {
  23. margin: 0;
  24. padding: 0;
  25. font-weight: normal;
  26. color: #32639A;
  27. }
  28. h1 {
  29. font-size: 2em;
  30. }
  31. h2 {
  32. font-size: 2.4em;
  33. }
  34. h3 {
  35. font-size: 1.6em;
  36. }
  37. p, ul, ol {
  38. margin-top: 0;
  39. line-height: 180%;
  40. }
  41. ul, ol {
  42. }
  43. a {
  44. text-decoration: none;
  45. color: #4486C7;
  46. }
  47. a:hover {
  48. }
  49. /* Alignment */
  50. .alignleft {
  51. display: inline;
  52. float: left;
  53. }
  54. .alignright {
  55. display: inline;
  56. float: right;
  57. }
  58. .aligncenter {
  59. clear: both;
  60. display: block;
  61. margin-left: auto;
  62. margin-right: auto;
  63. }
  64. #wrapper {
  65. width: 960px;
  66. margin: 0 auto;
  67. padding: 0;
  68. }
  69. /* Yandex buttons share */
  70. span.b-share-icon {padding:0 0 0 33px !important;}
  71. /* Header */
  72. #header {
  73. width: 940px;
  74. height: 148px;
  75. margin: 0 auto;
  76. //background: url(images/img04.jpg) no-repeat left 20px;
  77. background: url(images/cogwheel.png) no-repeat left 0px;
  78. }
  79. /* Logo */
  80. #logo {
  81. float: left;
  82. margin: 0;
  83. padding-top: 30px;
  84. color: #000000;
  85. }
  86. #logo h1, #logo p {
  87. margin: 0;
  88. padding: 0;
  89. }
  90. #logo h1 {
  91. float: left;
  92. padding-left: 80px;
  93. letter-spacing: -1px;
  94. text-transform: lowercase;
  95. font-size: 3.8em;
  96. }
  97. #logo p {
  98. float: left;
  99. margin: 0;
  100. padding: 26px 0 0 10px;
  101. font: normal 14px Georgia, "Times New Roman", Times, serif;
  102. font-style: italic;
  103. color: #FFFFFF;
  104. }
  105. #logo a {
  106. border: none;
  107. background: none;
  108. text-decoration: none;
  109. color: #FFFFFF;
  110. }
  111. /* #Buttons */
  112. #buttons li {
  113. text-align:center;
  114. }
  115. #buttons a {
  116. margin:1px;
  117. }
  118. #RSS {
  119. display:inline-block;
  120. background:url(images/rss.png) no-repeat;
  121. width:38px;
  122. height:38px;
  123. }
  124. #E-mail {
  125. display:inline-block;
  126. background:url(images/mail.png) no-repeat;
  127. width:38px;
  128. height:38px;
  129. }
  130. #vk {
  131. display:inline-block;
  132. background:url(images/vk.png) no-repeat;
  133. width:38px;
  134. height:38px;
  135. }
  136. #twitter {
  137. display:inline-block;
  138. background:url(images/twitter.png) no-repeat;
  139. width:38px;
  140. height:38px;
  141. }
  142. #facebook {
  143. display:inline-block;
  144. background:url(images/facebook.png) no-repeat;
  145. width:38px;
  146. height:38px;
  147. }
  148. #googlep {
  149. display:inline-block;
  150. background:url(images/googlep.png) no-repeat;
  151. width:38px;
  152. height:38px;
  153. }
  154. /* Search */
  155. #search {
  156. width: 280px;
  157. height: 60px;
  158. padding: 20px 0px 0px 0px;
  159. background: #A8CF64;
  160. border-bottom: 4px solid #FFFFFF;
  161. }
  162. #search form {
  163. height: 60px;
  164. padding: 10px 0 20px 20px;
  165. }
  166. #search fieldset {
  167. margin: 0;
  168. padding: 0;
  169. border: none;
  170. }
  171. #search-text {
  172. width: 170px;
  173. margin-left: 20px;
  174. padding: 6px 5px 2px 5px;
  175. border: none;
  176. background: #FFFFFF;
  177. text-transform: lowercase;
  178. font: normal 11px Arial, Helvetica, sans-serif;
  179. color: #5D781D;
  180. }
  181. #search-submit {
  182. width: 50px;
  183. height: 23px;
  184. border: 1px solid #89B056;
  185. background: none;
  186. font-weight: bold;
  187. font-size: 10px;
  188. color: #FFFFFF;
  189. }
  190. /* Menu */
  191. #menu {
  192. width: 940px;
  193. height: 49px;
  194. margin: 0 auto;
  195. padding: 0;
  196. }
  197. #menu ul {
  198. margin: 0;
  199. padding: 0;
  200. list-style: none;
  201. line-height: normal;
  202. }
  203. #menu li {
  204. float: left;
  205. }
  206. #menu a {
  207. display: block;
  208. width: 155px;
  209. height: 33px;
  210. margin-right: 2px;
  211. padding-top: 16px;
  212. text-decoration: none;
  213. text-align: center;
  214. font-family: Arial, Helvetica, sans-serif;
  215. font-size: 13px;
  216. font-weight: bold;
  217. color: #FFFFFF;
  218. border: none;
  219. }
  220. #menu a:hover, #menu .current_page_item a {
  221. background: #659CEF url(images/img03.jpg) repeat-x left bottom;
  222. text-decoration: none;
  223. }
  224. #menu .current_page_item a {
  225. background: #FBFBFC url(images/img02.jpg) repeat-x left bottom;
  226. padding-left: 0;
  227. color: #30476A;
  228. }
  229. /* Page */
  230. #page {
  231. width: 940px;
  232. margin: 0 auto;
  233. padding: 0;
  234. }
  235. #page-bgtop {
  236. padding: 20px px;
  237. }
  238. #page-bgbtm {
  239. }
  240. /* Content */
  241. #content {
  242. float: left;
  243. width: 620px;
  244. padding: 30px 0px 0px 0px;
  245. }
  246. .post {
  247. margin-bottom: 15px;
  248. }
  249. .post-bgtop {
  250. }
  251. .post-bgbtm {
  252. }
  253. .post .title {
  254. margin-bottom: 10px;
  255. padding: 12px 0 0 0px;
  256. letter-spacing: -.5px;
  257. color: #32639A;
  258. }
  259. .post .title a {
  260. color: #32639A;
  261. border: none;
  262. }
  263. .post .meta {
  264. height: 30px;
  265. background: #D8E7FE;
  266. margin: 0px;
  267. padding: 0px 0px 0px 0px;
  268. text-align: left;
  269. font-family: Arial, Helvetica, sans-serif;
  270. font-size: 13px;
  271. font-weight: bold;
  272. }
  273. .post .meta .date {
  274. float: left;
  275. height: 24px;
  276. padding: 3px 15px;
  277. color: #4A81DE;
  278. }
  279. .post .meta .posted {
  280. float: right;
  281. height: 24px;
  282. padding: 3px 15px;
  283. background: #A8CF64;
  284. color: #FFFFFF;
  285. }
  286. .post .meta a {
  287. color: #4A81DE;
  288. text-decoration: underline;
  289. }
  290. .post .entry {
  291. padding: 0px 0px 20px 0px;
  292. padding-bottom: 20px;
  293. text-align: justify;
  294. }
  295. .post .entry img {
  296. //margin-right: 7px;
  297. //margin-top: 5px;
  298. }
  299. .links {
  300. padding-top: 20px;
  301. font-size: 12px;
  302. font-weight: bold;
  303. }
  304. /* Sidebar */
  305. #sidebar {
  306. float: right;
  307. width: 280px;
  308. padding-top: 20px;
  309. color: #787878;
  310. background: #FFFFFF;
  311. border-left: 1px solid #E2E2E2;
  312. }
  313. #sidebar ul {
  314. margin: 0;
  315. padding: 0;
  316. list-style: none;
  317. }
  318. #sidebar li {
  319. margin: 0;
  320. padding: 0;
  321. //border-left: 1px solid #E2E2E2;
  322. }
  323. #sidebar li ul {
  324. margin: 0px 0px;
  325. //padding-bottom: 30px;
  326. padding-bottom: 10px;
  327. }
  328. #sidebar li li {
  329. line-height: 19px;
  330. border-bottom: 1px dashed #D1D1D1;
  331. margin: 13px 30px;
  332. border-left: none;
  333. }
  334. /* � �������, ������ ������ � ��������� */
  335. #posts #post {
  336. padding-left:10px;
  337. }
  338. #posts > li > ul li:first-child {
  339. color:#94C33F;
  340. font-size:15px;
  341. font-weight:900;
  342. }
  343. /* ����� � ������� */
  344. #sidebar li li span {
  345. display: block;
  346. margin-top: -20px;
  347. padding: 0;
  348. font-size: 11px;
  349. font-style: italic;
  350. }
  351. #sidebar h2 {
  352. height: 38px;
  353. padding-left: 30px;
  354. letter-spacing: -.5px;
  355. font-size: 1.8em;
  356. }
  357. #sidebar p {
  358. margin: 0 0px;
  359. padding: 0px 30px 20px 30px;
  360. text-align: justify;
  361. }
  362. #sidebar a {
  363. border: none;
  364. }
  365. #sidebar a:hover {
  366. text-decoration: underline;
  367. color: #8A8A8A;
  368. }
  369. /* Calendar */
  370. #calendar {
  371. }
  372. #calendar_wrap {
  373. padding: 20px;
  374. }
  375. #calendar table {
  376. width: 100%;
  377. }
  378. #calendar tbody td {
  379. text-align: center;
  380. }
  381. #calendar #next {
  382. text-align: right;
  383. }
  384. /* Footer */
  385. #footer {
  386. height: 50px;
  387. margin: 0 auto;
  388. padding: 0px 0 15px 0;
  389. background: #D8E7FE;
  390. border-top: 1px solid #D3DEF0;
  391. font-family: Arial, Helvetica, sans-serif;
  392. }
  393. #footer p {
  394. margin: 0;
  395. padding-top: 20px;
  396. line-height: normal;
  397. font-size: 10px;
  398. text-transform: uppercase;
  399. text-align: center;
  400. color: #A0A0A0;
  401. }
  402. #footer a {
  403. color: #5389E0;
  404. }
  405. .pagetitle {
  406. padding-top: 20px;
  407. }
  408. .navigation {
  409. }
  410. .alignright {
  411. float: right;
  412. }
  413. .alignleft {
  414. float: left;
  415. }