Advertisement
i27mad

[بلوجر] تغير شكل التسميات الى شكل احترافي و مميز ( بتقنية fl

Jan 16th, 2015
709
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.24 KB | None | 0 0
  1. ./* By http://www.almtwr.net/ ---------------- */
  2. @import "http://fonts.googleapis.com/earlyaccess/droidarabickufi.css";
  3. .sidebar .label-size {
  4. position:relative;
  5. text-transform: uppercase;
  6. text-decoration:none;
  7. font-size:13px;
  8. font-family:Droid Arabic Kufi;
  9. color:#fff!important;
  10. }
  11. .sidebar .label-size a {
  12. color:#fff!important;
  13. padding:8px 10px;
  14. margin:0 6px 6px 0;
  15. float:right;
  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. .sidebar .label-size-1 a {background:#1abc9c;border-bottom:3px solid #127F69;}
  24. .sidebar .label-size-1 a:hover {background:#16a085;}
  25. .sidebar .label-size-2 a {background:#3498db;border-bottom:3px solid #226693;}
  26. .sidebar .label-size-2 a:hover {background:#2980b9;}
  27. .sidebar .label-size-3 a {background:#2ecc71;border-bottom:3px solid #1F8C4C;}
  28. .sidebar .label-size-3 a:hover {background:#27ae60}
  29. .sidebar .label-size-4 a {background:#9b59b6;border-bottom:3px solid #74398E;}
  30. .sidebar .label-size-4 a:hover {background:#8e44ad}
  31. .sidebar .label-size-5 a {background:#e74c3c;border-bottom:3px solid #922C20;}
  32. .sidebar .label-size-5 a:hover {background:#c0392b}
  33. /* By http://www.almtwr.net/---------------- */
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement