Advertisement
Guest User

Untitled

a guest
Mar 28th, 2017
60
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 5.05 KB | None | 0 0
  1. @charset "utf-8";
  2.  
  3. *
  4. {
  5. margin:0;
  6. padding:0;
  7. font-size: 100%;
  8. }
  9. .group::after
  10. {
  11. content: "";
  12. display: table;
  13. clear: both;
  14. }
  15.  
  16. body{
  17. font-family: arial;
  18.  
  19. background-color: #EED397;
  20. }
  21.  
  22. #logo
  23. {
  24. text-align: center;
  25. }
  26. nav
  27. {
  28. background:#000;
  29.  
  30.  
  31. text-align:center;
  32.  
  33. }
  34. header, nav
  35. {
  36.  
  37. background-color: #751E15;
  38. }
  39. nav ul li a:link,nav ul li a:active,nav ul li a:visited
  40. {
  41. color: white;
  42.  
  43. font-size: 1.125em;
  44. text-decoration: none;
  45. }
  46. footer
  47. {
  48. background:#000;
  49. border-top: 2px solid #751E15;
  50.  
  51. }
  52. footer ul li
  53. {
  54. list-style-type: none;
  55. color: #B78460;
  56. }
  57.  
  58.  
  59.  
  60.  
  61.  
  62.  
  63.  
  64. @media only screen and (min-width: 320px) {
  65.  
  66. #logo img
  67. {
  68. max-width: 100%;
  69. }
  70.  
  71. ul li
  72. {
  73.  
  74. list-style:none;
  75. }
  76. nav ul li
  77. {
  78. display:block;
  79. }
  80. nav ul li a
  81. {
  82. display:block;
  83. padding:0.8333333333333333em;
  84. }
  85. nav ul li a:link,nav ul li a:active,nav ul li a:visited
  86. {
  87. border-bottom: 2px solid #69483E;
  88.  
  89. }
  90. nav ul li a:hover,nav ul li a:focus
  91. {
  92.  
  93. text-decoration: underline;
  94. color: #B2805D;
  95. }
  96. footer
  97. {
  98. width:100%;
  99. text-align: center;
  100. padding: 1.666666666666667em 0;
  101. font-size: 1.125em;
  102. }
  103.  
  104. section
  105. {
  106. background-color: #B78460;
  107.  
  108. padding-bottom: 20px;
  109. }
  110.  
  111. section h2
  112. {
  113.  
  114. text-align: center;
  115. padding: 0.625em 0;
  116. color: #751E15;
  117.  
  118. border-bottom: 1px solid #66453C;
  119.  
  120.  
  121. }
  122. section div.promoMenu
  123. {
  124. float: left;
  125. width: 50%;
  126.  
  127. }
  128. section div.promoMenu img
  129. {
  130. max-width: 100%;
  131. }
  132. section div.promoMenu:hover
  133. {
  134. transform: scale(1.1);
  135. }
  136. section div.promoMenu img[alt="carpio1"]
  137. {
  138. position: relative;
  139. top: 0.625em;
  140. }
  141. section div.promoMenu img[alt="cardapio3"]
  142. {
  143. position: relative;
  144. top: 1.25em;
  145.  
  146.  
  147. }
  148.  
  149.  
  150.  
  151. .pedidos, .pagamento, #borda
  152. {
  153. padding: 0 4.54545454545455%;
  154. }
  155.  
  156.  
  157. .pagamento fieldset{
  158. border-color: #751E15;
  159. }
  160.  
  161. .pedidos h2
  162. {
  163. padding-top: 1.875em;
  164. margin-bottom: 6.06060606060606%;
  165. }
  166. .pedidos input[type="number"], .pagamento input, .finalizar input
  167. {
  168. display: block;
  169. font-size: 1.125em;
  170. border:0;
  171. background-color: transparent;
  172. border-bottom: 1px solid #751E15;
  173. width: 100%;
  174.  
  175. }
  176. .pedidos label
  177. {
  178. display: inline-block;
  179. padding: 5px 0;
  180. font-size: 1.125em;
  181. }
  182. .pedidos span
  183. {
  184.  
  185. float: right;
  186. margin-top: 10px;
  187.  
  188. color: #284C9A;
  189. }
  190. .pedidos h3
  191. {
  192. color: #751E15;
  193. font-size: 1.25em;
  194. }
  195. .pedidos input#total1
  196. {
  197. display: inline;
  198. width: 65%;
  199.  
  200.  
  201. font-size: 1.125em;
  202. border:0;
  203. background-color: transparent;
  204. border-bottom: 1px solid #751E15;
  205. margin-bottom: 20px;
  206. }
  207. .cardapio2 a:link,.cardapio2 a:visited,.cardapio2 a:active
  208. {
  209. display: inline-block;
  210. text-align: center;
  211. box-sizing: border-box;
  212. }
  213. .pedidos input[type="submit"], .cardapio2 a:link,.cardapio2 a:visited,.cardapio2 a:active
  214. {
  215. width: 100%;
  216. padding: 10px;
  217. color: #751E15;
  218. background-color: transparent;
  219. border:1px solid #751E15;
  220. }
  221. .pedidos input[type="submit"]:hover, .pedidos input[type="submit"]:focus , .cardapio2 a:hover, .cardapio2 a:focus
  222. {
  223. color: white;
  224. background-color: #751E15;
  225. text-decoration: underline;
  226. }
  227.  
  228.  
  229.  
  230. .finalizar input[type="submit"]
  231. {
  232. width: 100%;
  233. padding: 10px;
  234. color: #751E15;
  235. background-color: transparent;
  236. border:1px solid #751E15;
  237. }
  238. .finalizar input[type="submit"]:hover, .pedidos input[type="submit"]:focus
  239. { padding: 10px;
  240. color: white;
  241. background-color: #751E15;
  242. text-decoration: underline;
  243. }
  244.  
  245.  
  246.  
  247.  
  248.  
  249.  
  250.  
  251. }
  252. @media only screen and (min-width: 768px) {
  253.  
  254. section div.promoMenu img[alt="cardapio3"]
  255. {
  256. left: 2em;
  257. top: 5.25em;
  258. }
  259.  
  260. }
  261. @media only screen and (min-width: 980px) {
  262.  
  263. .alinhamentoHome
  264. {
  265. margin: 0px auto;
  266. width: 800px;
  267. }
  268. section div.promoMenu img[alt="cardapio3"]
  269. {
  270. left: 2em;
  271. top: 5.25em;
  272. }
  273. }
  274. @media only screen and (min-width: 992px) { /*...*/ }
  275. @media only screen and (min-width: 1035px) {
  276.  
  277. #container
  278. {
  279. width: 1035px;
  280. margin: 0 auto;
  281. box-shadow: 0 0 5px black;
  282. }
  283. nav
  284. {
  285. border-bottom: 2px solid #69483E;
  286.  
  287. }
  288. nav ul li {
  289.  
  290. display:inline-block;
  291. }
  292. nav ul li a:link,nav ul li a:active,nav ul li a:visited
  293. {
  294. border-bottom: 4px solid transparent;
  295. display:inline-block;
  296. padding:15px 40px;
  297. }
  298. nav ul li a:hover, nav ul li a:focus {
  299.  
  300. border-bottom:4px solid #B2805D;
  301. text-decoration: none;
  302.  
  303. }
  304.  
  305. }
  306.  
  307. @media only screen and (min-width: 13820px) {
  308.  
  309.  
  310.  
  311.  
  312. nav ul {
  313.  
  314.  
  315. }
  316.  
  317.  
  318.  
  319. section {
  320. height:auto;}
  321.  
  322. section h2 {
  323. text-align:center;
  324. }
  325.  
  326. section img { float:left;
  327. width:25%;
  328. height:25%;}
  329.  
  330.  
  331. #borda {
  332. border-radius:5%;
  333. background-color:#B8FFF2;
  334. width:90%;
  335. text-align:center;
  336. margin:0 auto;
  337. border:1px solid #000;
  338. }
  339.  
  340. footer {
  341. float:left;
  342. background:#000;
  343. width:100%;
  344. }
  345.  
  346.  
  347. footer img {
  348. margin-right:5%;
  349. }
  350.  
  351. #ftmenu ul li {
  352. color:#FFF;
  353. display:inline;
  354. margin-left:10%;
  355. font-size:25px;
  356. margin-top:15%;
  357. text-align:center;
  358. }
  359. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement