Lungo.widgets.colour.css 1.1 KB

1234567891011121314151617181920212223242526
  1. a.grey,.grey{background-color:#ccc;}
  2. a.grey:active{background-color:#b5b5b5;}
  3. a.red,.red{background-color:#e33100;}
  4. a.red:active{background-color:#c5280f;}
  5. a.lightgreen,.lightgreen{background-color:#91bd09;}
  6. a.lightgreen:active{background-color:#7ea41a;}
  7. a.green,.green{background-color:#009600;}
  8. a.green:active{background-color:#00770e;}
  9. a.blue,.blue{background-color:#237fd7;}
  10. a.blue:active{background-color:#1a69b6;}
  11. a.arcticblue,.arcticblue{background-color:#2daebf;}
  12. a.arcticblue:active{background-color:#238e9e;}
  13. a.orange,.orange{background-color:#ff5c00;}
  14. a.orange:active{background-color:#da4e15;}
  15. a.purple,.purple{background-color:#7b658d;}
  16. a.purple:active{background-color:#574765;}
  17. a.magenta,.magenta{background-color:#a9014b;}
  18. a.magenta:active{background-color:#831239;}
  19. a.pink,.pink{background-color:#ff007f;}
  20. a.pink:active{background-color:#de2870;}
  21. a.yellow,.yellow{background-color:#ffb515;}
  22. a.yellow:active{background-color:#dfa020;}
  23. a.twitter,.twitter:not(span){background-color:#35cdff;}
  24. a.twitter:active{background-color:#2bafda;}
  25. a.facebook,.facebook:not(span){background-color:#3b5998;}
  26. a.facebook:active{background-color:#2c4579;}