Advertisement
crassus9999

Untitled

Mar 16th, 2014
209
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
CSS 7.60 KB | None | 0 0
  1. .rectangles {
  2.     padding-bottom: 8em;
  3. }
  4.  
  5. .matrix-rectangles {
  6.     padding-top: 1em;
  7. }
  8.  
  9. .medium-rectangle {
  10.     background-repeat: no-repeat;
  11.     width: 300px;
  12.     height: 250px;
  13. }
  14.  
  15. #first-rectangle {
  16.     background-image: url(../img/medium-rectangle.jpg);
  17. }
  18.  
  19. #second-rectangle {
  20.     background-image: url(../img/medium-rectangle.jpg);
  21. }
  22.  
  23. #third-rectangle {
  24.     background-image: url(../img/medium-rectangle.jpg);
  25. }
  26.  
  27. .events {
  28.     padding-top: 2em;
  29.     padding-bottom: 5em;
  30.     position: relative;
  31. }
  32.  
  33. .shadow-events {
  34.     -webkit-box-shadow: inset 0 8px 6px -6px #314551;
  35.        -moz-box-shadow: inset 0 8px 6px -6px #314551;
  36.             box-shadow: inset 0 8px 6px -6px #314551;
  37. }
  38.  
  39. .events-slider {
  40.     background-repeat: no-repeat;
  41.     position: absolute;
  42.     top: 35px;
  43.     width: 35px;
  44.     height: 50px;
  45.     cursor: pointer;
  46.     background-position: center;
  47. }
  48.  
  49. .event-navLeft {
  50.     background-image: url(../img/navLeft.png);
  51.     left: -40px;
  52. }
  53.  
  54. .event-navRight {
  55.     background-image: url(../img/navRight.png);
  56.     right: -40px;
  57. }
  58.  
  59. .all-events-button {
  60.     padding-top: 1.3em;
  61.     text-align: center;
  62. }
  63.  
  64. .all-events-button input {
  65.     padding-right: 2em;
  66.     padding-left: 2em;
  67.     padding-top: 1em;
  68.     padding-bottom: 1em;
  69.     box-shadow: none;
  70. }
  71.  
  72. .map {
  73.     height: 280px;
  74.     background-color: #FFFFFF;
  75.     border-bottom: 1px solid #c9d7df;
  76.     background-image: url(../img/map-img.jpg);
  77.     background-repeat: no-repeat;
  78.     background-position: center;
  79.     -webkit-box-shadow: inset 0 8px 6px -6px #314551;
  80.        -moz-box-shadow: inset 0 8px 6px -6px #314551;
  81.             box-shadow: inset 0 8px 6px -6px #314551;
  82. }
  83.  
  84. .map-div {
  85.     position: relative;
  86.     text-align: center;
  87. }
  88.  
  89. .map-pointer {
  90.     position: absolute;
  91.     top: 40px;
  92.     right: 220px;
  93.     background-image: url(../img/map-pointer.png);
  94.     width: 44px;
  95.     height: 66px;
  96.     color: #ffffff;
  97.     padding-top: 5px;
  98. }
  99.  
  100. .show-map {
  101.     position: relative;
  102.     top: 239px;
  103.     display: inline-block;
  104.     line-height: 2.5;
  105.     width: 14em;
  106.     color: #36444c;
  107.     padding-right: 1.5em;
  108.     text-align: right;
  109.     font-weight: 700;
  110.     text-transform: uppercase;
  111.     background-color: #edf3f5;
  112.     background-image: -webkit-linear-gradient(bottom, #d9e2e8 0%, #edf3f5 100%);
  113.     background-image: -moz-linear-gradient(bottom, #d9e2e8 0%, #edf3f5 100%);
  114.     background-image: -o-linear-gradient(bottom, #d9e2e8 0%, #edf3f5 100%);
  115.     background-image: linear-gradient(to top, #d9e2e8 0%, #edf3f5 100%);
  116. }
  117.  
  118. .show-map-icon {
  119.     display: inline-block;
  120.     padding-left: 2em;
  121.     background-image: url(../img/icons.png);
  122.     background-repeat: no-repeat;
  123.     background-position: 0px -370px;
  124. }
  125.  
  126. .show-map-icon:hover {
  127.     text-decoration: none;
  128. }
  129.  
  130. .visual {
  131.     height: 470px;
  132.     background-position: center;
  133.     background-image: url(../img/visual-img-op.png), url(../img/visual-img.jpg);
  134.     background-repeat: repeat, no-repeat;
  135.     position: relative;
  136. }
  137.  
  138. .play-priroda {
  139.     background-image: url(../img/visual-img-op.png), url(../img/play-priroda.jpg);
  140. }
  141.  
  142. .play-vystava {
  143.     background-image: url(../img/visual-img-op.png), url(../img/play-vystava.jpg);
  144. }
  145.  
  146. .visuals-slider {
  147.     background-color: rgba(33, 42, 41, 0.9);
  148.     background-repeat: no-repeat;
  149.     width: 70px;
  150.     height: 130px;
  151.     position: absolute;
  152.     top: 175px;
  153.     cursor: pointer;
  154.     background-position: center;
  155.     opacity: 0.8;
  156. }
  157.  
  158. .visual-navLeft {
  159.     background-image: url(../img/visual-navLeft.png);
  160.     left: 0;
  161. }
  162.  
  163. .visual-navRight {
  164.     background-image: url(../img/visual-navRight.png);
  165.     right: 0;
  166. }
  167.  
  168. .visual-matrix {
  169.     padding-top: 3em;
  170. }
  171.  
  172. .visual-matrix > div {
  173.     vertical-align: top;
  174. }
  175.  
  176. .visual-left-part {
  177.     display: inline-block;
  178. }
  179.  
  180. .visual-right-part {
  181.     display: inline-block;
  182.     padding-left: 15px;
  183. }
  184.  
  185. .visual-logo {
  186.     width: 140px;
  187.     height: 140px;
  188.     padding: 3px;
  189.     background-color: #FFFFFF;
  190. }
  191.  
  192. .visual-logo img {
  193.     height: auto;
  194.     width: 134px;
  195. }
  196.  
  197. .visual-galery {
  198.     background-color: #FFFFFF;
  199.     width: 140px;
  200.     height: auto;
  201.     margin-top: 1px;
  202.     padding: 3px;
  203.     position: relative;
  204.     cursor: pointer;
  205. }
  206.  
  207. .visual-galery img {
  208.     height: auto;
  209.     width: 134px;
  210. }
  211.  
  212. .visual-galery-text {
  213.     background-color: rgba(26, 35, 40, 0.8);
  214.     height: 25px;
  215.     width: 134px;
  216.     position: absolute;
  217.     bottom: 10px;
  218.     text-align: center;
  219.     color: #FFFFFF;
  220.     font-size: 1em;
  221. }
  222.  
  223. .visual-info {
  224.     height: 42px;
  225.     background-image: url(../img/icons.png);
  226.     background-repeat: no-repeat;
  227.     background-position: 5px -10px;
  228.     background-color: rgba(26, 35, 40, 0.8);
  229.     color: #FFFFFF;
  230.     padding-left: 44px;
  231.     padding-top: 9px;
  232.     padding-bottom: 10px;
  233.     padding-right: 25px;
  234.     margin-bottom: 1px;
  235.     font-size: 0.9em;
  236.     display: inline-block;
  237. }
  238.  
  239. .visual-info sup {
  240.     font-size: 0.6em;
  241. }
  242.  
  243. .visual-heading {
  244.     background-color: #266bcd;
  245.     background-image: none;
  246.     padding-left: 15px;
  247.     padding-right: 15px;
  248. }
  249.  
  250. .visual-heading-red {
  251.     background-color: #d9251d;
  252.     background-image: none;
  253.     padding-left: 15px;
  254.     padding-right: 15px;
  255. }
  256.  
  257. .visual-address {
  258.     background-position: 10px 9px;
  259. }
  260.  
  261. .visual-phone {
  262.     background-position: 10px -43px;
  263. }
  264.  
  265. .visual-email {
  266.     background-position: 10px -100px;
  267.     margin-left: 1px;
  268. }
  269.  
  270. .visual-hours {
  271.     background-position: 10px -155px;
  272. }
  273.  
  274. .visual-info h3 {
  275.     margin: 0;
  276. }
  277.  
  278. .visual-event {
  279.     background-color: rgba(26, 35, 40, 0.8);
  280.     margin-top: 10px;
  281.     color: #FFFFFF;
  282.     padding: 13px;
  283.     font-size: 0.9em;
  284.     width: 760px;
  285. }
  286.  
  287. @media screen and (max-width: 1192px) {
  288.     .visual-event {
  289.         width: 625px;
  290.     }
  291. }
  292.  
  293. .visual-event h4 {
  294.     font-size: 1.2em;
  295.     margin: 0;
  296.     padding-bottom: 4px;
  297. }
  298.  
  299. .visual-link {
  300.     position: relative;
  301.     display: inline-block;
  302.     height: 41px;
  303.     margin-top: 1px;
  304.     text-align: right;
  305.     background-color: #266bcd;
  306.     font-size: 0.9em;
  307. }
  308.  
  309. .visual-link a {
  310.     background-image: url(../img/icons.png);
  311.     background-repeat: no-repeat;
  312.     display: inline-block;
  313.     padding-top: 9px;
  314.     padding-bottom: 7px;
  315.     padding-left: 50px;
  316.     padding-right: 20px;
  317.     color: #FFFFFF;
  318. }
  319.  
  320. .visual-website a {
  321.     background-position: 15px -209px;
  322.     text-decoration: underline;
  323. }
  324.  
  325. .visual-info-company {
  326.     margin-left: 1px;
  327. }
  328.  
  329. .visual-info-company a {
  330.     background-position: 15px -264px;
  331. }
  332.  
  333. .visual-info-company a:hover {
  334.     text-decoration: none;
  335. }
  336.  
  337. .visual-fb-event  {
  338.     margin-left: 1px;
  339.     background-color: #3b5998;
  340. }
  341.  
  342. .visual-fb-event a {
  343.     background-position: 15px -320px;
  344. }
  345.  
  346. .visual-fb-event a:hover {
  347.     text-decoration: none;
  348. }
  349.  
  350. .visual-label, .visual-zolik {
  351.     background-image: url(../img/label-event-bg.png), url(../img/broumovsky_klaster.png);
  352.     background-size: 150px auto;
  353.     background-repeat: repeat, no-repeat;
  354.     background-position: center;
  355.     position: absolute;
  356.     height: 60px;
  357.     width: 60px;
  358.     right: 0;
  359.     top: 50px;
  360.     color: #FFFFFF;
  361.     font-weight: bold;
  362.     font-size: 1.5em;
  363.     text-align: center;
  364.     padding-top: 10px;
  365.     border-radius: 50%;
  366. }
  367.  
  368. .visual-zolik {
  369.     background-image: url(../img/visual-zolik.png);
  370.     background-repeat: no-repeat;
  371.     background-size: 100%;
  372. }
  373.  
  374. .sliderVisual {
  375.     overflow: hidden;
  376.     height: 470px;
  377. }
  378.  
  379. .slideBoxVisual {
  380.     display: none;
  381. }
  382.  
  383. .sliderEvent {
  384.     overflow: hidden;
  385.     height: 126px;
  386. }
  387.  
  388. .slideBoxEvent {
  389.     float: left;
  390.     display: none;
  391.     width: 100%;
  392. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement