abuiyad

custom-labels-widgets-stylish-cool-effects style03

Dec 28th, 2014
214
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
CSS 1.12 KB | None | 0 0
  1. .sidebar .label-size {
  2.   position:relative;
  3.   text-transform: uppercase;
  4.   text-decoration:none;
  5.   font-size:13px;
  6.   font-family:Open Sans;
  7.   color:#fff!important;
  8.   }
  9.  
  10. .sidebar .label-size a {
  11.   color:#fff!important;
  12.   font-weight:bold;
  13.   padding:8px 10px;
  14.   margin:0 6px 6px 0;
  15.   float:left;
  16.   display:block;
  17.   -moz-transition: all 0.4s ;
  18.   -o-transition: all 0.4s;
  19.   -webkit-transition: all 0.4s ;
  20.   -ms-transition: all 0.4s ;
  21.   transition: all 0.4s ;
  22. }
  23.  
  24. .sidebar .label-size-1 a {background:#1abc9c;border-bottom:3px solid #127F69;}
  25. .sidebar .label-size-1 a:hover {background:#16a085;}
  26. .sidebar .label-size-2 a {background:#3498db;border-bottom:3px solid #226693;}
  27. .sidebar .label-size-2 a:hover {background:#2980b9;}
  28. .sidebar .label-size-3 a {background:#2ecc71;border-bottom:3px solid #1F8C4C;}
  29. .sidebar .label-size-3 a:hover {background:#27ae60}
  30. .sidebar .label-size-4 a {background:#9b59b6;border-bottom:3px solid #74398E;}
  31. .sidebar .label-size-4 a:hover {background:#8e44ad}
  32. .sidebar .label-size-5 a {background:#e74c3c;border-bottom:3px solid #922C20;}
  33. .sidebar .label-size-5 a:hover {background:#c0392b}
Add Comment
Please, Sign In to add comment