Advertisement
Guest User

Untitled

a guest
Nov 19th, 2019
89
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 7.07 KB | None | 0 0
  1. html, body, div, span, applet, object, iframe,
  2.  
  3. h1, h2, h3, h4, h5, h6, p, blockquote, pre,
  4.  
  5. a, abbr, acronym, address, big, cite, code,
  6.  
  7. del, dfn, em, font, img, ins, kbd, q, s, samp,
  8.  
  9. small, strike, strong, sub, sup, tt, var,
  10.  
  11. dl, dt, dd, ol, ul, li,
  12.  
  13. fieldset, form, label, legend,
  14.  
  15. table, caption, tbody, tfoot, thead, tr, th, td {
  16.  
  17. margin: 0;
  18.  
  19. padding: 0;
  20.  
  21. border: 0;
  22.  
  23. outline: 0;
  24.  
  25. font-weight: inherit;
  26.  
  27. font-style: inherit;
  28.  
  29. font-size: 100%;
  30.  
  31. font-family: inherit;
  32.  
  33. vertical-align: baseline;
  34. }
  35.  
  36. body{
  37. font-family: 'Roboto', sans-serif;
  38. }
  39.  
  40.  
  41. header{
  42. background-image: url("public/cluster.jpg");
  43. height: 100vh;
  44. width: auto;
  45. }
  46.  
  47. header h1{
  48. font-size: 4em;
  49. font-weight: 600;
  50. color:white;
  51. font-family: 'Roboto', sans-serif;
  52. text-align: center;
  53. text-shadow: 2px 2px #000000;
  54. padding-top: 5vh;
  55. }
  56.  
  57. header img{
  58. display: block;
  59. padding-top: 20vh;
  60. margin-left: auto;
  61. margin-right: auto;
  62. height: 40vh;
  63. }
  64.  
  65. h1{
  66. padding: 10vh 0 4vh 0;
  67. font-size: 4em;
  68. font-weight: 600;
  69. text-align: center;
  70. color:#2F3A54;
  71. text-shadow: 0px 2px 3px #808080;
  72. }
  73.  
  74.  
  75. h2{
  76. padding: 4vh 0 4vh 0;
  77. font-size: 1.5em;
  78. font-weight: 500;
  79. text-align: center;
  80. color:#2F3A54;
  81. }
  82.  
  83. h3{
  84. padding: 2vh 0 2vh 0;
  85. margin-left: 25vw;
  86. margin-right: 25vw;
  87. text-align: center;
  88. font-size: 1em;
  89. color: #3B3F48;
  90. padding-bottom: 10vh;
  91. }
  92.  
  93. h4{
  94. padding: 0 0 4vh 0;
  95. font-size: 2.5em;
  96. font-weight: 600;
  97. text-align: center;
  98. color:#2F3A54;
  99. }
  100.  
  101.  
  102. article{
  103. padding-bottom: 5vh;
  104. }
  105.  
  106. th, td {
  107. border-bottom: 1px solid #ddd;
  108. }
  109.  
  110. th, td {
  111. padding: 2em;
  112. text-align: center;
  113. }
  114.  
  115. tr:nth-child(even) {background-color: #f2f2f2;}
  116.  
  117.  
  118. th {
  119. background-color: #2F3A54;
  120. color: white;
  121. }
  122.  
  123.  
  124. fieldset{
  125. color: #2F3A54
  126. }
  127. label{
  128. color: #2F3A54
  129. }
  130.  
  131. input {
  132. border-radius: 10px;
  133. }
  134.  
  135.  
  136. .nav_top{
  137. position: fixed;
  138. width: 100%;
  139. }
  140.  
  141. .nav_top ul {
  142. padding: 0;
  143. overflow: hidden;
  144. background-color: #E83030;
  145. text-align:center;
  146. }
  147.  
  148. .nav_top li {
  149.  
  150. display: inline-block;
  151. list-style-type: none;
  152. }
  153.  
  154.  
  155. .nav_top li a img {
  156. float: left;
  157. width: 18px;
  158. height: 18px;
  159. padding-top:0;
  160. margin-right: 1vw;
  161. margin-left: 1vw;
  162. }
  163.  
  164.  
  165. .nav_top li a {
  166. font-size: 1em;
  167. font-weight: 600;
  168. width: auto;
  169. display: block;
  170. color: white;
  171. text-align: center;
  172. padding: 14px 20px 14px 0;
  173. text-decoration: none;
  174.  
  175. }
  176.  
  177. .nav_top li a:hover {
  178. background-color: darkred;
  179. }
  180.  
  181.  
  182. #tresc{
  183. background: #f2f2f2;
  184.  
  185. }
  186.  
  187. .spis_rakiet{
  188. width: 80vw;
  189. margin-left: 10vw;
  190. margin-right: 10vw;
  191. }
  192.  
  193. #tresc table {
  194. border-collapse: collapse;
  195. margin-left: auto;
  196. margin-right: auto;
  197. padding-bottom: 20px;
  198. }
  199.  
  200.  
  201. .galeria{
  202. background-color: #222020;
  203. padding-bottom: 10vh;
  204. }
  205.  
  206. .galeria figure{
  207. display: grid;
  208. grid-template-columns: repeat(auto-fill, minmax(30vw, 1fr));
  209. grid-gap: 20px;
  210. align-items: stretch;
  211. }
  212.  
  213.  
  214.  
  215. .i_image img{
  216. margin: 1vh;
  217. box-shadow: 2px 2px 6px 0px rgba(0,0,0,0.3);
  218. height: 30vh;
  219. width: 100%;
  220. }
  221.  
  222. .i_image p{
  223. color: #ffffff;
  224. font-size: 1.5em;
  225. font-weight: 600;
  226. text-align: center;
  227.  
  228. }
  229.  
  230. .g{
  231. padding: 10vh 0 4vh 0;
  232. font-size: 4em;
  233. font-weight: 600;
  234. text-align: center;
  235. color: #ffffff;
  236. text-shadow: 0px 2px 3px #000000;
  237. }
  238.  
  239. .formularz{
  240. background: #f2f2f2;
  241.  
  242. }
  243. .formularz form{
  244. margin-left: auto;
  245. margin-right: auto;
  246. }
  247. .formularz form { display: table; }
  248. .formularz p { display: table-row; text-align: center; }
  249. .formularz label {
  250. display: table-cell;
  251. margin-left: auto;
  252. margin-right: auto;
  253. width: 100%;
  254. padding-bottom: 2vh;}
  255. .formularz input { display: table-cell;
  256. margin-bottom: 1vh;
  257. }
  258.  
  259. .formularz td {
  260. text-align: center;
  261. vertical-align: middle;
  262. }
  263.  
  264. .formularz img{
  265. display: block;
  266. margin-left: 43vw;
  267. width: 10%;
  268. padding-bottom: 3vh;
  269. }
  270.  
  271. .prawa{
  272. background-image: url("public/envio-39.jpg");
  273. background-size: cover;
  274. height: 100vh;
  275.  
  276. }
  277.  
  278. .prawa h1{
  279. padding-top: 20vh;
  280. color: #2F3A54;
  281. text-shadow: 0 0;
  282. }
  283.  
  284. .prawa h2{
  285. color: #ffffff;
  286. text-shadow: 2px 2px #919191;
  287.  
  288. }
  289.  
  290.  
  291. .prawa h3{
  292. margin-left: auto;
  293. margin-right: auto;
  294. text-align: center;
  295. background-color:#E83030;
  296. box-shadow: 0 5px 0 darkred;
  297. padding: 1em 1.5em;
  298. width: 50vh;
  299. }
  300.  
  301.  
  302. .blue{
  303. font-weight: 600;
  304. color: #123A68;
  305. }
  306. .link{
  307. color: #f2f2f2;
  308. text-decoration: none;
  309. }
  310.  
  311. .o_mnie{
  312. background-color: #f2f2f2;
  313. height: 100vh;
  314. }
  315.  
  316. .o_mnie h1{
  317. padding-top: 30vh;
  318. }
  319.  
  320. .o_mnie h2{
  321. font-size: 3em;
  322. font-weight: 600;
  323. }
  324.  
  325. .o_mnie h3{
  326. font-size: 2em;
  327. }
  328.  
  329. .end{
  330. background-image: url("public/25130.jpg");
  331. background-size: cover;
  332. height: 100vh;
  333. }
  334.  
  335.  
  336.  
  337. .v_section{
  338. background-color: #222020;
  339. height: 100vh;
  340. }
  341.  
  342. .v_section h1{
  343. padding-top: 30vh;
  344. }
  345.  
  346. .v_section h3{
  347. color: #f2f2f2;
  348. }
  349.  
  350.  
  351.  
  352. .v{
  353. text-align: center;
  354. }
  355.  
  356.  
  357. .m_section{
  358. background-color: #f2f2f2;
  359. height: 100vh;
  360. }
  361.  
  362. .m_section h1{
  363. padding-top: 30vh;
  364. }
  365.  
  366. .maps{
  367. display: block;
  368. margin-right: auto;
  369. margin-left: auto;
  370. width: 70%;
  371. border: 1px solid #2F3A54;
  372. border-radius: 10px;
  373. margin-bottom: 10vh;
  374. box-shadow: 2px 2px 6px 0px rgba(0,0,0,0.3);
  375. }
  376.  
  377.  
  378.  
  379. @media
  380. only screen and (max-width: 760px),
  381. (min-device-width: 768px) and (max-device-width: 1024px) {
  382.  
  383. .maps{
  384. width: 100%;
  385. border:0;
  386. }
  387.  
  388.  
  389. .prawa h1{
  390. padding-top: 3vh;
  391. }
  392.  
  393. /* Force table to not be like tables anymore */
  394. table, thead, tbody, th, td, tr {
  395. display: block;
  396. }
  397.  
  398. /* Hide table headers (but not display: none;, for accessibility) */
  399. thead tr {
  400. position: absolute;
  401. top: -9999px;
  402. left: -9999px;
  403. }
  404.  
  405. tr { border: 1px solid #ccc; }
  406.  
  407. td {
  408. /* Behave like a "row" */
  409. border: none;
  410. border-bottom: 1px solid #eee;
  411. position: relative;
  412. padding-left: 50%;
  413. }
  414.  
  415. td:before {
  416. /* Now like a table header */
  417. position: absolute;
  418. /* Top/left values mimic padding */
  419. top: 6px;
  420. left: 6px;
  421. width: 45%;
  422. padding-right: 10px;
  423. white-space: nowrap;
  424. }
  425.  
  426. td:nth-of-type(1):before { content: "Wariant"; }
  427. td:nth-of-type(2):before { content: "Falcon 1"; }
  428. td:nth-of-type(3):before { content: "Falcon 1e"; }
  429. td:nth-of-type(4):before { content: "Falcon 9"; }
  430. td:nth-of-type(5):before { content: "Falcon 9 v.1.1"; }
  431. td:nth-of-type(6):before { content: "Falcon 9 v.1.2"; }
  432. td:nth-of-type(7):before { content: "Falcon Heavy"; }
  433.  
  434. .nav_top img{
  435. display: none;
  436.  
  437. }
  438.  
  439.  
  440. .nav_top li{
  441. width: 30vw;
  442. font-size: 1vh;
  443. }
  444.  
  445. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement