Advertisement
Guest User

Untitled

a guest
Jun 25th, 2017
80
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 8.10 KB | None | 0 0
  1. body {background-image: url("background.jpg");
  2. background-attachment: fixed;
  3. background-size: cover;
  4. margin: 0 !important;
  5. padding-bottom: 40px;
  6. font-family: "Comic Sans MS", cursive, sans-serif;
  7.  
  8. }
  9. h1 {
  10. font-family: "Comic Sans MS", cursive, sans-serif;
  11.  
  12. }
  13.  
  14. .btn { display: inline-block; *display: inline; *zoom: 1; padding: 4px 10px 4px; margin-bottom: 10px; font-size: 13px; line-height: 18px; color: #333333; text-align: center;text-shadow: 0 1px 1px rgba(255, 255, 255, 0.75); vertical-align: middle; background-color: #f5f5f5; background-image: -moz-linear-gradient(top, #ffffff, #e6e6e6); background-image: -ms-linear-gradient(top, #ffffff, #e6e6e6); background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#ffffff), to(#e6e6e6)); background-image: -webkit-linear-gradient(top, #ffffff, #e6e6e6); background-image: -o-linear-gradient(top, #ffffff, #e6e6e6); background-image: linear-gradient(top, #ffffff, #e6e6e6); background-repeat: repeat-x; filter: progid:dximagetransform.microsoft.gradient(startColorstr=#ffffff, endColorstr=#e6e6e6, GradientType=0); border-color: #e6e6e6 #e6e6e6 #e6e6e6; border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25); border: 1px solid #e6e6e6; -webkit-border-radius: 4px; -moz-border-radius: 4px; border-radius: 4px; -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05); -moz-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05); box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05); cursor: pointer; *margin-left: .3em; }
  15. .btn:hover, .btn:active, .btn.active, .btn.disabled, .btn[disabled] { background-color: #e6e6e6; }
  16. .btn-large { padding: 9px 14px; font-size: 15px; line-height: normal; -webkit-border-radius: 5px; -moz-border-radius: 5px; border-radius: 5px; }
  17. .btn:hover { color: #333333; text-decoration: none; background-color: #e6e6e6; background-position: 0 -15px; -webkit-transition: background-position 0.1s linear; -moz-transition: background-position 0.1s linear; -ms-transition: background-position 0.1s linear; -o-transition: background-position 0.1s linear; transition: background-position 0.1s linear; }
  18. .btn-primary, .btn-primary:hover { text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25); color: #ffffff; }
  19. .btn-primary.active { color: rgba(255, 255, 255, 0.75); }
  20. .btn-primary { background-color: #4a77d4; background-image: -moz-linear-gradient(top, #6eb6de, #4a77d4); background-image: -ms-linear-gradient(top, #6eb6de, #4a77d4); background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#6eb6de), to(#4a77d4)); background-image: -webkit-linear-gradient(top, #6eb6de, #4a77d4); background-image: -o-linear-gradient(top, #6eb6de, #4a77d4); background-image: linear-gradient(top, #6eb6de, #4a77d4); background-repeat: repeat-x; filter: progid:dximagetransform.microsoft.gradient(startColorstr=#6eb6de, endColorstr=#4a77d4, GradientType=0); border: 1px solid #3762bc; text-shadow: 1px 1px 1px rgba(0,0,0,0.4); box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.5); }
  21. .btn-primary:hover, .btn-primary:active, .btn-primary.active, .btn-primary.disabled, .btn-primary[disabled] { filter: none; background-color: #4a77d4; }
  22. .btn-block { width: 100%; display:block; }
  23. * { -webkit-box-sizing:border-box; -moz-box-sizing:border-box; -ms-box-sizing:border-box; -o-box-sizing:border-box; box-sizing:border-box; }
  24.  
  25. .alert{
  26. background-color: cornflowerblue;
  27. opacity: 0.8;
  28. box-shadow: 0px 0px 4px black;
  29. border-radius: 5px;
  30. position: absolute;
  31. top: 60%;
  32. left: 48%;
  33. margin: 0 0 0 -150px;
  34. width: 355px;
  35. text-align: center;
  36. text-decoration-color: red;
  37. }
  38. .alert2{
  39. background-color: cornflowerblue;
  40. opacity: 0.8;
  41. box-shadow: 0px 0px 4px black;
  42. border-radius: 5px;
  43. position: absolute;
  44. top: 65%;
  45. left: 48%;
  46. margin: 0 0 0 -150px;
  47. width: 355px;
  48. text-align: center;
  49. color: red;
  50.  
  51. }
  52. .alert3{
  53. background-color: cornflowerblue;
  54. opacity: 0.8;
  55. box-shadow: 0px 0px 4px black;
  56. border-radius: 5px;
  57. position: absolute;
  58. top: 80%;
  59. left: 48%;
  60. margin: 0 0 0 -150px;
  61. width: 355px;
  62. text-align: center;
  63. color: red;
  64.  
  65. }
  66. .container{
  67. background-color: gray;
  68. opacity: 0.8;
  69. box-shadow: 0px 0px 4px black;
  70. border-radius: 5px;
  71. position: absolute;
  72. top: 48%;
  73. left: 48%;
  74. margin: -150px 0 0 -150px;
  75. width: 355px;
  76. height: 205px;
  77.  
  78. }
  79.  
  80. .container2{
  81. background-color: gray;
  82. opacity: 0.8;
  83. box-shadow: 0px 0px 4px black;
  84. border-radius: 5px;
  85. position: absolute;
  86. top: 48%;
  87. left: 48%;
  88. margin: -150px 0 0 -150px;
  89. width: 355px;
  90.  
  91. height: 250px;
  92.  
  93. }
  94.  
  95.  
  96. .reservation{
  97. text-align: left;
  98. margin: auto;
  99. width: 400px;
  100. }
  101.  
  102.  
  103. .wrapper{
  104. width: 100%;
  105.  
  106. }
  107.  
  108. .header{
  109. width: 100%;
  110. padding: 40px 0;
  111. }
  112.  
  113. .logo{
  114. width: 500px;
  115. font-size: 48px;
  116. margin-left: auto;
  117. margin-right: auto;
  118.  
  119. }
  120.  
  121. .nav{
  122. width: 100%;
  123. padding: 10px 0;
  124. background-color: gray;
  125. text-align: center;
  126.  
  127.  
  128.  
  129. box-shadow: 0px 0px 4px black;
  130. border-radius: 5px;
  131.  
  132. }
  133.  
  134. .content{
  135. width: 80%;
  136. padding-top: 10px;
  137. margin-left: auto;
  138. margin-right: auto;
  139. text-align: justify;
  140. background-color: gray;
  141. margin-top: 20px;
  142. margin-bottom: 20px;
  143.  
  144. box-shadow: 0px 0px 4px black;
  145. border-radius: 5px;
  146.  
  147.  
  148. }
  149.  
  150. .footer{
  151. position: fixed;
  152. bottom: 0;
  153. left: 0;
  154. right: 0;
  155. height: 40px;
  156. text-align: center;
  157. background-color: gray;
  158. padding: 10px;
  159. box-shadow: 0px 0px 4px black;
  160. border-radius: 5px;
  161.  
  162. }
  163.  
  164. .sticky{
  165. width: 100%;
  166. position: fixed;
  167. left: 0;
  168. top: 0;
  169. z-index: 100;
  170. }
  171. #tabela{
  172. border: 1px dashed #ffffff;
  173. border-collapse: collapse;
  174. }
  175. #tabela td{
  176. border: 1px dashed #ffffff;
  177. border-collapse: collapse;
  178.  
  179. }
  180.  
  181.  
  182. ol{
  183. padding: 0;
  184. margin: 0;
  185. list-style-type: none;
  186. font-size: 18px;
  187. height: 35px;
  188. line-height: 200%;
  189. display: inline-block;
  190.  
  191. }
  192. ol a{
  193. color: #ffffff;
  194. text-decoration: none;
  195. display: block;
  196.  
  197. }
  198.  
  199. ol > li{
  200. float: left;
  201. width: 150px;
  202. height: 40px;
  203. border-right: 1px dashed #ffffff;
  204. }
  205. ol > li:first-child{
  206. border-left: 1px dashed #ffffff;
  207. }
  208. ol > li:hover{
  209. background-color: white;
  210. box-shadow: 0px 0px 4px black;
  211. border-radius: 5px;
  212. }
  213. ol > li:hover > a {
  214. color: black;
  215. }
  216.  
  217. ol > li > ul{
  218. list-style-type: none;
  219. padding: 0;
  220. margin: 0;
  221. height: 40px;
  222. display: none;
  223.  
  224. }
  225.  
  226. ol > li:hover > ul{
  227. display: block;
  228. }
  229.  
  230. ol > li > ul > li{
  231. background-color: grey;
  232. position: relative;
  233. z-index: 100;
  234. box-shadow: 0px 0px 4px black;
  235. border-radius: 5px;
  236.  
  237. }
  238. ol >li > ul > li:hover{
  239. background-color: white;
  240. }
  241.  
  242. ol >li > ul > li:hover > a{
  243. color: black;
  244. }
  245.  
  246.  
  247. .login {position: absolute;
  248. top: 50%;
  249. left: 50%;
  250. margin: -150px 0 0 -150px;
  251. width: 300px;
  252. height: 300px;
  253. }
  254.  
  255.  
  256. .register {position: absolute;
  257. top: 50%;
  258. left: 50%;
  259. margin: -150px 0 0 -150px;
  260. width: 300px;
  261. height: 300px;
  262. }
  263.  
  264.  
  265.  
  266. input{
  267. width: 100%;
  268. margin-bottom: 10px;
  269. background: rgba(0,0,0,0.3);
  270. border: none;
  271. outline: none;
  272. padding: 10px;
  273. font-size: 13px;
  274. color: #fff;
  275. text-shadow: 1px 1px 1px rgba(0,0,0,0.3);
  276. border: 1px solid rgba(0,0,0,0.3);
  277. border-radius: 4px;
  278. box-shadow: inset 0 -5px 45px rgba(100,100,100,0.2), 0 1px 1px rgba(255,255,255,0.2);
  279. -webkit-transition: box-shadow .5s ease;
  280. -moz-transition: box-shadow .5s ease;
  281. -o-transition: box-shadow .5s ease;
  282. -ms-transition: box-shadow .5s ease;
  283. transition: box-shadow .5s ease;
  284. }
  285.  
  286. select{
  287. width: 100%;
  288. margin-bottom: 10px;
  289.  
  290. }
  291.  
  292.  
  293.  
  294. p{padding: 0px 15px 0px 15px}
  295. .photo1{
  296. width: 400px;
  297. }
  298. .photo2{
  299. width: 400px;
  300. }
  301. .photo3{
  302. width: 400px;
  303. }
  304. .photo4{
  305. width: 400px;
  306. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement