Advertisement
Guest User

help

a guest
Nov 1st, 2012
63
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 22.86 KB | None | 0 0
  1. /*
  2. Theme Name: BlogoLife
  3. Theme URI: http://wplook.com/blogolifewpo
  4. Author: wplook
  5. Author URI: http://wplook.com/
  6. Description: BlogoLife is a simple and perfect HTML5&CSS3 theme for personal blogging that supports post formats, and several customization options. The custom background, custom header, and multiple color schemes gives you the possibility to adapt your blog as you wish.
  7. Version: 2.0
  8. License: GNU General Public License
  9. License URI: license.txt
  10. Tags: black, blue, green, orange, pink, red, white, two-columns, right-sidebar, fixed-width, custom-background, custom-colors, custom-header, custom-menu, editor-style, featured-image-header, front-page-post-form, microformats, post-formats, sticky-post, theme-options, threaded-comments, translation-ready, blavatar
  11. */
  12.  
  13. /* =Reset default browser CSS. Based on work by Eric Meyer: http://meyerweb.com/eric/tools/css/reset/index.html
  14. -------------------------------------------------------------- */
  15. #header-image a img {margin:0px; padding:0px;}
  16.  
  17. 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, font, ins, kbd, q, s, samp, figure, small, strike, strong, sub, sup, tt, var, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td {
  18. border: 0;
  19. font-family: inherit;
  20. font-size: 100%;
  21. font-style: inherit;
  22. font-weight: inherit;
  23. margin: 0;
  24. outline: 0;
  25. padding: 0;
  26. vertical-align: baseline;
  27. }
  28. :focus {/* remember to define focus styles! */
  29. outline: 0;
  30. }
  31. ol, ul {
  32. list-style: none;
  33. }
  34. table {/* tables still need 'cellspacing="0"' in the markup */
  35. border-collapse: separate;
  36. border-spacing: 0;
  37. }
  38. caption, th, td {
  39. font-weight: normal;
  40. text-align: left;
  41. }
  42. blockquote:before, blockquote:after, q:before, q:after {
  43. content: "";
  44. }
  45. blockquote, q {
  46. quotes: "" "";
  47. }
  48. a img {
  49. border: 0;
  50. }
  51. a {
  52. outline:0 none;
  53. }
  54. article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
  55. display: block;
  56. }
  57. body {
  58. font-family: 'Oswald', sans-serif;
  59. }
  60. #page {
  61. border: 1px solid #c5d1d9;
  62. margin: 20px auto 0 auto;
  63. width: 960px;
  64. background: #ffffff; /* Old browsers */
  65. }
  66. #branding {
  67. background: #ffffff url(images/sky.png) top left repeat-x;
  68. margin-bottom: 5px;
  69. }
  70. #branding hgroup {
  71. margin: 10px 0 0 15px;
  72. width: 460px;
  73. }
  74. .header-desc {
  75. width: 468px;
  76. text-align: right;
  77. margin: 20px 10px 0 0;
  78. }
  79. .header-widget p {
  80. font-family: Arial, Helvetica, sans-serif;
  81. font-style: italic;
  82. font-size: 14px;
  83. margin: 0px;
  84. }
  85. .social-icons img {
  86. margin: 0 20px 0 0;
  87. }
  88.  
  89. /* --- --- [Typography] --- --- */
  90. h1, h2, h3, h4, h5, h6 {
  91. color: #666;
  92. }
  93. #site-title {
  94. margin: 0px 0 10px 0;
  95. color: #800517;
  96. text-shadow: 1px 2px 1px #c5d1d9;
  97. font-size: 30px;
  98. }
  99. #site-title a {
  100. color: #800517;
  101. text-decoration: none;
  102. }
  103. #site-description {
  104. font-size: 15px;
  105. font-style: italic;
  106. font-family: Arial, Helvetica, sans-serif;
  107. font-weight: normal;
  108. }
  109. p {
  110. color: #666;
  111. line-height: 20px;
  112. font-family: Arial, Helvetica, sans-serif;
  113. font-size: 15px;
  114. }
  115. a:hover {
  116. text-decoration: none;
  117. }
  118. nav {
  119. display: block;
  120. margin: 10px -10px 0 -10px;
  121. font-size: 14px;
  122. position: relative;
  123. padding: 0 30px;
  124. }
  125. nav a {
  126. color: #fff;
  127. text-decoration: none;
  128. }
  129. nav a:hover {
  130. border-bottom: 1px dashed #fff;
  131. color: #fff;
  132. }
  133. nav ul {
  134. list-style: none;
  135. margin: 0px 0px;
  136. padding: 9px 0 0 0;
  137. display: inline-block;
  138. }
  139. nav ul li {
  140. float: left;
  141. position: relative;
  142. margin: 0 20px 5px 0;
  143. }
  144. nav ul ul {
  145. display: none;
  146. position: absolute;
  147. top: 21px;
  148. left: 0px;
  149. float: left;
  150. width: 180px;
  151. z-index: 99999;
  152. }
  153. nav ul ul li {
  154. min-width: 180px;
  155. padding: 0px 0 10px 0;
  156. }
  157. nav ul ul li a {
  158. margin: 10px;
  159. }
  160. nav ul ul ul {
  161. left: 100%;
  162. top: 0;
  163. }
  164. nav ul li:hover > ul {
  165. display: block;
  166. }
  167. nav ul li.current_page_item > a, nav ul li.current-menu-ancestor > a, nav ul li.current-menu-item > a, nav ul li.current-menu-parent > a {
  168. border-bottom: 1px dashed #fff;
  169. color:#FFF;
  170. }
  171. /* --- --- [ nav-below ] --- --- */
  172. #nav-below {
  173. margin: 0px 0 20px 0;
  174. padding: 0px;
  175. }
  176. #nav-below a {
  177. color: #FFF;
  178. text-decoration: none;
  179. }
  180. #nav-below a:hover {
  181. border-bottom: 1px dashed #fff;
  182. }
  183. #nav-below .nav-previous {
  184. margin-left: 20px;
  185. padding: 9px 0;
  186. }
  187. #nav-below .nav-next {
  188. margin-right: 10px;
  189. padding: 9px 0;
  190. }
  191. /* --- --- [ Main ] --- --- */
  192. /* --- [ Right Sidebar ] --- */
  193. #main {
  194. border-top: 1px solid #c5d1d9;
  195. margin-top: -4px;
  196. }
  197.  
  198. .right-sidebar #main {
  199. background: #ffffff url(images/right-sidebar-border.png) top right repeat-y;
  200. }
  201.  
  202. .right-sidebar #main {
  203. background-position: 610px top;
  204. }
  205.  
  206. .right-sidebar #content {
  207. float: left;
  208. margin: 20px 0 0 -10px;
  209. width: 610px;
  210. }
  211.  
  212. .right-sidebar #content .col2 {
  213. width: 562px;
  214. }
  215. .right-sidebar #secondary {
  216. width: 360px;
  217. float: right;
  218. margin: 20px -10px 0 0;
  219. }
  220.  
  221. /*full wich page and single image*/
  222. .template-full-widch #main, .fullimg {
  223. background: #fff;
  224. }
  225. .template-full-widch #content, .right-sidebar .fullimg #content {
  226. width:950px;
  227. }
  228. .template-full-widch .col2, .fullimg .col2 {
  229. width:903px;
  230. }
  231.  
  232. .template-full-widch .depth-2 .col2, .fullimg .depth-2 .col2 { width: 890px;}
  233. .template-full-widch .depth-3 .col2, .fullimg .depth-3 .col2 { width: 880px;}
  234. .template-full-widch .depth-4 .col2, .fullimg .depth-4 .col2 { width: 870px;}
  235. .template-full-widch .depth-5 .col2, .fullimg .depth-5 .col2 { width: 860px;}
  236.  
  237. .page-header {
  238. position: relative;
  239. margin-bottom: 29px;
  240. }
  241. .page-header a {
  242. text-decoration: none;
  243. border-bottom: 1px dashed #fff;
  244. color: #f3f3f3;
  245. }
  246. .page-header a:hover {
  247. text-decoration: none;
  248. border-bottom: 1px solid #fff;
  249. color: #fff;
  250. }
  251. .page-header h1 {
  252. color: #fff;
  253. margin-left: 30px;
  254. padding: 6px 0 5px 0;
  255. font-size: 20px;
  256. }
  257. .page-header h2 {
  258. color: #fff;
  259. margin-left: 30px;
  260. padding: 6px 0 5px 0;
  261. font-size: 20px;
  262. }
  263. article {
  264. margin-bottom: 20px;
  265. }
  266. .col1 {
  267. width: 45px;
  268. }
  269. .col2 {
  270. width: 603px;
  271. border: 1px solid #c5d1d9;
  272. }
  273. .postformat {
  274. position: relative;
  275. text-align:center;
  276. padding: 5px 5px 5px 10px;
  277. }
  278. .depth-2 .postformat {
  279. padding: 5px 5px 5px 23px;
  280. }
  281. .depth-3 .postformat {
  282. padding: 5px 5px 5px 33px;
  283. }
  284. .depth-4 .postformat {
  285. padding: 5px 5px 5px 43px;
  286. }
  287. .depth-5 .postformat {
  288. padding: 5px 5px 5px 53px;
  289. }
  290. .postformat img {
  291. border: 1px solid #c5d1d9;
  292. }
  293. .format-icon {
  294. width: 30px;
  295. height: 30px;
  296. }
  297. .format-standard .format-icon {
  298. background: transparent url(images/format-standard.png) center center no-repeat;
  299. }
  300. .format-image .format-icon {
  301. background: transparent url(images/format-image.png) center center no-repeat;
  302. }
  303. .format-video .format-icon {
  304. background: transparent url(images/format-video.png) center center no-repeat;
  305. }
  306. .format-aside .format-icon {
  307. background: transparent url(images/format-aside.png) center center no-repeat;
  308. }
  309. .format-quote .format-icon {
  310. background: transparent url(images/format-quote.png) center center no-repeat;
  311. }
  312. .format-gallery .format-icon {
  313. background: transparent url(images/format-gallery.png) center center no-repeat;
  314. }
  315. .format-link .format-icon, .pingback .format-icon, .trackback .format-icon {
  316. background: transparent url(images/format-link.png) center center no-repeat;
  317. }
  318. .format-audio .format-icon {
  319. background: transparent url(images/format-audio.png) center center no-repeat;
  320. }
  321. .format-status .format-icon {
  322. background: transparent url(images/format-status.png) center center no-repeat;
  323. }
  324. .format-chat .format-icon {
  325. background: transparent url(images/format-chat.png) center center no-repeat;
  326. }
  327. .chat, .chat pre {
  328. font-family: "Courier New", Courier, monospace;
  329. font-size: 13px;
  330. overflow: auto;
  331. }
  332. .chat pre strong {
  333. font-weight: bold;
  334. color: #000;
  335. }
  336. .nr-images {
  337. width: 300px;
  338. margin-bottom: 10px;
  339. }
  340. .quote blockquote {
  341. background: #f8f8f8 url(images/q.png) bottom right no-repeat;
  342. font-size: 19px;
  343. font-style: italic;
  344. line-height: 35px;
  345. padding: 10px 20px 20px 10px;
  346. }
  347. blockquote {
  348. background: #f8f8f8 url(images/q.png) bottom right no-repeat;
  349. font-size: 19px;
  350. font-style: italic;
  351. line-height: 35px;
  352. padding: 10px 20px 20px 10px;
  353. }
  354. .entry-header {
  355. background: transparent url(images/entry-header.png) top left repeat-x;
  356. border-bottom: 1px solid #800517;
  357. }
  358. .entry-title {
  359. font-size: 18px;
  360. margin: 0 20px;
  361. color: #800517;
  362. padding: 6px 0;
  363. }
  364. .entry-title a {
  365. color: #800517;
  366. text-decoration: none;
  367. border: 0px;
  368. }
  369. .entry-content img {
  370. max-width:100%
  371. }
  372. .entry-content {
  373. margin: 20px;
  374. color: #666;
  375. font-family: Arial, Helvetica, sans-serif;
  376. font-size: 15px;
  377. line-height:30px;
  378. }
  379. .entry-content p {
  380. line-height:25px;
  381. margin-bottom: 10px;
  382. }
  383. .entry-content b, .entry-content strong {
  384. font-weight: bold;
  385. }
  386. .entry-content h1, .entry-content h2, .entry-content h3, .entry-content h4, .entry-content h5, .entry-content h6 {
  387. font-weight:700;
  388. margin:10px 0;
  389. }
  390. .entry-content h1 {
  391. font-size:24px;
  392. }
  393. .entry-content h2 {
  394. font-size:22px;
  395. }
  396. .entry-content h3 {
  397. font-size:20px;
  398. }
  399. .entry-content h4 {
  400. font-size:18px;
  401. }
  402. .entry-content h5 {
  403. font-size:16px;
  404. }
  405. .entry-content h6 {
  406. font-size:14px;
  407. }
  408. /*list*/
  409. .entry-content ul, .entry-content ol {
  410. margin: 0 0 10px 2.5em;
  411. }
  412. .entry-content ul {
  413. list-style: square;
  414. }
  415. .entry-content ol {
  416. list-style-type: decimal;
  417. }
  418. .entry-content ol ol {
  419. list-style: upper-alpha;
  420. }
  421. .entry-content ol ol ol {
  422. list-style: lower-roman;
  423. }
  424. .entry-content ol ol ol ol {
  425. list-style: lower-alpha;
  426. }
  427. .entry-contentul ul, .entry-content ol ol, .entry-content ul ol, .entry-content ol ul {
  428. margin-bottom: 0;
  429. }
  430. .entry-content dl {
  431. margin: 0 10px;
  432. }
  433. .entry-content dt {
  434. font-weight: bold;
  435. }
  436. .entry-content dd {
  437. margin-bottom: 10px;
  438. }
  439. /*table*/
  440. .entry-content table, .comment-content table {
  441. border-bottom: 1px solid #ddd;
  442. margin: 0 0 1.625em;
  443. width: 100%;
  444. }
  445. .entry-content th, .comment-content th {
  446. color: #666;
  447. font-size: 14px;
  448. font-weight: 600;
  449. letter-spacing: 0.1em;
  450. line-height: 2.6em;
  451. }
  452. .entry-content td, .comment-content td {
  453. border-top: 1px solid #ddd;
  454. padding: 6px 10px 6px 0;
  455. }
  456. .comment-content ul, .comment-content ol {
  457. margin-bottom: 1.625em;
  458. }
  459. .comment-content ul ul, .comment-content ol ol, .comment-content ul ol, .comment-content ol ul {
  460. margin-bottom: 0;
  461. }
  462. /*elements*/
  463. cite, em, i {
  464. font-style: italic;
  465. }
  466. blockquote em, blockquote i, blockquote cite {
  467. font-style: normal;
  468. }
  469. blockquote cite {
  470. color: #666;
  471. font: 12px "Helvetica Neue", Helvetica, Arial, sans-serif;
  472. font-weight: 300;
  473. letter-spacing: 0.05em;
  474. text-transform: uppercase;
  475. }
  476. pre {
  477. background: #f4f4f4;
  478. font: 13px "Courier 10 Pitch", Courier, monospace;
  479. line-height: 1.5;
  480. margin-bottom: 1.625em;
  481. overflow: auto;
  482. padding: 0.75em 1.625em;
  483. }
  484. code, kbd {
  485. font: 13px Monaco, Consolas, "Andale Mono", "DejaVu Sans Mono", monospace;
  486. }
  487. abbr, acronym, dfn {
  488. border-bottom: 1px dotted #666;
  489. cursor: help;
  490. }
  491. address {
  492. display: block;
  493. margin: 0 0 1.625em;
  494. }
  495. ins {
  496. background: #fff9c0;
  497. text-decoration: none;
  498. }
  499. sup, sub {
  500. font-size: 10px;
  501. height: 0;
  502. line-height: 1;
  503. position: relative;
  504. vertical-align: baseline;
  505. }
  506. sup {
  507. bottom: 1ex;
  508. }
  509. sub {
  510. top: .5ex;
  511. }
  512. /* Forms */
  513. input[type=text], input[type=password], textarea {
  514. background: #fafafa;
  515. -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.1);
  516. -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.1);
  517. box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.1);
  518. border: 1px solid #ddd;
  519. color: #888;
  520. }
  521. input[type=text]:focus, textarea:focus {
  522. color: #373737;
  523. }
  524. textarea {
  525. padding-left: 3px;
  526. width: 98%;
  527. }
  528. input[type=text] {
  529. padding: 3px;
  530. }
  531. .comment-content p label {
  532. margin:10px 0 0 0;
  533. }
  534. .entry-meta {
  535. background: transparent url(images/entry-meta.png) center left repeat-x;
  536. padding: 9px 20px;
  537. border-top: 1px solid #c5d1d9;
  538. }
  539. .entry-utility {
  540. margin: 20px 0 0 0;
  541. font-size: 12px;
  542. line-height: 15px;
  543. }
  544. .entry-utility .category {
  545. background: transparent url(images/categories.png) left top no-repeat;
  546. padding: 0 0 0 25px;
  547. float: left;
  548. margin: 0 20px 0px 0;
  549. }
  550. .entry-utility .tag {
  551. background: transparent url(images/tag.png) left top no-repeat;
  552. padding-left: 25px;
  553. float: left;
  554. }
  555. /* --- --- --- [ Images and Galleries ] --- --- --- */
  556. /* --- --- --- [ Gallery listing ] --- --- --- */
  557. .format-gallery .size-thumbnail img, .category-gallery .size-thumbnail img {
  558. border: 1px solid #ced8df;
  559. margin-bottom: 0;
  560. }
  561. .format-gallery .gallery-thumb, .category-gallery .gallery-thumb {
  562. float: left;
  563. margin-right: 20px;
  564. margin-top: -4px;
  565. }
  566. .gallery-thumb {width:150px; height:150px;}
  567. .home #content .format-gallery .entry-utility, .home #content .category-gallery .entry-utility {
  568. padding-top: 4px;
  569. }
  570. /* --- --- --- [ Images ] --- --- --- */
  571. img.size-auto, img.size-full, img.size-large, img.size-medium, .attachment img, .widget-area img {
  572. max-width: 100%;
  573. height:auto;
  574. }
  575. .alignleft, img.alignleft {
  576. display: inline;
  577. float: left;
  578. margin-right: 20px;
  579. margin-top: 4px;
  580. }
  581. .alignright, img.alignright {
  582. display: inline;
  583. float: right;
  584. margin-left: 20px;
  585. margin-top: 4px;
  586. }
  587. .aligncenter, img.aligncenter {
  588. clear: both;
  589. display: block;
  590. margin-left: auto;
  591. margin-right: auto;
  592. }
  593. img.alignleft, img.alignright, img.aligncenter {
  594. margin-bottom: 12px;
  595. }
  596. .wp-caption {
  597. border: 1px solid #ced8df;
  598. background: #F6F6F6;
  599. line-height: 18px;
  600. margin-bottom: 20px;
  601. max-width: 565px !important;
  602. padding: 0px;
  603. text-align: center;
  604. }
  605. .wp-caption img {
  606. margin: 5px 3px 0;
  607. }
  608. .wp-caption a img {
  609. width:98%
  610. }
  611. .wp-caption p.wp-caption-text {
  612. color: #888;
  613. font-size: 12px;
  614. margin: 3px;
  615. padding: 0px;
  616. }
  617. .wp-smiley {
  618. margin: 0;
  619. }
  620. .gallery {
  621. margin: 0 auto 18px;
  622. }
  623. .gallery .gallery-item {
  624. float: left;
  625. margin-top: 0;
  626. text-align: center;
  627. width: 33%;
  628. }
  629. .gallery-columns-2 .gallery-item {
  630. width: 50%;
  631. }
  632. .gallery-columns-4 .gallery-item {
  633. width: 25%;
  634. }
  635. .gallery img {
  636. border: 2px solid #ced8df;
  637. }
  638. .gallery-columns-2 .attachment-medium {
  639. max-width: 92%;
  640. height: auto;
  641. }
  642. .gallery-columns-4 .attachment-thumbnail {
  643. max-width: 84%;
  644. height: auto;
  645. }
  646. .gallery .gallery-caption {
  647. color: #888;
  648. font-size: 12px;
  649. margin: 0 0 12px;
  650. }
  651. .gallery dl {
  652. margin: 0;
  653. }
  654. .gallery img {
  655. border: 10px solid #f1f1f1;
  656. }
  657. .gallery br + br {
  658. display: none;
  659. }
  660. /* --- --- --- [ Attachments ] --- --- --- */
  661. .image-attachment div.attachment {
  662. background: #f9f9f9;
  663. border: 1px solid #ced8df;
  664. border-width: 1px 0;
  665. margin: 0 -8.9% 1.625em;
  666. overflow: hidden;
  667. padding: 1.625em 1.625em 0;
  668. text-align: center;
  669. }
  670. .entry-content .entry-attachment img {
  671. display: block;
  672. height: auto;
  673. margin: 0 auto 1.625em;
  674. width: 100%;
  675. height: auto;
  676. }
  677. .image-attachment .entry-caption p {
  678. font-size: 10px;
  679. letter-spacing: 0.1em;
  680. line-height: 2.6em;
  681. margin: 0 0 2.6em;
  682. text-transform: uppercase;
  683. }
  684. .attachment .entry-content .entry-caption {
  685. font-size: 140%;
  686. margin-top: 24px;
  687. }
  688. .attachment .entry-content .nav-previous a:before {
  689. content: '\2190\00a0';
  690. }
  691. .attachment .entry-content .nav-next a:after {
  692. content: '\00a0\2192';
  693. }
  694. /* --- --- [ meta icons ] --- --- */
  695. .date-i, .comment-i, .author-i, .edit-i {
  696. font-size: 11px;
  697. margin-right: 20px;
  698. color: #666;
  699. }
  700. .date-i {
  701. background: transparent url(images/date.png) left top no-repeat;
  702. padding-left: 25px;
  703. }
  704. .comment-i {
  705. background: transparent url(images/comments.png) left top no-repeat;
  706. padding-left: 25px;
  707. }
  708. .author-i {
  709. background: transparent url(images/author.png) left top no-repeat;
  710. padding-left: 20px;
  711. }
  712. .edit-i {
  713. background: transparent url(images/edit.png) left top no-repeat;
  714. padding-left: 20px;
  715. }
  716. .edit-i a {
  717. text-decoration: none;
  718. }
  719. .comment-i a, .author-i a, .date-i a {
  720. color: #666;
  721. text-decoration: none;
  722. }
  723. /* --- --- [ Comments ] --- --- */
  724. .comment, .pingback, .trackback {
  725. margin-bottom: 20px;
  726. }
  727. .depth-2 .col2 {
  728. width: 590px;
  729. }
  730. .depth-2 .col1 {
  731. width: 58px;
  732. background: red;
  733. }
  734. .depth-3 .col2 {
  735. width: 580px;
  736. }
  737. .depth-3 .col1 {
  738. width: 68px;
  739. background: red;
  740. }
  741. .depth-4 .col2 {
  742. width: 570px;
  743. }
  744. .depth-4 .col1 {
  745. width: 78px;
  746. background: red;
  747. }
  748. .depth-5 .col2 {
  749. width: 560px;
  750. }
  751. .depth-5 .col1 {
  752. width: 88px;
  753. background: red;
  754. }
  755. #respond form {
  756. margin-left: 30px;
  757. }
  758. .comment-awaiting-moderation {
  759. font-style: italic;
  760. }
  761. /* --- --- --- [ Comments form ] --- --- --- */
  762. #respond .required {
  763. color: #ff4b33;
  764. font-weight: bold;
  765. }
  766. #respond label {
  767. color: #666;
  768. font-size: 14px;
  769. font-weight: bold;
  770. }
  771. #respond input {
  772. margin: 0 0 15px;
  773. width: 98%;
  774. padding: 5px;
  775. }
  776. #respond textarea {
  777. width: 98%;
  778. }
  779. #respond .form-submit {
  780. margin: 12px 0;
  781. }
  782. #respond .form-submit input {
  783. font-size: 14px;
  784. width: auto;
  785. }
  786. #respond .must-log-in {margin-left:30px;}
  787. #submit {
  788. font-family: 'Oswald', sans-serif;
  789. color: #fff;
  790. font-size: 10px;
  791. padding: 2px 10px;
  792. cursor: pointer;
  793. }
  794. #submit:hover {
  795. border: 1px solid #95a1aa;
  796. background: #fff url(images/entry-meta.png);
  797. color: #666;
  798. }
  799. .comment-notes {
  800. margin-bottom: 10px;
  801. color: #999;
  802. font-size: 12px;
  803. }
  804. .nocomments {
  805. margin-left: 40px;
  806. font-size: 12px;
  807. }
  808. /* --- --- [ Widget ] --- --- */
  809.  
  810. aside {
  811. margin-bottom: 20px;
  812. }
  813. .widget-title {
  814. position: relative;
  815. }
  816. .widget-title h3 {
  817. color: #fff;
  818. padding: 6px 0 5px 20px;
  819. font-size: 20px;
  820. }
  821. .widget-title h3 a {
  822. color: #fff;
  823. border-bottom: 1px dashed #fff;
  824. text-decoration: none;
  825. }
  826. .widget-title h3 a:hover {
  827. color: #fff;
  828. border-bottom: 1px solid #fff;
  829. text-decoration: none;
  830. }
  831. aside ul, aside div {
  832. font-family: Arial, Helvetica, sans-serif;
  833. font-size: 14px;
  834. }
  835. .widget .children {
  836. margin: 0px 0 0 5px;
  837. padding: 0px;
  838. }
  839. aside h3 {
  840. font-family: 'Oswald', sans-serif;
  841. }
  842. .textwidget {
  843. margin: 20px 30px 0 10px;
  844. color: #666;
  845. line-height: 20px;
  846. }
  847. .textwidget p {
  848. margin: 0px;
  849. color: #666;
  850. line-height: 20px;
  851. }
  852. #copy {
  853. width: 950px;
  854. margin: 0px auto;
  855. padding:5px;
  856. border: 1px solid #c5d1d9;
  857. border-top:none;
  858. background-color:#FFF;
  859. font-family: Arial, Helvetica, sans-serif;
  860. text-align: right;
  861. }
  862. #copy p {
  863. font-family: Arial, Helvetica, sans-serif;
  864. font-size: 12px;
  865. }
  866. .widget ul {
  867. margin: 20px 30px 0 10px;
  868. }
  869. .widget ul li {
  870. border-bottom: 1px solid #ccc;
  871. display: block;
  872. padding: 8px 0;
  873. color: #666;
  874. }
  875. .widget ul .children li {
  876. border-bottom: none;
  877. }
  878. .widget ul li a {
  879. color: #666;
  880. text-decoration: none;
  881. }
  882. /* --- --- --- [ Recent Comments ] --- --- --- */
  883. #recentcomments li {
  884. padding: 8px 0;
  885. }
  886. #recentcomments li {
  887. border-bottom: 1px solid #ccc;
  888. }
  889. #recentcomments li a {
  890. text-decoration: none;
  891. border: none;
  892. }
  893. /* --- --- --- [ Category select ] --- --- --- */
  894. #cat {
  895. margin: 10px 0 0 10px;
  896. width: 250px;
  897. }
  898. /* --- --- --- [ Tagcloud ] --- --- --- */
  899. .tagcloud {
  900. margin: 10px 30px 0 10px;
  901. }
  902. .tagcloud a {
  903. margin: 5px 10px 5px 0;
  904. }
  905. /* --- --- --- [ Calendar ] --- --- --- */
  906. #calendar_wrap {
  907. margin: 10px 0 0px 10px;
  908. color: #666;
  909. }
  910. #wp-calendar, #wp-calendar th, #wp-calendar td {
  911. text-align: center;
  912. background: none;
  913. border: none;
  914. }
  915. #wp-calendar {
  916. background: none;
  917. empty-cells: hide;
  918. width: 260px;
  919. font: normal 11px / 200% Verdana, Arial, Helvetica, sans-serif;
  920. }
  921. #wp-calendar th {
  922. font-style: normal;
  923. font-weight: bold;
  924. text-transform: capitalize;
  925. border-bottom: 1px solid #666;
  926. }
  927. #wp-calendar td {
  928. text-align: center;
  929. background: transparent url(images/entry-meta.png) repeat-x top left;
  930. padding: 0px;
  931. border-bottom: 1px solid #ccc;
  932. }
  933. #wp-calendar td:hover {
  934. background-color: red;
  935. }
  936. #wp-calendar a {
  937. text-decoration: none;
  938. display: block;
  939. color: #fff;
  940. }
  941. #wp-calendar a:hover {
  942. background: #c5d1d9;
  943. color: #666;
  944. }
  945. #wp-calendar caption {
  946. font-weight: bold;
  947. text-align: center;
  948. }
  949. #wp-calendar #today {
  950. background-color: #FFFFFF;
  951. }
  952. #wp-calendar caption {
  953. text-align: center;
  954. width: 100%;
  955. }
  956. #wp-calendar .pad {
  957. background-color: #fff;
  958. }
  959. #wp-calendar #next a {
  960. padding-right: 10px;
  961. text-align: right;
  962. background: #f0f3f5;
  963. color: #666;
  964. }
  965. #wp-calendar #prev a {
  966. padding-left: 10px;
  967. text-align: left;
  968. background: #f0f3f5;
  969. color: #666;
  970. }
  971. #wp-calendar #prev a:hover, #wp-calendar #next a:hover {
  972. color: #fff;
  973. }
  974. #wp-calendar .pad, #wp-calendar .pad:hover {
  975. background: #fff;
  976. }
  977. /* --- --- --- [ search ] --- --- --- */
  978. #searchform {
  979. margin: 10px 0 20px 10px;
  980. height: 27px;
  981. position: relative;
  982. }
  983. #searchform label {
  984. display: none;
  985. }
  986. #searchform #s {
  987. border: 1px solid #ccc;
  988. background: none;
  989. padding: 5px;
  990. }
  991. #searchform #searchsubmit {
  992. font-family: 'Oswald', sans-serif;
  993. color: #fff;
  994. padding: 3px 5px;
  995. cursor: pointer;
  996. }
  997. #searchform #searchsubmit:hover {
  998. border: 1px solid #95a1aa;
  999. background: #fff url(images/entry-meta.png);
  1000. color: #666;
  1001. }
  1002. /* --- --- [ General settings] --- --- */
  1003. .clear {
  1004. clear: both;
  1005. }
  1006. .fleft {
  1007. float: left;
  1008. }
  1009. .fright {
  1010. float: right;
  1011. }
  1012. .wp-caption {
  1013. }
  1014. .wp-caption-text {
  1015. }
  1016. .sticky {
  1017. }
  1018. .gallery-caption {
  1019. }
  1020. .bypostauthor {
  1021. }
  1022. .alignright {
  1023. }
  1024. .alignleft {
  1025. }
  1026. .aligncenter {
  1027. }
  1028. /* CSS Document, default*/
  1029. /* color red */ /* #b41423 */
  1030.  
  1031. a, a:hover, #site-title a:hover, .entry-title a:hover, #recentcomments li a, .widget ul li .rsswidget, .edit-i a, .comment-awaiting-moderation {
  1032. color: #b41423;
  1033. }
  1034. nav, nav ul ul, .postformat, .page-header, .widget-title {
  1035. background: #b41423 url(images/red/line.png) top left repeat-x;
  1036. }
  1037. .left-corner, .right-corner {
  1038. background: transparent url(images/red/corners.png);
  1039. }
  1040. .entry-title a:hover, #copy a:hover, .comment-i a:hover, .author-i a:hover, .date-i a:hover, #recentcomments li:hover {
  1041. border-bottom: 1px dashed #b41423;
  1042. }
  1043. .widget ul li a:hover {
  1044. border-bottom: 1px dashed #b41423;
  1045. color: #b41423;
  1046. }
  1047. #submit, #searchform #searchsubmit {
  1048. background: #b41423 url(images/red/line.png) top left repeat-x;
  1049. border: 1px solid #b41423;
  1050. }
  1051. #wp-calendar a, #wp-calendar #prev a:hover, #wp-calendar #next a:hover {
  1052. background: #b41423 url(images/red/line.png) bottom left repeat-x;
  1053. }
  1054. .entry-content h1, .entry-content h2, .entry-content h3, .entry-content h4, .entry-content h5, .entry-content h6 {
  1055. color: #b41423;
  1056. }
  1057. /* --- --- [ Corners ] --- --- */
  1058.  
  1059. .left-corner {
  1060. position: absolute;
  1061. bottom: -9px;
  1062. left: 0;
  1063. width: 9px;
  1064. height: 9px;
  1065. background-position: 0px 9px;
  1066. }
  1067. .right-corner {
  1068. position: absolute;
  1069. bottom: -9px;
  1070. right: 0;
  1071. width: 9px;
  1072. height: 9px;
  1073. background-position: 9px 9px;
  1074. }
  1075.  
  1076.  
  1077.  
  1078. .entry-content {margin-top: 0px;}
  1079.  
  1080. .template-full-widch .col2 {
  1081. float: none;
  1082. border: 0;
  1083. margin: auto;
  1084. width: 860px !important;
  1085. }
  1086.  
  1087. body.page .entry-meta {
  1088. display: none;
  1089. }
  1090.  
  1091. #branding .fleft { width: 660px; }
  1092. #branding .fright { width: 268px; }
  1093. #branding .fleft img { float: left; }
  1094. #branding #site-title { float: left; }
  1095.  
  1096. /* --- --- [ Other from plugins ] --- --- */
  1097. #disqus_thread {width: 600px; float: right;}
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement