Advertisement
Guest User

css

a guest
Oct 1st, 2015
184
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 11.64 KB | None | 0 0
  1.  
  2. /* http://meyerweb.com/eric/tools/css/reset/
  3. v2.0 | 20110126
  4. License: none (public domain)
  5. */
  6.  
  7. html, body, div, span, applet, object, iframe,
  8. h3, h4, h5, h6, p, blockquote, pre,
  9. a, abbr, acronym, address, big, cite, code,
  10. del, dfn, em, img, ins, kbd, q, s, samp,
  11. small, strike, strong, sub, sup, tt, var,
  12. b, u, i, center,
  13. dl, dt, dd, ol, ul, li,
  14. fieldset, form, label, legend,
  15. table, caption, tbody, tfoot, thead, tr, th, td,
  16. article, aside, canvas, details, embed,
  17. figure, figcaption, footer, header, hgroup,
  18. menu, nav, output, ruby, section, summary,
  19. time, mark, audio, video {
  20. margin: 0;
  21. padding: 0;
  22. border: 0;
  23. font-size: 100%;
  24. font: inherit;
  25. vertical-align: baseline;
  26. }
  27. /* HTML5 display-role reset for older browsers */
  28. article, aside, details, figcaption, figure,
  29. footer, header, hgroup, menu, nav, section {
  30. display: block;
  31. }
  32. body {
  33. line-height: 1;
  34. }
  35. ol, ul {
  36. list-style: none;
  37. }
  38. blockquote, q {
  39. quotes: none;
  40. }
  41. blockquote:before, blockquote:after,
  42. q:before, q:after {
  43. content: '';
  44. content: none;
  45. }
  46. table {
  47. border-collapse: collapse;
  48. border-spacing: 0;
  49. }
  50. /* GLAVNI CSS START
  51. ========================================== */
  52. #first {
  53. width: 100%;
  54. height: 544px;
  55. background: #87509c;
  56. overflow: hidden;
  57. }
  58. #logonav {
  59. width: 1035px;
  60. height: 40px;
  61. margin: 55px auto;
  62.  
  63. }
  64. #logonav .nav-inner {
  65. float: right;
  66. overflow: hidden;
  67. }
  68. #logonav .nav-inner li {
  69. float: left;
  70. text-transform: uppercase;
  71. width: 60px;
  72. text-align: center;
  73. padding: 0 10px;
  74. color: white;
  75. font-family: "PT Sans Narrow";
  76. line-height: 40px;
  77.  
  78.  
  79. }
  80. #logo {
  81. float: left;
  82. }
  83. #logonav .nav-inner li:hover {
  84. background: #643a79;
  85. cursor: pointer;
  86. }
  87. #welcometextparent {
  88. width: 80%;
  89. height: auto;
  90. margin: 137px auto;
  91. }
  92. #welcometext {
  93. width: 90%;
  94. height: 100%;
  95. margin: 0px auto;
  96.  
  97. }
  98. #welcometext h2 {
  99. color: white;
  100. font-family: sans-serif;
  101. font-size: 29px;
  102. line-height: 1.5em;
  103. padding: 0 55px;
  104. text-align: center;
  105.  
  106. }
  107. #workwithus {
  108. display: block;
  109. margin: 0 auto;
  110. width: 293px;
  111. height: 70px;
  112. background: #eb7d4b;
  113. border: 0;
  114. color: white;
  115. font-size: 17px;
  116. cursor: pointer
  117. }
  118. #workwithus:hover {
  119. background: #e1642b;
  120. transition: all .2s ease-in;
  121. -webkit-transition: all .2s ease-in;
  122. -moz-transition: all .2s ease-in;
  123. }
  124. #green2holder {
  125. background: #17c2a4;
  126. width: 100%;
  127. height: 650px;
  128. overflow: hidden;
  129. }
  130. #services {
  131. width: 50%;
  132. margin: 120px auto;
  133. }
  134. #services h1 {
  135. color: white;
  136. text-align: center;
  137. font-family: "PT Sans Narrow";
  138. letter-spacing: 2px;
  139. font-size: 40px;
  140.  
  141. }
  142. #services p {
  143. color: white;
  144. text-align: center;
  145. font-family: "PT Sans Narrow";
  146. font-size: 20px;
  147. line-height: 1.5em;
  148. }
  149. #servicesicons {
  150. width: 100%;
  151. margin: 0 auto;
  152. }
  153. #servisi {
  154. list-style: none;
  155. text-align: center;
  156.  
  157. }
  158. #servicesicons #servisi li {
  159. display: inline-block;
  160. padding: 0 25px;
  161. width: 20%;
  162. }
  163. #servicesicons #servisi li img {
  164. position: relative;
  165. top: -360px;
  166. }
  167. #servicesicons #servisi li h2 {
  168. color: white;
  169. font-family: "PT Sans Narrow";
  170. letter-spacing: 2px;
  171. font-size: 27px;
  172. position: relative;
  173. top: -340px;
  174. }
  175.  
  176.  
  177. #servicesicons #servisi li p {
  178. font-family: "PT Sans Narrow";
  179. color: white;
  180. line-height: 1.3em;
  181. font-size: 17px;
  182. position: relative;
  183. top: -340px;
  184.  
  185. }
  186. #team {
  187. width: 100%;
  188. height: 720px;
  189. background: #e7f1f8;
  190. overflow: hidden;
  191. }
  192. #meetteam {
  193. width: 50%;
  194. margin: 55px auto;
  195. text-align: center;
  196. }
  197. #meetteam h1 {
  198. color: #3c4761;
  199. font-family: "PT Sans Narrow";
  200. text-transform: uppercase;
  201. font-size: 36px;
  202. letter-spacing: 6px;
  203. }
  204.  
  205. #meetteam p {
  206. color: #3c4761;
  207. font-family: "PT Sans Narrow";
  208. font-size: 20px;
  209. }
  210. #container {
  211. width: 1360px;
  212. margin: 0px auto;
  213. }
  214. #krug {
  215. width: 20%;
  216. height: 250px;
  217. background: #878787;
  218. border-radius: 230px;
  219. float: left;
  220. margin: 0% 20px;
  221. transform: translateX(15%);
  222. }
  223. #okrug {
  224. width: 90%;
  225. height: 343px;
  226. margin: 0 auto;
  227. }
  228. #teamopis {
  229. width: 200px;
  230. margin-top: 270px;
  231. margin-left: 25px;
  232. text-align: center;
  233. }
  234. #teamopis h2 {
  235. font-family: "PT Sans Narrow";
  236. font-size: 25px;
  237. }
  238. #teamopis h3 {
  239. padding-bottom: 15px;
  240. font-family: "PT Sans Narrow";
  241. color: #55c2e9;
  242. font-size: 19px;
  243. margin-top: -10px;
  244.  
  245. }
  246. #teamopis p {
  247. color: #9099a8;
  248. font-family: "PT Sans Narrow";
  249. font-size: 16px;
  250. }
  251. #skills {
  252. width: 100%;
  253. height: 200px;
  254. }
  255. #wegot {
  256. width: 40%;
  257. margin: 20px auto;
  258. height: 200px;
  259. text-align: center;
  260.  
  261. }
  262. #wegot h1 {
  263. font-family: "PT Sans Narrow";
  264. font-size: 46px;
  265. text-transform: uppercase;
  266. color: #3c4761;
  267. letter-spacing: 6px;
  268. }
  269. #wegot p {
  270. font-family: "PT Sans Narrow";
  271. font-size: 20px;
  272. color: #3c4761;
  273. letter-spacing: 0.4px;
  274. }
  275.  
  276. #container2 {
  277. width: 1360px;
  278. margin: -70px auto;
  279. }
  280. #krug2 {
  281. width: 20%;
  282. height: 250px;
  283. border-radius: 230px;
  284. float: left;
  285. margin: 0% 20px;
  286. transform: translateX(15%);
  287.  
  288. }
  289. #okrug2 {
  290. width: 90%;
  291. height: 343px;
  292. margin: 0 auto;
  293. }
  294. #webdizajn {
  295. width: 100%;
  296. height: 250px;
  297. background: url(webdizajn.png) no-repeat center center;
  298. }
  299. #htmlcss {
  300. width: 100%;
  301. height: 250px;
  302. background: url(htmlcss.png) no-repeat center center;
  303. }
  304. #graficki {
  305. width: 100%;
  306. height: 250px;
  307. background: url(graficki.png) no-repeat center center;
  308. }
  309. #uiux {
  310. width: 100%;
  311. height: 250px;
  312. background: url(uiux.png) no-repeat center center;
  313. }
  314. #portfolioholder {
  315. width: 100%;
  316. background: #ffdd99;
  317. height: 1300px;
  318. margin-top: 220px;
  319. overflow: hidden;
  320. }
  321. #ourportfolio {
  322. width: 40%;
  323. height: 200px;
  324. margin: 0 auto;
  325. text-align: center;
  326. }
  327. #ourportfolio h1 {
  328. font-family: "PT Sans Narrow";
  329. font-size: 40px;
  330. text-transform: uppercase;
  331. color: #3c4761;
  332. letter-spacing: 1px;
  333. }
  334. #ourportfolio p {
  335. font-family: "PT Sans Narrow";
  336. font-size: 18px;
  337. color: #3c4761;
  338. letter-spacing: 0.4px;
  339. padding-bottom: 30px;
  340. }
  341. #ourportfolio a {
  342. font-size: 21px;
  343. text-decoration: none;
  344. color: black;
  345. padding: 5px 21px;
  346. margin: 0 5px;
  347. font-family: "PT Sans Narrow";
  348. background: #ebc985;
  349. }
  350. #ourportfolio a:hover {
  351. background: #f0f0f0;
  352. }
  353. #portcontainer {
  354. width: 100%;
  355. height: 100%;
  356. overflow: hidden;
  357. }
  358. #prvadva {
  359. width: 1250px;
  360. height: 360px;
  361. margin: 30px auto;
  362. }
  363. #levi {
  364. width: 550px;
  365. height: 357px;
  366. float: left;
  367. transform: translateX(5%);
  368. }
  369. #desni {
  370. width: 550px;
  371. height: 357px;
  372. float: left;
  373. transform: translateX(15%);
  374. padding-left: 50px;
  375. }
  376. #drugadva {
  377. width: 1250px;
  378. height: 360px;
  379. margin: 0px auto;
  380. }
  381. #levi2 {
  382. width: 550px;
  383. height: 357px;
  384. float: left;
  385. transform: translateX(5%);
  386. margin-top: 80px;
  387. }
  388. #desni2 {
  389. width: 550px;
  390. height: 357px;
  391. float: left;
  392. transform: translateX(15%);
  393. padding-left: 50px;
  394. margin-top: 80px;
  395. }
  396. #loadmore {
  397. width: 19%;
  398. display: block;
  399. margin: 0px auto;
  400. position: relative;
  401. top: 20%;
  402. padding: 20px;
  403. background: #17c2a4;
  404. text-transform: uppercase;
  405. color: white;
  406. font-size: 16px;
  407. border: 0;
  408. }
  409. #loadmore:hover {
  410. background: #17957f;
  411. cursor: pointer;
  412. transition: all .2s ease-in;
  413. -webkit-transition: all .2s ease-in;
  414. -moz-transition: all .2s ease-in;
  415. border: 0;
  416. }
  417. #klasa {
  418. width: 100%;
  419. height: 500px;
  420. background: yellow;
  421. }
  422. #whatpeoplesay {
  423. background: #d74680;
  424. width: 100%;
  425. height: 650px;
  426. overflow: hidden;
  427. }
  428. #whatpeopletext {
  429. width: 450px;
  430. margin: 50px auto;
  431. text-align: center;
  432. }
  433. #whatpeopletext h1 {
  434. font-family: "PT Sans Narrow";
  435. font-size: 40px;
  436. text-transform: uppercase;
  437. color: white;
  438. letter-spacing: 1px;
  439.  
  440.  
  441. }
  442. #whatpeopletext p {
  443. font-family: "PT Sans Narrow";
  444. font-size: 20px;
  445. color: white;
  446. letter-spacing: 1px;
  447. }
  448. #maincontainer {
  449. width: 100%;
  450. height: 456px;
  451. }
  452. #holder {
  453. width: 960px;
  454. height: 450px;
  455. margin: 100px auto;
  456. overflow: hidden;
  457. }
  458. #sadrzaj {
  459. width: 80%;
  460. height: 100%;
  461.  
  462. margin: 0px auto;
  463. }
  464. #sadrzaj ul {
  465. list-style: none;
  466.  
  467. }
  468. #sadrzaj ul li {
  469. width: 50%;
  470. float: left;
  471. margin-top: 10px;
  472.  
  473.  
  474. }
  475. .imgfl {
  476. float: left;
  477. margin-top: 60px;
  478. border: 2px solid black;
  479.  
  480. }
  481.  
  482. #sadrzaj ul li h3, p {
  483. overflow: hidden;
  484. padding: 5px;
  485. color: black;
  486. font-family: "PT Sans Narrow";
  487. }
  488. #sadrzaj p {
  489. padding-right: 15px;
  490. height: 100px;
  491.  
  492. }
  493. #sadrzaj h3 {
  494. font-weight: normal;
  495. font-size: 25px;
  496. }
  497. #sadrzaj a {
  498. text-decoration: none;
  499. background: #a0c63f;
  500. color: white;
  501. padding: 3px;
  502. font-size: 14px;
  503. margin-left: 15px;
  504. font-family: Verdana;
  505. }
  506. #prvedvequohold {
  507. width: 900px;
  508. height: 100px;
  509. margin: 0px auto;
  510. display: flex;
  511. }
  512. #radius {
  513. height: 75px;
  514. width: 75px;
  515. background: gray;
  516. float: left;
  517. border-radius: 120px;
  518. clear: both;
  519.  
  520. }
  521. #prva {
  522. width: 450px;
  523. }
  524. .imeljudi {
  525. font-size: 25px;
  526. font-family: "PT Sans Narrow";
  527. color: white;
  528. }
  529. #prvedvequohold #prva p {
  530. padding: 10px 30px;
  531. color: white;
  532. font-family: "PT Sans Narrow";
  533. letter-spacing: 0.3px;
  534. }
  535.  
  536.  
  537. #druga {
  538. width: 450px;
  539. }
  540. #prvedvequohold #druga p {
  541. padding: 10px 30px;
  542. color: white;
  543. font-family: "PT Sans Narrow";
  544. letter-spacing: 0.3px;
  545.  
  546. }
  547. #prva2 {
  548. width: 450px;
  549. }
  550.  
  551. #druga2 {
  552. width: 450px;
  553. }
  554. #druge2quotes {
  555. width: 900px;
  556. margin: 100px auto;
  557. display: flex;
  558.  
  559. }
  560. #prva2 p {
  561. padding: 10px 30px;
  562. color: white;
  563. font-family: "PT Sans Narrow";
  564. letter-spacing: 0.3px;
  565. }
  566. #druga2 p {
  567. padding: 10px 30px;
  568. color: white;
  569. font-family: "PT Sans Narrow";
  570. letter-spacing: 0.3px;
  571. }
  572. #getintouch {
  573. background: #3c5499;
  574. width: 100%;
  575. height: 700px;
  576. overflow: hidden;
  577. }
  578. #getintouchtext {
  579. margin: 100px auto;
  580. width: 1000px;
  581. text-align: center;
  582. }
  583. #getintouchtext h1 {
  584. color: white;
  585. font-family: "PT Sans Narrow";
  586. font-size: 46px;
  587. letter-spacing: 4px;
  588.  
  589. }
  590. #getintouchtext p {
  591. color: white;
  592. font-family: "PT Sans Narrow";
  593. font-size: 22px;
  594. word-spacing: 6px;
  595. letter-spacing: 2px;
  596. }
  597. #forma {
  598. width: 1000px;
  599. height: 450px;
  600. margin: -50px auto;
  601. }
  602. .ime {
  603.  
  604.  
  605. }
  606. #name {
  607. padding: 15px;
  608. width: 300px;
  609. margin-left: 48px;
  610. background: #273a71;
  611. border: 0;
  612. color: #f0f0f0;
  613. font-size: 18px;
  614. }
  615. #email {
  616. padding: 15px;
  617. width: 300px;
  618. margin-left: 10px;
  619. background: #273a71;
  620. border: 0;
  621. color: #f0f0f0;
  622. font-size: 18px;
  623. }
  624. #formacontent {
  625. width: 780px;
  626. height: 360px;
  627. margin: 0 auto;
  628. border: 0;
  629.  
  630. }
  631. #poruka {
  632. padding: 75px;
  633. width: 570px;
  634. display: block;
  635. margin: 15px auto;
  636. background: #273a71;
  637. border: 0;
  638. color: #f0f0f0;
  639. text-align: center;
  640. font-size: 18px;
  641. }
  642. #posalji {
  643. padding: 15px;
  644. background: #30bae7;
  645. text-transform: uppercase;
  646. color: white;
  647. font-size: 19px;
  648. display: block;
  649. margin: 60px auto;
  650. border: 0;
  651.  
  652. }
  653. #posalji:hover {
  654. background: #269ac0;
  655. cursor: pointer;
  656. }
  657. #footer {
  658. width: 100%;
  659. height: 100px;
  660. background: #344b8e;
  661. overflow: hidden;
  662. }
  663. #footersadrzaj {
  664. width: 900px;
  665. height: 100px;
  666. margin: 0px auto;
  667.  
  668. }
  669. .futerlist {
  670. text-align: center;
  671. list-style: none;
  672. }
  673. #footersadrzaj li {
  674. float: left;
  675. line-height: 100px;
  676. color: white;
  677. font-family: "PT Sans Narrow";
  678. font-size: 23px;
  679. padding: 0 30px;
  680. }
  681. #footersadrzaj li:hover {
  682. color: #30bae7;
  683. cursor: pointer;
  684. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement