Advertisement
Guest User

Untitled

a guest
May 3rd, 2012
116
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.09 KB | None | 0 0
  1. @charset "utf-8";
  2.  
  3. #divScreen {
  4. position: absolute;
  5. left: 0%;
  6. top: 0%;
  7. width: 100%;
  8. height: 100%;
  9. overflow: auto;
  10. background-color: #bbbbbb;
  11. visibility: visible;
  12. }
  13.  
  14. .cCommonDivs {
  15. position: absolute;
  16. left: 10%;
  17. top: 100px;
  18. width: 80%;
  19. overflow: auto;
  20. background-color: #4D7094;
  21. border: 3px solid #D5E5FF;
  22. border-color: #000000;
  23. padding: 10px;
  24. font-family: verdana,helvetica,arial,sans-serif;
  25. font-size: 10pt;
  26. font-weight: bold;
  27. color: #FFFFFF;
  28. cursor: default;
  29. margin-left: -20px;
  30. }
  31.  
  32. .cBigLinks a {
  33. font-family: Tahoma, Geneva, sans-serif;
  34. font-size: 12pt;
  35. font-weight: bold;
  36. color: #000000;
  37. text-decoration: none;
  38. }
  39.  
  40. .cBigLinks a:hover {
  41. color: #FFFF00;
  42. }
  43.  
  44. .cPagesTitle {
  45. font-family: Verdana, Helvetica, Arial, sans-serif;
  46. font-size: 20pt;
  47. font-weight: normal;
  48. color: #FFFF00;
  49. }
  50.  
  51. .cPagesText {
  52. font-family: Tahoma, Geneva, sans-serif;
  53. font-size: 12pt;
  54. font-weight: normal;
  55. color: #FFFFFF;
  56. }
  57.  
  58. .cQuestion {
  59. font-family: Verdana, Helvetica, Arial, sans-serif;
  60. font-size: 12pt;
  61. font-weight: bold;
  62. color: #000000;
  63. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement