window.rcss 676 B

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556
  1. body
  2. {
  3. font-family: "MODENINE";
  4. font-weight: normal;
  5. font-style: normal;
  6. font-size: 15;
  7. }
  8. body.window
  9. {
  10. padding-top: 43px;
  11. padding-bottom: 20px;
  12. min-width: 250px;
  13. min-height: 135px;
  14. max-height: 700px;
  15. }
  16. div#title_bar
  17. {
  18. z-index: 1;
  19. position: absolute;
  20. top: 0px;
  21. left: 0px;
  22. text-align: center;
  23. color: #fff;
  24. background-color: #22f;
  25. }
  26. div#title_bar span
  27. {
  28. padding-top: 17px;
  29. padding-bottom: 48px;
  30. font-size: 32;
  31. font-weight: bold;
  32. outline-font-effect: outline;
  33. outline-width: 1px;
  34. outline-color: black;
  35. }
  36. div#title_bar_content
  37. {
  38. text-align: center;
  39. color: #cff;
  40. }