Advertisement
Guest User

Untitled

a guest
Apr 1st, 2012
173
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 18.36 KB | None | 0 0
  1. /*
  2. Theme Name: twentyeleven-child
  3. Description: Child theme for the twenty eleven theme
  4. Author: marcus
  5. Template: twentyeleven
  6. */
  7.  
  8. @import url("../twentyeleven/style.css");
  9.  
  10. /*---some universal selectiveness, and some more specific selectiveness---*/
  11. body h1 { font-size: 28px;}
  12. body h2 { font-size: 28px;}
  13. body p { font-family: Verdana,Geneva,sans-serif;font-size: 14px;}
  14. body a:link a:active a:visited{color: #1982D1;}
  15. body a:hover {color: #16BCD6;}
  16. .entry-title, .entry-title a { color: #1982D1;}
  17. .entry-title, .entry-title a:hover { color: #16BCD6;}
  18.  
  19. body {padding-left: 0; padding-right: 0;}
  20.  
  21.  
  22. /*----end selectiveness-----------------------------------------------*/
  23.  
  24. #primary {
  25. float: left;
  26. margin-bottom: 30px;
  27. margin-left: 0;
  28. margin-right: -360px;
  29. margin-top: 0;
  30. width: 960px;
  31. background-color: transparent;
  32. }
  33.  
  34.  
  35. /*--------this seems to be where you style post input related things-----------*/
  36.  
  37. #page {
  38.  
  39. width: 960px;
  40. padding-left: 20px;
  41. padding-right: 20px;
  42. margin-top: 0;
  43. margin-bottom: 0;
  44. background-color: transparent;
  45. }
  46. #branding {
  47.  
  48. height: 160px;
  49. width: 960px;
  50. left: 50%;
  51. position: relative;
  52. margin-left: -460px;
  53.  
  54. }
  55. #headerwrap {
  56.  
  57. width: 100%;
  58. height: 160px;
  59. margin: 0;
  60. background-color: #A5C3E5;
  61. }
  62.  
  63.  
  64. #branding img a:hover{
  65. background-color: white;
  66. }
  67. #logo {
  68. display: inline-block;
  69. float: left;
  70. margin-top: 12px;
  71. padding: 0 0 0 0;
  72. width: 630px;
  73. height: 76px;
  74. }
  75.  
  76.  
  77.  
  78. #logo h1 {
  79. color: #FFFFFF;
  80. font-size: 1.5em;
  81. font-weight: bold;
  82. line-height: 1em !important;
  83. margin-bottom: 0 !important;
  84. margin-left: 0 !important;
  85. margin-right: 0 !important;
  86. margin-top: 0 !important;
  87. padding-bottom: 0 !important;
  88. padding-left: 0 !important;
  89. padding-right: 0 !important;
  90. padding-top: 0 !important;
  91. }
  92.  
  93.  
  94.  
  95.  
  96.  
  97.  
  98. .singular #content-home, .left-sidebar.singular #content-home{
  99. margin-bottom: 0;
  100. margin-top: 0;
  101. position: relative;
  102. width: 960px;
  103. }
  104.  
  105. body {
  106. background: url(images/white_paperboard.png);
  107. background-repeat: repeat;
  108. }
  109.  
  110.  
  111. .news-column {
  112.  
  113. margin-top: 40px;
  114. clear: both;
  115. width: 960px;
  116. }
  117.  
  118. .news-colum h1, h2, h3 {
  119. font-size: 18px;
  120. padding-bottom: 6px;
  121. }
  122.  
  123. .news-column a:hover {
  124.  
  125. background-color: #D0EFCE;
  126. }
  127. .news-right {
  128. float: right;
  129. width: 266px;
  130. padding-left: 10px;
  131. padding-right: 10px;
  132. height: 560px;
  133. margin-top: 40px;
  134. margin-bottom: 30px;
  135. background-image: url("images/news-bg.png");
  136. background-repeat: repeat-y;
  137.  
  138. }
  139.  
  140. .news-right p {
  141.  
  142. margin-bottom: 0;
  143. }
  144.  
  145. .news-right a {
  146.  
  147. -moz-text-blink: none;
  148. -moz-text-decoration-color: -moz-use-text-color;
  149. -moz-text-decoration-line: none;
  150. -moz-text-decoration-style: solid;
  151. font-weight: normal;
  152. padding: 0;
  153. }
  154.  
  155. .news-right a:hover {
  156.  
  157. color: #16BCD6;
  158. }
  159. .news-right a:link a:active a:visited{color: #1982D1;}
  160.  
  161.  
  162. .portrait {
  163.  
  164. float: left;
  165. padding: 0 10px 0 0;
  166.  
  167. }
  168.  
  169.  
  170. .news-left {
  171. float: left;
  172. width: 610px;
  173. border-left: solid 1px gray;
  174. border-right: solid 1px gray;
  175. padding: 0 10px 10px 10px;
  176. min-height: 460px;
  177. margin-top: 40px;
  178.  
  179. }
  180. /*------------------------------------------------------------------------------------------------------------------
  181. NAVIGATION
  182. ------------------------------------------------------------------------------------------------------------------*/
  183.  
  184. #access { list-style: none; float: left; }
  185. #access li { display: inline-block; margin-top: 22px; padding: 2px;}
  186. #access li a, #nav li a:visited { font-family: Helvetica Neue,Helvetica,Arial,sans-serif; font-weight: bold; color: black; padding: 8px 14px 10px 15px; font-size: 14px;}
  187. #access li a:hover { background: #87BF72; color: white; text-decoration: none; }
  188. #access li a span { margin-right: 20px; }
  189. #access li a.selected { background: #87BF72; color: white; }
  190.  
  191. #access .current-menu-item > a, #access .current-menu-ancestor > a, #access .current_page_item > a, #access .current_page_ancestor > a {
  192. font-weight: bold;
  193. background: #87BF72;
  194. background-image: none;
  195.  
  196. }
  197.  
  198. #access li:hover > a,
  199.  
  200. #access a:focus {
  201.  
  202. background-image: none;
  203. }
  204.  
  205. #access {
  206.  
  207. width: 600px;
  208. height: 0;
  209. }
  210.  
  211. /*-------------------------------------------------------------------------------------------------------------------*/
  212.  
  213.  
  214. .comments-link a {
  215.  
  216. background-color: transparent;
  217. }
  218.  
  219. .latest-work{ margin-bottom: 20px; margin-top: 20px; padding:0; height: 170px; width:960px; position:relative;}
  220. .latest-work a:hover {color: white;}
  221. .latest-work h1 {
  222.  
  223. font-size: inherit;
  224. }
  225. .rollover_img {
  226. width: 280px;
  227. height: 150px;
  228. background-image: url(images/bristol-pedal-revolution-thumb.jpg);
  229. background-position: top;
  230. -moz-border-radius:10px;
  231. -webkit-border-radius:10px;
  232. border:10px solid #ccc;
  233. font:16px normal Arial, Helvetica, sans-serif;
  234. line-height:18px;
  235. float:left;
  236. display: inline;
  237.  
  238.  
  239. }
  240. .rollover_img_1{
  241. width: 280px;
  242. height: 150px;
  243. background-image: url(images/brighter-nutrition.jpg);
  244. background-position: top;
  245. -moz-border-radius:10px;
  246. -webkit-border-radius:10px;
  247. border:10px solid #ccc;
  248. font:16px normal Arial, Helvetica, sans-serif;
  249. line-height:18px;
  250. float:left;
  251. display: inline;
  252. margin-left: 32px;
  253.  
  254.  
  255. }
  256.  
  257. .rollover_img_2 {
  258. width: 280px;
  259. height: 150px;
  260. background-image: url(images/hamilton-holidays-thumb.jpg);
  261. background-position: top;
  262. -moz-border-radius:10px;
  263. -webkit-border-radius:10px;
  264. border:10px solid #ccc;
  265. font:16px normal Arial, Helvetica, sans-serif;
  266. line-height:18px;
  267. float:right;
  268. display: inline;
  269.  
  270. }
  271. .rollover_img a {
  272. color: #fff;
  273. width: 280px;
  274. height: 150px;
  275. display: block;
  276. text-decoration: none;
  277. }
  278.  
  279. .rollover_img a:hover {
  280. background:#000;
  281. opacity:.60;
  282. filter:alpha(opacity=60);
  283. }
  284.  
  285. .rollover_img a span {
  286. display: none;
  287. width: 280px;
  288. padding:5px;
  289. }
  290.  
  291. .rollover_img a:hover span {
  292. display: block;
  293. }
  294.  
  295.  
  296. .rollover_img_1 a {
  297. color: #fff;
  298. width: 280px;
  299. height: 150px;
  300. display: block;
  301. text-decoration: none;
  302. }
  303.  
  304. .rollover_img_1 a:hover {
  305. background:#000;
  306. opacity:.60;
  307. filter:alpha(opacity=60);
  308. }
  309.  
  310. .rollover_img_1 a span {
  311. display: none;
  312. width: 280px;
  313. padding:5px;
  314. }
  315.  
  316. .rollover_img_1 a:hover span {
  317. display: block;
  318. }
  319.  
  320. .rollover_img_2 a {
  321. color: #fff;
  322. width: 280px;
  323. height: 150px;
  324. display: block;
  325. text-decoration: none;
  326. }
  327.  
  328. .rollover_img_2 a:hover {
  329. background:#000;
  330. opacity:.60;
  331. filter:alpha(opacity=60);
  332. }
  333.  
  334. .rollover_img_2 a span {
  335. display: none;
  336. width: 280px;
  337. padding:5px;
  338. }
  339.  
  340. .rollover_img_2 a:hover span {
  341. display: block;
  342. }
  343.  
  344.  
  345. /*------------------------------------------------------------------------------------------------------------------
  346. Footer Social plugins Styling
  347. ------------------------------------------------------------------------------------------------------------------*/
  348.  
  349. #supplementary ul li{
  350.  
  351. display: inline-block;
  352. padding: 0 10px 0 10px;
  353. float: left;
  354.  
  355. }
  356.  
  357. #supplementary {
  358. width: 960px;
  359. min-height: 300px;
  360. padding: 0 0 0 0;
  361. clear: both;
  362. }
  363.  
  364. #supplementary a:hover {
  365.  
  366. background-color: #D0EFCE;
  367. }
  368.  
  369. #twitters {
  370.  
  371. margin-left: 0;
  372.  
  373.  
  374. }
  375. #pages-2 h3 {
  376.  
  377. display: none;
  378.  
  379.  
  380. }
  381. #twitter-box {
  382.  
  383. width: 400px;
  384. height: 220px;
  385. clear: both;
  386. margin: 50px 52px 8px 40px;
  387. background-color: #c6e387;
  388. -moz-border-radius:40px;
  389. -webkit-border-radius:40px;
  390. background-image: url("images/twit.png");
  391. background-repeat: no-repeat;
  392. background-position: bottom center;
  393.  
  394. }
  395.  
  396.  
  397.  
  398.  
  399. #twitter-list {
  400.  
  401. margin-top: 40px;
  402.  
  403. }
  404. #twitter-box ul li {
  405.  
  406. padding-top: 18px;
  407. }
  408.  
  409. #facebook-fan-box {
  410.  
  411. width: 300px;
  412. height: 220px;
  413. margin: 20px 0 0 0;
  414. background-color: #C4DDBA;
  415. float: right;
  416. }
  417.  
  418. .widget ul {
  419. font-size: 15px;
  420. margin: 8px 0 0 0;
  421. }
  422. /*------------------------------------------------------------------------------------------------------------------
  423. Blog Page left column post box styling
  424. ------------------------------------------------------------------------------------------------------------------*/
  425.  
  426.  
  427. #content {
  428. margin-bottom: 0;
  429. margin-left: 12px;
  430. margin-right: 34%;
  431. margin-top: 0;
  432. width: 58.4%;
  433. }
  434.  
  435. /*------------------------------------------------------------------------------------------------------------------
  436. Single Post styling
  437. ------------------------------------------------------------------------------------------------------------------*/
  438.  
  439. .singular .entry-header, .singular .entry-content, .singular footer.entry-meta, .singular #comments-title {
  440. margin-bottom: 0;
  441. margin-right: auto;
  442. width: 100%;
  443.  
  444. }
  445. .entry-header{
  446. margin-top: 14px;
  447. }
  448.  
  449. .entry-title {
  450.  
  451. margin-left: 4px;
  452. }
  453.  
  454. .entry-title h1{
  455.  
  456. font-size: 28px;
  457. }
  458. .singular #content {
  459. margin: 0;
  460. padding: 0;
  461. margin-left: 4px;
  462. }
  463. .entry-content, .singular p {
  464.  
  465. margin-left: 4px;
  466. }
  467. .singular .hentry {
  468. min-height: 700px;
  469. width: 700px;
  470. background-image: none;
  471. background-color: #D3E4A1;
  472. padding: 10px 10px 10px 10px;
  473. -moz-border-radius:20px;
  474. -webkit-border-radius:20px;
  475.  
  476.  
  477. }
  478.  
  479. .hentry:last-child a:hover{
  480. background-color: #D0EFCE;
  481. }
  482.  
  483.  
  484. }
  485. #entry-content {
  486.  
  487. width: 660px;
  488. }
  489.  
  490. #nav-single {
  491.  
  492. margin-right: 400px;
  493. margin-top: 20px;
  494.  
  495. }
  496.  
  497. .entry-meta {
  498.  
  499. margin-top: 20px;
  500. margin-left: 4px;
  501. }
  502. .hentry, .no-results {
  503.  
  504. display: block;
  505. margin-left: 0;
  506. margin-right: 0;
  507. margin-top: 0;
  508. padding: 6px 20px 20px 10px;
  509. width: 570px;
  510. height: 350px;
  511. background-image: url("images/news_article.png");
  512. background-repeat: no-repeat;
  513. border-bottom: none;
  514. }
  515.  
  516. .singular #primary {
  517.  
  518. min-height: 600px;
  519.  
  520. }
  521.  
  522. /*------------------------------------------------------------------------------------------------------------------
  523. Contact Page styling
  524. ------------------------------------------------------------------------------------------------------------------*/
  525.  
  526.  
  527. #contact-box {
  528.  
  529. width: 480px;
  530. min-height: 00px;
  531. }
  532.  
  533. .wpcf7-form {
  534.  
  535. width: 480px;
  536. padding: 10px 10px 10px 10px;
  537. margin: 22px 0 12px 0;
  538. background-image: url(images/contact-bg.gif);
  539. -moz-border-radius:20px;
  540. -webkit-border-radius:20px;
  541.  
  542. }
  543.  
  544. .fb-like-box{
  545.  
  546. float: right;
  547. margin-left: 60px;
  548. margin: 10px 0 10px 0;
  549. }
  550.  
  551. #contact-info {
  552. margin-top: 22px;
  553. margin-right: 90px;
  554. width: 340px;
  555. min-height: 238px;
  556. float: right;
  557. clear: both;
  558. padding: 10px 10px 10px 10px;
  559. background-image: url("images/contact-bg.gif");
  560. border-bottom-left-radius: 20px;
  561. border-bottom-right-radius: 20px;
  562. border-top-left-radius: 20px;
  563. border-top-right-radius: 20px;
  564. }
  565.  
  566. .orange {
  567.  
  568. margin-left: 2px;
  569. }
  570. /*------------------------------------------------------------------------------------------------------------------
  571. Sidebar styling
  572. ------------------------------------------------------------------------------------------------------------------*/
  573.  
  574.  
  575. #secondary {
  576. float: right;
  577. margin-right: 7.6%;
  578. margin-top: 24px;
  579. width: 18.8%;
  580. }
  581.  
  582. #secondary a:hover {
  583.  
  584. background-color: #D0EFCE;
  585. }
  586. .comments-link {
  587.  
  588. visibility: hidden;
  589. }
  590.  
  591. /*------------------------------------------------------------------------------------------------------------------
  592. Portfolio Page styling
  593. ------------------------------------------------------------------------------------------------------------------*/
  594.  
  595.  
  596.  
  597. .folio-content {
  598.  
  599. width: 960px;
  600. min-height: 460px;
  601. margin-top: 20px;
  602. margin-bottom: 20px;
  603.  
  604. }
  605.  
  606. .folio-content a:hover {
  607.  
  608. color: white;
  609. }
  610.  
  611. .folio-content h1 {
  612.  
  613. color: #1982d1;
  614. margin-left: 0;
  615. }
  616. /*-- first two portfoio images --*/
  617.  
  618.  
  619. .folio_img_1{
  620. width: 430px;
  621. height: 300px;
  622. background-image: url(images/pedal-rev-folio.png);
  623. background-position: top;
  624. -moz-border-radius:10px;
  625. -webkit-border-radius:10px;
  626. border:10px solid #ccc;
  627. font:16px normal Arial, Helvetica, sans-serif;
  628. line-height:18px;
  629. float:left;
  630. display: inline;
  631.  
  632. }
  633. .folio_img_2{
  634. width: 430px;
  635. height: 300px;
  636. background-image: url(images/brighter-folio.png);
  637. background-position: top;
  638. -moz-border-radius:10px;
  639. -webkit-border-radius:10px;
  640. border:10px solid #ccc;
  641. font:16px normal Arial, Helvetica, sans-serif;
  642. line-height:18px;
  643. float:right;
  644. display: inline;
  645. margin-left: 32px;
  646.  
  647. }
  648.  
  649. .folio_img_1 a {
  650. color: #fff;
  651. width: 430px;
  652. height: 300px;
  653. display: block;
  654. text-decoration: none;
  655. }
  656.  
  657. .folio_img_1 a:hover {
  658. background:#000;
  659. opacity:.80;
  660. filter:alpha(opacity=60);
  661. }
  662.  
  663. .folio_img_1 a span {
  664. display: none;
  665. width: 430px;
  666. padding:5px;
  667. }
  668.  
  669. .folio_img_1 a:hover span {
  670. display: block;
  671. }
  672.  
  673.  
  674. .folio_img_2 a {
  675. color: #fff;
  676. width: 430px;
  677. height: 300px;
  678. display: block;
  679. text-decoration: none;
  680. }
  681.  
  682. .folio_img_2 a:hover {
  683. background:#000;
  684. opacity:.80;
  685. filter:alpha(opacity=60);
  686. }
  687.  
  688. .folio_img_2 a span {
  689. display: none;
  690. width: 430px;
  691. padding:5px;
  692. }
  693.  
  694. .folio_img_2 a:hover span {
  695. display: block;
  696. }
  697.  
  698.  
  699. /*-- second two portfoio images --*/
  700.  
  701.  
  702.  
  703. .folio_img_3{
  704. width: 430px;
  705. height: 300px;
  706. background-image: url(images/goto-folio.png);
  707. background-position: top;
  708. -moz-border-radius:10px;
  709. -webkit-border-radius:10px;
  710. border:10px solid #ccc;
  711. font:16px normal Arial, Helvetica, sans-serif;
  712. line-height:18px;
  713. float:left;
  714. display: inline;
  715. margin-top: 50px;
  716. margin-bottom: 20px;
  717.  
  718.  
  719. }
  720. .folio_img_4{
  721. width: 430px;
  722. height: 300px;
  723. background-image: url(images/hamilton-folio.png);
  724. margin-top: 50px;
  725. background-position: top;
  726. -moz-border-radius:10px;
  727. -webkit-border-radius:10px;
  728. border:10px solid #ccc;
  729. font:16px normal Arial, Helvetica, sans-serif;
  730. line-height:18px;
  731. float:right;
  732. display: inline;
  733. margin-left: 32px;
  734. margin-bottom: 20px
  735. }
  736.  
  737. .folio_img_3 a {
  738. color: #fff;
  739. width: 430px;
  740. height: 300px;
  741. display: block;
  742. text-decoration: none;
  743. }
  744.  
  745. .folio_img_3 a:hover {
  746. background:#000;
  747. opacity:.80;
  748. filter:alpha(opacity=60);
  749. }
  750.  
  751. .folio_img_3 a span {
  752. display: none;
  753. width: 430px;
  754. padding:5px;
  755. }
  756.  
  757. .folio_img_3 a:hover span {
  758. display: block;
  759. }
  760.  
  761.  
  762. .folio_img_4 a {
  763. color: #fff;
  764. width: 430px;
  765. height: 300px;
  766. display: block;
  767. text-decoration: none;
  768. }
  769.  
  770. .folio_img_4 a:hover {
  771. background:#000;
  772. opacity:.80;
  773. filter:alpha(opacity=60);
  774. }
  775.  
  776. .folio_img_4 a span {
  777. display: none;
  778. width: 430px;
  779. padding:5px;
  780. }
  781.  
  782. .folio_img_4 a:hover span {
  783. display: block;
  784. }
  785.  
  786.  
  787. #example {
  788.  
  789. height: 100px;
  790.  
  791. }
  792.  
  793. /*
  794. JQuery Slip Slap Menu Bar CSS
  795. */
  796.  
  797. #slipSlap {
  798. margin: 0px;
  799. padding: 0px;
  800. list-style-type: none;
  801. position:absolute;
  802. border-top:2px solid #dedede;
  803. }
  804. #slipSlap li:first-child {
  805. border-left-width: 1px;
  806. border-left-style: solid;
  807. border-left-color: #E4E0D3;
  808. }
  809. #slipSlap li {
  810. float: left;
  811. height: 50px;
  812. width: 136px;
  813. line-height: 48px;
  814. text-align: center;
  815. vertical-align: middle;
  816. border-right-width: 1px;
  817. border-right-style: solid;
  818. border-right-color: #E4E0D3;
  819. border-bottom-width: 1px;
  820. border-bottom-style: solid;
  821. border-bottom-color: #E4E0D3;
  822. font-family: Tahoma, Geneva, sans-serif;
  823. font-size: 15px;
  824. color: #807e76;
  825. cursor: pointer;
  826. }
  827. #slipSlap li a {
  828. float: right;
  829. height: 48px;
  830. width: 136px;
  831. display:block;
  832. line-height: 48px;
  833. text-align: center;
  834. vertical-align: middle;
  835. font-family: Tahoma, Geneva, sans-serif;
  836. font-size: 15px;
  837. color: #856C5C;
  838. background-color: #FFF;
  839. text-decoration:none;
  840. text-shadow: 1px 1px 1px rgba(0,0,0,.35);
  841. background: -webkit-gradient(linear, left top, left bottom, from(#fff), to(#ededed));
  842. background: -moz-linear-gradient(top, #fff, #ededed);
  843. filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#ededed');
  844. }
  845. #slipSlap li a:hover {
  846. border-left-width: 1px;
  847. border-left-style: solid;
  848. border-left-color: #EFEDE5;
  849. border-bottom-width: 2px;
  850. border-bottom-style: solid;
  851. border-bottom-color: #ffa311;
  852. color: #4B4A45;
  853. background: -webkit-gradient(linear, left top, left bottom, from(#fff), to(#eaeaea));
  854. background: -moz-linear-gradient(top, #fff, #eaeaea);
  855. filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#eaeaea');
  856. }
  857. .buttonUnderline {
  858. border-bottom-width: 2px;
  859. border-bottom-style: solid;
  860. border-bottom-color: #ffa311;
  861. }
  862. .buttonSelected {
  863. border-bottom-width: 2px;
  864. border-bottom-style: solid;
  865. border-bottom-color: #ffa311;
  866. }
  867.  
  868.  
  869.  
  870.  
  871. /*------content slider stylies*/
  872.  
  873.  
  874.  
  875. #topbar {
  876.  
  877. height: 90px;
  878. background-color: #3275A8;
  879. padding: 15px 10px 15px 0;
  880. }
  881.  
  882. a:link,a:visited {
  883. border:0; text-decoration: none;
  884. }
  885.  
  886. img {
  887. border: 0;
  888. }
  889.  
  890. h1 {
  891. font-family: "verdana", Arial, Helvetica, sans-serif;
  892. font-size:36px;
  893. letter-spacing: 2px;
  894. text-shadow: 1px 1px 4px #333;
  895. color: #F60;
  896. margin-left: 25px;
  897. }
  898.  
  899. .clear { height:0; clear: both;}
  900.  
  901.  
  902.  
  903. #simple-slider {
  904.  
  905. text-align:left;
  906. background-color:#98CB82;
  907. border:1px solid #ccc; width:598px;
  908. -moz-border-radius:10px;
  909. -webkit-border-radius:10px;
  910. margin:0 auto;
  911. font-family:arial;
  912. margin-top: 0;
  913. }
  914.  
  915. #simple-slider .mask {
  916. float:left;
  917. width:440px;
  918. height:280px;
  919. margin:15px 0 0 10px;
  920. overflow:hidden;
  921. }
  922.  
  923. #simple-slider .panel {
  924. width:300px;
  925. height:280px;
  926. text-align:left;
  927. }
  928.  
  929. #simple-slider ul {
  930. margin:0;
  931. padding:15px 15px 0 15px;
  932. list-style:none;
  933. float:left;
  934. border-right:1px solid #dedede;
  935. height:285px;
  936. }
  937.  
  938. #simple-slider ul li {
  939. margin:10px 0;
  940. }
  941.  
  942. #simple-slider ul a {
  943. background:url("images/button.png") no-repeat 0 0;
  944. outline:none;
  945. text-decoration: underline;
  946. display:block;
  947. width:75px;
  948. height:74px;
  949. text-indent:-999em;
  950. }
  951.  
  952. #simple-slider a:link, #simple-slider a:visited {
  953. background: url("images/button.png") no-repeat 0 0;
  954. }
  955.  
  956.  
  957. #simple-slider ul a.active {
  958. background-position: -75px;
  959. }
  960.  
  961.  
  962.  
  963.  
  964.  
  965. .panel h2 {
  966. padding:8px 0 0 0;
  967. color:#0058a9;
  968. }
  969.  
  970. .panel p {
  971. color:#666;
  972. width: 452px;
  973. font-size:13px;
  974. text-align: left;
  975.  
  976. }
  977.  
  978. .slider-header {
  979.  
  980. margin-left: 0;
  981.  
  982. }
  983.  
  984. .mask p {
  985.  
  986. overflow: hidden;
  987. }
  988.  
  989.  
  990. /*------------end content slider stylies----*/
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement