Advertisement
mixerowsky

Yumis

Jul 15th, 2014
386
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
CSS 41.34 KB | None | 0 0
  1. ::selection {color:#fff;background:#003a13;}
  2. ::-moz-selection {color:#fff;background:#003a13;}
  3. #block-simplenews-11 input.form-submit, a.slide-link, .levo a, .view-vesti-pocetna .views-field-nothing a, #block-block-3 a, .view-proizvodi .views-row .views-field-view-node a, .social-home li a, .node-recept .field-name-field-sastojci .field-item a, .view-recepti .views-field-view-node a, #block-custom-search-blocks-2 .custom-search-button, #block-custom-search-blocks-3 .custom-search-button, #block-block-6 a, #simplenews-confirm-add-form .form-submit, .view-proizvodi .views-row a, a#posao, #webform-client-form-128 input.form-submit, #webform-client-form-132 input.form-submit, ul.mini-menu li a, #gotop, #user-login input.form-submit, .view-vesti .views-field-view-node a, .view-vesti .views-field-title a, .view-vesti .views-field-field-slika-vesti a, .field-name-field-povratak-na-vesti a, .view-vesti-pocetna .views-field-title a, .promocija a, .promocija-footer a{
  4. -webkit-transition: all 0.5s ease;
  5. -moz-transition: all 0.5s ease;
  6. -o-transition: all 0.5s ease;
  7. transition: all 0.5s ease;
  8. opacity: 1;
  9. }
  10. #block-simplenews-11 input.form-submit:hover, a.slide-link:hover, .levo a:hover, .view-vesti-pocetna .views-field-nothing a:hover, #block-block-3 a:hover, .view-proizvodi .views-row .views-field-view-node a:hover, .social-home li a:hover, .node-recept .field-name-field-sastojci .field-item a:hover, .view-recepti .views-field-view-node a:hover, #block-custom-search-blocks-2 .custom-search-button:hover, #block-custom-search-blocks-3 .custom-search-button:hover, #block-block-6 a:hover, #simplenews-confirm-add-form .form-submit:hover, .view-proizvodi .views-row a:hover, a#posao:hover, #webform-client-form-128 input.form-submit:hover, #webform-client-form-132 input.form-submit:hover, ul.mini-menu li a:hover, ul.mini-menu li a.aktivno, #gotop:hover, #user-login input.form-submit:hover, .view-vesti .views-field-view-node a:hover, .view-vesti .views-field-title a:hover, .view-vesti .views-field-field-slika-vesti a:hover, .field-name-field-povratak-na-vesti a:hover, .view-vesti-pocetna .views-field-title a:hover, .promocija a:hover, .promocija-footer a:hover{
  11. opacity: .6;
  12. }
  13. .copyright a:hover{
  14. text-decoration: underline;
  15. }
  16. #zone-branding-wrapper{
  17. background-image: url(../img/head-back.jpg), url(../img/brand.png);
  18. background-repeat: no-repeat, repeat-x;
  19. background-position: center top;
  20. height: 77px;
  21. }
  22. .site-name-slogan, #block-block-1{
  23. display: none;
  24. }
  25. .logo-img{
  26. margin-top: 40px;
  27. position: relative;
  28. z-index: 9;
  29. }
  30. #block-system-main-menu ul.menu li{
  31. list-style: none;
  32. float: left;
  33. }
  34. #block-system-main-menu ul.menu li a{
  35. text-transform: uppercase;
  36. color: #ffffff;
  37. font-size: 12px;
  38. text-decoration: none;
  39. padding-top: 75px;
  40. display: block;
  41. background-image: url(../img/menu-item.png);
  42. background-repeat: no-repeat;
  43. background-position: center;
  44. height: 77px;
  45. width: 61px;
  46. text-align: center;
  47. -webkit-transition: all 0.5s ease;
  48. -moz-transition: all 0.5s ease;
  49. -o-transition: all 0.5s ease;
  50. transition: all 0.5s ease;
  51. margin-top: -41px;
  52. }
  53. #block-system-main-menu ul.menu li a:hover, #block-system-main-menu ul.menu li a.active{
  54. background-image: url(../img/menu-item-hover.png);
  55. background-repeat: no-repeat;
  56. background-position: center;
  57. }
  58. #block-system-main-menu{
  59. margin-top: -101px;
  60. margin-left: 170px;
  61. }
  62. #edit-custom-search-blocks-form-1--2{
  63. border: none;
  64. height: 30px;
  65. border-bottom-right-radius:10px;
  66. border-bottom-left-radius:10px;
  67. font-size: 11px;
  68. width: 164px;
  69. text-indent: 10px;
  70. }
  71. #block-custom-search-blocks-1{
  72. position: absolute;
  73. top: 0;
  74. right: 0;
  75. }
  76. #block-custom-search-blocks-1 .form-item, #block-custom-search-blocks-1 .form-actions{
  77. margin-top: 0;
  78. }
  79. #block-custom-search-blocks-1 .custom-search-button{
  80. -webkit-transition: all 0.5s ease;
  81. -moz-transition: all 0.5s ease;
  82. -o-transition: all 0.5s ease;
  83. transition: all 0.5s ease;
  84. opacity: 1;
  85. margin-left: 135px;
  86. margin-top: -80px;
  87. }
  88. #block-custom-search-blocks-1 .custom-search-button:hover{
  89. opacity: .6;
  90. }
  91. button:focus, button:active, input:focus, input:active, select:focus, select:active, textarea:focus, textarea:active{
  92. box-shadow: 0 0 5px #003913;
  93. }
  94. #block-menu-menu-kategorije ul.menu li a{
  95. color: #003a13;
  96. font-size: 11px;
  97. text-transform: uppercase;
  98. text-decoration: none;
  99. padding-left: 15px;
  100. }
  101. #block-menu-menu-kategorije ul.menu li a:hover, #block-menu-menu-kategorije ul.menu li a.active{
  102. background-image: url(../img/dot.png);
  103. background-position: left center;
  104. background-repeat: no-repeat;
  105. }
  106. #block-menu-menu-kategorije ul.menu li{
  107. list-style: none;
  108. padding-bottom: 5px;
  109. }
  110. #block-menu-menu-kategorije{
  111. margin-top: 5px;
  112. width: 120px;
  113. float: left;
  114. }
  115. .field-name-field-slika{
  116. float: left;
  117. }
  118. .field-name-field-naslov{
  119. font-size: 18px;
  120. color: #003a13;
  121. text-transform: uppercase;
  122. }
  123. .node-proizvod{
  124. margin-top: 75px;
  125. }
  126. .node-proizvod .field-name-body{
  127. font-size: 12px;
  128. margin-top: 5px;
  129. }
  130. .node-proizvod .field-name-body b{
  131. font-size: 13px;
  132. }
  133. .view-proizvodi{
  134. float: right;
  135. width: 765px;
  136. }
  137. .page-taxonomy-term #block-menu-menu-kategorije{
  138. margin-top: 80px;
  139. }
  140. .view-proizvodi .views-row{
  141. width: 211px;
  142. height: 286px;
  143. border: 1px solid #bccbc1;
  144. border-radius: 7px;
  145. text-align: center;
  146. margin-left: 40px;
  147. float: left;
  148. margin-top: 30px;
  149. background-image: url(../img/traka-proizvodi.png);
  150. background-position: center 253px;
  151. background-repeat: no-repeat;
  152. }
  153. .view-proizvodi .views-row-first, .view-proizvodi .views-row-4, .view-proizvodi .views-row-7, .view-proizvodi .views-row-10, .view-proizvodi .views-row-13, .view-proizvodi .views-row-16, .view-proizvodi .views-row-19, .view-proizvodi .views-row-22, .view-proizvodi .views-row-25{
  154. margin-left: 0;
  155. }
  156. table {
  157. border: none;
  158. }
  159. .view-proizvodi .views-row .views-field-field-slika{
  160. margin-top: 40px;
  161. }
  162. .view-proizvodi .views-row .views-field-title{
  163. margin-top: 15px;
  164. text-transform: uppercase;
  165. font-size: 13px;
  166. color: #003a13;
  167. }
  168. .view-proizvodi .views-row .views-field-view-node a{
  169. font-size: 11px;
  170. color: #fff;
  171. background-image: url(../img/dot2.png);
  172. background-position: right center;
  173. background-repeat: no-repeat;
  174. text-decoration: none;
  175. padding-right: 20px;
  176. text-transform: uppercase;
  177. }
  178. .view-proizvodi .views-row .views-field-view-node{
  179. text-align: right;
  180. margin-right: 10px;
  181. margin-top: 15px;
  182. }
  183. #block-views-lista-proizvodi-block{
  184. position: absolute;
  185. top: -22px;
  186. left: 174px;
  187. padding-bottom: 1px;
  188. width: 766px;
  189. border-bottom: 1px solid #bccbc1;
  190. }
  191. .view-lista-proizvodi .views-row{
  192. float: left;
  193. }
  194. .view-lista-proizvodi .views-row-first{
  195. margin-left: 6px;
  196. }
  197. .view-lista-proizvodi .views-row a:hover, .activeing{
  198. border-bottom: 2px solid #003913;
  199. }
  200. .view-lista-proizvodi .views-row a img{
  201. padding-bottom: 13px;
  202. }
  203. .front #zone-header-wrapper{
  204. height: 603px;
  205. background-image: url(../img/slide.png);
  206. background-position: center bottom;
  207. background-repeat: no-repeat;
  208. }
  209. #block-views-slide-block{
  210. margin-top: -37px;
  211. }
  212. #block-views-slide-block .views-field-field-mala-slika{
  213. margin-top: -134px;
  214. margin-left: -160px;
  215. }
  216. #block-views-slide-block .views-field-field-slika-proizvoda{
  217. margin-top: -160px;
  218. margin-left: 320px;
  219. }
  220. #block-views-slide-block .views-field-title{
  221. margin-left: 475px;
  222. margin-top: -145px;
  223. font-size: 18px;
  224. color: #003a13;
  225. text-transform: uppercase;
  226. }
  227. #block-views-slide-block .views-field-body{
  228. margin-left: 475px;
  229. margin-top: 10px;
  230. font-size: 12px;
  231. width: 460px;
  232. }
  233. #block-views-slide-block .views-field-field-link{
  234. margin-left: 475px;
  235. }
  236. #block-views-slide-block .views-field-field-link a{
  237. text-decoration: none;
  238. font-size: 14px;
  239. color: #003a13;
  240. text-transform: uppercase;
  241. background-image: url(../img/dot3.png);
  242. background-position: right center;
  243. background-repeat: no-repeat;
  244. padding-right: 30px;
  245. }
  246. #block-views-slide-block .views-slideshow-pager-field-item{
  247. float: left;
  248. }
  249. #block-views-slide-block .views-slideshow-controls-bottom{
  250. margin-top: -171px;
  251. float: right;
  252. position: relative;
  253. z-index: 99;
  254. }
  255. #block-views-slide-block .views-slideshow-controls-bottom .views-slideshow-pager-field-item{
  256. background-image: url(../img/pager.png);
  257. background-position: center;
  258. background-repeat: no-repeat;
  259. width: 9px;
  260. height: 9px;
  261. font-size: 0;
  262. text-indent: 9999px;
  263. margin-right: 5px;
  264. cursor: pointer; cursor: hand;
  265. }
  266. #block-views-slide-block .views-slideshow-controls-bottom .views-slideshow-pager-field-item.active, #block-views-slide-block .views-slideshow-controls-bottom .views-slideshow-pager-field-item:hover{
  267. background-image: url(../img/pager-red.png);
  268. background-position: center;
  269. background-repeat: no-repeat;
  270. }
  271. .kartica{
  272. width: 511px;
  273. height: 175px;
  274. display: block;
  275. margin-top: 20px;
  276. }
  277. #prvo{
  278. background-image: url(../img/naslovna/1.png);
  279. background-position: center;
  280. background-repeat: no-repeat;
  281. }
  282. #drugo{
  283. background-image: url(../img/naslovna/2.png);
  284. background-position: center;
  285. background-repeat: no-repeat;
  286. }
  287. #trece{
  288. background-image: url(../img/naslovna/3.png);
  289. background-position: center;
  290. background-repeat: no-repeat;
  291. }
  292. #cetvrto{
  293. background-image: url(../img/naslovna/4.png);
  294. background-position: center;
  295. background-repeat: no-repeat;
  296. }
  297. .front #section-content{
  298. background-image: url(../img/naslovna/back.png);
  299. background-position: center -6px;
  300. background-repeat: no-repeat;
  301. }
  302. naslov{
  303. font-size: 15px;
  304. color: #003a13;
  305. margin-left: 295px;
  306. }
  307. podnaslov{
  308. font-size: 12px;
  309. color: #003a13;
  310. margin-left: 295px;
  311. }
  312. ostalo{
  313. font-size: 12px;
  314. width: 190px;
  315. margin-left: 295px;
  316. display: block;
  317. line-height: 15px;
  318. }
  319. .sadrzaj{
  320. padding-top: 20px;
  321. }
  322. .levo{
  323. display: block;
  324. width: 511px;
  325. margin-top: 50px;
  326. float: left;
  327. }
  328. .levo .kartica a{
  329. float: right;
  330. text-transform: uppercase;
  331. font-size: 11px;
  332. color: #003a13;
  333. background-image: url(../img/dot2.png);
  334. background-position: right center;
  335. background-repeat: no-repeat;
  336. text-decoration: none;
  337. padding-right: 20px;
  338. padding-top: 2px;
  339. margin-top: 15px;
  340. margin-right: 10px;
  341. }
  342. .field-name-field-dodatni-podaci .col_0{
  343. width: 70px;
  344. font-size: 11px;
  345. border-right: 1px solid #1d1d1b;
  346. }
  347. .field-name-field-dodatni-podaci .col_1{
  348. font-size: 12px;
  349. width: 200px;
  350. padding-left: 20px;
  351. }
  352. .field-name-field-dodatni-podaci table{
  353. width: 300px;
  354. }
  355. .field-name-field-dodatni-podaci td{
  356. padding: 0 0 2px 0;
  357. }
  358. .field-name-field-dodatni-podaci tr{
  359. border: none;
  360. background-color: #fff;
  361. }
  362. .field-name-field-dodatni-podaci tr.even td{
  363. background-color: #fff;
  364. }
  365. .field-name-field-dodatni-podaci .field-label{
  366. font-size: 12px;
  367. color: #003a13;
  368. text-transform: uppercase;
  369. padding-bottom: 5px;
  370. }
  371. .view-vesti .views-row{
  372. width: 179px;
  373. float: left;
  374. margin-left: 71px;
  375. }
  376. .view-vesti .views-row-first{
  377. margin-left: 0;
  378. }
  379. .view-vesti .views-field-body{
  380. font-size: 12px;
  381. color: #003913;
  382. padding-top: 10px;
  383. text-align: justify;
  384. }
  385. .view-vesti .views-field-view-node{
  386. padding-bottom: 20px;
  387. border-bottom: 1px solid #003913;
  388. }
  389. .view-vesti .views-field-view-node a{
  390. font-size: 11px;
  391. color: #003a13;
  392. background-image: url(../img/dot2.png);
  393. background-position: right center;
  394. background-repeat: no-repeat;
  395. text-decoration: none;
  396. padding-right: 20px;
  397. text-transform: uppercase;
  398. }
  399. .view-vesti .views-field-title a{
  400. font-size: 13px;
  401. color: #003913;
  402. text-transform: uppercase;
  403. padding-bottom: 20px;
  404. text-decoration: none;
  405. display: block;
  406. }
  407. .view-vesti .view-content{
  408. margin-left: 175px;
  409. margin-top: -20px;
  410. }
  411. .view-vesti .views-field-created{
  412. font-size: 11px;
  413. color: #003913;
  414. }
  415.  
  416. /****** GRID VESTI ****/
  417. .view-vesti .views-row-4, .view-vesti .views-row-7{
  418. clear: both;
  419. margin-left: 0;
  420. }
  421. .view-vesti .views-row-5{
  422. margin-top: 25px;
  423. }
  424. .view-vesti .views-row-7{
  425. margin-top: 25px;
  426. }
  427. .view-vesti .views-row-8{
  428. margin-top: -50px;
  429. }
  430. .view-vesti .views-row-9{
  431. margin-top: -120px;
  432. }
  433. .page-vesti #block-system-main{
  434. padding-bottom: 105px;
  435. }
  436. /****** GRID VESTI ****/
  437.  
  438. .view-vesti .view-header{
  439. margin-left: 175px;
  440. background-image: url(../img/vesti.jpg);
  441. background-position: left top;
  442. background-repeat: no-repeat;
  443. height: 90px;
  444. font-size: 21px;
  445. color: #fff;
  446. padding-left: 7px;
  447. padding-top: 55px;
  448. margin-top: -25px;
  449. }
  450. #block-views-vesti-pocetna-block{
  451. float: right;
  452. width: 270px;
  453. margin-top: -872px;
  454. }
  455. .promocija{
  456. font-size: 19px;
  457. color: #fff;
  458. padding-bottom: 24px;
  459. padding-left: 5px;
  460. }
  461. .promocija a{
  462. text-decoration: none;
  463. color: #fff;
  464. }
  465. .promocija-footer{
  466. font-size: 19px;
  467. color: #003913;
  468. }
  469. .promocija-footer a{
  470. text-decoration: none;
  471. color: #003913;
  472. }
  473. .promocija span, .promocija-footer span{
  474. font-size: 31px;
  475. }
  476. .promocija l, .promocija-footer l{
  477. font-size: 21px;
  478. }
  479. .vesti-naslov{
  480. height: 30px;
  481. color: #fff;
  482. font-size: 19px;
  483. background-color: #003913;
  484. padding-left: 5px;
  485. display: block;
  486. }
  487. .view-vesti-pocetna .views-row-first{
  488. margin-top: 30px;
  489. }
  490. .view-vesti-pocetna{
  491. font-size: 12px;
  492. }
  493. .view-vesti-pocetna .views-field-title a{
  494. color: #003a13;
  495. padding-bottom: 15px;
  496. text-transform: uppercase;
  497. text-decoration: none;
  498. display: block;
  499. }
  500. .view-vesti-pocetna .views-row-last{
  501. margin-top: 40px;
  502. }
  503. .view-vesti-pocetna .views-field-nothing a{
  504. background-image: url("../img/dot2.png");
  505. background-position: right center;
  506. background-repeat: no-repeat;
  507. color: #003a13;
  508. font-size: 12px;
  509. padding-right: 20px;
  510. text-decoration: none;
  511. text-transform: uppercase;
  512. }
  513. #region-postscript-first .view-vesti-pocetna .views-field-nothing a{
  514. color: #fff;
  515. }
  516. .view-vesti-pocetna .views-field-nothing{
  517. background-image: url("../img/linija.png");
  518. background-position: right center;
  519. background-repeat: no-repeat;
  520. }
  521. #section-footer{
  522. border-top: 5px solid #193019;
  523. background-image: url("../img/footer.png");
  524. background-position: center top;
  525. background-repeat: repeat-x;
  526. }
  527. #block-simplenews-11{
  528. width: 225px;
  529. text-align: center;
  530. margin-top: 40px;
  531. }
  532. #block-simplenews-11 p{
  533. font-size: 12px;
  534. line-height: 15px;
  535. }
  536. #block-simplenews-11 input.form-submit{
  537. background-color: #003913 !important;
  538. border-radius: 3px;
  539. text-shadow: none;
  540. color: #fff;
  541. font-size: 12px;
  542. background: none;
  543. border: none;
  544. height: 29px;
  545. width: 111px;
  546. font-weight: normal;
  547. }
  548. #block-simplenews-11 label{
  549. display: none;
  550. }
  551. #block-simplenews-11 input#edit-mail{
  552. width: 225px;
  553. border-radius: 3px;
  554. border: 1px solid #b3beb3;
  555. height: 20px;
  556. background-color: #deeadf;
  557. margin-top: -10px;
  558. font-size: 11px;
  559. text-align: center;
  560. }
  561. .social-home li{
  562. list-style: none;
  563. float: left;
  564. margin-left: 5px;
  565. padding-bottom: 15px;
  566. }
  567. .social-home li a{
  568. font-size: 0;
  569. text-indent: 9999px;
  570. display: block;
  571. width: 20px;
  572. height: 20px;
  573. }
  574. .social-home li.face a{
  575. background-image: url("../img/face.png");
  576. background-position: center;
  577. background-repeat: no-repeat;
  578. }
  579. .social-home li.linkedin a{
  580. background-image: url("../img/in.png");
  581. background-position: center;
  582. background-repeat: no-repeat;
  583. }
  584. .social-home li.googleplus a{
  585. background-image: url("../img/plus.png");
  586. background-position: center;
  587. background-repeat: no-repeat;
  588. }
  589. .social-home{
  590. clear: both;
  591. margin-left: -20px;
  592. margin-top: 95px;
  593. }
  594. #block-block-2{
  595. float: right;
  596. margin-top: -129px;
  597. }
  598. .yumis{
  599. font-size: 12px;
  600. line-height: 20px;
  601. background-image: url("../img/yumis.png");
  602. background-position: left top;
  603. background-repeat: no-repeat;
  604. padding-left: 65px;
  605. float: right;
  606. }
  607. .copyright{
  608. font-size: 12px;
  609. clear: both;
  610. padding-top: 65px;
  611. padding-bottom: 30px;
  612. }
  613. .copyright a{
  614. text-decoration: none;
  615. color: #000;
  616. }
  617. #block-block-3{
  618. float: right;
  619. height: 204px;
  620. background-image: url("../img/kuvar.png");
  621. background-position: left 1px;
  622. background-repeat: no-repeat;
  623. width: 268px;
  624. margin-top: -204px;
  625. }
  626. #block-block-6{
  627. float: right;
  628. height: 204px;
  629. background-image: url("../img/kuvar.png");
  630. background-position: left 1px;
  631. background-repeat: no-repeat;
  632. width: 268px;
  633. margin-top: 46px;
  634. }
  635. #block-block-3 a, #block-block-6 a{
  636. font-size: 12px;
  637. color: #003913;
  638. text-decoration: none;
  639. display: block;
  640. margin-left: 125px;
  641. margin-top: 77px;
  642. line-height: 15px;
  643. background-image: url("../img/dot2.png");
  644. background-position: 60px bottom;
  645. background-repeat: no-repeat;
  646. }
  647. #block-block-4{
  648. float: left;
  649. margin-top: 30px;
  650. margin-left: -22px;
  651. }
  652. #block-block-4 .social-home{
  653. margin-left: 0;
  654. margin-top: 80px;
  655. }
  656. #zone-postscript-wrapper{
  657. background-image: url("../img/post.png");
  658. background-position: center top;
  659. background-repeat: repeat-x;
  660. height: 250px;
  661. margin-top: 200px;
  662. }
  663. #block-views-vesti-pocetna-block-1{
  664. width: 270px;
  665. float: left;
  666. margin-left: 110px;
  667. }
  668. #block-views-vesti-pocetna-block-1 .views-field-nothing{
  669. background-image: none;
  670. }
  671. #block-views-vesti-pocetna-block-1 .views-row{
  672. margin-top: 35px;
  673. }
  674. .node-recept .field-name-field-recept-naslov, .node-vesti .field-name-field-naslov-sadrzaj-{
  675. font-size: 20px;
  676. color: #003913;
  677. text-transform: uppercase;
  678. padding-bottom: 10px;
  679. }
  680. .node-recept .field-name-field-slika-recept, .node-vesti .field-name-field-slika-vesti{
  681. float: left;
  682. padding-right: 30px;
  683. padding-top: 4px;
  684. }
  685. .node-vesti .field-name-field-slika-vesti{
  686. padding-bottom: 4px;
  687. }
  688. .node-recept .field-name-field-potrebno-za-pripremu, .node-recept .field-name-body, .node-vesti .field-name-body{
  689. font-size: 12px;
  690. }
  691. .node-recept .field-name-field-potrebno-za-pripremu .field-label, .node-recept .field-name-body .field-label{
  692. color: #003913;
  693. text-transform: uppercase;
  694. font-size: 12px;
  695. padding-bottom: 15px;
  696. }
  697. .node-recept .field-name-field-sastojci .field-item{
  698. float: left;
  699. }
  700. .node-recept .field-name-body{
  701. clear: both;
  702. padding-top: 20px;
  703. }
  704. .node-recept{
  705. margin-left: 150px;
  706. padding: 10px 40px 10px 25px;
  707. box-shadow: 0px 0px 9px #003914;
  708. border-radius: 7px;
  709. margin-top: 107px;
  710. }
  711. .node-vesti{
  712. margin-left: 170px;
  713. margin-top: 107px;
  714. }
  715. .submitted-by{
  716. color: #003913;
  717. }
  718. .node-type-recept #zone-content, .page-recepti #zone-content{
  719. background-image: url("../img/recepti.png");
  720. background-position: 150px 15px;
  721. background-repeat: no-repeat;
  722. }
  723. .node-type-vesti #zone-content{
  724. background-image: url("../img/vesti-back.png");
  725. background-position: 185px 12px;
  726. background-repeat: no-repeat;
  727. }
  728. .node-recept .field-name-field-potrebno-za-pripremu, .node-recept .field-name-field-sastojci{
  729. margin-left: 391px;
  730. width: 370px;
  731. }
  732. .view-recepti{
  733. margin-left: 109px;
  734. margin-top: 107px;
  735. }
  736. .view-recepti .views-row{
  737. float: left;
  738. margin-left: 45px;
  739. padding: 15px 0 10px 0;
  740. width: 205px;
  741. box-shadow: 0px 0px 9px #003914;
  742. border-radius: 7px;
  743. text-align: center;
  744. }
  745. .view-recepti .views-field-title{
  746. color: #003913;
  747. font-size: 12px;
  748. padding-bottom: 15px;
  749. text-transform: uppercase;
  750. text-align: left;
  751. padding-left: 12px;
  752. }
  753. .view-recepti .views-field-field-potrebno-za-pripremu{
  754. font-size: 12px;
  755. margin-top: 20px;
  756. text-align: left;
  757. padding-left: 12px;
  758. padding-bottom: 10px;
  759. background-image: url(../img/linija.png);
  760. background-position: center bottom;
  761. background-repeat: no-repeat;
  762. }
  763. .view-recepti .views-field-field-potrebno-za-pripremu .views-label-field-potrebno-za-pripremu{
  764. font-size: 12px;
  765. color: #003913;
  766. padding-bottom: 15px;
  767. display: block;
  768. text-transform: uppercase;
  769. text-align: left;
  770. }
  771. .view-recepti .views-field-view-node a{
  772. font-size: 11px;
  773. color: #003a13;
  774. background-image: url(../img/dot2.png);
  775. background-position: right center;
  776. background-repeat: no-repeat;
  777. text-decoration: none;
  778. padding-right: 20px;
  779. text-transform: uppercase;
  780. }
  781. .view-recepti .views-field-view-node{
  782. text-align: left;
  783. padding-left: 12px;
  784. padding-top: 30px;
  785. }
  786. #block-custom-search-blocks-2, #block-custom-search-blocks-3{
  787. position: absolute;
  788. top: -20px;
  789. right: -7px;
  790. }
  791. #block-custom-search-blocks-2 label, #block-custom-search-blocks-3 label{
  792. float: left;
  793. text-transform: uppercase;
  794. color: #fff;
  795. padding-right: 20px;
  796. font-size: 12px;
  797. margin-top: 13px;
  798. }
  799. #block-custom-search-blocks-3 label{
  800. color: #003913 !important;
  801. }
  802. form#custom-search-blocks-form-2, form#custom-search-blocks-form-3{
  803. background-image: url(../img/pretraga.png);
  804. background-position: right top;
  805. background-repeat: no-repeat;
  806. }
  807. #edit-custom-search-blocks-form-2--2, #edit-custom-search-blocks-form-3--2{
  808. margin-top: 8px;
  809. margin-right: 7px;
  810. color: #fff;
  811. font-size: 11px;
  812. height: 30px;
  813. text-indent: 10px;
  814. width: 164px;
  815. background: none;
  816. border: none;
  817. }
  818. #block-custom-search-blocks-2 .custom-search-button, #block-custom-search-blocks-3 .custom-search-button{
  819. margin-left: 235px;
  820. margin-top: -85px;
  821. }
  822. #edit-custom-search-blocks-form-2--2:focus, #edit-custom-search-blocks-form-2--2:active, #edit-custom-search-blocks-form-3--2:focus, #edit-custom-search-blocks-form-3--2:active, #edit-custom-search-blocks-form-1--2:focus, #edit-custom-search-blocks-form-1--2:active, #block-custom-search-blocks-1 .custom-search-button:focus, #block-custom-search-blocks-1 .custom-search-button:active{
  823. box-shadow: none;
  824. }
  825. .form-actions input:hover{
  826. background: none;
  827. }
  828. #block-views-recept-dana-block{
  829. position: absolute;
  830. right: 0;
  831. width: 270px;
  832. background-image: url(../img/recept-dana.png);
  833. background-position: center top;
  834. background-repeat: no-repeat;
  835. z-index: 9;
  836. top: 95px;
  837. }
  838. #block-views-recept-dana-block .views-field-body{
  839. font-size: 12px;
  840. color: #fff;
  841. padding-left: 20px;
  842. padding-right: 20px;
  843. margin-top: 35px;
  844. line-height: 15px;
  845. }
  846. #block-views-recept-dana-block .view-header{
  847. font-size: 18px;
  848. color: #fff;
  849. padding-top: 10px;
  850. padding-left: 10px;
  851. }
  852. #block-views-recept-dana-block .views-field-view-node a{
  853. display: block;
  854. text-decoration: none;
  855. text-transform: uppercase;
  856. color: #fff;
  857. font-size: 10px;
  858. background-image: url(../img/dugme.png);
  859. background-position: center;
  860. background-repeat: no-repeat;
  861. width: 54px;
  862. height: 54px;
  863. padding-top: 35px;
  864. padding-left: 15px;
  865. }
  866. #block-views-recept-dana-block .views-field-view-node a:hover{
  867. background-image: url(../img/dugme1.png);
  868. background-position: center;
  869. background-repeat: no-repeat;
  870. }
  871. #block-views-recept-dana-block .views-field-view-node{
  872. margin-top: -10px;
  873. float: right;
  874. margin-right: 15px;
  875. }
  876. .page-search #search-form, .page-search404 #search-form, .search-info{
  877. display: none;
  878. }
  879. .search-results a{
  880. text-decoration: none;
  881. text-transform: uppercase;
  882. color: #003913;
  883. font-size: 18px;
  884. letter-spacing: 0;
  885. }
  886. .search-results a:hover{
  887. text-decoration: underline;
  888. }
  889. .search-results li{
  890. border-bottom: 1px solid #003913;
  891. }
  892. .search-results{
  893. margin-top: 50px;
  894. }
  895. .page-search #block-system-main, .page-search404 #block-system-main{
  896. margin-top: 40px;
  897. }
  898. .page-search404 #block-system-main h2, .page-search #block-system-main h2{
  899. letter-spacing: -1px;
  900. }
  901. .page-taxonomy-term-1 #section-content, .supe #section-content{
  902. background-image: url(../img/supa.jpg);
  903. background-position: center top;
  904. background-repeat: no-repeat;
  905. background-attachment: fixed;
  906. }
  907. .page-taxonomy-term-2 #section-content, .noodle #section-content{
  908. background-image: url(../img/noodle.jpg);
  909. background-position: center top;
  910. background-repeat: no-repeat;
  911. background-attachment: fixed;
  912. }
  913. .page-taxonomy-term-3 #section-content, .zacin #section-content{
  914. background-image: url(../img/zacin.jpg);
  915. background-position: center top;
  916. background-repeat: no-repeat;
  917. background-attachment: fixed;
  918. }
  919. .page-taxonomy-term-4 #section-content, .puding #section-content{
  920. background-image: url(../img/puding.jpg);
  921. background-position: center top;
  922. background-repeat: no-repeat;
  923. background-attachment: fixed;
  924. }
  925. .page-taxonomy-term-5 #section-content, .slag #section-content{
  926. background-image: url(../img/slag.jpg);
  927. background-position: center top;
  928. background-repeat: no-repeat;
  929. background-attachment: fixed;
  930. }
  931. .page-taxonomy-term-7 #section-content, .cajevi #section-content{
  932. background-image: url(../img/caj.jpg);
  933. background-position: center top;
  934. background-repeat: no-repeat;
  935. background-attachment: fixed;
  936. }
  937. .page-taxonomy-term-6 #section-content, .sladoled #section-content{
  938. background-image: url(../img/sladoled.jpg);
  939. background-position: center top;
  940. background-repeat: no-repeat;
  941. background-attachment: fixed;
  942. }
  943. .page-taxonomy-term-10 #section-content, .konditori #section-content{
  944. background-image: url(../img/konditori.jpg);
  945. background-position: center top;
  946. background-repeat: no-repeat;
  947. background-attachment: fixed;
  948. }
  949. .page-taxonomy-term-8 #section-content, .sos #section-content{
  950. background-image: url(../img/sos.jpg);
  951. background-position: center top;
  952. background-repeat: no-repeat;
  953. background-attachment: fixed;
  954. }
  955. .page-taxonomy-term-13 #section-content, .zrnasti #section-content{
  956. background-image: url(../img/zrnasti.jpg);
  957. background-position: center top;
  958. background-repeat: no-repeat;
  959. background-attachment: fixed;
  960. }
  961. .page-taxonomy-term-9 #section-content, .praskasti #section-content, .page-taxonomy-term-12 #section-content, .ostalo #section-content{
  962. background-image: url(../img/opsta.jpg);
  963. background-position: center top;
  964. background-repeat: no-repeat;
  965. background-attachment: fixed;
  966. }
  967. .page-vesti #block-block-3{
  968. position: absolute;
  969. right: 0;
  970. margin-top: -74px;
  971. }
  972. .page-recepti #section-content, .node-type-recept #section-content, .page-vesti #section-content, .page-promocije #section-content, .page-search404 #section-content, .page-search #section-content, .page-newsletter #section-content, .page-node-127 #section-content, .node-type-webform #section-content, .node-type-vesti #section-content{
  973. background-image: url(../img/pozadina.png);
  974. background-position: center top;
  975. background-repeat: no-repeat;
  976. background-attachment: fixed;
  977. }
  978. #simplenews-confirm-add-form .form-submit, #user-login input.form-submit{
  979. background-color: #003913 !important;
  980. border-radius: 3px;
  981. text-shadow: none;
  982. color: #fff;
  983. font-size: 12px;
  984. background: none;
  985. border: none;
  986. height: 29px;
  987. width: 111px;
  988. font-weight: normal;
  989. }
  990. #simplenews-confirm-add-form{
  991. margin-top: 40px;
  992. }
  993. .view-promocije .view-header{
  994. font-size: 31px;
  995. color: #003813;
  996. text-transform: uppercase;
  997. }
  998. .view-promocije .views-field-field-baner img, .view-promocije .view-content{
  999. padding-top: 30px;
  1000. }
  1001. .view-promocije .views-field-field-baner img:nth-child(1){
  1002. padding-top: 0;
  1003. }
  1004. .view-promocije .views-field-field-baner img{
  1005. padding-top: 35px;
  1006. }
  1007. .view-promocije{
  1008. margin-left: 175px;
  1009. margin-top: 20px;
  1010. }
  1011. .view-promocije .views-field-title{
  1012. text-transform: uppercase;
  1013. font-size: 12px;
  1014. }
  1015. #absolute-messages-messages{
  1016. z-index: 999;
  1017. }
  1018. #node-page-127{
  1019. margin-left: 175px;
  1020. font-size: 12px;
  1021. line-height: 20px;
  1022. }
  1023. .field-name-field-naslov-basic{
  1024. color: #003813;
  1025. font-size: 31px;
  1026. padding-bottom: 15px;
  1027. padding-top: 25px;
  1028. text-transform: uppercase;
  1029. }
  1030. img#tekst-desno{
  1031. float: left;
  1032. padding-right: 15px;
  1033. padding-top: 22px;
  1034. }
  1035. img#tekst-desno-ser{
  1036. float: left;
  1037. padding-right: 20px;
  1038. padding-top: 22px;
  1039. padding-bottom: 15px;
  1040. }
  1041. #node-page-127 span{
  1042. color: #003913;
  1043. font-size: 18px;
  1044. }
  1045. .posle-uvoda{
  1046. padding-top: 40px;
  1047. clear: both;
  1048. }
  1049. .border{
  1050. border-bottom: 1px solid #003913;
  1051. width: 940px;
  1052. margin-left: -175px;
  1053. margin-top: 40px;
  1054. }
  1055. .border2{
  1056. border-bottom: 1px solid #003913;
  1057. width: 940px;
  1058. margin-left: -175px;
  1059. margin-top: 240px;
  1060. }
  1061. a#posao{
  1062. display: block;
  1063. text-decoration: none;
  1064. color: #fff;
  1065. font-size: 15px;
  1066. text-align: center;
  1067. background-image: url(../img/o_nama/posao.png);
  1068. background-position: center;
  1069. background-repeat: no-repeat;
  1070. width: 153px;
  1071. height: 47px;
  1072. padding-top: 15px;
  1073. }
  1074. .sertifikati{
  1075. padding-top: 45px;
  1076. }
  1077. .ser-levo{
  1078. margin-top: 60px;
  1079. }
  1080. .ser-desno{
  1081. float: left;
  1082. margin-top: -227px;
  1083. margin-left: 270px;
  1084. }
  1085. .o-nama-dno{
  1086. padding-top: 45px;
  1087. }
  1088. #node-webform-128{
  1089. margin-left: 175px;
  1090. }
  1091. .adresa, .telefon{
  1092. float: left;
  1093. }
  1094. .telefon{
  1095. margin-left: 65px;
  1096. }
  1097. .e-mail{
  1098. margin-left: 395px;
  1099. }
  1100. .adresa span, .telefon span, .e-mail span{
  1101. font-size: 14px;
  1102. color: #003813;
  1103. }
  1104. .adresa, .telefon, .e-mail{
  1105. font-size: 12px;
  1106. }
  1107. .e-mail a{
  1108. text-decoration: none;
  1109. color: #000;
  1110. }
  1111. .e-mail a:hover{
  1112. text-decoration: underline;
  1113. }
  1114. .field-name-field-naslov-webform{
  1115. font-size: 31px;
  1116. color: #003813;
  1117. padding-bottom: 50px;
  1118. padding-top: 20px;
  1119. text-transform: uppercase;
  1120. }
  1121. #webform-client-form-128{
  1122. margin-top: 90px;
  1123. }
  1124. #webform-client-form-128 label{
  1125. font-size: 12px;
  1126. font-weight: normal;
  1127. padding-bottom: 5px;
  1128. }
  1129. #webform-client-form-128 input.form-text, #user-login input.form-text{
  1130. width: 235px;
  1131. height: 30px;
  1132. }
  1133. #webform-client-form-128 textarea#edit-submitted-poruka{
  1134. width: 565px;
  1135. height: 175px;
  1136. }
  1137. #webform-client-form-128 .grippie{
  1138. display: none;
  1139. }
  1140. #webform-client-form-128 input.form-text, #webform-client-form-128 textarea#edit-submitted-poruka, #user-login input.form-text{
  1141. border: 1px solid #003913;
  1142. border-radius: 5px;
  1143. }
  1144. #webform-client-form-128 input.form-submit, #webform-client-form-132 #edit-actions input.form-submit{
  1145. width: 111px;
  1146. height: 29px;
  1147. background: none;
  1148. background-color: #d50000;
  1149. color: #fff;
  1150. text-shadow: none;
  1151. border-radius: 3px;
  1152. border: none;
  1153. font-size: 12px;
  1154. margin-top: 30px;
  1155. }
  1156. .field-name-field-mapa{
  1157. margin-top: 100px;
  1158. }
  1159. #block-block-7{
  1160. position: absolute;
  1161. margin-top: 16px;
  1162. right: 0;
  1163. }
  1164. .captcha img{
  1165. padding-top: 10px;
  1166. }
  1167. #node-webform-132{
  1168. margin-left: 148px;
  1169. }
  1170. #webform-client-form-132 label{
  1171. color: #003a13;
  1172. font-size: 12px;
  1173. font-weight: normal;
  1174. }
  1175. #webform-client-form-132 .form-text{
  1176. height: 27px;
  1177. border-radius: 5px;
  1178. border: none;
  1179. }
  1180. #webform-client-form-132 fieldset{
  1181. background-color: #e5f1ea;
  1182. padding-left: 27px;
  1183. border-radius: 5px;
  1184. }
  1185. #webform-client-form-132 select{
  1186. height: 27px;
  1187. border-radius: 5px;
  1188. border: none;
  1189. }
  1190. #webform-client-form-132 .webform-component-markup{
  1191. padding-left: 27px;
  1192. font-size: 19px;
  1193. color: #003813;
  1194. }
  1195. .page-node-132 .field-name-field-naslov-webform{
  1196. margin-left: 27px;
  1197. }
  1198. #edit-submitted-osnovni-podaci-ime, #edit-submitted-osnovni-podaci-prezime, #edit-submitted-osnovni-podaci-mesto-ro-enja, #edit-submitted-kontakt-e-mail, #edit-submitted-adresa-ulica{
  1199. width: 230px;
  1200. }
  1201. #webform-component-osnovni-podaci--ime, #webform-component-osnovni-podaci--prezime, #edit-submitted-osnovni-podaci-pol .form-item, #webform-component-osnovni-podaci--datum-ro-enja, #webform-component-osnovni-podaci--mesto-ro-enja, #webform-component-kontakt--telefon, #webform-component-kontakt--mobilni-telefon, #webform-component-radni-status--trenutni-status .form-item, #webform-component-radni-status--voza-ka-dozvola, #webform-component-radni-status--trenutni-status, #webform-component-radni-status--voza-ka-dozvola .form-item, #webform-component-adresa--ulica, #webform-component-adresa--broj, #webform-component-adresa--grad, #webform-component-adresa--po-tanski-broj, #webform-component-adresa--op-tina, #webform-component-adresa--region, #webform-component-adresa--dr-ava, #webform-component-obrazovanje--zanimanje, #webform-component-obrazovanje--stru-na-sprema, #webform-component-obrazovanje--naziv-kole-fakulteta, #webform-component-obrazovanje--smer, #webform-component-obrazovanje--mesto, #webform-component-obrazovanje--godina-po-etka, #webform-component-obrazovanje--godina-zavr-etka, #webform-component-obrazovanje--prose, #webform-component-znanje-stranih-jezika-engleski-upisati-ocenu-od-1-do-5-, #webform-component-znanje-stranih-jezika-nema-ki-upisati-ocenu-od-1-do-5-, #webform-component-znanje-stranih-jezika-drugi-jezik, #webform-component-znanje-stranih-jezika--engleski-upisati-ocenu-od-1-do-5----itanje, #webform-component-znanje-stranih-jezika--engleski-upisati-ocenu-od-1-do-5---pisanje, #webform-component-znanje-stranih-jezika--engleski-upisati-ocenu-od-1-do-5---konverzacija, #webform-component-znanje-stranih-jezika--nema-ki-upisati-ocenu-od-1-do-5---citanje-ne, #webform-component-znanje-stranih-jezika--nema-ki-upisati-ocenu-od-1-do-5---pisanje-ne, #webform-component-znanje-stranih-jezika--nema-ki-upisati-ocenu-od-1-do-5---konverzacija-ne, #webform-component-znanje-stranih-jezika--drugi-jezik--drugi-citanje, #webform-component-znanje-stranih-jezika--drugi-jezik--drugi-pisanje, #webform-component-znanje-stranih-jezika--drugi-jezik--drugi-konverzacija, #webform-component-poznavanje-rada-na-ra-unaru--windows-os-upisati-ocenu-od-1-do-5-, #webform-component-poznavanje-rada-na-ra-unaru--microsoft-office-upisati-ocenu-od-1-do-5-, #webform-component-radno-iskustvo--po-etak-r-o-, #webform-component-radno-iskustvo--kraj-r-o-, #webform-component-radno-iskustvo--naziv-preduze-, #webform-component-radno-iskustvo--va-a-pozicija{
  1202. float: left;
  1203. }
  1204. #webform-component-osnovni-podaci--pol, #webform-component-osnovni-podaci--datum-ro-enja, #webform-component-kontakt--e-mail, #webform-component-adresa--op-tina, #webform-component-obrazovanje--smer{
  1205. clear: both;
  1206. }
  1207. #webform-component-osnovni-podaci--prezime, #webform-component-adresa--grad, #webform-component-adresa--region, #webform-component-adresa--dr-ava, #webform-component-obrazovanje--stru-na-sprema, #webform-component-obrazovanje--naziv-kole-fakulteta, #webform-component-obrazovanje--mesto, #webform-component-obrazovanje--godina-po-etka, #webform-component-obrazovanje--godina-zavr-etka, #webform-component-obrazovanje--prose, #webform-component-radno-iskustvo--kraj-r-o-, #webform-component-radno-iskustvo--naziv-preduze-, #webform-component-radno-iskustvo--va-a-pozicija{
  1208. margin-left: 20px;
  1209. }
  1210. #edit-submitted-osnovni-podaci-pol .form-item, #webform-component-radni-status--trenutni-status .form-item, #webform-component-radni-status--voza-ka-dozvola .form-item{
  1211. padding-right: 20px;
  1212. }
  1213. #edit-submitted-osnovni-podaci-datum-ro-enja-year{
  1214. width: 59px;
  1215. }
  1216. #webform-component-osnovni-podaci--mesto-ro-enja, #webform-component-kontakt--mobilni-telefon{
  1217. margin-left: 60px;
  1218. }
  1219. #edit-submitted-kontakt-telefon, #edit-submitted-kontakt-mobilni-telefon{
  1220. width: 190px;
  1221. }
  1222. #webform-component-radni-status--voza-ka-dozvola{
  1223. margin-left: 81px;
  1224. }
  1225. #edit-submitted-foto-fotografija-upload-button, #edit-submitted-radna-biografija-cv-upload-button, #edit-submitted-foto-fotografija-remove-button, #edit-submitted-radna-biografija-cv-remove-button{
  1226. background-attachment: scroll;
  1227.     background-clip: border-box;
  1228.     background-color: #003913 !important;
  1229.     background-image: none;
  1230.     background-origin: padding-box;
  1231.     background-position: 0 0;
  1232.     background-repeat: repeat;
  1233.     background-size: auto auto;
  1234.     border: medium none;
  1235.     border-radius: 3px;
  1236.     color: #fff;
  1237.     font-size: 12px;
  1238.     font-weight: normal;
  1239.     height: 27px;
  1240.     text-shadow: none;
  1241.     width: 80px;
  1242. }
  1243. #webform-component-foto--fotografija a, #webform-component-radna-biografija-cv- a{
  1244. padding-right: 15px;
  1245. }
  1246. #edit-submitted-foto-fotografija-upload, #edit-submitted-radna-biografija-cv-upload{
  1247. padding-right: 15px;
  1248. }
  1249. #edit-submitted-adresa-broj, #edit-submitted-adresa-po-tanski-broj, #edit-submitted-znanje-stranih-jezika-engleski-upisati-ocenu-od-1-do-5-itanje, #edit-submitted-znanje-stranih-jezika-engleski-upisati-ocenu-od-1-do-5-pisanje, #edit-submitted-znanje-stranih-jezika-engleski-upisati-ocenu-od-1-do-5-konverzacija, #edit-submitted-znanje-stranih-jezika-nema-ki-upisati-ocenu-od-1-do-5-citanje-ne, #edit-submitted-znanje-stranih-jezika-nema-ki-upisati-ocenu-od-1-do-5-pisanje-ne, #edit-submitted-znanje-stranih-jezika-nema-ki-upisati-ocenu-od-1-do-5-konverzacija-ne, #edit-submitted-znanje-stranih-jezika-drugi-jezik-drugi-citanje, #edit-submitted-znanje-stranih-jezika-drugi-jezik-drugi-pisanje, #edit-submitted-znanje-stranih-jezika-drugi-jezik-drugi-konverzacija, #edit-submitted-poznavanje-rada-na-ra-unaru-windows-os-upisati-ocenu-od-1-do-5-, #edit-submitted-poznavanje-rada-na-ra-unaru-microsoft-office-upisati-ocenu-od-1-do-5-, #edit-submitted-radno-iskustvo-po-etak-r-o-, #edit-submitted-radno-iskustvo-kraj-r-o-{
  1250. width: 60px;
  1251. }
  1252. #edit-submitted-adresa-grad, #edit-submitted-adresa-op-tina, #edit-submitted-adresa-region, #edit-submitted-adresa-dr-ava{
  1253. width: 175px;
  1254. }
  1255. #webform-component-adresa--broj, #webform-component-adresa--po-tanski-broj{
  1256. margin-left: 10px;
  1257. }
  1258. #edit-submitted-obrazovanje-zanimanje, #edit-submitted-obrazovanje-stru-na-sprema, #edit-submitted-obrazovanje-naziv-kole-fakulteta, #edit-submitted-obrazovanje-smer, #edit-submitted-obrazovanje-mesto{
  1259. width: 206px;
  1260. }
  1261. #edit-submitted-obrazovanje-godina-po-etka, #edit-submitted-obrazovanje-godina-zavr-etka, #edit-submitted-obrazovanje-prose{
  1262. width: 85px;
  1263. }
  1264. #webform-component-znanje-stranih-jezika-engleski-upisati-ocenu-od-1-do-5-{
  1265. margin-left: -27px;
  1266. }
  1267. #webform-component-znanje-stranih-jezika legend{
  1268. padding-top: 60px;
  1269. font-weight: 700;
  1270. color: #003a13;
  1271. padding-bottom: 20px;
  1272. }
  1273. #webform-component-poznavanje-rada-na-ra-unaru legend, #webform-component-radno-iskustvo legend{
  1274. padding-top: 60px;
  1275. font-weight: 700;
  1276. color: #003a13;
  1277. }
  1278. #webform-component-znanje-stranih-jezika-engleski-upisati-ocenu-od-1-do-5- legend, #webform-component-znanje-stranih-jezika-nema-ki-upisati-ocenu-od-1-do-5- legend, #webform-component-znanje-stranih-jezika-drugi-jezik legend{
  1279. padding-top: 0;
  1280. font-weight: normal;
  1281. padding-bottom: 0;
  1282. }
  1283. #webform-component-znanje-stranih-jezika, #webform-component-poznavanje-rada-na-ra-unaru{
  1284. margin-top: -50px;
  1285. }
  1286. #webform-component-radno-iskustvo{
  1287. margin-top: -40px;
  1288. }
  1289. #edit-submitted-znanje-stranih-jezika-drugi-jezik-upisati-ocenu-od-1-do-5-{
  1290. width: 95px;
  1291. }
  1292. #webform-component-znanje-stranih-jezika-nema-ki-upisati-ocenu-od-1-do-5-, #webform-component-znanje-stranih-jezika-drugi-jezik{
  1293. margin-left: 27px;
  1294. }
  1295. #webform-component-znanje-stranih-jezika--engleski-upisati-ocenu-od-1-do-5---pisanje, #webform-component-znanje-stranih-jezika--engleski-upisati-ocenu-od-1-do-5---konverzacija, #webform-component-znanje-stranih-jezika--nema-ki-upisati-ocenu-od-1-do-5---pisanje-ne, #webform-component-znanje-stranih-jezika--nema-ki-upisati-ocenu-od-1-do-5---konverzacija-ne, #webform-component-znanje-stranih-jezika--drugi-jezik--drugi-pisanje, #webform-component-znanje-stranih-jezika--drugi-jezik--drugi-konverzacija{
  1296. margin-left: 10px;
  1297. }
  1298. #webform-component-znanje-stranih-jezika-drugi-jezik{
  1299. margin-top: -15px;
  1300. }
  1301. #webform-component-znanje-stranih-jezika--drugi-jezik--drugi-citanje, #webform-component-znanje-stranih-jezika--drugi-jezik--drugi-pisanje, #webform-component-znanje-stranih-jezika--drugi-jezik--drugi-konverzacija{
  1302. margin-top: -7px;
  1303. }
  1304. #webform-component-poznavanje-rada-na-ra-unaru--microsoft-office-upisati-ocenu-od-1-do-5-{
  1305. margin-left: 30px;
  1306. }
  1307. #edit-submitted-napomena-u-vezi-sa-obrazovanjem{
  1308. border: 2px solid #e5ebe7;
  1309. border-radius: 5px;
  1310. height: 115px;
  1311. }
  1312. #webform-component-napomena-u-vezi-sa-obrazovanjem .grippie{
  1313. display: none;
  1314. }
  1315. #edit-submitted-radno-iskustvo-naziv-preduze-, #edit-submitted-radno-iskustvo-va-a-pozicija{
  1316. width: 160px;
  1317. }
  1318. #webform-component-saglasnost-kandidata{
  1319. margin-left: -27px;
  1320. }
  1321. #webform-component-saglasnost-kandidata p{
  1322. font-size: 12px !important;
  1323. }
  1324. #webform-client-form-132 .captcha legend{
  1325. padding-top: 60px;
  1326. padding-bottom: 20px;
  1327. font-weight: 700;
  1328. }
  1329. #webform-client-form-132 .captcha{
  1330. margin-top: -50px;
  1331. }
  1332. .page-node-done #block-system-main{
  1333. margin-left: 175px;
  1334. margin-top: 40px;
  1335. }
  1336. .kat-supe, .kat-noodle, .kat-zacin, .kat-puding, .kat-slag, .kat-sladoled, .kat-konditori, .kat-cajevi, .kat-sos, .kat-zrnasti, .kat-praskasti, .kat-ostalo{
  1337. display: none;
  1338. }
  1339. .view-proizvodi .view-header span{
  1340. font-size: 31px;
  1341. }
  1342. .view-proizvodi .view-header{
  1343. font-size: 12px;
  1344. color: #003813;
  1345. padding-top: 20px;
  1346. padding-bottom: 30px;
  1347. }
  1348. .page-taxonomy-term-1 .kat-supe, .page-taxonomy-term-2 .kat-noodle, .page-taxonomy-term-3 .kat-zacin, .page-taxonomy-term-4 .kat-puding, .page-taxonomy-term-5 .kat-slag, .page-taxonomy-term-6 .kat-sladoled, .page-taxonomy-term-10 .kat-konditori, .page-taxonomy-term-7 .kat-cajevi, .page-taxonomy-term-8 .kat-sos, .page-taxonomy-term-13 .kat-zrnasti, .page-taxonomy-term-9 .kat-praskasti, .page-taxonomy-term-12 .kat-ostalo{
  1349. display: block;
  1350. }
  1351. .ui-autocomplete{
  1352. z-index: 9999 !important;
  1353. width: 320px !important;
  1354. }
  1355. .ui-autocomplete .ui-autocomplete-field-title{
  1356. font-size: 13px !important;
  1357. }
  1358. .ui-autocomplete .ui-autocomplete-field-group{
  1359. font-size: 15px !important;
  1360. }
  1361. #block-block-8{
  1362. background-image: url("../img/top.jpg"), url("../img/brand.png");
  1363.     background-position: center top;
  1364.     background-repeat: no-repeat, repeat-x;
  1365.     height: 60px;
  1366.     left: 0;
  1367.     position: fixed;
  1368.     top: -100px;
  1369.     width: 100%;
  1370.     z-index: 9999;
  1371. }
  1372.  
  1373. .animacija {
  1374.     margin-left: auto;
  1375.     margin-right: auto;
  1376.     width: 960px;
  1377. }
  1378.  
  1379. ul.mini-menu li {
  1380.     float: left;
  1381.     list-style: none;
  1382.     padding-right: 40px;
  1383. }
  1384. .mali{
  1385. margin-top: -45px;
  1386. margin-left: 205px;
  1387. }
  1388. .animacija img{
  1389. margin-left: 40px;
  1390. margin-top: 10px;
  1391. }
  1392.  
  1393. img#gotop {
  1394.     cursor: pointer; cursor: hand;
  1395.     float: right;
  1396.     margin-top: 0;
  1397. }
  1398.  
  1399. ul.mini-menu li a {
  1400.     color: #ffffff;
  1401.     font-size: 12px;
  1402.     text-decoration: none;
  1403.     text-transform: uppercase;
  1404. }
  1405. .context-kategorija ul.mini-menu li.proizvodi a, .context-proizvod ul.mini-menu li.proizvodi a{
  1406. opacity: .6;
  1407. }
  1408. /**************** GRID RECEPTI *****************/
  1409. .view-recepti .views-row-4{
  1410. margin-top: -20px;
  1411. }
  1412. .view-recepti .views-row-6, .view-recepti .views-row-7, .view-recepti .views-row-11{
  1413. margin-top: 35px;
  1414. }
  1415. .view-recepti .views-row-8{
  1416. margin-top: -545px;
  1417. }
  1418. .view-recepti .views-row-10{
  1419. margin-top: -325px;
  1420. }
  1421. .view-recepti .views-row-9{
  1422. margin-top: -110px;
  1423. }
  1424. /*************** GRID RECEPTI KRAJ ****************/
  1425.  
  1426. .field-name-field-povratak-na-vesti a{
  1427. color: #fff;
  1428. font-size: 12px;
  1429. text-decoration: none;
  1430. background-color: #003913;
  1431. border-radius: 3px;
  1432. height: 29px;
  1433. width: 125px;
  1434. display: block;
  1435. text-transform: uppercase;
  1436. padding: 10px 5px 0;
  1437. }
  1438. .field-name-field-povratak-na-vesti{
  1439. clear: both;
  1440. padding-top: 60px;
  1441. }
  1442. .page-node-127 .field-name-body{
  1443. padding-top: 22px;
  1444. }
  1445. .opis r{
  1446. text-transform: uppercase;
  1447. }
  1448. .opis{
  1449. font-size: 16px;
  1450. color: #003913;
  1451. position: absolute;
  1452. margin-left: 150px;
  1453. font-weight: 300;
  1454. }
  1455. .opis1{
  1456. margin-top: 41px;
  1457. }
  1458. .opis2{
  1459. margin-top: 282px;
  1460. }
  1461. .opis3{
  1462. margin-top: 538px;
  1463. margin-left: 185px;
  1464. }
  1465. .opis4{
  1466. margin-top: 897px;
  1467. margin-left: 185px;
  1468. }
  1469. .opis5{
  1470. margin-top: 1250px;
  1471. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement