dunamis.css 881 B

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950
  1. /*
  2. * It is advised not to edit the smartadmin_production.css
  3. * as this will override any changes you make in the
  4. * later versions of this theme.
  5. *
  6. * We advise that you use use this CSS to override
  7. * SmartAdmin styles.
  8. *
  9. * Rename the stylesheet to whatever your liking so it will stay
  10. * unique to you with each update of SmartAdmin.
  11. */
  12. /*
  13. * INDEX
  14. *
  15. * - HTML
  16. * - BODY
  17. * - CUSTOM STYLES
  18. */
  19. body{
  20. color:#6d375a;
  21. background-color: #000;
  22. }
  23. #header{
  24. background:#e0c3d6;
  25. }
  26. aside{
  27. background:#6d375a;
  28. }
  29. .page-footer{
  30. background:#6d375a;
  31. }
  32. #ribbon{
  33. background:#86c1ab;
  34. }
  35. .minified.fixed-ribbon #ribbon {
  36. left: 0px;
  37. }
  38. .smart-form .checkbox:hover i, .smart-form .input:hover input, .smart-form .radio:hover i, .smart-form .select:hover select, .smart-form .textarea:hover textarea, .smart-form .toggle:hover i {
  39. border-color: #6d375a;
  40. }