Advertisement
Guest User

Untitled

a guest
Jan 3rd, 2014
126
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 15.30 KB | None | 0 0
  1. /*
  2. HTML 5 Template Name: Basic 88
  3. File: Layout CSS
  4. Author: OS Templates
  5. Author URI: http://www.os-templates.com/
  6. Licence: <a href="http://www.os-templates.com/template-terms">Website Template Licence</a>
  7. */
  8.  
  9. html{overflow-y:scroll;} /* Forces a scrollbar when the viewport is larger than the websites content - CSS3 */
  10.  
  11. body{margin:0; padding:0; font-size:13px; font-family:Georgia, "Times New Roman", Times, serif; color:#919191; background-color:#232323;}
  12.  
  13. .clear:after{content:"."; display:block; height:0; clear:both; visibility:hidden; line-height:0;}
  14. .clear{display:block; clear:both;}
  15. html[xmlns] .clear{display:block;}
  16. * html .clear{height:1%;}
  17.  
  18. a{outline:none; text-decoration:none;}
  19.  
  20. code{font-weight:normal; font-style:normal; font-family:Georgia, "Times New Roman", Times, serif;}
  21.  
  22. .fl_left{float:left;}
  23. .fl_right{float:right;}
  24.  
  25.  
  26. .imgholder, .imgl, .imgr{padding:4px; border:1px solid #D6D6D6; text-align:center;}
  27. .imgl{float:left; margin:0 15px 15px 0; clear:left;}
  28. .imgr{float:right; margin:0 0 15px 15px; clear:right;}
  29.  
  30. /*----------------------------------------------HTML 5 Overrides-------------------------------------*/
  31.  
  32. address, article, aside, figcaption, figure, footer, header, hgroup, nav, section{display:block; margin:0; padding:0;}
  33.  
  34. q{display:block; padding:0 10px 8px 10px; color:#979797; background-color:#ECECEC; font-style:italic; line-height:normal;}
  35. q:before{content:'“ '; font-size:26px;}
  36. q:after{content:' „'; font-size:26px; line-height:0;}
  37.  
  38. /* ----------------------------------------------Wrapper-------------------------------------*/
  39.  
  40. div.wrapper{display:block; width:100%; margin:0; padding:0; text-align:left;}
  41.  
  42. .row1, .row1 a{color:#C0BAB6;}
  43. .row2{color:#979797; background-color:#FFFFFF;}
  44. .row2 a{color:#FF9900; background-color:#FFFFFF;}
  45. .row3{color:#fff; background-color:#58a7ea;}
  46. .row3 a{color:#fff; background-color:#58a7ea;}
  47. .row4, .row4 a{color:#fff; background-color:#3482bf;}
  48.  
  49. /*----------------------------------------------Generalise-------------------------------------*/
  50.  
  51. #container, #footer, #copyright{display:block; width:1020px; margin:0 auto;}
  52. #header{width:100, margin:0 auto;}
  53. nav ul{margin:0; padding:0; list-style:none;}
  54.  
  55. h2, h3, h4, h5, h6{margin:0; padding:0; font-size:32px; font-weight:normal; font-style:italic; line-height:normal;}
  56.  
  57. address{font-style:normal;}
  58.  
  59. blockquote, q{display:block; padding:8px 10px; color:#979797; background-color:#ECECEC; font-style:italic; line-height:normal;}
  60. blockquote:before, q:before{content:'“ '; font-size:26px;}
  61. blockquote:after, q:after{content:' „'; font-size:26px; line-height:0;}
  62.  
  63. form, fieldset, legend{margin:0; padding:0; border:none;}
  64. legend{display:none;}
  65. input, textarea, select{font-size:12px; font-family:Georgia,"Times New Roman",Times,serif;}
  66.  
  67. .one_quarter, .two_quarter, .three_quarter, .four_quarter{display:block; float:left; margin:0 20px 0 0;}
  68. .one_quarter{width:225px;}
  69. .two_quarter{width:470px;}
  70. .three_quarter{width:715px;}
  71. .four_quarter{width:960px; float:none; margin-right:0; clear:both;}
  72.  
  73. .one_third, .two_third, .three_third{display:block; float:left; margin:0 30px 0 0;}
  74. .one_third{width:300px;padding-right: 20px;}
  75. .two_third{width:630px;}
  76. .three_third{width:960px; float:none; margin-right:0; clear:both;}
  77.  
  78. .lastbox{margin-right:0;}
  79.  
  80. /*----------------------------------------------Header-------------------------------------*/
  81. /*#header{padding:100px 0;background-image: url(../images/tlo.png);}*/
  82. #header{padding:100px 0;background-image: url(../images/tlo.png);}
  83.  
  84. #header hgroup{float:left; margin:0 0 20px 0;}
  85. #header hgroup h1, #header hgroup h2{font-weight:normal; font-style:normal; text-transform:none;}
  86. #header hgroup h1{font-size:36px;}
  87. #header hgroup h2{font-size:13px;}
  88.  
  89. #header nav{display:block; float:right; margin:10px 0 0 0; padding:20px 0; color:#C0BAB6; background-color:#232323;}
  90. #header nav ul{padding:0 20px;}
  91. #header nav li{display:inline; margin-right:25px; text-transform:uppercase;}
  92. #header nav li.last{margin-right:0;}
  93. #header nav li a{color:#C0BAB6; background-color:#232323;}
  94. #header nav li a:hover{color:#FF9900; background-color:#232323;}
  95.  
  96. .logo {
  97. width:auto;
  98. position:absolute;
  99. margin-left:70px;
  100. float:left;
  101. margin-top:40px;
  102. }
  103. .logo:hover {
  104. opacity:0.8;
  105. }
  106. .ip{
  107. padding-right:100px;
  108. padding-top: 9px;
  109. float:right;
  110. background-image: url(../images/ip.png);
  111. }
  112. b {
  113. color: #fff49f;
  114. }
  115.  
  116. .fb{
  117. padding-right:100px;
  118. padding-top: 30px;
  119. float:right;
  120. }
  121. .sklep{
  122. margin-right:270px;
  123. float:right;
  124. }
  125. .sklep:hover{
  126. opacity:0.8;
  127. }
  128. .menu{
  129. padding: 0;
  130. margin: 0;
  131. border: 0;
  132. height: 132px;
  133. position:absolute;
  134. top: 320px;
  135. background: url(../images/menu.png) repeat-x;
  136. width: 100%;
  137. }
  138.  
  139.  
  140. @font-face {
  141. font-family: Crafted; /*a name to be used later*/
  142. src: url('http://crafted2.ugu.pl/cn2/czcionki/Crafted.otf'); /*URL to font*/
  143. }
  144.  
  145.  
  146. #navi select{
  147. display:none;
  148. padding:4px 8px;
  149. border: 1px dotted #CCC;
  150. margin:3px 0px 5px 0px;
  151. font-family: Crafted;
  152. color: #807f7f;
  153. font-size:10pt;
  154. font-weight:normal;
  155. text-decoration:none;
  156. }
  157. .ip {background:url('../images/ip.png') no-repeat;margin:11px 0 0 0;width:215px;height:50px;float:right;}
  158. .ip p{font-family:Crafted;font-size:31px;color:#fff;text-align:center;width:100%;height:30px;margin:1px 0 0 0;float:left;padding-left:15px;}
  159. .statystyki p{font-family:Crafted;font-size:40px;color:#fff;width:100%;height:30px;margin:10px 0 0 0;float:left;padding-left:70px;}
  160. .social2 {margin: -40px 0 0 0;float: right;position: relative;width: auto;height: auto;}
  161. .social2:hover{opacity:0.8;}
  162. .social {margin: -40px 0 0 0;float: right;margin-right: 60px;position: relative;width: auto;height: auto;}
  163. .social:hover{opacity:0.8;}
  164. .steve {
  165. margin: -79px 0 0 0;
  166. background: url(../images/steve.png) repeat-x;
  167. position: absolute;
  168. margin-left: 700px;
  169. float: left;
  170. }
  171. #navi{
  172. float:left;
  173. padding-left: 60px;
  174. }
  175.  
  176. #navi ul{
  177. float:left;
  178. padding:0px;
  179. margin:0px;
  180. }
  181.  
  182. #navi ul li{
  183. float:left;
  184. top: 10px;
  185. display:inline-block;
  186. padding:12px 12px 13px 12px;
  187. list-style-type: none;
  188. position:relative;
  189. }
  190.  
  191. #navi ul li:first-child{
  192. float:left;
  193. display:inline-block;
  194. padding:12px 12px 13px 12px;
  195. list-style-type: none;
  196. position:relative;
  197. }
  198.  
  199. #navi ul li a, #navi ul li a:visited{
  200. font-family: Crafted;
  201. color: #044B55;
  202. font-size:22px;
  203. font-weight:normal;
  204. text-decoration:none;
  205. }
  206.  
  207.  
  208. #navi ul li a:hover{
  209. font-family: 'Crafted',Arial, Helvetica, sans-serif;
  210. color: #006775;
  211. font-weight:normal;
  212. text-decoration:none;
  213. }
  214. #navi ul li ul{
  215. position:absolute;
  216. display: none;
  217. z-index: 2000;
  218. padding-top:13px;
  219. margin-left:-13px;
  220. background-color:white;
  221. }
  222. #navi ul ul li {
  223. float: none;
  224. border-top: 1px solid #6b727c;
  225. border-bottom: 1px solid #575f6a;
  226. position: relative;
  227. }
  228. #navi ul ul li a {
  229. padding: 15px 40px;
  230. color: #fff;
  231. }
  232. #nav ul ul li a:hover {
  233. background: #4b545f;
  234. }
  235.  
  236.  
  237.  
  238.  
  239.  
  240.  
  241. #nav {
  242. font-family: arial, sans-serif;
  243. position: relative;
  244. width: 390px;
  245. height:56px;
  246. font-size:14px;
  247. color:#999;
  248. margin: 0px auto;
  249. float:left;
  250. padding-left: 60px;
  251. }
  252.  
  253. #nav ul {
  254. list-style-type: none;
  255. float:left;
  256. padding:0px;
  257. margin:0px;
  258.  
  259. }
  260.  
  261. #nav ul li {
  262. float: left;
  263. position: relative;
  264. float:left;
  265. top: 10px;
  266. display:inline-block;
  267. padding:12px 12px 13px 12px;
  268. list-style-type: none;
  269. position:relative;
  270. }
  271.  
  272. #nav ul li:first-child{
  273. float:left;
  274. display:inline-block;
  275. padding:12px 12px 13px 12px;
  276. list-style-type: none;
  277. position:relative;
  278. }
  279.  
  280. #nav ul li a:hover{
  281. font-family: 'Crafted',Arial, Helvetica, sans-serif;
  282. color: #006775;
  283. font-weight:normal;
  284. text-decoration:none;
  285. }
  286.  
  287. #nav ul li a {
  288. text-align: center;
  289. border-right:1px solid #e9e9e9;
  290. padding:20px;
  291. display:block;
  292. text-decoration:none;
  293. color: #044B55;
  294. font-family: Crafted;
  295. font-family: Crafted;
  296. font-weight:normal;
  297. }
  298.  
  299.  
  300. #nav ul li ul {
  301. display: none;
  302. position:absolute;
  303. display: none;
  304. padding-top:13px;
  305. margin-left:-13px;
  306. background-color:white;
  307. }////
  308.  
  309. #nav ul li:hover ul {
  310. display: block;
  311. position: absolute;
  312. }
  313.  
  314. #nav ul li:hover ul li a {
  315. display:block;
  316. background:#12aeef;
  317. color:#ffffff;
  318. width: 110px;
  319. text-align: center;
  320. border-bottom: 1px solid #f2f2f2;
  321. border-right: none;
  322. }
  323.  
  324. #nav ul li:hover ul li a:hover {
  325. background:#6dc7ec;
  326. color:#fff;
  327. }
  328.  
  329.  
  330.  
  331.  
  332.  
  333. /*----------------------------------------------Content Area-------------------------------------*/
  334.  
  335. #container{padding:30px 0;}
  336. #container section{display:block; width:100%; margin:0 0 30px 0; padding:0;}
  337. #container .last{margin:0;}
  338. #container .more{border-bottom: 5px solid #3482bf;}
  339. #container .more2{border-bottom: 5px solid #3482bf;margin-top: 116px;}
  340. .film { padding-left: 7px;padding-top: 7px;padding-bottom: 7px;;background-color: #5aa8eb;height: 260px;float: left;}
  341. .filmp p{ padding: 7px;color: #fff}
  342. .filmp { background-color: #5aa8eb;padding-bottom: 69px;}
  343. /* ------Slider-----*/
  344.  
  345. #container #slider{padding-top:100px;}
  346.  
  347. /* ------Main Content-----*/
  348.  
  349. #homepage {top:-70px;position:relative;}
  350. #container #homepage{display:block; width:100%;font-family: "Lato", "Helvetica Neue", Helvetica, Arial, sans-serif;}
  351.  
  352. #container #homepage #services{}
  353. #container #homepage #services article{}
  354. #container #homepage #services article figure{}
  355. #container #homepage #services article figure img{padding:7px;}
  356. #container #homepage #services article figure figcaption{}
  357. #container #homepage #services article figure h2{font-family: Crafted;color: #FFFFFF;font-size: 30px;text-align: center;background-color: #5aa8eb;}
  358. #container #homepage #services article figure footer{}
  359.  
  360. #container #homepage #intro{}
  361. #container #homepage #intro article{}
  362. #container #homepage #intro article figure{}
  363. #container #homepage #intro article figure img{float:right; margin:0 0 10px 0; padding:4px;}
  364. #container #homepage #intro article figure figcaption{float:left; width:531px;background-color: #5aa8eb;}
  365. #container #homepage #intro article figure h2{font-family: Crafted;color: #FFFFFF;font-size: 30px;text-align: center;background-color: #5aa8eb;}
  366. #container #homepage #intro article figure footer{}
  367.  
  368. .img {margin: 0px;margin-left: 80px;margin-top: 20px;}
  369. .teamspeak{margin: 0px;margin-left: 80px;margin-top: -3px;}
  370. .ts { font-family: Crafted;color: #044B55;background-color: #3B6A8D;font-weight: normal;font-size: 30px;text-align: center;}
  371. .ts p { font-family: Crafted;color: #00F5FF;font-weight: normal;text-align: center;}
  372. .tekst p { padding: 7px;font-weight: normal;text-align: center;}
  373.  
  374.  
  375. /* ------SERWERY-----*/
  376.  
  377. #serwery {top:100px;position:relative;}
  378. #container #serwery{display:block; width:100%; line-height:1.8em;}
  379.  
  380. #container #serwery #services{}
  381. #container #serwery #services article{}
  382. #container #serwery #services article figure{}
  383. #container #serwery #services article figure img{margin:0 0 15px 0; padding:5px; background: #58a7ea;}
  384. #container #serwery #services article figure figcaption{}
  385. #container #serwery #services article figure h2{font-size:14px; font-weight:bold;}
  386. #container #serwery #services article figure footer{}
  387.  
  388. #container #serwery #intro{}
  389. #container #serwery #intro article{}
  390. #container #serwery #intro article figure{}
  391. #container #serwery #intro article figure img{float:right; margin:0 0 10px 0; padding:4px; border:1px solid #D6D6D6;}
  392. #container #serwery #intro article figure figcaption{float:left; width:460px;}
  393. #container #serwery #intro article figure h2{}
  394. #container #serwery #intro article figure footer{}
  395.  
  396.  
  397.  
  398.  
  399. /*----------------------------------------------Footer-------------------------------------*/
  400.  
  401. #footer{padding:30px 0; font-size:12px; line-height:1.4em;}
  402.  
  403. #footer section h2.title{margin:0 0 25px 0; padding:0; color:#FFFFFF; font-size:12px; font-weight:bold; text-transform:uppercase;}
  404.  
  405. #footer section nav li{margin:0 0 5px 0; padding:0 0 5px 0; border-bottom:1px solid #3482bf;}
  406. #footer section nav li.last{margin:0;}
  407.  
  408. /*----------------------------------------------Copyright-------------------------------------*/
  409.  
  410. #copyright{padding:20px 0;}
  411. #copyright p{margin: 0;color: #fff;font-family: Crafted;font-size: 20px;padding: 0;}
  412. /*----------------------------------------------SERWERY-------------------------------------*/
  413. .serwery {display:block; width:100%; margin:0; padding:0; text-align:left; margin-left: -20px;
  414. list-style: none;}
  415. .lista {width: 300px;}
  416. .mapa {margin-bottom: 20px;}
  417. .mapa>.img {position: relative;}
  418. .caption {padding: 9px;color: #555555;}
  419.  
  420.  
  421.  
  422.  
  423. .box3{
  424. margin: 20px auto;
  425. width: 300px;
  426. min-height: 310px;
  427. padding: 10px;
  428. position: relative;
  429. background: -webkit-gradient(linear, 0% 20%, 0% 92%, from(#fff), to(#FFFFFF), color-stop(.1,#FFF));
  430. border: 1px solid #FFF;
  431. -webkit-border-radius: 60px 5px;
  432. -webkit-box-shadow: 0px 0px 35px rgba(11, 54, 51, 0.1) inset;
  433. }
  434.  
  435. .box3:before{
  436. content: '';
  437. width: 50px;
  438. height: 50px;
  439. top:0; right:0;
  440. position:absolute;
  441. display: inline-block;
  442. z-index:-1;
  443. -webkit-box-shadow: 10px -10px 8px rgba(0, 0, 0, 0.2);
  444. -webkit-transform: rotate(2deg)
  445. translate(-14px,20px)
  446. skew(-20deg);
  447. }
  448.  
  449. .box3:after{
  450. content: '';
  451. width: 100px;
  452. height: 100px;
  453. top:0; left:0;
  454. position:absolute;
  455. z-index:-1;
  456. display: inline-block;
  457. -webkit-box-shadow: -10px -10px 10px rgba(0, 0, 0, 0.2);
  458. -webkit-transform: rotate(2deg)
  459. translate(20px,25px)
  460. skew(20deg);
  461. }
  462.  
  463. .box3 img {
  464. width: 100%;
  465. margin-top: 15px;
  466. }
  467.  
  468. p{
  469. margin-top: 15px;
  470. text-align: justify;
  471. color: #0f77a1;
  472. }
  473.  
  474. h1{
  475. font-size: 30px;
  476. font-weight: bold;
  477. color: #0E9BAF;
  478. text-align: center;
  479. margin-top: 5px;
  480. text-shadow: 1px 1px 3px #f3ff;
  481. line-height:normal;
  482. margin:0px;
  483. padding:0px;
  484. font-weight:normal;
  485. font-family:"Crafted"
  486. }
  487.  
  488. ul.maps {
  489. width: 100%;
  490. margin: 0 0 60px 0;
  491. float: left;
  492. }
  493. ul.maps li {
  494. display: inline;
  495. padding-right: 20px;
  496. width: 320px;
  497. background: #faf9f8;
  498. border-bottom: 5px solid #ebeae9;
  499. margin: 0 0 30px 0;
  500. float: left;}
  501. ul.maps li p {
  502. width: 260px;
  503. font-family: "ptsansregular",Arial;
  504. text-align:center;
  505. letter-spacing: -1px;
  506. margin: 10px 0 10px 10px;
  507. padding-right: 20px;
  508. color: #8c8c8c;
  509. float: left;}
  510. ul.maps li p i {
  511. color: #bbbbbb;
  512. margin: 0 5px 0 0;}
  513.  
  514. ul {
  515. list-style: none;}
  516.  
  517. h1.main, h2.main {
  518. font-size: 22px;
  519. width: 100%;
  520. padding: 0 0 10px 0;
  521. margin: 10px 0 15px 0;
  522. border-bottom: 6px solid #0f77a1;
  523. float: left;
  524. }
  525.  
  526. html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video {
  527. margin: 0;
  528. border: 0;
  529. font-size: 100%;
  530. font: inherit;
  531. vertical-align: baseline;
  532. }
  533.  
  534. #jakisdiv img {
  535. margin-right:20px;
  536. }
  537. #jakisdiv img:last-child {
  538. margin-right:0 !important;
  539. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement