You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
 
 

59 lines
918 B

  1. /* FLOATING MESSAGE */
  2. .btn-img { cursor: pointer; }
  3. div.fetching { color: #888; text-align:right; }
  4. div.notice {
  5. postion: absolute;
  6. background-color: #000;
  7. -moz-border-radius: 5px; -webkit-border-radius: 5px;
  8. opacity: 0.6;
  9. right: 0;
  10. top: 0;
  11. margin-top: 8px;
  12. z-index: -1;
  13. padding: 8px;
  14. }
  15. /** help **/
  16. .info-box {
  17. background-color:#eeeef2;
  18. font-size: 12px;
  19. line-height: 1.6em;
  20. color: #335;
  21. padding: 7px;
  22. margin: 11px 0px;
  23. border: 1px solid #c2c2cc;
  24. }
  25. .help_box, .help-box {
  26. background-color:#FFC;
  27. font-size: 13px;
  28. line-height: 1.6em;
  29. color: #864;
  30. padding: 7px;
  31. margin: 11px 0px;
  32. border: 1px solid #EEB;
  33. }
  34. .help_box {
  35. background-color:#FFC;
  36. font-size: 13px;
  37. color: #864;
  38. padding: 7px;
  39. margin: 11px 0px;
  40. border: 1px solid #EEB;
  41. }
  42. .help_box_big {
  43. background-color:#FFC;
  44. color: #864;
  45. padding: 7px;
  46. margin: 7px 0px;
  47. border: 1px solid #EEB;
  48. text-align: center;
  49. font-size: 14px;
  50. }