Advertisement
Guest User

Untitled

a guest
Jan 31st, 2015
288
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 19.13 KB | None | 0 0
  1. /*
  2. Theme Name: أوميجا
  3. Theme URI: https://www.facebook.com/supportwordpress
  4. Author: ووردبريس بالعربي
  5. Author https://www.facebook.com/supportwordpress
  6. Description: قالب أوميجا - من تعريب وتطوير ووردبريس بالعربي.
  7. Version: 0.6.0
  8.  
  9. */
  10.  
  11. @import url(http://fonts.googleapis.com/css?family=Open+Sans:400,700);
  12.  
  13. /* Baseline Reset (normalize.css 2.1.2)
  14. Link: http://necolas.github.com/normalize.css/
  15. --------------------------------------------- */
  16.  
  17. article,aside,details,figcaption,figure,footer,header,hgroup,main,nav,section,summary{display:block}audio,canvas,video{display:inline-block}audio:not([controls]){display:none;height:0}[hidden]{display:none}html{font-family:sans-serif;-ms-text-size-adjust:100%;-webkit-text-size-adjust:100%}body{margin:0}a:focus{outline:thin dotted}a:active,a:hover{outline:0}h1{font-size:2em;margin:.67em 0}abbr[title]{border-bottom:1px dotted}b,strong{font-weight:bold}dfn{font-style:italic}hr{-moz-box-sizing:content-box;box-sizing:content-box;height:0}mark{background:#ff0;color:#000}code,kbd,pre,samp{font-family:monospace,serif;font-size:1em}pre{white-space:pre-wrap}q{quotes:"\201C" "\201D" "\2018" "\2019"}small{font-size:80%}sub,sup{font-size:75%;line-height:0;position:relative;vertical-align:baseline}sup{top:-0.5em}sub{bottom:-0.25em}img{border:0}svg:not(:root){overflow:hidden}figure{margin:0}fieldset{border:1px solid silver;margin:0 2px;padding:.35em .625em .75em}legend{border:0;padding:0}button,input,select,textarea{font-family:inherit;font-size:100%;margin:0}button,input{line-height:normal}button,select{text-transform:none}button,html input[type="button"],input[type="reset"],input[type="submit"]{-webkit-appearance:button;cursor:pointer}button[disabled],html input[disabled]{cursor:default}input[type="checkbox"],input[type="radio"]{box-sizing:border-box;padding:0}input[type="search"]{-webkit-appearance:textfield;-moz-box-sizing:content-box;-webkit-box-sizing:content-box;box-sizing:content-box}input[type="search"]::-webkit-search-cancel-button,input[type="search"]::-webkit-search-decoration{-webkit-appearance:none}button::-moz-focus-inner,input::-moz-focus-inner{border:0;padding:0}textarea{overflow:auto;vertical-align:top}table{border-collapse:collapse;border-spacing:0}
  18.  
  19. /* Box Sizing
  20. --------------------------------------------- */
  21.  
  22. *,
  23. input[type="search"] {
  24. -webkit-box-sizing: border-box;
  25. -moz-box-sizing: border-box;
  26. box-sizing: border-box;
  27. }
  28.  
  29. /*fonts*/
  30. @font-face{font-family:h1; src: url('fonts/HelveticaNeueW23-Reg.woff');}
  31. @font-face{font-family:h2;src: url('fonts/HelveticaNeueW23-Bd.woff');}
  32.  
  33. .more-link{
  34. color: #0088B2;
  35. font:20px h1;
  36. text-align:left;
  37. }
  38. .widget-wrap{
  39. background:#fff;
  40. }
  41. .hyper-woordpress{
  42. color:#fff !important;
  43. }
  44. .screen-reader-text{
  45. background: none repeat scroll 0 0 #444444;
  46. box-shadow: 2px 1px 11px 3px #DDDDDD;
  47. color: #FFFFFF;
  48. font-family: h2;
  49. padding: 10px 11px 75px 71%;
  50. width: 100%;
  51. word-wrap: break-word;
  52. }
  53. .footer-content p,a,span, .credit a{font-family:h2;color:#353535;}
  54. /* Float Clearing
  55. --------------------------------------------- */
  56.  
  57. .clearfix:before, .clearfix:after {
  58. content: " ";
  59. display: table;
  60. }
  61.  
  62. .clearfix:after {
  63. clear: both;
  64. }
  65.  
  66. .row:before,
  67. .row:after {
  68. display: table;
  69. content: " ";
  70. }
  71.  
  72. .row:after {
  73. clear: both;
  74. }
  75.  
  76. .row:before,
  77. .row:after {
  78. display: table;
  79. content: " ";
  80. }
  81.  
  82. .row:after {
  83. clear: both;
  84. }
  85.  
  86.  
  87. /*
  88. Defaults
  89. ---------------------------------------------------------------------------------------------------- */
  90.  
  91. /* Typographical Elements
  92. --------------------------------------------- */
  93.  
  94. html {
  95. font-size: 62.5%; /* 10px browser default */
  96. }
  97.  
  98. body {
  99. color: #666;
  100. font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;
  101. font-size: 16px;
  102. font-weight: 300;
  103. line-height: 1.625;
  104. background-color: #fff;
  105. }
  106.  
  107. a,
  108. button,
  109. input:focus,
  110. input[type="button"],
  111. input[type="reset"],
  112. input[type="submit"],
  113. textarea:focus {
  114. -webkit-transition: all 0.1s ease-in-out;
  115. -moz-transition: all 0.1s ease-in-out;
  116. -ms-transition: all 0.1s ease-in-out;
  117. -o-transition: all 0.1s ease-in-out;
  118. transition: all 0.1s ease-in-out;
  119. }
  120.  
  121. ::-moz-selection {
  122. background: #333;
  123. color: #fff;
  124. }
  125.  
  126. ::selection {
  127. background: #333;
  128. color: #fff;
  129. }
  130.  
  131. a {
  132. color: #060606;
  133. text-decoration: none;
  134. }
  135.  
  136. a:hover {
  137. color: #666;
  138. }
  139.  
  140. p {
  141. margin: 0 0 24px;
  142. padding: 0;
  143. }
  144.  
  145. strong {
  146. font-weight: 700;
  147. }
  148.  
  149. ol, ul {
  150. list-style: none;
  151. }
  152.  
  153. ul {
  154. list-style: disc outside;
  155. margin: 0 0 25px 48px;
  156. padding: 0;
  157. }
  158.  
  159. ol {
  160. list-style-type: decimal;
  161. margin: 0 0 25px 48px;
  162. }
  163.  
  164. ol ol {
  165. list-style: upper-roman;
  166. }
  167.  
  168. ol ol ol {
  169. list-style: lower-roman;
  170. }
  171.  
  172. ol ol ol ol {
  173. list-style: upper-alpha;
  174. }
  175.  
  176. ol ol ol ol ol {
  177. list-style: lower-alpha;
  178. }
  179.  
  180. ul ul, ol ol, ul ol, ol ul {
  181. margin-bottom: 0;
  182. }
  183.  
  184. dl {
  185. margin: 0 0 25px 5px;
  186. }
  187.  
  188. dl dt {
  189. font-weight: bold;
  190. margin: 10px 0 0 0;
  191. }
  192.  
  193. dl dd {
  194. margin: 5px 0 0 24px;
  195. }
  196.  
  197. blockquote,
  198. blockquote::before {
  199. color: #999;
  200. }
  201.  
  202. blockquote {
  203. margin: 0;
  204. padding: 24px 40px;
  205. }
  206.  
  207. blockquote::before {
  208. content: "\201C";
  209. display: block;
  210. font-size: 30px;
  211. height: 0;
  212. left: -20px;
  213. position: relative;
  214. top: -10px;
  215. }
  216.  
  217. pre {
  218. background-color: #F9F9F9;
  219. overflow: scroll;
  220. padding: 0 20px;
  221. white-space: pre;
  222. }
  223.  
  224. cite {
  225. font-style: normal;
  226. }
  227.  
  228. /* Table
  229. --------------------------------------------- */
  230.  
  231. table {
  232. border: 1px solid #e5e5e5;
  233. border-collapse: collapse;
  234. border-spacing: 0;
  235. margin-bottom: 25px;
  236. }
  237.  
  238. table caption {
  239. margin: 0 0 5px;
  240. font-size: 15px;
  241. font-variant: small-caps;
  242. }
  243.  
  244. th,td {
  245. padding: 10px;
  246. -webkit-box-sizing: border-box;
  247. -moz-box-sizing: border-box;
  248. -ms-box-sizing: border-box;
  249. box-sizing: border-box;
  250. }
  251.  
  252. .widget th,
  253. .widget td {
  254. padding: 5px 2px;
  255. }
  256.  
  257. th {
  258. border-bottom: 1px solid #e5e5e5;
  259. border-right: 1px solid #e5e5e5;
  260. background: #f5f5f5;
  261. font-size: 15px;
  262. font-weight: normal;
  263. text-align: left;
  264. }
  265.  
  266. td {
  267. border-bottom: 1px solid #e5e5e5;
  268. border-right: 1px solid #e5e5e5;
  269. }
  270.  
  271. /* Headings
  272. --------------------------------------------- */
  273.  
  274. h1,
  275. h2,
  276. h3,
  277. h4,
  278. h5,
  279. h6 {
  280. color: #333;
  281. font-family: 'Open Sans', sans-serif;
  282. font-weight: normal;
  283. line-height: 1.2;
  284. margin: 0;
  285. margin-bottom: 16px;
  286. padding: 0;
  287. }
  288.  
  289. h1 {
  290. font-size: 36px;
  291. }
  292.  
  293. h2 {
  294. font-size: 30px;
  295. }
  296.  
  297. h3 {
  298. font-size: 24px;
  299. }
  300.  
  301. h4 {
  302. font-size: 20px;
  303. }
  304.  
  305. h5 {
  306. font-size: 18px;
  307. }
  308.  
  309. h6 {
  310. font-size: 16px;
  311. }
  312.  
  313. /* Objects
  314. --------------------------------------------- */
  315.  
  316. embed,
  317. iframe,
  318. img,
  319. object,
  320. video {
  321. max-width: 100%;
  322. }
  323.  
  324. img {
  325. height: auto;
  326. width: auto; /* IE8 */
  327. }
  328.  
  329. /* Forms
  330. --------------------------------------------- */
  331.  
  332. input,
  333. select,
  334. textarea {
  335. background: #fff;
  336. border: 1px solid #ddd;
  337. border-radius: 3px;
  338. box-shadow: 1px 1px 3px #eee inset;
  339. color: #999;
  340. font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;
  341. font-size: 14px;
  342. padding: 16px;
  343. max-width: 100%;
  344. }
  345.  
  346. input:focus,
  347. textarea:focus {
  348. border: 1px solid #aaa;
  349. outline: none;
  350. }
  351.  
  352. ::-moz-placeholder {
  353. color: #999;
  354. }
  355.  
  356. ::-webkit-input-placeholder {
  357. color: #999;
  358. }
  359.  
  360. button,
  361. input[type="button"],
  362. input[type="reset"],
  363. input[type="submit"] {
  364. background: #333;
  365. border: none;
  366. box-shadow: none;
  367. color: #fff;
  368. cursor: pointer;
  369. letter-spacing: 1px;
  370. padding: 16px 24px;
  371. text-transform: uppercase;
  372. width: auto;
  373. }
  374.  
  375. button:hover,
  376. input:hover[type="button"],
  377. input:hover[type="reset"],
  378. input:hover[type="submit"] {
  379. opacity:0.8;
  380. filter:alpha(opacity=80); /* For IE8 and earlier */
  381. }
  382.  
  383. input[type="search"]::-webkit-search-cancel-button,
  384. input[type="search"]::-webkit-search-results-button {
  385. display: none;
  386. }
  387.  
  388.  
  389. /*
  390. Structure and Layout
  391. ---------------------------------------------------------------------------------------------------- */
  392.  
  393. /* Site Containers
  394. --------------------------------------------- */
  395.  
  396. .wrap {
  397. margin: 0 auto;
  398. max-width: 100%;
  399. }
  400.  
  401. .site-inner {
  402. clear: both;
  403. padding-top: 40px;
  404. }
  405.  
  406. /* Column Widths and Positions
  407. --------------------------------------------- */
  408.  
  409. /* Content */
  410.  
  411. .content {
  412. float: left;
  413. width: 50%;
  414. margin: 0 200px;
  415. }
  416.  
  417. .layout-2c-r .content {
  418. float: left;
  419. }
  420.  
  421. .layout-2c-l .content {
  422. border: 1px solid #DDDDDD;
  423. background: none repeat scroll 0 0 #e5f1ff;
  424. border-radius: 10px 10px 10px 10px;
  425. float: left;
  426. margin-bottom: 10px;
  427. padding: 5px;
  428. }
  429.  
  430. .layout-1c .content {
  431. width: 70%;
  432. }
  433.  
  434. /* Primary Sidebar */
  435.  
  436. .sidebar-primary {
  437. float: right;
  438. width: 200px;
  439. }
  440.  
  441. .layout-1c .sidebar-primary {
  442. display: none;
  443. float: right;
  444. }
  445.  
  446. .layout-2c-r .sidebar-primary {
  447. float: right;
  448. }
  449.  
  450. /* WordPress
  451. --------------------------------------------- */
  452.  
  453. .avatar {
  454. float: left;
  455. }
  456.  
  457. .alignleft .avatar {
  458. margin-right: 24px;
  459. }
  460.  
  461. .alignright .avatar {
  462. margin-left: 24px;
  463. }
  464.  
  465. .search-form input[type="submit"] {
  466. border: 0;
  467. clip: rect(0, 0, 0, 0);
  468. height: 1px;
  469. margin: -1px;
  470. padding: 0;
  471. position: absolute;
  472. width: 1px;
  473. }
  474.  
  475. .sticky {
  476. }
  477.  
  478. img.centered,
  479. .aligncenter {
  480. display: block;
  481. margin: 0 auto 24px;
  482. }
  483.  
  484. img.alignnone {
  485. margin-bottom: 12px;
  486. }
  487.  
  488. .alignleft {
  489. float: left;
  490. text-align: left;
  491. }
  492.  
  493. .alignright {
  494. float: right;
  495. text-align: right;
  496. }
  497.  
  498. img.alignleft,
  499. .wp-caption.alignleft {
  500. margin: 0 24px 24px 0;
  501. }
  502.  
  503. .wp-caption {
  504. max-width: 100%;
  505. }
  506.  
  507. img.alignright,
  508. .wp-caption.alignright {
  509. margin: 0 0 24px 24px;
  510. }
  511.  
  512. .wp-caption-text {
  513. font-size: 14px;
  514. font-weight: 700;
  515. margin: 0;
  516. text-align: center;
  517. }
  518.  
  519. .gallery {
  520. display: block;
  521. clear: both;
  522. overflow: hidden;
  523. margin: 0 auto 20px;
  524. }
  525.  
  526. .gallery .gallery-row {
  527. display: block;
  528. clear: both;
  529. overflow: hidden;
  530. margin: 0;
  531. }
  532.  
  533. .gallery .gallery-item {
  534. overflow: hidden;
  535. float: left;
  536. margin: 0 0 16px;
  537. text-align: center;
  538. list-style: none;
  539. padding: 0;
  540. }
  541.  
  542. .gallery .gallery-item .gallery-icon {
  543. position:relative;
  544. }
  545.  
  546. .gallery .gallery-item .gallery-icon img {
  547. width: auto;
  548. max-width: 89%;
  549. height: auto;
  550. padding: 5%;
  551. margin: 0 auto;
  552. }
  553.  
  554. .gallery-caption {
  555. margin: 0 10px;
  556. }
  557.  
  558. .widget_calendar table {
  559. width: 100%;
  560. }
  561.  
  562. .widget_calendar th {
  563. text-align: center;
  564. font-weight: bold;
  565. }
  566. .widget_calendar td {
  567. text-align: center;
  568. }
  569.  
  570. .widget_search input.search-field {
  571. width: 100%;
  572. }
  573.  
  574. /* Headings
  575. --------------------------------------------- */
  576.  
  577. .entry-title {
  578. background: none repeat scroll 0 0 #444444;
  579. border-radius: 10px 10px 10px 10px;
  580. font-family: h2;
  581. font-size: 36px;
  582. line-height: 1.2;
  583. color:#fff;
  584. padding: 10px 10px;
  585. word-wrap: break-word;
  586. }
  587.  
  588. .entry-title a,
  589. .sidebar .widgettitle a {
  590. color: #fff;
  591. }
  592.  
  593. .entry-title a:hover {
  594. color: #e1e1e1;
  595. }
  596.  
  597. .archive-title {
  598. font-size: 20px;
  599. margin-bottom: 24px;
  600. }
  601.  
  602. /*
  603. Site Header
  604. ---------------------------------------------------------------------------------------------------- */
  605. .site-header {
  606. background:#00C2FF;
  607. }
  608.  
  609. /* Title Area
  610. --------------------------------------------- */
  611.  
  612. .title-area {
  613. font-weight: 700;
  614. padding: 16px 0;
  615. text-align: center;
  616. }
  617.  
  618. .header-image .title-area {
  619. padding: 0;
  620. margin: 0 50px;
  621. }
  622.  
  623. .site-title {
  624. font-size: 45px;
  625. letter-spacing: 2px;
  626. line-height: 1;
  627. margin: 0 0 8px;
  628. }
  629.  
  630. .site-title a span{color:#fff !important;}
  631. .site-title a,
  632. .site-title a:hover {
  633. color: #ffffff;
  634. font-family: h2;
  635.  
  636. }
  637.  
  638. .site-description {
  639. font-family: h1;
  640. color: #000;
  641. font-size: 16px;
  642. font-weight: 300;
  643. line-height: 1;
  644. margin: 0;
  645. }
  646.  
  647.  
  648. /*
  649. Site Navigation
  650. ---------------------------------------------------------------------------------------------------- */
  651.  
  652. .omega-nav-menu,
  653. .omega-nav-menu > ul {
  654. clear: both;
  655. color: #999;
  656. letter-spacing: 1px;
  657. line-height: 1.5;
  658. margin: 0px auto;
  659. padding: 0;
  660. width: 100%;
  661. text-align: center;
  662. }
  663.  
  664. .omega-nav-menu .menu-item,
  665. .omega-nav-menu .page_item {
  666. display: inline-block;
  667. margin: 0;
  668. padding: 0;
  669. text-align: left;
  670. }
  671.  
  672. .omega-nav-menu a {
  673. font-family: h1;
  674. border: none;
  675. font-weight: bold;
  676. color: #737373;
  677. display: block;
  678. padding: 15px;
  679. position: relative;
  680. background: #EEE;
  681. }
  682. .omega-nav-menu a:hover{color:#ffffff; background: #00C2FF;}
  683. .omega-nav-menu .sub-menu a:hover{color:ffffff; background:#999;}
  684. .omega-nav-menu .sub-menu,
  685. .omega-nav-menu .children {
  686. left: -9999px;
  687. margin: 0;
  688. opacity: 0;
  689. padding: 0;
  690. position: absolute;
  691. -webkit-transition: opacity .4s ease-in-out;
  692. -moz-transition: opacity .4s ease-in-out;
  693. -ms-transition: opacity .4s ease-in-out;
  694. -o-transition: opacity .4s ease-in-out;
  695. transition: opacity .4s ease-in-out;
  696. width: 200px;
  697. z-index: 99;
  698.  
  699. }
  700.  
  701. .omega-nav-menu .sub-menu a,
  702. .omega-nav-menu .children a {
  703. background:#737373;
  704. color:#ffffff;
  705. border: 0px solid #eee;
  706. border-top: none;
  707. font-size: 14px;
  708. letter-spacing: 0;
  709. padding: 16px 20px;
  710. position: relative;
  711. width: 200px;
  712. }
  713.  
  714. .omega-nav-menu .sub-menu .sub-menu,
  715. .omega-nav-menu .children .children {
  716. margin: -54px 0 0 199px;
  717. }
  718.  
  719. .omega-nav-menu .menu-item:hover,
  720. .omega-nav-menu .page_item:hover {
  721. position: static;
  722. }
  723.  
  724. .omega-nav-menu .menu-item:hover > .sub-menu,
  725. .omega-nav-menu .sub-menu:hover > .children {
  726. left: auto;
  727. opacity: 1;
  728. }
  729.  
  730. .omega-nav-menu > .first > a {
  731. padding-left: 0;
  732. }
  733.  
  734. .omega-nav-menu > .last > a {
  735. padding-right: 0;
  736. }
  737.  
  738. /*
  739. Content Area
  740. ---------------------------------------------------------------------------------------------------- */
  741.  
  742. /* Entries
  743. --------------------------------------------- */
  744.  
  745. .entry, .hentry {
  746. margin-bottom: 40px;
  747. }
  748.  
  749. .entry-content {
  750. word-wrap: break-word;
  751. }
  752.  
  753. .entry-content img.wp-post-image {
  754. margin-bottom: 15px;
  755. }
  756.  
  757. .entry-content img.medium,
  758. .entry-content img.thumbnail {
  759. float: left;
  760. margin: 7px 24px 24px 0;;
  761. }
  762.  
  763. .entry-content .attachment a,
  764. .entry-content .gallery a {
  765. border: none;
  766. }
  767.  
  768. .entry-content .wp-caption p {
  769. margin-bottom: 0;
  770. }
  771.  
  772. .entry-meta {
  773. font:15px h1;
  774. background: none repeat scroll 0 0 #FFFFFF;
  775. clear: both;
  776. color: #9B9B9B;
  777. font-size: 15px;
  778. padding: 5px;
  779. margin-top:5px;
  780. }
  781.  
  782. .entry-header .entry-meta {
  783. margin-bottom: 24px;
  784. }
  785.  
  786.  
  787. .entry-comments-link::before {
  788. content: "\2014";
  789. margin: 0 6px 0 2px;
  790. }
  791.  
  792. .entry-categories,
  793. .entry-tags {
  794. display: block;
  795. }
  796.  
  797. /* Entry Navigation
  798. --------------------------------------------- */
  799.  
  800. .navigation {
  801. clear: both;
  802. font-size: 14px;
  803. margin: 40px 0;
  804. }
  805.  
  806. .entry .navigation a {
  807. border-bottom: 1px solid #ddd;
  808. }
  809.  
  810. .navigation li {
  811. display: inline;
  812. }
  813.  
  814. .navigation li a {
  815. background: #333;
  816. border-radius: 3px;
  817. color: #fff;
  818. cursor: pointer;
  819. display: inline-block;
  820. padding: 8px 12px;
  821. }
  822.  
  823.  
  824. /* Pagination
  825. --------------------------------------------- */
  826.  
  827. .pagination .page-numbers {
  828. padding: 8px 12px;
  829. border: 1px solid #F5F5F5;
  830. border-radius: 25px 25px 25px 25px;
  831. }
  832.  
  833. .pagination .current {
  834. background-color: #F5F5F5;
  835. }
  836.  
  837.  
  838. /* Comments
  839. --------------------------------------------- */
  840.  
  841. .entry-comments,
  842. #respond {
  843. background: #fff;
  844. border-radius: 3px;
  845. }
  846.  
  847. .entry-comments,
  848. .ping-list,
  849. #respond {
  850. margin-bottom: 40px;
  851. }
  852.  
  853. .entry-comments a,
  854. #respond a {
  855. border-bottom: 1px solid #ddd;
  856. }
  857.  
  858. .entry-comments .comment-author {
  859. margin: 10px 0 10px;
  860. }
  861.  
  862. .entry-comments .comment-content {
  863. clear: both;
  864. }
  865.  
  866. #respond input[type="email"],
  867. #respond input[type="text"],
  868. #respond input[type="url"] {
  869. width: 50%
  870. }
  871.  
  872. #respond label {
  873. display: block;
  874. margin-right: 12px;
  875. }
  876.  
  877. ol.comment-list {
  878. margin: 0;
  879. padding: 0;
  880. }
  881.  
  882. .comment-list li,
  883. .ping-list li {
  884. list-style-type: none;
  885. }
  886.  
  887. li.comment {
  888. border: 2px solid #fff;
  889. border-right: none;
  890. }
  891.  
  892. li.comment .comment-item {
  893. background: #f5f5f5;
  894. margin: 12px 0;
  895. padding: 32px;
  896. }
  897.  
  898. li.comment ol {
  899. margin: 0
  900. }
  901.  
  902. .comment .avatar {
  903. margin: 0 16px 24px 0;
  904. }
  905.  
  906. .bypostauthor {
  907. }
  908.  
  909. .form-allowed-tags {
  910. background: #f5f5f5;
  911. font-size: 14px;
  912. padding: 24px;
  913. }
  914.  
  915.  
  916. /*
  917. Sidebars
  918. ---------------------------------------------------------------------------------------------------- */
  919.  
  920. .sidebar {
  921. background: none repeat scroll 0 0 #e5f1ff;
  922. border: 1px solid #DDDDDD;
  923. border-radius: 10px 10px 10px 10px;
  924. color: #999999;
  925. padding: 1px 1px 0px 10px;
  926. margin-bottom: 10px;
  927. }
  928. .widget-title {
  929. word-wrap: break-word;
  930. font-family: h2;
  931. color:#fff;
  932. background: #444444;
  933. padding: 15px 10px 10px 0px;
  934. box-shadow: 2px 1px 11px 3px #ddd;
  935. }
  936.  
  937. .sidebar p:last-child,
  938. .sidebar ul,
  939. .footer-widgets ul {
  940. margin: 0;
  941. }
  942.  
  943. .sidebar li,
  944. .footer-widgets li {
  945. font: 15px h1;
  946. list-style-type: none;
  947. margin-bottom: 6px;
  948. margin-right: 10px;
  949. padding: 0;
  950. word-wrap: break-word;
  951. }
  952.  
  953. .sidebar ul > li:last-child {
  954. margin-bottom: 0;
  955. }
  956.  
  957. .sidebar .widget {
  958. margin-bottom: 40px;
  959. }
  960.  
  961. .sidebar .search-form {
  962. width: 100%;
  963. }
  964.  
  965. /*
  966. Footer Widgets
  967. ---------------------------------------------------------------------------------------------------- */
  968.  
  969. .footer-widgets {
  970. border-top: 1px solid #F5F5F5;
  971. padding: 40px 0 16px;
  972. }
  973.  
  974. .footer-widgets .widget {
  975. margin-bottom: 24px;
  976. }
  977.  
  978. .footer-widgets .col-3 .widget-area {
  979. float: left;
  980. padding: 0 3% 0 0;
  981. width: 33%;
  982. }
  983.  
  984. .footer-widgets .col-4 .widget-area {
  985. float: left;
  986. padding: 0 3% 0 0;
  987. width: 25%;
  988. }
  989.  
  990.  
  991. .footer-widgets .widget-area:last-child {
  992. padding: 0;
  993. float: right;
  994. }
  995.  
  996. /*
  997. Site Footer
  998. ---------------------------------------------------------------------------------------------------- */
  999.  
  1000. .site-footer {
  1001. background:#00c2ff;
  1002. border-top: 1px solid #F5F5F5;
  1003. color: #999;
  1004. font-size: 14px;
  1005. padding: 40px 0;
  1006. text-align: center;
  1007. }
  1008.  
  1009. .site-footer p {
  1010. margin: 0;
  1011. }
  1012.  
  1013. p.copyright {
  1014. font-size: inherit;
  1015. }
  1016.  
  1017. /*
  1018. Media Queries
  1019. ---------------------------------------------------------------------------------------------------- */
  1020.  
  1021. @media only screen and (max-width: 1139px) {
  1022.  
  1023. .wrap {
  1024. max-width: 960px;
  1025. }
  1026.  
  1027. .content {
  1028. width: 620px;
  1029. }
  1030.  
  1031. }
  1032.  
  1033. @media only screen and (max-width: 1023px) {
  1034.  
  1035. .content,
  1036. .sidebar-primary,
  1037. .wrap,
  1038. .footer-widgets .col-3 .widget-area,
  1039. .footer-widgets .col-4 .widget-area {
  1040. width: 100%;
  1041. }
  1042.  
  1043. .header-image .site-header .wrap {
  1044. background-position: center top;
  1045. text-align: center;
  1046. }
  1047.  
  1048. .site-inner,
  1049. .footer-widgets {
  1050. padding-left: 5%;
  1051. padding-right: 5%;
  1052. }
  1053.  
  1054. .archive-description,
  1055. .entry,
  1056. .entry-comments,
  1057. .entry-footer .entry-meta,
  1058. .sidebar .widget,
  1059. .site-header,
  1060. #respond {
  1061. padding: 0;
  1062. }
  1063.  
  1064. .site-inner {
  1065. background: none;
  1066. }
  1067.  
  1068. .omega-nav-menu li {
  1069. float: none;
  1070. }
  1071.  
  1072. .omega-nav-menu,
  1073. .site-description,
  1074. .site-header .title-area,
  1075. .site-title {
  1076. text-align: center;
  1077. }
  1078.  
  1079. .omega-nav-menu a,
  1080. .omega-nav-menu > .first > a,
  1081. .omega-nav-menu > .last > a {
  1082. padding: 20px 16px;
  1083. }
  1084.  
  1085. .omega-nav-menu li.right {
  1086. display: none;
  1087. }
  1088.  
  1089. .entry-footer .entry-meta {
  1090. margin: 0;
  1091. padding-top: 12px;
  1092. }
  1093.  
  1094. .sidebar-primary {
  1095. border-top: 1px solid #F5F5F5;
  1096. padding-top: 40px;
  1097.  
  1098. }
  1099.  
  1100. .site-footer {
  1101. padding: 24px 0;
  1102. }
  1103.  
  1104. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement