Advertisement
Guest User

Untitled

a guest
Nov 27th, 2014
167
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
CSS 12.09 KB | None | 0 0
  1. body>div {
  2.     padding-top: 1.7%;
  3. }
  4. a:hover, a:visited, a:link, a:active {
  5.     text-decoration: none;
  6. }
  7.  
  8. .divider
  9. {
  10.     border-bottom: 1px solid #F2F2F2;
  11.     padding-bottom: 10px;
  12. }
  13. .divider1
  14. {
  15.     border-bottom: 1px solid #F2F2F2;
  16.     padding: 0.4375rem 0.875rem;
  17. }
  18.  
  19. .adc {
  20.  
  21.     text-align: center; background-color:antiquewhite;
  22. }
  23. .red-divider
  24. {
  25.     border: 2px solid #CD2122;
  26.     margin-bottom:0px;
  27.     margin-top:0px;
  28. }
  29.  
  30. .run_widget
  31. {
  32.      margin-bottom:10px;
  33.      margin-top:10px;
  34. }
  35.  
  36. .blue-divider
  37. {
  38.     border-bottom: 4px solid #026A9A;  
  39.        
  40. }
  41.  
  42. .ftr
  43. {
  44.     background-color: #333;
  45.     color:white;
  46.     height:10%;
  47.     padding-top: 20px;
  48.     padding-left: 40px;
  49.     font-size: 13px;
  50.     width: 100%;
  51. }
  52.  
  53. body
  54. {
  55.     //padding-top : 35px;
  56. //  padding-left : 35px;
  57.     padding-right : 35px;
  58.     font-family: "pt_serifregular";
  59.     color: #8F8F8F;
  60.     line-height: 20px;
  61.     font-size: 14px;
  62.     background-image: url('../img/top-shadow.png');
  63.     background-repeat: no-repeat;
  64.     background-position: 50% 0%;
  65. }
  66. .cat_head
  67. {
  68.     background: none repeat scroll 0% 0% #CD2122;
  69.     color: #FFF;
  70.     float: left;
  71.     padding: 0px 10px 2px;
  72.     font-size: 16px;
  73.     font-family: 'Oswald', sans-serif;
  74.     text-transform: uppercase; 
  75.     padding-top: 5px;
  76. }
  77.  
  78. .d_right a
  79. {
  80.     color :#333;
  81. }
  82.  
  83. a:hover
  84. {
  85.     color: #CD2122;
  86. }
  87.  
  88.  .tagcloud a
  89. {
  90.     font-family:Tahoma,Arial,Verdana,sans-serif;
  91.     padding: 2px 8px;  
  92.     background: #ddd;
  93.     -webkit-transition-duration: .3s;
  94.     -moz-transition-duration: .3s;
  95.     display: inline-block;
  96.     margin: 0px -1px 2px 2%;
  97.     font-size: 11px!important;
  98.     color: #333;
  99.  
  100.  
  101.  
  102. }
  103.  
  104. .tagcloud a:hover
  105. {
  106.     background: #cd2122;
  107.     color: #FFF;
  108.     text-decoration: none;
  109. }
  110. .top-bar
  111. {
  112.    background: none repeat scroll 0% 0% #1B79A4;      
  113. }
  114.  
  115. .top-bar-section li:not(.has-form) a:not(.button)
  116. {
  117.     padding: 0px 15px;
  118.     line-height: 45px;
  119.     background: none repeat scroll 0% 0% #1B79A4;
  120.     text-transform: uppercase; 
  121.    
  122. }  
  123.  
  124. .top-bar-section a:hover
  125. {
  126.     text-decoration: none; 
  127. }
  128.  
  129.  
  130. .top-bar-section ul li a:hover
  131. {
  132.     //background-color:#CD2122 !important;
  133. }
  134. .top-bar-section ul li ul li a {
  135.    
  136.     -webkit-transition: text-align 1000ms linear;
  137.     -moz-transition: text-align 1000ms linear;
  138.     -o-transition: text-align 1000ms linear;
  139.     -ms-transition: text-align 1000ms linear;
  140.     transition: text-align 1000ms linear;
  141. }
  142. .top-bar-section ul li ul li a:hover
  143. {  
  144.     text-align: right;
  145. }
  146. .last-li {
  147.     border-right: none !important;
  148. }
  149.  
  150. .top-bar-section ul a
  151. {
  152.     background-color:#1B79A4 !important;
  153.     font-family: Roboto;
  154.    
  155.     font-size: 14px !important;
  156.     }
  157.  
  158. .top-bar-section li.active
  159. {
  160.     background-color:#CD2122 !important;;
  161. }
  162.  
  163. #home{
  164.     background-color : #CD2122 !important;
  165. }
  166. .main-head
  167. {
  168.     background-color: #fff;
  169.     border-radius: 4px;
  170.     text-align: left;  
  171.     margin: 0px;
  172.     font-family: 'Roboto Condensed';
  173.     color: #333!important;
  174.     font-size: 16px!important;
  175.     font-weight: bold!important;
  176.     font-style: normal!important;
  177. }
  178. .menu1
  179. {
  180. //  border-left: 2px solid #CD2122;
  181. //  border-right: 2px solid #CD2122;
  182. }
  183. .row
  184. {
  185.     max-width : 95%;
  186.     margin: auto !important;
  187. }
  188. .dropdown
  189. {
  190.     width: 167px;
  191.     margin-left: 3px;
  192.     height: 37px;
  193.     margin-bottom:10px;
  194. }
  195. .content
  196. {
  197.     //border-left: 1px solid #ECD1D1;  
  198.     //border-right: 1px solid #ECD1D1; 
  199. }
  200. .article
  201. {
  202.     border-bottom: 1px solid #E7E0E0;      
  203. }
  204. .article-meta
  205. {
  206.     margin-bottom: 10px;
  207. }
  208.  
  209. .rating
  210. {
  211.     color : #CD2122;
  212. }
  213.  
  214. h6
  215. {
  216.     font-size: 14px;
  217.     line-height: 18px;
  218.     font-family: "pt_serifregular";
  219. }
  220.  
  221. .entry-title
  222. {
  223.     font-family: "pt_serifregular";
  224.     margin: 0px;
  225. }
  226.  
  227. .desc
  228. {
  229.     padding: 0px;
  230. }
  231. .side-nav li a:not(.button)
  232. {
  233.     font-size: 13px;
  234.     //padding-bottom: 2px;
  235.     padding-top: 0px;
  236.     font-family: Tahoma, Arial, Verdana, sans-serif !important;
  237.     line-height: 20px;
  238.     padding-left: 0px !important;
  239. }
  240.  
  241. .dark-box {
  242.     background-color: #222;
  243.     border-bottom: 4px solid #E03D3D;
  244.     padding-top: 10px;
  245.     padding-bottom: 5px;
  246. }
  247.  
  248.  
  249. .social-links li
  250. {
  251.     display:inline-block;
  252.     list-style:none;
  253.     padding-left:8px;
  254.     padding-right:8px;
  255.     background-color:rgba(216, 212, 212, 1);
  256. }
  257. .email
  258. {
  259.     background-color: #D0D0D0;
  260.     border: 1px solid #D0D0D0;
  261.     height: 30px;
  262.     padding: 5px 15px;
  263.     line-height: 18px;
  264.     color: #727272;
  265.     margin-right: 3px;
  266.     float: left;
  267.     width: 70% !important;
  268. }
  269. .submit {
  270.     background-color: #E03D3D;
  271.     color: #FFF;
  272.     padding: 5px 15px;
  273.     border: medium none;
  274.     height: 37px;
  275.     line-height: 20px;
  276.     float: left;
  277.     margin-left:3px;
  278. }
  279.  
  280. .page-footer
  281. {
  282.     text-align: center;
  283. }
  284. h4 span
  285. {
  286.     color: #E03D3D;
  287. }
  288. .tweet > ul > li
  289. {
  290.     padding-top: 20px;
  291.     border-top: 1px solid #D8D8D8;
  292.     list-style: none outside none;
  293. }
  294. .tweet-avatar {
  295.     width: 47px;
  296.     height: 47px;
  297.     float: left;
  298.     margin-right: 10px;
  299.     border-radius: 50%;
  300.     background-color: #222;
  301.     color: #FFF;
  302.     line-height: 47px;
  303.     text-align: center !important;
  304.     font-size: 26px !important;
  305.     padding-top : 7px;
  306. }
  307. .tweet-content p
  308. {
  309.     font-size: 14px;
  310.     line-height: 18px;
  311. }
  312. .footer-section h4
  313. {
  314.     padding-left: 17px;
  315. }
  316.  
  317. .contact-info p
  318. {
  319.     font-size: 14px;
  320.     line-height: 0px;
  321. }
  322. .footer-photo li
  323. {
  324.     float: left;
  325.     margin:-6px -10px 8px 15px;
  326.     list-style: none outside none;
  327. }
  328.  
  329. .flickr-badge-image  img
  330. {
  331.     height: 80px;
  332.     width: 80px;
  333. }
  334. .footer-col3
  335. {
  336.     padding: 0px;
  337. }
  338. .side-nav li a:not(.button)
  339. {
  340.     color:black;
  341.     font-family: "pt_serifregular";
  342. }
  343. h6 a
  344. {
  345.     color:black;
  346. }
  347.  
  348. .top-bar-section .has-form
  349. {
  350.     background: none repeat scroll 0% 0% #1B79A4;
  351. }
  352. .top-bar input
  353. {
  354.     top:6px;
  355. }
  356.  
  357. .top-bar input, .top-bar .button, .top-bar button {
  358.     font-size: 0.875rem;
  359.     position: relative;
  360.     top: 6px;
  361.     height: 37px;
  362. }
  363. #social_share ul
  364. {
  365.     line-height: 31px;
  366. }
  367.  
  368. .social-links li a {
  369.     color: #535353;
  370. }
  371.  
  372. .social-links li  a:hover , .tweet-content a:hover
  373. {
  374.     color: #CD2122;
  375. }
  376.  
  377. .tweet-content a
  378. {
  379.     color:#8F8F8F
  380. }
  381. .alert
  382. {
  383.     left: 10px;
  384.     background-color: red !important;
  385. }
  386. .left-sidebar
  387. {
  388.     padding-right:22px;
  389.     padding-left: 0px !important;
  390.     border-right: solid 1px #eaeaea;
  391. }
  392.  
  393. .right-sidebar
  394. {
  395.     padding-left:22px;
  396.     padding-right: 0px !important;
  397.     border-left: solid 1px #eaeaea;
  398. }
  399.  
  400. .top-bar2
  401. {
  402.     background: none repeat scroll 0% 0% #222;
  403. }
  404.  
  405. .top-bar-section2 li:not(.has-form) a:not(.button) {
  406.     background: none repeat scroll 0% 0% #222 !important ;
  407. }
  408. .widget {
  409.     width:100% !important;
  410. }
  411.  
  412. .orbit-container .orbit-slides-container > * .orbit-caption
  413. { background-color: rgba(224, 34, 34, 0.8); }
  414. .example-orbit
  415. { background-color: rgba(0,0,0,0.3); }
  416. .orbit-container .orbit-prev, .orbit-container .orbit-next, .orbit-container .orbit-prev:hover , .orbit-container .orbit-next:hover
  417. { background-color: rgba(224, 34, 34, 0.8); height:15%;  }
  418. .orbit-prev, .orbit-next
  419. { top:12% !important; }
  420.  
  421. .orbit-bullets-container{
  422.     visibility: hidden; }
  423.  
  424. .orbit-slide-number{
  425.     visibility: hidden; }
  426.  
  427. .orbit-timer {
  428.     left: -10000px; }
  429.  
  430. .top-bar-section ul li{
  431.     border-right: 1px solid #ffffff;
  432.     line-height: 50px;
  433.     background: none repeat scroll 0% 0% #1B79A4;
  434.     font-family: Roboto !important;
  435.     text-transform: uppercase; 
  436.     text-align: left;
  437.    
  438.       }
  439. .top-bar2    ul li{
  440.     border-right:none !important;  }
  441.  
  442. .orbit-container .orbit-slides-container>* .orbit-caption {
  443.     font-size: 16px; line-height:22px; font-family: 'Oswald', sans-serif; }
  444. .color-grey
  445. { color:#444;}
  446. .read-more-link:hover
  447. { color: white; opacity : 0.7;}
  448.  
  449. .read-more-link
  450. {
  451.     background: #CD2122;   
  452.     padding: 2%;
  453.     padding-left:5%;
  454.     padding-right:5%;
  455.     color: white;
  456.     font-family: Tahoma, Arial, Verdana, sans-serif;
  457.     font-size: 13px;
  458. }
  459. .no_pad
  460. { padding: 0%; }
  461.  
  462. .divider2
  463. {
  464.     border-bottom: 1px solid #F2F2F2;
  465.     padding: 2.4375rem 2.4375rem;
  466. }
  467. .m_line
  468. {
  469.     margin-right: 2%;
  470.     margin-left: 2%;
  471.     margin-bottom: 0%;
  472. }
  473.  
  474. .divider3
  475. {
  476.     border-bottom: 1px solid #F2F2F2;
  477.     padding:0%;
  478.     padding-bottom: 1%;
  479.     width: 48%;
  480. }
  481. .mt1
  482. { margin-top:1% ;}
  483. .pt1
  484. { padding-top: 1%;}
  485.  
  486.  
  487.  
  488. .hr1
  489. {
  490.     padding : 0%;
  491.     padding-bottom: 1%;
  492.     border-bottom: 1px solid red;
  493. }
  494.  
  495. .pb2
  496. {
  497.     padding-bottom: 2%;
  498. }
  499.  
  500. .breadcrumbs>*:before
  501. {
  502.     content : ">>";
  503. }
  504. .fnto
  505. { font-family: 'Oswald', sans-serif; padding-top: 2%;}
  506.  
  507. .socialsic .fa
  508. {
  509.     font-size: 30px;
  510. }
  511.  
  512. .socialsic .google
  513. {
  514.     color: #dd4b39;
  515. }
  516. .socialsic .facebook
  517. { color: #3b5998; }
  518.  
  519. .socialsic .twitter
  520. { color: #00acee; }
  521. .socialsic .tumblr
  522. { color: #2c4762; }
  523.  
  524. .socialsic a:hover
  525. { opacity : 0.5;}
  526.  
  527. .part2 p
  528. {
  529.     font-size: 14px;
  530.     line-height: 1;
  531. }
  532.  
  533. .fcol-b
  534. {
  535.     color:#444;
  536. }
  537.  
  538. .fsb
  539. {
  540.     font-size: 14px;
  541.     font-weight: bold;
  542. }
  543. .pt3
  544. { padding-top: 3%;}
  545.  
  546.  
  547. .tag_a
  548. {
  549.     margin-top:1%;
  550.     margin-left:1%;
  551.     border-color: #dedede #d8d8d8 #d3d3d3;
  552. text-shadow: 0 1px 0 #fff;
  553. -webkit-box-shadow: 0 1px 1px #eaeaea,inset 0 1px 0 #fbfbfb;
  554. -moz-box-shadow: 0 1px 1px #eaeaea,inset 0 1px 0 #fbfbfb;
  555. box-shadow: 0 1px 1px #eaeaea,inset 0 1px 0 #fbfbfb;
  556. background: #ffffff;
  557. background: -moz-linear-gradient(top,#ffffff 0%,#f6f6f6 47%,#ededed 100%);
  558. background: -webkit-gradient(linear,left top,left bottom,color-stop(0%,#ffffff),color-stop(47%,#f6f6f6),color-stop(100%,#ededed));
  559. background: -webkit-linear-gradient(top,#ffffff 0%,#f6f6f6 47%,#ededed 100%);
  560. background: -o-linear-gradient(top,#ffffff 0%,#f6f6f6 47%,#ededed 100%);
  561. background: -ms-linear-gradient(top,#ffffff 0%,#f6f6f6 47%,#ededed 100%);
  562. background: linear-gradient(top,#ffffff 0%,#f6f6f6 47%,#ededed 100%);
  563. display: inline-block;
  564. text-decoration: none;
  565. font-size: 10px;
  566. padding: 3px 8px;
  567. line-height: 20px;
  568. color: #555;
  569. text-transform: uppercase;
  570. border: 1px solid #DEDEDE;
  571. -webkit-border-radius: 3px;
  572. -moz-border-radius: 3px;
  573. border-radius: 3px;
  574. cursor: pointer;
  575. }
  576.  
  577. .small_head
  578. {
  579.     font-family: 'Roboto';
  580.     font-size: 16px !important;
  581.     font-style:normal;
  582.     font-weight: bold;
  583. }
  584.  
  585. .small-cont
  586. {
  587.     font-family: Tahoma,Arial,Verdana,sans-serif;
  588.     font-size: 13px;
  589. }
  590.  
  591. .post-box-title
  592. {
  593.     padding:0%;
  594.     font-family: 'Roboto Slab';
  595.     font-size: 16px!important;
  596.     font-weight: normal!important;
  597.     font-style: normal!important;
  598.     color: #444;
  599. }
  600.  
  601. .widget-container
  602. {
  603.     padding: 10px 0;
  604.     clear: both;
  605.  
  606. }
  607. .wdth
  608. {
  609.     width:95.7%;
  610. }
  611.  
  612.  
  613. h3.post-box-title, h3.post-box-title a
  614.  
  615. {
  616.     color:#444;
  617.     font-family: 'Roboto Slab';
  618.     font-size: 16px!important;
  619.     font-weight: normal!important;
  620.     font-style: normal!important;
  621.     float: right;
  622. }
  623. .post-img {
  624.     float: left;
  625.    
  626.     height:70px;
  627.     width: 85px;
  628.     overflow: hidden;
  629. }
  630.  
  631.     .post-img img {
  632.  
  633.         width:70px;
  634.        
  635.     }
  636.    
  637.     .post {
  638.        // background: #444;
  639.        padding-top: 2%;
  640.  
  641.         float: left;
  642.     }
  643. .post-box-title {
  644.     //padding-top: 1%;
  645. }
  646. .post-box-title div {
  647.     clear: both;
  648.     //padding-bottom: 2%;
  649.     //padding-top: 2%;
  650.  
  651. }
  652. .post-box-title hr {
  653.     margin: 0px !important;
  654. }
  655. .red-brd-img {
  656.    
  657.     border-top: 4px solid #CD2122;
  658.     width:100%;
  659. }
  660. .t-m {
  661.     padding-top:3%;
  662. }
  663. .cntr-widget>div{
  664.     //padding-bottom: 5% !important;
  665. }
  666. .rt-cat-pos * {
  667.     font-size: 13px !important;
  668. }
  669. /*Updated styles*/
  670. .row {
  671.     overflow: hidden;
  672. }
  673. .mar-con {
  674.     width:96%;
  675.     //margin: auto;
  676.     //background: #444;
  677.     overflow: hidden !important;
  678.    
  679. }
  680. .marquee {
  681.  
  682. padding-top: 1.5%;
  683. padding-bottom: 3%;
  684. }
  685. .rd-h,.bl-h {
  686.     font-weight: bold;
  687.     font-family: 'Roboto Condensed';
  688.     color:#CD2122; 
  689.     //margin-left:15px;
  690. }
  691. .marquee i {
  692.     color: #444;
  693. }
  694. .bl-h{
  695.     color:#1B79A4 !important;
  696. }
  697. .rd-h:hover{
  698.     color:#1B79A4;
  699. }
  700. .bl-h:hover  {
  701.     color:#CD2122 !important;  
  702. }
  703. .ftr {
  704.     width: 100%;
  705.     background: #444;
  706. }
  707. .widget .example-orbit  li img {
  708.  
  709. }.cntr-widget>div>div {
  710.     padding-bottom: 2%;
  711. }
  712. .im-con {
  713.     height: 160px !important;
  714.     width: 300px !important;
  715.     overflow: hidden !important;
  716.     background: #444;
  717. }
  718. .im-con>img {
  719.     width: 100% !important;
  720.    
  721.     //width: 300px !important;
  722.    
  723. }
  724. .sim-con {
  725.     height: 70px !important;
  726.     width: 70px !important;
  727. }
  728. .sim-con>img {
  729.     width: 100%;
  730.    
  731. }
  732. .large-block-grid-2>li {
  733.     padding-bottom: 0px;
  734. }
  735.  
  736.  
  737. #ad-con {
  738.     text-align: center;
  739.     background-color:antiquewhite;
  740.     margin-top:3%;
  741. }
  742. .widget>.orbit-container>ul>li>img {
  743.     width: 300px !important;
  744.     height: 160px !important;
  745. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement