Advertisement
Guest User

Untitled

a guest
Jul 22nd, 2017
92
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.40 KB | None | 0 0
  1. body {
  2. margin:0px;
  3. padding:0px;
  4. font-family:verdana, arial, helvetica, sans-serif;
  5. color:#333;
  6. background-color:white;
  7. }
  8.  
  9. h1 {
  10. margin:0px 0px 15px 0px;
  11. padding:0px;
  12. font-size:28px;
  13. line-height:28px;
  14. font-weight:900;
  15. color:#ccc;
  16. }
  17.  
  18. p {
  19. font:11px/20px verdana, arial, helvetica, sans-serif;
  20. margin:0px 0px 16px 0px;
  21. padding:0px;
  22. }
  23.  
  24. #Content>p {margin:0px; text-indent:30px;}
  25.  
  26. a {
  27. color:#09c;
  28. font-size:11px;
  29. text-decoration:none;
  30. font-weight:600;
  31. font-family:verdana, arial, helvetica, sans-serif;
  32. }
  33.  
  34. a:link {color:#09c;}
  35.  
  36. a:visited {color:#07a;}
  37.  
  38. a:hover {background-color:#eee;}
  39.  
  40. #Header {
  41. font-size:24px;
  42. margin:50px 0px 10px 0px;
  43. padding:17px 0px 0px 20px;
  44. height:33px; /* 14px + 17px + 2px = 33px */
  45. border-style:solid;
  46. border-color:black;
  47. border-width:1px 0px; /* top and bottom borders: 1px; left and right borders: 0px */
  48. line-height:11px;
  49. background-color:#eee;
  50.  
  51.  
  52. voice-family: "\"}\"";
  53. voice-family:inherit;
  54. height:14px;
  55. }
  56.  
  57. body>#Header {height:14px;}
  58.  
  59. #Content {
  60. margin:0px 210px 50px 10px;
  61. padding:10px;
  62. }
  63.  
  64. #Menu {
  65. position:absolute;
  66. top:100px;
  67. right:20px;
  68. width:172px;
  69. padding:10px;
  70. background-color:#eee;
  71. border:1px dashed #999;
  72. line-height:17px;
  73.  
  74. voice-family: "\"}\"";
  75. voice-family:inherit;
  76. width:150px;
  77. }
  78.  
  79. body>#Menu {width:150px;}
  80.  
  81. .error {
  82. color:#FF0033;
  83. font-size:14px;
  84. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement