Advertisement
siprof

Hueman Child Theme Sharebar on Left Side

Apr 13th, 2014
132
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.45 KB | None | 0 0
  1. /*
  2. Theme Name: Hueman Child
  3. Theme URI: http://alxmedia.se/themes/hueman/
  4. Description: Sample child theme for customization.
  5. Author: You
  6. Author URI:
  7. Template: hueman
  8. Version: 1.0.0
  9. */
  10.  
  11. @import url("../hueman/style.css");
  12.  
  13. /* ------------------------------------------------------------------------- *
  14. * Theme customization starts here
  15. /* ------------------------------------------------------------------------- */
  16.  
  17. /* Global */
  18. .mystyle {}
  19.  
  20. .entry.share { padding-left: 100px; padding-right: 0; min-height: 354px; /* share buttons height */ position: relative; }
  21. .entry.share .entry-inner { float: right; width: 100%; }
  22. .sharrre-container { float: left; width: 50px; padding: 0 10px; margin-left: -100px; margin-right: 0;
  23. -webkit-border-radius: 4px; border-radius: 4px; }
  24.  
  25. /* Tablet - 800px, 768px & 720px */
  26. @media only screen and (min-width: 720px) and (max-width: 800px) {
  27. .mystyle {}
  28.  
  29. .entry.share { padding-left: 0; padding-right: 0; min-height: 354px; /* share buttons height */ position: relative; }
  30. }
  31.  
  32.  
  33. /* Mobile - 480px & 320px */
  34. @media only screen and (max-width: 719px) {
  35. .mystyle {}
  36.  
  37. .entry.share { padding-left: 0; padding-right: 0; min-height: 354px; /* share buttons height */ position: relative; }
  38. }
  39.  
  40.  
  41. /* Mobile - 320px */
  42. @media only screen and (max-width: 479px) {
  43. .mystyle {}
  44.  
  45. .entry.share { padding-left: 0; padding-right: 0; min-height: 354px; /* share buttons height */ position: relative; }
  46. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement