Nie możesz wybrać więcej, niż 25 tematów Tematy muszą się zaczynać od litery lub cyfry, mogą zawierać myślniki ('-') i mogą mieć do 35 znaków.
 
 
 
 
 
 

47 wiersze
754 B

  1. /* FLOATING MESSAGE */
  2. .btn-img { cursor: pointer; }
  3. div.fetching { color: #888; text-align:right; }
  4. .msgprint {
  5. min-height: 60px;
  6. max-height: 500px;
  7. padding: 9px;
  8. color: #333;
  9. overflow: auto;
  10. }
  11. div.notice {
  12. postion: absolute;
  13. background-color: #000;
  14. -moz-border-radius: 5px; -webkit-border-radius: 5px;
  15. opacity: 0.6;
  16. right: 0;
  17. top: 0;
  18. margin-top: 8px;
  19. z-index: -1;
  20. padding: 8px;
  21. }
  22. /** help **/
  23. .info-box {
  24. background-color: #F8F8F8;
  25. border: 1px solid #CCCCCC;
  26. border-radius: 3px 3px 3px 3px;
  27. line-height: 1.6em;
  28. overflow: auto;
  29. padding: 6px 10px;
  30. margin-bottom: 9px;
  31. }
  32. .help_box, .help-box {
  33. background-color: #ffe;
  34. color: #874;
  35. padding: 9px 9px 9px 9px;
  36. border: 1px dashed #fc7;
  37. margin: 11px 0px;
  38. }