Advertisement
Guest User

Untitled

a guest
Jul 25th, 2017
90
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.28 KB | None | 0 0
  1. body{font-family: Arial, Helvetica, sans-serif;
  2. width:850px;
  3. text-align:center;
  4. margin:20px auto;
  5. }
  6. #main {background: #eee;}
  7.  
  8. #header{height:250px;
  9. background:#aaa;
  10. background:url(./images/stalk.png)no-repeat 28px 28px;
  11. }
  12.  
  13. #footer{height: 60px;
  14. clear:left;
  15. background:#aaa;
  16. }
  17.  
  18. #indexLeftColumn{height:400px;
  19. width:350px;
  20. float:left;
  21. background:#aaa;
  22. }
  23. #indexRightColumn{height:400px;
  24. width:350px;
  25. float:left;
  26. background:#eee;
  27. }
  28. #logo{
  29. height: 155px;
  30. width: 155px;
  31. float: left;
  32. margin-left: 30px;
  33. margin-top: -20px;
  34. }
  35. #logoText{
  36. float:left;
  37. margin:20px 0 0 70px;
  38. font-family:'American Typewriter',Courier,monospace;
  39. font-size: 50px;
  40. color: #333;
  41. }
  42. #widgetBar{
  43. height: 50px;
  44. width: 850px;
  45. float: right;
  46. background: #ccc;
  47. }
  48. .headerWidget{
  49. width: 194px;
  50. margin: 20px 2px;
  51. font-size: small;
  52. float: right;
  53. line-height: 25px;
  54. background: #aaa;
  55. }
  56. .bubble{
  57. font-weight:bold;
  58. background-color: #f5eabe;
  59. padding: 5px;
  60. color: inherit;
  61. border-radius: 4px;
  62. }
  63. .reallySmallText{font-size: xx-small}
  64.  
  65. #viewCart{
  66. text-align:left;
  67. width:210px;
  68. }
  69. .horizontalMargin{
  70. margin-left: 28px;
  71. margin-right: 5px;
  72. }
  73. #welcomeText{
  74. margin: 30px 5px 0 30px;
  75. /*line-height: 1.4cm;*/
  76. }
  77. #footerText{margin-top:5px}
  78. #footerDivider{
  79. margin: 0 25px;
  80. width: 300px;
  81. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement