Advertisement
mohamed_adel2014

styleee.css

Dec 4th, 2014
204
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.81 KB | None | 0 0
  1. @charset "utf-8";
  2.  
  3. .top {
  4.  
  5. background-image: url(http://smartlinkisp.info/system/images/top.jpg);
  6.  
  7. background-repeat: no-repeat;
  8.  
  9. float: left;
  10.  
  11. height: 82px;
  12.  
  13. width: 763px;
  14.  
  15. margin: 0px;
  16.  
  17. padding: 0px;
  18.  
  19. }
  20.  
  21. .page {
  22.  
  23. float: left;
  24.  
  25. height: auto;
  26.  
  27. width: 617px;
  28.  
  29. margin: 0px;
  30.  
  31. padding: 0px;
  32.  
  33. background-color: #FFFFFF;
  34.  
  35. border: 2px solid #999999;
  36.  
  37. }
  38.  
  39. #contentarea {
  40.  
  41. margin: 0px;
  42.  
  43. float: left;
  44.  
  45. height: auto;
  46.  
  47. width: 575px;
  48.  
  49. padding-top: 0px;
  50.  
  51. padding-right: 0px;
  52.  
  53. padding-bottom: 0px;
  54.  
  55. padding-left: 80px;
  56.  
  57. }
  58.  
  59. .right {
  60.  
  61. background-image: url(http://smartlinkisp.info/system/images/right.jpg);
  62.  
  63. background-repeat: no-repeat;
  64.  
  65. margin: 0px;
  66.  
  67. padding: 0px;
  68.  
  69. float: right;
  70.  
  71. height: 269px;
  72.  
  73. width: 83px;
  74.  
  75. }
  76.  
  77.  
  78.  
  79. .top .menu {
  80.  
  81. float: left;
  82.  
  83. height: 45px;
  84.  
  85. width: 550px;
  86.  
  87. padding-top: 21px;
  88.  
  89. margin-left: 150px;
  90.  
  91. }
  92.  
  93. .left {
  94.  
  95. background-image: url(http://smartlinkisp.info/system/images/left.jpg);
  96.  
  97. background-repeat: no-repeat;
  98.  
  99. margin: 0px;
  100.  
  101. padding: 0px;
  102.  
  103. float: left;
  104.  
  105. height: 269px;
  106.  
  107. width: 59px;
  108.  
  109. }
  110.  
  111.  
  112.  
  113. .top .menu ul {
  114.  
  115. margin: 0px;
  116.  
  117. padding: 0px;
  118.  
  119. float: left;
  120.  
  121. }
  122.  
  123. .top .menu li {
  124.  
  125. display: block;
  126.  
  127. margin: 0px;
  128.  
  129. padding: 0px;
  130.  
  131. height: 41px;
  132.  
  133. width: 126px;
  134.  
  135. float: left;
  136.  
  137. }
  138.  
  139. .top .menu li a{
  140.  
  141. display: block;
  142.  
  143. margin: 0px;
  144.  
  145. height: 41px;
  146.  
  147. width: 126px;
  148.  
  149. background-image: url(http://smartlinkisp.info/system/images/but1.jpg);
  150.  
  151. background-repeat: no-repeat;
  152.  
  153. padding-top: 15px;
  154.  
  155. padding-right: 0px;
  156.  
  157. padding-bottom: 0px;
  158.  
  159. padding-left: 0px;
  160.  
  161. text-align: center;
  162.  
  163. font-family: Arial, Helvetica, sans-serif;
  164.  
  165. color: #FFFFFF;
  166.  
  167. font-weight: bold;
  168.  
  169. text-decoration: none;
  170.  
  171. }
  172.  
  173. .top .menu li a:hover{
  174.  
  175. display: block;
  176.  
  177. margin: 0px;
  178.  
  179. height: 41px;
  180.  
  181. width: 126px;
  182.  
  183. background-image: url(http://smartlinkisp.info/system/images/but2.jpg);
  184.  
  185. background-repeat: no-repeat;
  186.  
  187. text-align: center;
  188.  
  189. padding-top: 15px;
  190.  
  191. padding-right: 0px;
  192.  
  193. padding-bottom: 0px;
  194.  
  195. padding-left: 0px;
  196.  
  197. font-family: Arial, Helvetica, sans-serif;
  198.  
  199. font-weight: bold;
  200.  
  201. color: #FFFFFF;
  202.  
  203. text-decoration: none;
  204.  
  205. }
  206.  
  207. .page .text {
  208.  
  209. float: left;
  210.  
  211. height: auto;
  212.  
  213. width: 600px;
  214.  
  215. padding-top: 0px;
  216.  
  217. padding-right: 0px;
  218.  
  219. padding-bottom: 0px;
  220.  
  221. padding-left: 15px;
  222.  
  223. background-color: #FFFFFF;
  224.  
  225. }
  226.  
  227. .bottom {
  228.  
  229. background-image: url(http://smartlinkisp.info/system/images/bottom.jpg);
  230.  
  231. background-repeat: no-repeat;
  232.  
  233. float: left;
  234.  
  235. height: 42px;
  236.  
  237. width: 712px;
  238.  
  239. margin-top: 0px;
  240.  
  241. margin-bottom: 0px;
  242.  
  243. padding-top: 0px;
  244.  
  245. padding-right: 0px;
  246.  
  247. padding-bottom: 0px;
  248.  
  249. margin-left: 8px;
  250.  
  251. }
  252.  
  253. .container {
  254.  
  255. margin: 0px;
  256.  
  257. padding: 0px;
  258.  
  259. float: left;
  260.  
  261. height: auto;
  262.  
  263. width: 763px;
  264.  
  265. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement