Guest User

Untitled

a guest
Jun 18th, 2018
75
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.41 KB | None | 0 0
  1. @charset "utf-8";
  2. /* CSS Document */
  3.  
  4. body{
  5. font-family:Arial;
  6. font-size:0.75em;
  7. }
  8.  
  9. #page-wrap{
  10. width:966px;
  11. margin:0 auto;
  12. }
  13.  
  14. #content-wrap{
  15. background-image:url(img/background-content.gif);
  16. background-repeat:repeat-y;
  17. background-color:#f4f4f4;
  18. margin:0 auto;
  19. border-left:1px solid #ff66cc;
  20. border-right:1px solid #ff66cc;
  21. }
  22.  
  23. #left-side, #right-side{
  24. float:left;
  25. }
  26.  
  27. #left-side{
  28. width:205px;
  29. padding:10px;
  30. }
  31.  
  32. #right-side{
  33. width:739px;
  34. padding:10px 10px 10x 12px;
  35. background-image:url(img/arrow-bg.gif);
  36. background-repeat:no-repeat;
  37. background-position:0px 10px;
  38. }
  39.  
  40. #left-side h1{
  41. color:#ff66cc;
  42. font-size:4em;
  43. }
  44.  
  45. #left-side h2{
  46. font-size:1.5em;
  47. }
  48.  
  49. .rounded-top{
  50. background-image:url(img/rounded-top.gif);
  51. background-repeat:no-repeat;
  52. width:966px;
  53. height:5px;
  54. }
  55.  
  56. fieldset{
  57. margin:10px;
  58. padding:10px;
  59. border:1px solid #F6C;
  60. background-color:#F9F9F9;
  61. }
  62.  
  63. fieldset h1{
  64. font-size:2em;
  65. font-weight:normal;
  66. line-height:2.2em;
  67. clear:both;
  68. }
  69.  
  70. fieldset h2{
  71. font-size:1em;
  72. font-weight:normal;
  73. color:#999;
  74. margin-bottom:10px;
  75. }
  76.  
  77. fieldset dl{
  78. margin-left:30px;
  79. }
  80.  
  81. fieldset dt, fieldset dd{
  82. float:left;
  83. margin-top:10px;
  84. }
  85.  
  86. fieldset dt{
  87. clear:both;
  88. width:180px;
  89. margin-right:10px;
  90. text-align:right;
  91. line-height:20px;
  92. font-weight:bold;
  93. }
  94.  
  95. fieldset dd{
  96. width:500px;
  97. }
  98.  
  99. input[type=text]{
  100. border:1px solid #999;
  101. }
Add Comment
Please, Sign In to add comment