Advertisement
Guest User

Untitled

a guest
Feb 21st, 2014
37
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.38 KB | None | 0 0
  1. .navbar .plbrand img {
  2. max-height: 50px;
  3. }
  4.  
  5. .navbar .navline > li > a {
  6. line-height: 50px;
  7. color: #ca972b;
  8. }
  9.  
  10. /* Remove iBox circular border*/
  11. .ibox .ibox-media .ibox-icon-border {
  12. border-radius: 0px;
  13. margin-bottom: 10.85px;
  14. overflow: hidden;
  15. text-align: center;
  16. }
  17.  
  18.  
  19. /*background for icons*/
  20. .pl-contrast {
  21. background: #f9f9f9;
  22. }
  23.  
  24.  
  25. /* Grey background text */
  26. .grey-out-area {
  27. background-color: #f9f9f9;
  28. }
  29.  
  30.  
  31. /*past presidents background*/
  32. .past-presidents {
  33. background-color: #807a84;
  34. }
  35.  
  36.  
  37. /* past presidents name and year*/
  38. .name-and-year {
  39. color: #FFF;
  40. }
  41.  
  42.  
  43.  
  44. /*gold button*/
  45.  
  46. .btn-warning {
  47. background-color: #ca972b;
  48. background-image: -moz-linear-gradient(top,#f1ba44,#ca972b);
  49. background-image: -ms-linear-gradient(top,#f1ba44,#ca972b);
  50. background-image: -webkit-gradient(linear,0 0,0 100%,from,#f1ba44),to,#ca972b));
  51. background-image: -webkit-linear-gradient(top,#f1ba44,#ca972b);
  52. background-image: -o-linear-gradient(top,#f1c844,#ca971b);
  53. background-image: linear-gradient(top,#f1ba44,#ca972b);
  54. background-repeat: repeat-x;
  55. filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=',#f1ba44',endColorstr='#ca972b',GradientType=0);
  56. }
  57.  
  58. .btn-warning:hover, .btn-warning:active, btn-warning.active, btn-warning-disabled, btn-warning[disabled] {
  59. background colour: #ca972b;
  60. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement