Advertisement
Indradhonu

Modified style.css of Hueman 2.0.8

Jan 30th, 2014
314
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
CSS 3.61 KB | None | 0 0
  1. /* 
  2. Theme Name: Hueman Child
  3. Theme URI: http://alxmedia.se/themes/hueman/
  4. Version: 2.0.8 
  5. Description: <a href="http://www.indradhonu.com">Hueman Child</a> is a responsive 100% high resolution theme customised specfically for <a href="http://www.indradhonu.com">Indradhonu Blogzine</a>. Unique toggle sidebars give a great browsing and reading experience on both tablet and mobile. The feature list is long: Unlimited topbar, header, footer and accent colors, unlimited widget areas, 0-2 sidebars to the left or right that can be uniquely specified for each page or post, 300px / 220px fixed width sidebars, 0-4 footer widget columns, almost zero layout images, related posts and post nav, featured story or slider, 10 post formats, good SEO, 3 flexible custom widgets, localisation support, social links, logo upload and many more useful admin panel features. This Hueman Child has an optional customisable header slider(based on simple responsive slider) for sliding header images.
  6. Author: Indradhonu 
  7. Author URI: http://www.indradhonu.com
  8. Tags: light, one-column, two-columns, three-columns, right-sidebar, left-sidebar, fluid-layout, fixed-layout, custom-colors, custom-menu, custom-header-slider, featured-images, flexible-header, full-width-template, post-formats, sticky-post, theme-options, threaded-comments, translation-ready  
  9. Template: hueman   
  10.  
  11. */
  12. @import url("../hueman/style.css");
  13. /* ------------------------------------------------------------------------- *
  14.  *  Theme customization starts here/* ------------------------------------------------------------------------- */
  15. /*! http://responsiveslides.com v1.54 by @viljamis */
  16.  
  17. .rslides {
  18.   position: relative;
  19.   list-style: none;
  20.   overflow: hidden;
  21.   width: 100%;
  22.   padding: 0;
  23.   margin: 0;
  24.   }
  25.  
  26. .rslides li {
  27.   -webkit-backface-visibility: hidden;
  28.   position: absolute;
  29.   display: none;
  30.   width: 100%;
  31.   left: 0;
  32.   top: 0;
  33.   }
  34.  
  35. .rslides li:first-child {
  36.   position: relative;
  37.   display: block;
  38.   float: left;
  39.   }
  40.  
  41. .rslides img {
  42.   display: block;
  43.   height: auto;
  44.   float: left;
  45.   width: 100%;
  46.   border: 0;
  47.   }
  48. .rslides_container {
  49.   margin-bottom: 0px;
  50.   position: relative;
  51.   float: left;
  52.   width: 100%;
  53.   }
  54.  
  55. .rslides_nav {
  56.   z-index: 3;
  57.   position: absolute;
  58.   -webkit-tap-highlight-color: rgba(0,0,0,0);
  59.   top: 50%;
  60.   left: 0;
  61.   opacity: 0.7;
  62.   text-indent: -9999px;
  63.   overflow: hidden;
  64.   text-decoration: none;
  65.   height: 61px;
  66.   width: 38px;
  67.   background: transparent url("themes/themes.gif") no-repeat left top;
  68.   margin-top: -55px;
  69.   }
  70.  
  71. .rslides_nav:active {
  72.   opacity: 1.0;
  73.   }
  74.  
  75. .rslides_nav.next {
  76.   left: auto;
  77.   background-position: right top;
  78.   right: 0;
  79.   }
  80.  
  81. .rslides_nav:focus {
  82.   outline: none;
  83.   }
  84.  
  85. .rslides_tabs {
  86.   margin-top: 10px;
  87.   text-align: center;
  88.   }
  89.  
  90. .rslides_tabs li {
  91.   display: inline;
  92.   float: none;
  93.   _float: left;
  94.   *float: left;
  95.   margin-right: 5px;
  96.   }
  97.  
  98. .rslides_tabs a{
  99.   text-indent: -9999px;
  100.   overflow: hidden;
  101.   -webkit-border-radius: 15px;
  102.   -moz-border-radius: 15px;
  103.   border-radius: 15px;
  104.   background: #ccc;
  105.   background: rgba(0,0,0, .2);
  106.   display: inline-block;
  107.   _display: block;
  108.   *display: block;
  109.   -webkit-box-shadow: inset 0 0 2px 0 rgba(0,0,0,.3);
  110.   -moz-box-shadow: inset 0 0 2px 0 rgba(0,0,0,.3);
  111.   box-shadow: inset 0 0 2px 0 rgba(0,0,0,.3);
  112.   width: 9px;
  113.   height: 9px;
  114.   }
  115.  
  116. .rslides_here a {
  117.   background: #222;
  118.   background: rgba(0,0,0, .8);
  119.   }
  120. .caption {
  121.   position: absolute;
  122.   display: block;
  123.   bottom: -20px;
  124.   left: 0;
  125.   right: 0;
  126.   padding: 15px;
  127.   text-align: center;
  128.   background: #000;
  129.   background: rgba(0,0,0, .8);
  130.   color: #fff;
  131. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement