Guest User

Untitled

a guest
Jun 24th, 2018
110
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 4.17 KB | None | 0 0
  1. body{
  2. margin:0;
  3. padding:0;
  4. background-image:url("../imagens/bg.jpg");
  5. text-align:center; /* hack para o IE*/
  6. }
  7.  
  8. #tudo
  9. {
  10. width:1280px;
  11. margin:0 auto;
  12. text-align:left; /* "remédio" para o hack do IE */
  13. }
  14.  
  15. #corpo{
  16. position:absolute;
  17. width:928px;
  18. height:884px;
  19. left:50%;
  20. margin-left:-464px;
  21. margin-top:15px;
  22. font-family:Arial, Helvetica, sans-serif;
  23. font-size:11px;
  24. border:1px solid;
  25. }
  26.  
  27. #topo{
  28. background-color: #c0944e;
  29. width:928px;
  30. height:240px;
  31. }
  32.  
  33. #menu{
  34. position:absolute;
  35. margin-top:-60px;
  36. width:818px;
  37. height:64px;
  38. left:50%;
  39. margin-left:-409px;
  40. background-color:#aa925c;
  41. font-size:3em;
  42. color:683932;
  43. border-style:solid;
  44. border-color:#000000;
  45. border-width:1px;
  46. z-index:1;
  47. }
  48. #centro{
  49. width:928px;
  50. height:644px;
  51. background:#ffffff;
  52. opacity:.85;
  53. -khtml-opacity: .85;
  54. -moz-opacity:.85;
  55. filter: alpha(opacity=85);
  56. }
  57.  
  58. #centro_painel{
  59. position:absolute;
  60. top:260px;
  61. left:50%;
  62. margin-left:-375px;
  63. width:750px;
  64. height:400px;
  65. }
  66.  
  67. #clientes{
  68. width:166px;
  69. height:53px;
  70. margin-top:10px;
  71. margin-left:15px;
  72. float:left;
  73. }
  74.  
  75. #img_clientes{
  76. width:44px;
  77. height:54px;
  78. background-image:url('../imagens/clientes.png');
  79. margin-top:-5px;
  80. float:left;
  81. }
  82.  
  83. #pedidos{
  84. width:226px;
  85. height:53px;
  86. margin-top:10px;
  87. float:left;
  88. }
  89.  
  90. #img_pedidos{
  91. width:60px;
  92. height:40px;
  93. margin-left:20px;
  94. margin-right:4px;
  95. background-image:url('../imagens/pedidos.png');
  96. float:left;
  97. }
  98.  
  99. #em_aberto{
  100. width:226px;
  101. margin-top:10px;
  102. float:left;
  103. }
  104.  
  105. #img_em_aberto{
  106. width:44px;
  107. height:54px;
  108. margin-left:20px;
  109. margin-right:4px;
  110. background-image:url('../imagens/em_aberto.png');
  111. float:left;
  112. }
  113.  
  114. #cardapio{
  115. width:368px;
  116. margin-top:10px;
  117. float:left;
  118. }
  119.  
  120. #img_cardapio{
  121. width:44px;
  122. height:54px;
  123. margin-left:20px;
  124. margin-right:4px;
  125. background-image:url('../imagens/cardapio.png');
  126. float:left;
  127. }
  128.  
  129. #historico_pedidos{
  130. width:368px;
  131. margin-top:10px;
  132. float:left;
  133. }
  134.  
  135. #img_historico_pedidos{
  136. width:44px;
  137. height:54px;
  138. margin-left:20px;
  139. margin-right:4px;
  140. background-image:url('../imagens/historico_pedidos.png');
  141. float:left;
  142. }
  143.  
  144. #separador
  145. {
  146. width:2px;
  147. height:40px;
  148. margin-left:15px;
  149. margin-top:12px;
  150. background-color:#000000;
  151. float:left;
  152. }
  153.  
  154. #popup_clientes{
  155. position:absolute;
  156. width:200px;
  157. height:125px;
  158. margin-left:55px;
  159. margin-top:4px;
  160. background-color:aa925c;
  161. z-index:1;
  162. border:2px solid;
  163. font-size:2.5em;
  164. color:683932;
  165. display:none;
  166. }
  167.  
  168. #popup_pedidos{
  169. position:absolute;
  170. width:236px;
  171. height:125px;
  172. margin-left:257px;
  173. margin-top:4px;
  174. background-color:aa925c;
  175. z-index:1;
  176. border:2px solid;
  177. font-size:2.5em;
  178. color:683932;
  179. display:none;
  180. }
  181.  
  182. #popup_cardapio{
  183. position:absolute;
  184. width:368px;
  185. height:125px;
  186. margin-left:495px;
  187. margin-top:4px;
  188. background-color:aa925c;
  189. z-index:1;
  190. border:2px solid;
  191. font-size:2.5em;
  192. color:683932;
  193. display:none;
  194. }
  195.  
  196. #img_novo_cliente{
  197. width:27px;
  198. height:30px;
  199. background-image:url('../imagens/novo_cliente.png');
  200. float:left;
  201. }
  202.  
  203. #img_buscar_cliente{
  204. width:27px;
  205. height:30px;
  206. background-image:url('../imagens/buscar_cliente.png');
  207. float:left;
  208. }
  209.  
  210. #img_lista_cliente{
  211. width:27px;
  212. height:30px;
  213. background-image:url('../imagens/lista_cliente.png');
  214. float:left;
  215. }
  216.  
  217. #sub_menu{
  218. margin-bottom:2px;
  219. margin-top:4px;
  220. margin-left:2px;
  221. }
  222.  
  223. #titulo_secao{
  224. position:relative;
  225. width:300px;
  226. margin-top:10px;
  227. left:50%;
  228. margin-left:-150px;
  229. font-size:3em;
  230. color: #aa925c;
  231. }
  232.  
  233. #centro_secao{
  234. position:relative;
  235. width:400px;
  236. left:50%;
  237. margin-left:-212px;
  238. margin-top:10px;
  239. font-size:2em;
  240. }
  241. #campo_busca{
  242. width:308px;
  243. height:56px;
  244. background-color:#aa925c;
  245. }
Add Comment
Please, Sign In to add comment