Advertisement
Guest User

Untitled

a guest
Oct 31st, 2014
165
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 9.90 KB | None | 0 0
  1. body{
  2. margin: 0;
  3. padding: 0;
  4. position: relative;
  5. font-family: PT Sans, Arial;
  6. color:white;
  7. /*background: url(../pics/background2.jpg) no-repeat;
  8. background-size: cover;
  9. background-position: top center;*/
  10.  
  11. /*background: url(../pics/arka.png), url(../pics/over_footer.png);
  12. background-size: cover, cover;
  13. background-position: top center, top center;
  14. background-repeat: no-repeat, no-repeat;
  15. /*background: url(../pics/blue_light.png) no-repeat top center cover;/*
  16. background: url(../pics/over_footer.png) no-repeat top center cover;*/
  17.  
  18. background-color: #1e396d;
  19. /*min-height: 620px;*/
  20. height: 100%;
  21. min-height: 100%;
  22. }
  23.  
  24. html{
  25. min-width:1280px;
  26. min-height:620px;
  27. height:100%;
  28. }
  29.  
  30. #bg_wrap {
  31. height: 100%;
  32. width: 100%;
  33. right: 0;
  34. }
  35.  
  36. .container {
  37. background: url(../pics/background.jpg) no-repeat;
  38. background-size: cover;
  39. background-position: top center;
  40. height:140%;
  41. margin: 0 auto;
  42. }
  43.  
  44. .container_inner {
  45. margin: 0 auto;
  46. min-height:100%;
  47. position:relative;
  48.  
  49. background: url(../pics/back1.png);
  50. background-size: cover;
  51. background-position: top center;
  52. background-repeat: no-repeat;
  53. background-color: #1e396d;
  54. /*height: 100%;
  55. /*left: 50%;
  56. /*min-height: 1050px;
  57. background: url(../pics/arka.png) no-repeat;
  58. background-size: cover;
  59. background-position: top center; */
  60. }
  61.  
  62. .container_inner2 {
  63. margin: 0 auto;
  64. min-height:100%;
  65. position:relative;
  66.  
  67. background: url(../pics/back2.png);
  68. background-size: cover;
  69. background-position: top center;
  70. background-repeat: no-repeat;
  71. background-color: #1e396d;
  72. /*height: 100%;
  73. /*left: 50%;
  74. /*min-height: 1050px;
  75. background: url(../pics/arka.png) no-repeat;
  76. background-size: cover;
  77. background-position: top center; */
  78. }
  79.  
  80. .container_inner_right {
  81. margin: 0 auto;
  82. left: 50%;
  83. /*min-height: 1050px;*/
  84. /*background: url(../pics/blue_light.png) no-repeat;
  85. background-size: contain;
  86. background-position: top center;
  87. height:1000px;*/
  88. width: 65%;
  89. }
  90.  
  91. .inner_footer {
  92. height:11%;
  93. background-color: #0b2b54;
  94. position:absolute;
  95. bottom: 0px;
  96. width: 100%;
  97. }
  98.  
  99. .inner_footer img { /* для IE8+ */
  100. position: absolute;
  101. top: 0;
  102. left: 0;
  103. bottom: 0;
  104. right: 0;
  105. margin: auto;
  106. max-width: 100%;
  107. max-height: 100%;
  108. }
  109.  
  110. .inner_over_footer {
  111. padding-bottom: 10%;
  112. /*background: url(../pics/over_footer.png) no-repeat;
  113. background-size: contain;
  114. background-position: top center;*/
  115. }
  116.  
  117. .container_inner_left1 {
  118. margin: 0 auto;
  119. left: 0%;
  120. position:absolute;
  121. background: url(../pics/arka.png) no-repeat;
  122. background-size: cover;
  123. background-position: top center;
  124. }
  125.  
  126. .question{
  127. left: 50%;
  128. font-size:38px;
  129. font-family: PT Sans, Arial;
  130. text-align: center;
  131. margin-left: 5%;
  132. position: absolute;
  133. top: 20%;
  134. }
  135. .question b{
  136. font-size:43px;
  137. }
  138.  
  139. .content_left{
  140. text-align: left;
  141. position: absolute;
  142. left: 50%;
  143. top: 150px;
  144. }
  145.  
  146. .content_index_right{
  147. text-align: left;
  148. position: relative;
  149. left: 50%;
  150. width: 45%;
  151. }
  152.  
  153. .content_right {
  154. left: 50%;
  155. padding-left: 330px;
  156. position: absolute;
  157. top: 150px;
  158. }
  159.  
  160. .top_inner{
  161. font-size: 22.5pt;
  162. line-height: 36pt;
  163. text-transform:uppercase;
  164. position: absolute;
  165. left: 50%;
  166. width: 640px;
  167. height: 150px;
  168. margin-top:20px;
  169. }
  170.  
  171. .top_inner span{
  172. font-size:33pt;
  173. text-transform:uppercase;
  174. }
  175.  
  176. .top_index{
  177. font-size: 22.5pt;
  178. line-height: 36pt;
  179. text-transform:uppercase;
  180. position: relative;
  181. left: 50%;
  182. width: 45%;
  183. height: 150px;
  184.  
  185. }
  186.  
  187. .top_index span{
  188. font-size:33pt;
  189. text-transform:uppercase;
  190. }
  191.  
  192. .top_index_str1{
  193. margin-left:100px;
  194. }
  195.  
  196. .top_index_str2{
  197. text-transform: none;
  198. font-size: 14.25pt;
  199. line-height: 19pt;
  200. padding-right: 14px;
  201.  
  202. }
  203.  
  204. .top_index_str3{
  205. text-transform: none;
  206. font-size: 14.25pt;
  207. line-height: 19pt;
  208. text-transform:uppercase;
  209. }
  210.  
  211. .str3_1 {
  212. font-size: 27pt;
  213. line-height: 22.5pt;
  214. }
  215.  
  216. .str3_2 {
  217. font-size: 18pt;
  218. line-height: 22.5pt;
  219. margin-left: 20px;
  220. }
  221.  
  222. .str3_3 {
  223. font-size: 13.5pt;
  224. line-height: 22.5pt;
  225. }
  226.  
  227. .str3_4 {
  228. font-size: 19.5pt;
  229. line-height: 22.5pt;
  230. }
  231.  
  232. .inner_info{
  233. font-size:13.5pt;
  234. line-height: 18pt;
  235. top: 15%;
  236. width:310px;
  237. }
  238.  
  239. .inner_sovet{
  240. font-size:13.5pt;
  241. line-height: 18pt;
  242. top: 75%;
  243. width:310px;
  244. }
  245.  
  246. .right_votes{
  247. font-size:15pt;
  248. text-align: left;
  249. position: absolute;
  250. top: 470px;
  251. width:300px;
  252. }
  253.  
  254. .right_votes b{
  255. font-size:45pt;
  256. text-align: left;
  257. }
  258.  
  259. .right_fontan{
  260. font-size:10.5pt;
  261. line-height: 16.5pt;
  262. text-align: center;
  263. position: absolute;
  264. width:300px;
  265. margin-top: 8px;
  266. height: 464px;
  267. }
  268.  
  269. .right_fontan img{
  270. border: 1px solid white;
  271. }
  272.  
  273. .inner_info b, .inner_sovet b, .right_votes b {
  274. color:yellow;
  275. text-transform: uppercase;
  276. }
  277.  
  278. .bottle {
  279. position: absolute;
  280. right: 45%;
  281. top: 20%;
  282. width: 700px;
  283. }
  284.  
  285. .more_info {
  286. position: absolute;
  287. right: 45%;
  288. bottom: 160px;
  289. width: 700px;
  290. }
  291.  
  292. .logo {
  293. position: absolute;
  294. left: 5%;
  295. top: 5%;
  296. /*width: 700px;*/
  297. }
  298.  
  299. .buttony {
  300. background: url("../pics/yes.png") no-repeat scroll 0 0 rgba(0, 0, 0, 0);
  301. cursor: pointer;
  302. display: block;
  303. height: 49px;
  304. left: 50%;
  305. margin-left: 70px;
  306. position: absolute;
  307. top: 50%;
  308. position: absolute;
  309. transition-duration: 0.5s;
  310. transition-property: left, top;
  311. width: 140px;
  312. }
  313.  
  314. .buttonn {
  315. background: url("../pics/no.png") no-repeat scroll 0 0 rgba(0, 0, 0, 0);
  316. cursor: pointer;
  317. display: block;
  318. height: 49px;
  319. left: 50%;
  320. margin-left: 240px;
  321. position: absolute;
  322. top: 50%;
  323. position: absolute;
  324. transition-duration: 0.5s;
  325. transition-property: left, top;
  326. width: 140px;
  327. }
  328.  
  329. .button_throw_another {
  330. background: url("../pics/button_throw_another.png") no-repeat scroll 0 0 rgba(0, 0, 0, 0);
  331. cursor: pointer;
  332. display: block;
  333. height: 53px;
  334. position: absolute;
  335. top: 670px;
  336. transition-duration: 0.5s;
  337. transition-property: left, top;
  338. width: 300px;
  339. }
  340.  
  341. .button_more_info {
  342. background: url("../pics/more_info.png") no-repeat scroll 0 0 rgba(0, 0, 0, 0);
  343. cursor: pointer;
  344. display: block;
  345. height: 43px;
  346. position: absolute;
  347. bottom: 15%;
  348. right: 50%;
  349. margin-right: 180px;
  350. transition-duration: 0.5s;
  351. transition-property: left, top;
  352. width: 161px;
  353. }
  354.  
  355. .buttons_share {
  356. position: absolute;
  357. top: 610px;
  358. margin-left:50px;
  359. }
  360.  
  361. .button_vk {
  362. background: url("../pics/vk.png") no-repeat scroll 0 0 rgba(0, 0, 0, 0);
  363. cursor: pointer;
  364. display: block;
  365. height: 45px;
  366. position: absolute;
  367. transition-duration: 0.5s;
  368. transition-property: left, top;
  369. width: 46px;
  370. }
  371.  
  372. .button_odnoklass {
  373. background: url("../pics/odnoklass.png") no-repeat scroll 0 0 rgba(0, 0, 0, 0);
  374. cursor: pointer;
  375. display: block;
  376. height: 45px;
  377. margin-left: 55px;
  378. position: absolute;
  379. transition-duration: 0.5s;
  380. transition-property: left, top;
  381. width: 46px;
  382. }
  383.  
  384. .button_twit {
  385. background: url("../pics/twit.png") no-repeat scroll 0 0 rgba(0, 0, 0, 0);
  386. cursor: pointer;
  387. display: block;
  388. height: 45px;
  389. margin-left: 110px;
  390. position: absolute;
  391. transition-duration: 0.5s;
  392. transition-property: left, top;
  393. width: 46px;
  394. }
  395.  
  396. .button_fb {
  397. background: url("../pics/fb.png") no-repeat scroll 0 0 rgba(0, 0, 0, 0);
  398. cursor: pointer;
  399. display: block;
  400. height: 45px;
  401. margin-left: 165px;
  402. position: absolute;
  403. transition-duration: 0.5s;
  404. transition-property: left, top;
  405. width: 46px;
  406. }
  407.  
  408. .buttony span {
  409. background: url('../pics/yes.png');
  410. }
  411.  
  412. .buttonn span {
  413. background: url('../pics/no.png');
  414. }
  415.  
  416. .button_throw_another span {
  417. background: url('../pics/button_throw_another.png');
  418. }
  419.  
  420. .button_more_info span {
  421. background: url('../pics/more_info.png');
  422. }
  423.  
  424. .button_vk span {
  425. background: url('../pics/vk.png');
  426. }
  427.  
  428. .button_odnoklass span {
  429. background: url('../pics/odnoklass.png');
  430. }
  431.  
  432. .button_twit span {
  433. background: url('../pics/twit.png');
  434. }
  435.  
  436. .button_fb span {
  437. background: url('../pics/fb.png');
  438. }
  439.  
  440. .buttony span, .buttony span:active , .buttonn span, .buttonn span:active {
  441. background-position: 0 -49px;
  442. }
  443.  
  444. .button_throw_another span, .button_throw_another span:active {
  445. background-position: 0 -53px;
  446. }
  447.  
  448. .button_more_info span, .button_more_info span:active {
  449. background-position: 0 -43px;
  450. }
  451.  
  452. .button_share span, .button_share span:active
  453. {
  454. background-position: 0 -45px;
  455. }
  456.  
  457. .button span, .button_share span, .buttony span, .buttonn span, .button_throw_another span , .button_vk span {
  458. bottom: 0;
  459. left: 0;
  460. opacity: 0;
  461. position: absolute;
  462. right: 0;
  463. top: 0;
  464. transition: opacity 0.5s ease 0s;
  465. }
  466.  
  467. .button span:hover, .button_share span:hover, .buttony span:hover, .buttonn span:hover, .button_throw_another span:hover , .button_vk span:hover{
  468. opacity: 1;
  469. }
  470.  
  471. .counter {
  472. /*background-color: #0c3558;*/
  473. background:rgba(12, 53, 88, 0.5);
  474. position: relative;
  475. font-family: PT Sans, Arial;
  476. color:white;
  477. font-size: 10.5pt;
  478. margin-top: -27px;
  479. padding-left: 20px;
  480. line-height: 22px;
  481. height: 22px;
  482.  
  483. }
  484.  
  485. .counter span{
  486. background: url('../pics/coin.png') no-repeat;
  487. height: 11px;
  488. width:11px;
  489. background-size: cover;
  490. background-position: center center;
  491. position: absolute;
  492. margin-top: 5.5px;
  493. margin-left: -15px;
  494. }
  495.  
  496.  
  497. .noselect {
  498. cursor: default;
  499. -webkit-user-select: none;
  500. -moz-user-select: none;
  501. -ms-user-select: none;
  502. -o-user-select: none;
  503. user-select: none;
  504. }
  505.  
  506. .content_brick {
  507. left: 50%;
  508. position: relative;
  509. width: 45%;
  510. }
  511.  
  512.  
  513. .brick {
  514. border: 1px solid white;
  515. box-shadow: 10px 10px 21px -8px #010101;
  516. left: 0px;
  517. position: relative;
  518.  
  519. }
  520.  
  521. .brick_all{
  522. left: 0px;
  523. position: absolute;
  524. top: 220px;
  525. }
  526.  
  527. a {
  528. text-decoration:none;
  529. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement