Advertisement
Guest User

stylesheet.css

a guest
Jul 22nd, 2012
29
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 29.29 KB | None | 0 0
  1. /*
  2. Theme Name: Pitch
  3. Theme URI: http://siteorigin.com/theme/pitch/
  4. Description: Pitch is a simple, minimal portfolio theme. It uses custom post types to make it easy to add your content. Pitch also features a big bold slider to put your work front and center.
  5. Author: SiteOrigin
  6. Author URI: http://siteorigin.com
  7. Version: 1.1.5
  8. License: GPL
  9. License URI: http://wordpress.org/about/gpl/
  10. Tags: gray, two-columns, fixed-width, custom-background, custom-menu, featured-images, theme-options, threaded-comments, translation-ready
  11. */
  12.  
  13. /* =Reset
  14. -------------------------------------------------------------- */
  15.  
  16. html,
  17. body,
  18. div,
  19. span,
  20. applet,
  21. object,
  22. iframe,
  23. h1,
  24. h2,
  25. h3,
  26. h4,
  27. h5,
  28. h6,
  29. p,
  30. blockquote,
  31. pre,
  32. a,
  33. abbr,
  34. acronym,
  35. address,
  36. big,
  37. cite,
  38. code,
  39. del,
  40. dfn,
  41. em,
  42. img,
  43. ins,
  44. kbd,
  45. q,
  46. s,
  47. samp,
  48. small,
  49. strike,
  50. strong,
  51. sub,
  52. sup,
  53. tt,
  54. var,
  55. b,
  56. u,
  57. i,
  58. center,
  59. dl,
  60. dt,
  61. dd,
  62. ol,
  63. ul,
  64. li,
  65. fieldset,
  66. form,
  67. label,
  68. legend,
  69. table,
  70. caption,
  71. tbody,
  72. tfoot,
  73. thead,
  74. tr,
  75. th,
  76. td,
  77. article,
  78. aside,
  79. canvas,
  80. details,
  81. embed,
  82. figure,
  83. figcaption,
  84. footer,
  85. header,
  86. hgroup,
  87. menu,
  88. nav,
  89. output,
  90. ruby,
  91. section,
  92. summary,
  93. time,
  94. mark,
  95. audio,
  96. video {
  97. border: 0;
  98. font: inherit;
  99. font-size: 100%;
  100. margin: 0;
  101. padding: 0;
  102. vertical-align: baseline;
  103. }
  104.  
  105. /* HTML5 display-role reset for older browsers */
  106.  
  107. article,
  108. aside,
  109. details,
  110. figcaption,
  111. figure,
  112. footer,
  113. header,
  114. hgroup,
  115. menu,
  116. nav,
  117. section {
  118. display: block;
  119. }
  120.  
  121. body {
  122. line-height: 1;
  123. }
  124.  
  125. ol,
  126. ul {
  127. list-style: none;
  128. }
  129.  
  130. blockquote,
  131. q {
  132. quotes: none;
  133. }
  134.  
  135. blockquote:before,
  136. blockquote:after,
  137. q:before,
  138. q:after {
  139. content: '';
  140. content: none;
  141. }
  142.  
  143. table {
  144. border-collapse: collapse;
  145. border-spacing: 0;
  146. }
  147.  
  148. /* =General
  149. -------------------------------------------------------------- */
  150.  
  151. body {
  152. background: #deff00;
  153. font-family: "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
  154. font-size: 12px;
  155. }
  156.  
  157. .container {
  158. position: relative;
  159. width: 960px;
  160.  
  161. display: block;
  162. margin: 0 auto;
  163. }
  164.  
  165. .container.widepage {
  166. width: 775px;
  167. }
  168.  
  169. .clear {
  170. clear: both;
  171. }
  172.  
  173. .separator {
  174. height: 7px;
  175.  
  176. background: url(images/pattern.png) repeat;
  177. margin: 20px 0;
  178. }
  179.  
  180. /* =Internet Explorer Fixes
  181. -------------------------------------------------------------- */
  182.  
  183. /* =Top Bar
  184. -------------------------------------------------------------- */
  185.  
  186. #topbar {
  187. background: #2c2c2c;
  188. box-shadow: 0 6px 0 rgba(0,0,0,0.05);
  189. font-size: 11px;
  190. padding: 15px 0;
  191.  
  192. }
  193.  
  194. #topbar-menu {
  195. float: right;
  196. text-align: right;
  197. word-wrap: break-word;
  198.  
  199. }
  200.  
  201. #topbar-menu li.menu-item {
  202. display: block;
  203. float: left;
  204. margin-left: 25px;
  205.  
  206. }
  207.  
  208. #topbar-menu li.menu-item a {
  209. color: #f4f4f4;
  210. text-decoration: none;
  211.  
  212. }
  213.  
  214. /* =Logo
  215. -------------------------------------------------------------- */
  216.  
  217. #logo {
  218. width: 100%;
  219.  
  220. margin: 35px 0;
  221. }
  222.  
  223. #logo a {
  224. text-decoration: none;
  225. }
  226.  
  227. #logo h1 {
  228. color: #5e5e5e;
  229. display: inline-block;
  230. font-family: 'Maven Pro', sans-serif;
  231. font-size: 48px;
  232. letter-spacing: -2px;
  233. }
  234.  
  235. /* =Logo : Search Bar
  236. -------------------------------------------------------------- */
  237.  
  238. #logo #searchform {
  239. position: absolute;
  240. top: 50%;
  241. right: 0;
  242.  
  243. margin-top: -16px;
  244. }
  245.  
  246. #logo #searchform #s {
  247. width: 200px;
  248.  
  249. background: rgb(255,255,255);
  250. background: -moz-linear-gradient(top, rgba(255,255,255,1) 0%, rgba(249,249,249,1) 100%);
  251. background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(255,255,255,1)), color-stop(100%,rgba(249,249,249,1)));
  252. background: -webkit-linear-gradient(top, rgba(255,255,255,1) 0%,rgba(249,249,249,1) 100%);
  253. background: -o-linear-gradient(top, rgba(255,255,255,1) 0%,rgba(249,249,249,1) 100%);
  254. background: -ms-linear-gradient(top, rgba(255,255,255,1) 0%,rgba(249,249,249,1) 100%);
  255. background: linear-gradient(top, rgba(255,255,255,1) 0%,rgba(249,249,249,1) 100%);
  256. border: 1px solid #E2E2E2;
  257. -webkit-border-radius: 4px;
  258. -moz-border-radius: 4px;
  259. border-radius: 4px;
  260. box-shadow: inset 1px 2px 3px rgba(0,0,0,0.06);
  261. color: #707070;
  262. filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#f9f9f9',GradientType=0 );
  263. font: italic 11px 'Droid Serif', serif;
  264. outline: 2px #FAFAFA solid;
  265. padding: 8px 10px;
  266. }
  267.  
  268. #logo #searchform #s:focus {
  269. outline: none;
  270. }
  271.  
  272. #logo #searchform #searchsubmit {
  273. display: none;
  274. }
  275.  
  276. /* =Main Menu
  277. -------------------------------------------------------------- */
  278.  
  279. #mainmenu {
  280. margin: 35px 0;
  281. word-wrap: break-word;
  282. }
  283.  
  284. ul#mainmenu-menu {
  285. height: 52px;
  286.  
  287. background: rgb(247,247,247);
  288. background: -moz-linear-gradient(top, rgba(247,247,247,1) 0%, rgba(244,244,244,1) 100%);
  289. background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(247,247,247,1)), color-stop(100%,rgba(244,244,244,1)));
  290. background: -webkit-linear-gradient(top, rgba(247,247,247,1) 0%,rgba(244,244,244,1) 100%);
  291. background: -o-linear-gradient(top, rgba(247,247,247,1) 0%,rgba(244,244,244,1) 100%);
  292. background: -ms-linear-gradient(top, rgba(247,247,247,1) 0%,rgba(244,244,244,1) 100%);
  293. background: linear-gradient(top, rgba(247,247,247,1) 0%,rgba(244,244,244,1) 100%);
  294. border: 1px solid #E2E2E2;
  295. filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f7f7f7', endColorstr='#f4f4f4',GradientType=0 );
  296. }
  297.  
  298. ul#mainmenu-menu li.menu-item {
  299. position: relative;
  300.  
  301. border-right: 1px solid #E2E2E2;
  302. display: block;
  303. float: left;
  304. font-size: 11px;
  305. font-weight: bold;
  306. }
  307.  
  308. ul#mainmenu-menu li.menu-item a {
  309. color: #5e5e5e;
  310. display: block;
  311. padding: 20px 40px;
  312. text-decoration: none;
  313. }
  314.  
  315. ul#mainmenu-menu li.menu-item a:hover {
  316. background: #F9F9F9;
  317. }
  318.  
  319. /* =Slider
  320. -------------------------------------------------------------- */
  321.  
  322. #slider {
  323. margin: 35px 0;
  324. }
  325.  
  326. /* =Slider : Slides
  327. -------------------------------------------------------------- */
  328.  
  329. #slider .slides {
  330. height: 360px;
  331.  
  332. line-height: 0;
  333. }
  334.  
  335. #slider .slides img {
  336. }
  337.  
  338. /* =Slider : Indicators
  339. -------------------------------------------------------------- */
  340.  
  341. #slider .indicators-wrapper {
  342. width: 100%;
  343.  
  344. border-collapse: collapse;
  345. display: table;
  346. }
  347.  
  348. #slider .indicators {
  349. background: #f1f1f1;
  350. display: table-row;
  351. }
  352.  
  353. #slider .indicators .indicator {
  354. width: 33.3333%;
  355.  
  356. border-bottom: 1px solid #c6c6c6;
  357. border-top: 3px solid #c9c9c9;
  358. cursor: pointer;
  359. display: table-cell;
  360. }
  361.  
  362. #slider .indicators .indicator .indicator-container {
  363. position: relative;
  364.  
  365. padding: 20px 25px;
  366. }
  367.  
  368. #slider .indicators .indicator.active {
  369. border-top-color: #bbbbbb;
  370. }
  371.  
  372. #slider .indicators .indicator.active .indicator-container {
  373. background-color: #ebebeb;
  374. }
  375.  
  376. #slider .indicators .indicator .pointer {
  377. position: absolute;
  378. top: -8px;
  379. left: 50%;
  380. width: 10px;
  381. height: 5px;
  382.  
  383. background: url(images/sprites/slide-active-pointer.png) no-repeat;
  384. margin-left: -10px;
  385. opacity: 0;
  386. visibility: hidden;
  387. z-index: 1000;
  388. }
  389.  
  390. #slider .indicators .indicator.active .pointer {
  391. opacity: 1;
  392. visibility: visible;
  393. }
  394.  
  395. /* CSS3 Animations */
  396.  
  397. #slider .indicators .indicator,
  398. #slider .indicators .indicator .pointer {
  399. -webkit-transition: all 0.3s ease-in-out;
  400. -moz-transition: all 0.3s ease-in-out;
  401. -o-transition: all 0.3s ease-in-out;
  402. -ms-transition: all 0.3s ease-in-out;
  403. transition: all 0.3s ease-in-out;
  404. }
  405.  
  406. #slider .indicators .indicator h4 {
  407. color: #5e5e5e;
  408. font: bold 13px 'Droid Sans', sans-serif;
  409. }
  410.  
  411. #slider .indicators .indicator p {
  412. color: #777777;
  413. font: italic 11px 'Droid Serif', serif;
  414. margin-top: 2px;
  415. min-height: 1em;
  416. }
  417.  
  418. /* =Call To Action
  419. -------------------------------------------------------------- */
  420.  
  421. #call-to-action {
  422. margin: 35px 0;
  423. }
  424.  
  425. #call-to-action .container {
  426. background: url(images/pattern.png) repeat;
  427. -moz-box-sizing: border-box;
  428. -webkit-box-sizing: border-box;
  429. box-sizing: border-box;
  430. padding: 25px;
  431. }
  432.  
  433. #call-to-action h3 {
  434. color: #555555;
  435. font: 23px 'Droid Sans', sans-serif;
  436. }
  437.  
  438. #call-to-action a {
  439. position: absolute;
  440. top: 50%;
  441. right: 25px;
  442.  
  443. background: #474747;
  444. -webkit-border-radius: 3px;
  445. -moz-border-radius: 3px;
  446. border-radius: 3px;
  447. color: #FFF;
  448. display: block;
  449. font: italic 12px 'Droid Serif', serif;
  450. margin-top: -17px;
  451. padding: 10px 40px;
  452. text-decoration: none;
  453. text-shadow: 0 1px 0 #000;
  454. }
  455.  
  456. /* =Feature List
  457. -------------------------------------------------------------- */
  458.  
  459. #site-features {
  460. }
  461.  
  462. #site-features .feature-list {
  463. margin: 0 -15px;
  464. }
  465.  
  466. #site-features .feature {
  467. width: 33.3333%;
  468.  
  469. -moz-box-sizing: border-box;
  470. -webkit-box-sizing: border-box;
  471. box-sizing: border-box;
  472. float: left;
  473. padding: 0 15px;
  474. }
  475.  
  476. #site-features .feature .icon {
  477. position: relative;
  478. width: 40px;
  479. height: 40px;
  480.  
  481. background: url(images/sprites/feature.png) no-repeat;
  482. float: left;
  483. }
  484.  
  485. #site-features .feature .icon img {
  486. position: absolute;
  487. top: 50%;
  488. left: 50%;
  489.  
  490. margin: -8px 0 0 -8px;
  491. }
  492.  
  493. #site-features .feature h3 {
  494. color: #3b3b3b;
  495. font: bold 16px 'Droid Sans', sans-serif;
  496. margin: 0 0 0 55px;
  497. padding-top: 10px;
  498. }
  499.  
  500. #site-features .feature p {
  501. color: #474747;
  502. font-size: 12px;
  503. line-height: 1.5em;
  504. margin-top: 20px;
  505. }
  506.  
  507. /* =Home Loop
  508. -------------------------------------------------------------- */
  509.  
  510. .home-loop {
  511. margin: 50px 0;
  512. }
  513.  
  514. .home-loop .container {
  515. }
  516.  
  517. /* =Home Loop : Nav
  518. -------------------------------------------------------------- */
  519.  
  520. .home-loop .nav {
  521. float: right;
  522. }
  523.  
  524. .home-loop .nav a {
  525. width: 24px;
  526. height: 21px;
  527.  
  528. display: inline-block;
  529. overflow: hidden;
  530. text-indent: -999px;
  531. }
  532.  
  533. .home-loop .nav a.next {
  534. background: url(images/sprites/home-posts-nav-next.png) no-repeat;
  535. }
  536.  
  537. .home-loop .nav a.prev {
  538. background: url(images/sprites/home-posts-nav-prev.png) no-repeat;
  539. }
  540.  
  541. .home-loop h3 {
  542. color: #3b3b3b;
  543. font: 14px "Droid Sans", sans-serif;
  544. margin-bottom: 30px;
  545. }
  546.  
  547. .home-loop .post-list {
  548. width: 9999px;
  549.  
  550. overflow: hidden;
  551. }
  552.  
  553. .home-loop .post-list-wrapper {
  554. margin: 0 -10px;
  555. overflow: hidden;
  556. }
  557.  
  558. /* =Home Loop : Post
  559. -------------------------------------------------------------- */
  560.  
  561. .home-loop .post-list li.post {
  562. width: 225px;
  563.  
  564. float: left;
  565. padding: 0 10px;
  566. }
  567.  
  568. .home-loop .post-list li.post a {
  569. text-decoration: none;
  570. }
  571.  
  572. .home-loop .post-list li.post img {
  573. margin-bottom: 13px;
  574. }
  575.  
  576. .home-loop .post-list li.post .placeholder {
  577. width: 225px;
  578. height: 150px;
  579.  
  580. background: #E9E9E9;
  581. display: block;
  582. margin-bottom: 13px;
  583. }
  584.  
  585. .home-loop .post-list li.post.type-client img {
  586. width: 100%;
  587. height: auto;
  588.  
  589. box-shadow: 0 1px 2px rgba(0,0,0,0.15);
  590. }
  591.  
  592. .home-loop .post-list li.post h4 {
  593. color: #3b3b3b;
  594. font: bold 12px 'Droid Sans', sans-serif;
  595. margin-bottom: 9px;
  596. text-align: center;
  597. }
  598.  
  599. .home-loop .post-list li.post p {
  600. color: #777777;
  601. font: italic 12px 'Droid Serif', serif;
  602. line-height: 1.4em;
  603. }
  604.  
  605. /* =Blog Post Loop
  606. -------------------------------------------------------------- */
  607.  
  608. #loop {
  609. width: 620px;
  610.  
  611. float: left;
  612. }
  613.  
  614. #loop.loop-posts {
  615. }
  616.  
  617. #loop.loop-posts .post,
  618. #loop.loop-posts > div {
  619. margin-bottom: 60px;
  620. }
  621.  
  622. #loop.loop-posts .sticky {
  623. }
  624.  
  625. #loop.loop-posts .post-info {
  626. width: 120px;
  627.  
  628. float: left;
  629. }
  630.  
  631. /* =Blog Post Loop : Date
  632. -------------------------------------------------------------- */
  633.  
  634. #loop.loop-posts .post-info .date {
  635. background-image: url(images/pattern.png);
  636. color: #474747;
  637. font-family: 'Droid Sans', sans-serif;
  638. font-weight: bold;
  639. margin-bottom: 20px;
  640. padding: 15px 20px;
  641. }
  642.  
  643. #loop.loop-posts .post-info .date .day {
  644. font-size: 30px;
  645. }
  646.  
  647. #loop.loop-posts .post-info .date .month-year {
  648. float: right;
  649. line-height: 1.25em;
  650. padding-top: 1px;
  651. }
  652.  
  653. #loop.loop-posts .post-info .extras {
  654. font-size: 11px;
  655. text-align: right;
  656. }
  657.  
  658. #loop.loop-posts .post-info .extras div {
  659. margin-bottom: 8px;
  660. }
  661.  
  662. #loop.loop-posts .post-info .extras a {
  663. color: #474747;
  664. text-decoration: none;
  665. }
  666.  
  667. #loop.loop-posts .post-info .extras a:hover {
  668. text-decoration: underline;
  669. }
  670.  
  671. #loop.loop-posts .post-main {
  672. margin-left: 160px;
  673. }
  674.  
  675. #loop.loop-posts .post-main .content {
  676. color: #5e5e5e;
  677. line-height: 1.5em;
  678. }
  679.  
  680. #loop.loop-posts .post-main h2.post-title {
  681. font: bold 14px 'Droid Sans', sans-serif;
  682. margin: 15px 0;
  683. }
  684.  
  685. #loop.loop-posts .post-main h2.post-title a {
  686. color: #474747;
  687. text-decoration: none;
  688. }
  689.  
  690. #loop.loop-posts .post-main .read-more {
  691. margin-top: 25px;
  692. }
  693.  
  694. #loop.loop-posts .post-main .read-more a {
  695. color: #303030;
  696. font-size: 11px;
  697. font-weight: bold;
  698. text-decoration: none;
  699. }
  700.  
  701. #loop.loop-posts .post-main .read-more a i {
  702. width: 6px;
  703. height: 10px;
  704.  
  705. background: url(images/sprites/read-more-arrow.png) no-repeat;
  706. display: inline-block;
  707. margin: 0 0 -1px 5px;
  708. }
  709.  
  710. /* =Archive
  711. -------------------------------------------------------------- */
  712.  
  713. h1#archive-title {
  714. color: #474747;
  715. font-family: 'Droid Sans', sans-serif;
  716. font-size: 25px;
  717. margin-bottom: 25px;
  718. }
  719.  
  720. /* =Archive : Navigation
  721. -------------------------------------------------------------- */
  722.  
  723. /* =Project Archive
  724. -------------------------------------------------------------- */
  725.  
  726. #projects {
  727. margin: 0 -10px;
  728. }
  729.  
  730. #projects .project {
  731. width: 245px;
  732.  
  733. -moz-box-sizing: border-box;
  734. -webkit-box-sizing: border-box;
  735. box-sizing: border-box;
  736. float: left;
  737. margin-bottom: 20px;
  738. padding: 0 10px;
  739. }
  740.  
  741. #projects .project .wrapper {
  742. position: relative;
  743.  
  744. }
  745.  
  746. #projects .project a.image {
  747. background: #F0F0F0 url(images/loader.gif) no-repeat center center;
  748. display: block;
  749. line-height: 0;
  750. }
  751.  
  752. #projects .project .overlay {
  753. position: absolute;
  754. top: 0;
  755. left: 0;
  756. width: 100%;
  757. height: 100%;
  758.  
  759. background: #000;
  760. display: block;
  761. opacity: 0;
  762. visibility: hidden;
  763. }
  764.  
  765. #projects .project .info {
  766. top: 0;
  767. left: 0;
  768. width: 100%;
  769. height: 100%;
  770.  
  771. display: block;
  772. opacity: 0;
  773. visibility: hidden;
  774. }
  775.  
  776. #projects .project .overlay {
  777. -webkit-transition: all 0.6s ease-in-out;
  778. -moz-transition: all 0.6s ease-in-out;
  779. -o-transition: all 0.6s ease-in-out;
  780. -ms-transition: all 0.6s ease-in-out;
  781. transition: all 0.6s ease-in-out;
  782. }
  783.  
  784. #projects .project .info {
  785. -webkit-transition: all 0.4s ease-in-out;
  786. -moz-transition: all 0.4s ease-in-out;
  787. -o-transition: all 0.4s ease-in-out;
  788. -ms-transition: all 0.4s ease-in-out;
  789. transition: all 0.4s ease-in-out;
  790. }
  791.  
  792. #projects .project:hover .overlay {
  793. opacity: 0.7;
  794. visibility: visible;
  795. }
  796.  
  797. #projects .project:hover .info {
  798. opacity: 0.9;
  799. visibility: visible;
  800. }
  801.  
  802. #projects .project .info h3 {
  803. position: absolute;
  804. top: 15px;
  805. left: 0;
  806.  
  807. background: #000;
  808. color: #CCC;
  809. display: inline-block;
  810. font: italic 16px 'Droid Serif', serif;
  811. padding: 10px;
  812. }
  813.  
  814. #projects .project .info p {
  815. position: absolute;
  816. right: 0;
  817. bottom: 15px;
  818.  
  819. background: #000;
  820. color: #CCC;
  821. display: inline-block;
  822. font: normal normal 14px 'Droid Sans', sans-serif;
  823. padding: 10px;
  824. }
  825.  
  826. /* =Post Single
  827. -------------------------------------------------------------- */
  828.  
  829. #post-single {
  830. margin: 35px 0;
  831. }
  832.  
  833. #post-single .separator.first {
  834. margin-top: 0px;
  835. }
  836.  
  837. #post-single .separator.light {
  838. opacity: 0.4;
  839. }
  840.  
  841. #post-single h1.post-title {
  842. color: #474747;
  843. font: 26px 'Droid Sans', sans-serif;
  844. margin-bottom: 25px;
  845. }
  846.  
  847. /* =Post Single : General Content
  848. -------------------------------------------------------------- */
  849.  
  850. .entry-content {
  851. color: #555;
  852. line-height: 1.5em;
  853. }
  854.  
  855. .entry-content p {
  856. margin: 1.5em 0;
  857. }
  858.  
  859. .entry-content ol {
  860. list-style-type: decimal;
  861. padding-left: 1.5em;
  862. }
  863.  
  864. .entry-content ul {
  865. list-style-type: disc;
  866. padding-left: 1.5em;
  867. }
  868.  
  869. .entry-content ul li,
  870. .entry-content ol li {
  871. line-height: 1.5em;
  872. }
  873.  
  874. .entry-content a {
  875. color: #1e7cd2;
  876. }
  877.  
  878. .entry-content a:hover {
  879. color: #4593ec;
  880. }
  881.  
  882. .entry-content strong,
  883. .entry-content b {
  884. color: #444;
  885. font-weight: bold;
  886. }
  887.  
  888. .entry-content em,
  889. .entry-content i {
  890. font-style: italic;
  891. }
  892.  
  893. .entry-content blockquote {
  894. font-family: 'Droid Serif', serif;
  895. font-style: italic;
  896. padding-left: 2em;
  897. }
  898.  
  899. .entry-content blockquote cite {
  900. display: block;
  901. font-family: 'Droid Sans', sans-serif;
  902. font-weight: bold;
  903. margin-top: 1em;
  904. }
  905.  
  906. .entry-content .flexslider {
  907. margin: 1.5em 0;
  908. }
  909.  
  910. /* =Post Single : General Content : Definition list
  911. -------------------------------------------------------------- */
  912.  
  913. .entry-content dl {
  914. margin-top: 1.5em;
  915. }
  916.  
  917. .entry-content dl dt {
  918. display: block;
  919. font-family: 'Droid Sans', sans-serif;
  920. font-weight: bold;
  921. margin-bottom: 0.5em;
  922. }
  923.  
  924. .entry-content dl dd {
  925. margin-bottom: 1em;
  926. padding-left: 1.5em;
  927. }
  928.  
  929. /* =Post Single : General Content : Table
  930. -------------------------------------------------------------- */
  931.  
  932. #post-single table {
  933. width: 100%;
  934.  
  935. }
  936.  
  937. /* =Post Single : General Content : Images
  938. -------------------------------------------------------------- */
  939.  
  940. .entry-content img {
  941. height: auto;
  942.  
  943. max-width: 100%;
  944. }
  945.  
  946. .alignnone {
  947. }
  948.  
  949. .aligncenter,
  950. div.aligncenter {
  951. display: block;
  952. margin: 5px auto 5px auto;
  953. }
  954.  
  955. .alignright {
  956. float: right;
  957. margin: 5px 0 20px 20px;
  958. }
  959.  
  960. .alignleft {
  961. float: left;
  962. margin: 5px 20px 20px 0;
  963. }
  964.  
  965. .aligncenter {
  966. display: block;
  967. margin: 5px auto;
  968. }
  969.  
  970. a img.alignright {
  971. float: right;
  972. margin: 5px 0px 20px 20px;
  973. }
  974.  
  975. a img.alignnone {
  976. }
  977.  
  978. a img.alignleft {
  979. float: left;
  980. margin: 5px 20px 20px 0;
  981. }
  982.  
  983. a img.aligncenter {
  984. display: block;
  985. margin-left: auto;
  986. margin-right: auto;
  987. }
  988.  
  989. .wp-caption {
  990. background: #fff;
  991. border: 1px solid #f0f0f0;
  992. max-width: 96%; /* Image does not overflow the content area */
  993. padding: 5px 3px;
  994. text-align: center;
  995. }
  996.  
  997. .wp-caption.alignnone {
  998. margin: 5px 20px 20px 0;
  999. }
  1000.  
  1001. .wp-caption.alignleft {
  1002. margin: 5px 20px 20px 0;
  1003. }
  1004.  
  1005. .wp-caption.alignright {
  1006. margin: 5px 0 20px 20px;
  1007. }
  1008.  
  1009. .wp-caption img {
  1010. width: auto;
  1011. height: auto;
  1012.  
  1013. border: 0 none;
  1014. margin: 0;
  1015. max-width: 98.5%;
  1016. padding: 0;
  1017. }
  1018.  
  1019. .wp-caption p.wp-caption-text {
  1020. font-size: 11px;
  1021. line-height: 17px;
  1022. margin: 0;
  1023. padding: 0 4px;
  1024. }
  1025.  
  1026. /* =Post Single : General Content : Headings
  1027. -------------------------------------------------------------- */
  1028.  
  1029. .entry-content h1,
  1030. .entry-content h2,
  1031. .entry-content h3,
  1032. .entry-content h4,
  1033. .entry-content h5,
  1034. .entry-content h6 {
  1035. color: #333;
  1036. font-family: 'Droid Sans', sans-serif;
  1037. margin: 1.5em 0;
  1038. }
  1039.  
  1040. .entry-content h1 {
  1041. font-size: 1.8em;
  1042. }
  1043.  
  1044. .entry-content h2 {
  1045. font-size: 1.7em;
  1046. }
  1047.  
  1048. .entry-content h3 {
  1049. font-size: 1.6em;
  1050. }
  1051.  
  1052. .entry-content h4 {
  1053. font-size: 1.45em;
  1054. }
  1055.  
  1056. .entry-content h5 {
  1057. font-size: 1.375em;
  1058. }
  1059.  
  1060. .entry-content h6 {
  1061. font-size: 1.2em;
  1062. }
  1063.  
  1064. /* =Post Single : Page
  1065. -------------------------------------------------------------- */
  1066.  
  1067. #post-single.type-page .post-container,
  1068. #post-single.error-404 .post-container {
  1069. width: 620px;
  1070.  
  1071. float: left;
  1072. }
  1073.  
  1074. /* =Post Single : Post
  1075. -------------------------------------------------------------- */
  1076.  
  1077. #post-single.type-post {
  1078. }
  1079.  
  1080. #post-single.type-post .post-container {
  1081. width: 620px;
  1082.  
  1083. float: left;
  1084. }
  1085.  
  1086. #post-single.type-post .post-container.widepage {
  1087. width: 800px;
  1088.  
  1089. float: left;
  1090. }
  1091.  
  1092. #post-single.type-post .post-info {
  1093. color: #777;
  1094. font: italic 11px 'Droid Serif', serif;
  1095. margin-bottom: 25px;
  1096. margin-top: -18px;
  1097. }
  1098.  
  1099. #post-single.type-post .post-info a {
  1100. color: #505050;
  1101. text-decoration: none;
  1102. }
  1103.  
  1104. /* =Post Single : Project
  1105. -------------------------------------------------------------- */
  1106.  
  1107. /* =Post Single : Project : Images
  1108. -------------------------------------------------------------- */
  1109.  
  1110. #post-single.type-project #project-images {
  1111. width: 600px;
  1112.  
  1113. float: left;
  1114. }
  1115.  
  1116. #post-single.type-project #project-images .image {
  1117. position: relative;
  1118.  
  1119. line-height: 0;
  1120. }
  1121.  
  1122. #post-single.type-project #project-images .pagination {
  1123. position: absolute;
  1124. bottom: 0px;
  1125. left: 0;
  1126. width: 100%;
  1127.  
  1128. display: block;
  1129. text-align: center;
  1130. }
  1131.  
  1132. #post-single.type-project #project-images .pagination li {
  1133. display: inline-block;
  1134. margin: 0 1px;
  1135. }
  1136.  
  1137. #post-single.type-project #project-images .pagination li a {
  1138. width: 10px;
  1139. height: 11px;
  1140.  
  1141. background: url(images/sprites/image-pagination-normal.png) no-repeat;
  1142. display: block;
  1143. }
  1144.  
  1145. #post-single.type-project #project-images .pagination li.active a {
  1146. background: url(images/sprites/image-pagination-active.png) no-repeat;
  1147. }
  1148.  
  1149. #post-single.type-project #project-images img {
  1150. width: 100%;
  1151. height: auto;
  1152.  
  1153. }
  1154.  
  1155. #post-single.type-project #project-info {
  1156. width: 320px;
  1157.  
  1158. float: right;
  1159. }
  1160.  
  1161. #post-single.type-project #project-info h1 {
  1162. color: #474747;
  1163. font: 16px 'Droid Sans', sans-serif;
  1164. }
  1165.  
  1166. #post-single.type-project #project-info .excerpt {
  1167. color: #777777;
  1168. font: italic 12px 'Droid Serif', serif;
  1169. line-height: 1.4em;
  1170. }
  1171.  
  1172. #post-single.type-project .skills {
  1173. color: #777777;
  1174. }
  1175.  
  1176. #post-single.type-project .skills strong {
  1177. color: #474747;
  1178. display: inline-block;
  1179. font-family: 'Droid Sans', sans-serif;
  1180. font-weight: bold;
  1181. margin-right: 4px;
  1182. }
  1183.  
  1184. #post-single.type-project .skills a {
  1185. color: #777777;
  1186. font-family: 'Droid serif', sans-serif;
  1187. font-style: italic;
  1188. text-decoration: none;
  1189. }
  1190.  
  1191. /* =Pagination
  1192. -------------------------------------------------------------- */
  1193.  
  1194. #loop .pagination .separator {
  1195. clear: both;
  1196. }
  1197.  
  1198. #loop .pagination .nav-next {
  1199. float: right;
  1200. padding-right: 10px;
  1201. }
  1202.  
  1203. #loop .pagination .nav-previous {
  1204. float: left;
  1205. padding-left: 10px;
  1206. }
  1207.  
  1208. #loop .pagination a {
  1209. color: #5e5e5e;
  1210. text-decoration: none;
  1211. }
  1212.  
  1213. /* =Comments
  1214. -------------------------------------------------------------- */
  1215.  
  1216. #comments {
  1217. margin-top: 35px;
  1218. }
  1219.  
  1220. /* =Comments : Single Comment
  1221. -------------------------------------------------------------- */
  1222.  
  1223. #comment-list {
  1224. margin-top: -5px;
  1225. }
  1226.  
  1227. .comment,
  1228. .pingback {
  1229. list-style: none;
  1230. margin: 35px 0;
  1231. }
  1232.  
  1233. .comment.bypostauthor {
  1234. }
  1235.  
  1236. .comment .avatar-container {
  1237. position: relative;
  1238. width: 65px;
  1239. height: 65px;
  1240.  
  1241. box-shadow: inset 0 0 5px rgba(0,0,0,0.15);
  1242. float: left;
  1243. }
  1244.  
  1245. .comment .avatar-container .shadow {
  1246. position: absolute;
  1247. bottom: -8px;
  1248. left: 0;
  1249. width: 65px;
  1250. height: 8px;
  1251.  
  1252. background: url(images/sprites/comment-shadow.png) no-repeat;
  1253. }
  1254.  
  1255. .comment .comment-text {
  1256. margin-left: 90px;
  1257. }
  1258.  
  1259. .comment .comment-text .content {
  1260. color: #6a6a6a;
  1261. margin-bottom: 20px;
  1262. }
  1263.  
  1264. .comment .comment-separator {
  1265. position: relative;
  1266. width: 9px;
  1267. height: 1px;
  1268.  
  1269. background: #ababab;
  1270. margin-bottom: 15px;
  1271. }
  1272.  
  1273. .comment .comment-separator a.comment-reply-link {
  1274. position: absolute;
  1275. top: -6px;
  1276. left: 24px;
  1277.  
  1278. color: #303030;
  1279. font-size: 10px;
  1280. text-decoration: none;
  1281. }
  1282.  
  1283. .comment .comment-info {
  1284. font-family: 'Droid Sans', sans-serif;
  1285. font-size: 12px;
  1286. }
  1287.  
  1288. .comment .comment-info .comment-author,
  1289. .comment .comment-info .comment-author a {
  1290. color: #303030;
  1291. display: inline-block;
  1292. font-weight: bold;
  1293. margin-right: 15px;
  1294. text-decoration: none;
  1295. }
  1296.  
  1297. .comment .comment-info .comment-date {
  1298. color: #5e5e5e;
  1299. }
  1300.  
  1301. /* =Comments : Single Comment : Pingback
  1302. -------------------------------------------------------------- */
  1303.  
  1304. .pingback .pingback-title,
  1305. .pingback .pingback-title a {
  1306. color: #303030;
  1307. font-weight: bold;
  1308. margin-bottom: 5px;
  1309. text-decoration: none;
  1310. }
  1311.  
  1312. .pingback .pingback-date {
  1313. color: #5e5e5e;
  1314. margin-bottom: 10px;
  1315. }
  1316.  
  1317. .pingback .pingback-content {
  1318. color: #474747;
  1319. }
  1320.  
  1321. /* =Comments : Single Comment : Multi Levels
  1322. -------------------------------------------------------------- */
  1323.  
  1324. .comment .comment {
  1325. margin-left: 90px;
  1326. }
  1327.  
  1328. /* =Comments : Respond
  1329. -------------------------------------------------------------- */
  1330.  
  1331. h3#reply-title,
  1332. h3#reply-title a,
  1333. h3#comments-title {
  1334. color: #333;
  1335. font-family: 'Droid Sans', sans-serif;
  1336. font-size: 17px;
  1337. margin-bottom: 1.5em;
  1338. }
  1339.  
  1340. #comment-list #respond {
  1341. background: #EFEFEF;
  1342. border: 1px solid #E2E2E2;
  1343. padding: 20px;
  1344. }
  1345.  
  1346. #comment-list .comment #respond {
  1347. margin-left: 90px;
  1348. }
  1349.  
  1350. #respond {
  1351. margin-bottom: 35px;
  1352. }
  1353.  
  1354. #commentform #comment,
  1355. #commentform .comment-form-field input {
  1356. border: 1px solid #DDD;
  1357. -moz-box-sizing: border-box;
  1358. -webkit-box-sizing: border-box;
  1359. box-sizing: border-box;
  1360. color: #666;
  1361. font: italic 12px 'Droid Serif', serif;
  1362. padding: 10px;
  1363. }
  1364.  
  1365. #commentform .comment-form-field input {
  1366. display: inline-block;
  1367. margin-right: 20px;
  1368. }
  1369.  
  1370. #commentform #comment {
  1371. width: 100%;
  1372. height: 200px;
  1373.  
  1374. }
  1375.  
  1376. #commentform .comment-form-field input:focus,
  1377. #commentform .comment-form-field input:hover,
  1378. #commentform #comment:hover,
  1379. #commentform #comment:focus {
  1380. border-color: #C0C0C0;
  1381. }
  1382.  
  1383. #commentform .comment-form-field label {
  1384. color: #525252;
  1385. font-size: 11px;
  1386. }
  1387.  
  1388. #commentform .logged-in-as {
  1389. color: #777;
  1390. margin-bottom: 15px;
  1391. }
  1392.  
  1393. #commentform .logged-in-as a {
  1394. color: #1e7cd2;
  1395. text-decoration: none;
  1396. }
  1397.  
  1398. #commentform .comment-form-field,
  1399. #commentform .comment-form-comment {
  1400. margin-bottom: 10px;
  1401. }
  1402.  
  1403. #commentform input[type=submit] {
  1404. background: rgb(247,247,247);
  1405. background: -moz-linear-gradient(top, rgba(247,247,247,1) 0%, rgba(244,244,244,1) 100%);
  1406. background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(247,247,247,1)), color-stop(100%,rgba(244,244,244,1)));
  1407. background: -webkit-linear-gradient(top, rgba(247,247,247,1) 0%,rgba(244,244,244,1) 100%);
  1408. background: -o-linear-gradient(top, rgba(247,247,247,1) 0%,rgba(244,244,244,1) 100%);
  1409. background: -ms-linear-gradient(top, rgba(247,247,247,1) 0%,rgba(244,244,244,1) 100%);
  1410. background: linear-gradient(top, rgba(247,247,247,1) 0%,rgba(244,244,244,1) 100%);
  1411. border: 1px solid #cbc9c9;
  1412. box-shadow: 0 1px 1px rgba(0,0,0,0.06);
  1413. color: #525252;
  1414. cursor: pointer;
  1415. filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f7f7f7', endColorstr='#f4f4f4',GradientType=0 );
  1416. font: bold 10px/1 "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
  1417. padding: 14px 20px;
  1418. text-shadow: 0 1px 0 #FFF;
  1419. }
  1420.  
  1421. #commentform input[type=submit]:hover {
  1422. border: 1px solid #BBB;
  1423. }
  1424.  
  1425. /* =Sidebar
  1426. -------------------------------------------------------------- */
  1427.  
  1428. #sidebar {
  1429. width: 280px;
  1430.  
  1431. float: right;
  1432. word-wrap: break-word;
  1433. }
  1434.  
  1435. #sidebar .widget {
  1436. color: #767676;
  1437. list-style: none;
  1438. margin-bottom: 40px;
  1439. }
  1440.  
  1441. #sidebar img {
  1442. height: auto;
  1443.  
  1444. max-width: 100%;
  1445. }
  1446.  
  1447. #sidebar .widget .separator {
  1448. height: 5px;
  1449.  
  1450. background: #eeeeee url(images/pattern.png) repeat;
  1451. border: solid #dedede;
  1452. border-width: 1px 0;
  1453. margin-top: 20px;
  1454. }
  1455.  
  1456. #sidebar .widget h2.widgettitle {
  1457. color: #3b3b3b;
  1458. font: 14px 'Droid Sans', sans-serif;
  1459. margin-bottom: 20px;
  1460. }
  1461.  
  1462. #sidebar .widget div {
  1463. line-height: 1.5em;
  1464. }
  1465.  
  1466. #sidebar .widget a {
  1467. color: #5e5e5e;
  1468. text-decoration: none;
  1469. }
  1470.  
  1471. #sidebar .widget ul li {
  1472. margin-bottom: 3px;
  1473. }
  1474.  
  1475. /* =Footer and Copyright
  1476. -------------------------------------------------------------- */
  1477.  
  1478. #footer {
  1479. position: relative;
  1480.  
  1481. background: url(images/footer.png) repeat;
  1482. margin-top: 45px;
  1483. padding: 45px 0;
  1484. }
  1485.  
  1486. #footer .container {
  1487. width: 990px;
  1488.  
  1489. display: table;
  1490. }
  1491.  
  1492. #footer .pointer {
  1493. position: absolute;
  1494. top: 0;
  1495. left: 50%;
  1496. width: 30px;
  1497. height: 15px;
  1498.  
  1499. background: url(images/sprites/footer-pointer.png) no-repeat;
  1500. margin-left: -15px;
  1501. z-index: 2;
  1502. }
  1503.  
  1504. /* =Footer and Copyright : Widgets
  1505. -------------------------------------------------------------- */
  1506.  
  1507. #footer ul.widgets {
  1508. width: 100%;
  1509.  
  1510. display: table-row;
  1511. }
  1512.  
  1513. #footer li.widget {
  1514. display: table-cell;
  1515. padding: 0 15px;
  1516. }
  1517.  
  1518. #footer li.widget h2.widgettitle {
  1519. color: #dbdbdb;
  1520. font: bold 14px 'Droid Sans', sans-sefid;
  1521. line-height: 1em;
  1522. margin-bottom: 30px;
  1523. }
  1524.  
  1525. #footer li.widget {
  1526. color: #b8b8b8;
  1527. font-size: 12px;
  1528. line-height: 1.5em;
  1529. }
  1530.  
  1531. #footer li.widget p {
  1532. margin-top: 1em;
  1533. }
  1534.  
  1535. #footer li.widget a {
  1536. color: #e1e1e1;
  1537. font-weight: 500;
  1538. text-decoration: none;
  1539. }
  1540.  
  1541. #copyright {
  1542. background: #181818;
  1543. box-shadow: inset 0 5px 0 rgba(0,0,0,0.2);
  1544. color: #b6b6b6;
  1545. font-size: 10px;
  1546. padding: 15px 0;
  1547. text-align: center;
  1548. }
  1549.  
  1550. #copyright a {
  1551. color: #CCC;
  1552. text-decoration: none;
  1553. }
  1554.  
  1555. /* =Flex Slider
  1556. -------------------------------------------------------------- */
  1557.  
  1558. .gallery-caption {
  1559. }
  1560.  
  1561. .flexslider {
  1562. position: relative;
  1563. width: 100%;
  1564.  
  1565. margin-bottom: 40px;
  1566. }
  1567.  
  1568. .flexslider img {
  1569. width: 100%;
  1570. height: auto;
  1571.  
  1572. }
  1573.  
  1574. .flexslider ul,
  1575. .flexslider ol {
  1576. list-style: none;
  1577. margin: 0;
  1578. padding: 0;
  1579. }
  1580.  
  1581. .flexslider .shadow,
  1582. #project-images .shadow {
  1583. position: absolute;
  1584. bottom: -31px;
  1585. left: 0;
  1586. width: 600px;
  1587. height: 31px;
  1588.  
  1589. background: url(images/sprites/shadow-large.png) no-repeat center center;
  1590. }
  1591.  
  1592. .flexslider .flex-control-nav {
  1593. display: none;
  1594. }
  1595.  
  1596. .flexslider .flex-direction-nav {
  1597. }
  1598.  
  1599. .flexslider .flex-direction-nav a {
  1600. position: absolute;
  1601. top: 50%;
  1602. width: 18px;
  1603. height: 26px;
  1604.  
  1605. display: block;
  1606. margin-top: -13px;
  1607. opacity: 0;
  1608. text-indent: -9999px;
  1609. -webkit-transition: all 0.2s ease-in-out;
  1610. -moz-transition: all 0.2s ease-in-out;
  1611. -o-transition: all 0.2s ease-in-out;
  1612. -ms-transition: all 0.2s ease-in-out;
  1613. transition: all 0.2s ease-in-out;
  1614. }
  1615.  
  1616. .flexslider:hover .flex-direction-nav a {
  1617. opacity: 1;
  1618. }
  1619.  
  1620. .flexslider .flex-direction-nav a.prev {
  1621. left: 25px;
  1622.  
  1623. background: url(images/sprites/gallery-prev.png) no-repeat;
  1624. }
  1625.  
  1626. .flexslider .flex-direction-nav a.prev:active {
  1627. left: 20px;
  1628.  
  1629. }
  1630.  
  1631. .flexslider .flex-direction-nav a.next {
  1632. right: 25px;
  1633.  
  1634. background: url(images/sprites/gallery-next.png) no-repeat;
  1635. }
  1636.  
  1637. .flexslider .flex-direction-nav a.next:active {
  1638. right: 20px;
  1639.  
  1640. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement