Advertisement
Guest User

Untitled

a guest
May 2nd, 2016
70
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 8.85 KB | None | 0 0
  1. <?php
  2. header( "Content-Type: text/plain" );
  3. echo "
  4. @import url(https://fonts.googleapis.com/css?family=Exo+2:400,100,100italic,200,800,700italic,700,600italic,600,500italic,500,400italic,300,200italic,300italic,900italic,900,800italic);
  5.  
  6. body {
  7. padding:0;
  8. margin:0;
  9. font-family:'Exo 2', sans-serif;
  10. }
  11. body, html {
  12. font-size: 100%;
  13. }
  14. .menu {
  15. width:100%;
  16. height:60px;
  17. background-color:#FFF;
  18. -moz-box-shadow:inset 0 -1px 0 #E6E8EC;
  19. -webkit-box-shadow:inset 0 -1px 0 #E6E8EC;
  20. box-shadow:inset 0 -1px 0 #E6E8EC;
  21. text-transform:uppercase;
  22. color:#596A83;
  23. }
  24. .centre>span {
  25. font-size:41px;
  26. font-weight:bold;
  27. margin-left: 40px;
  28. }
  29. .centre {
  30. width: 1100px;
  31. margin:10px auto auto;
  32. }
  33. nav {
  34. float:right;
  35. margin-right: 40px;
  36. }
  37. nav>a {
  38. text-decoration:none;
  39. line-height:45px;
  40. font-size: 15px;
  41. font-weight: 700;
  42. color:#596A83;
  43. text-transform: uppercase;
  44. }
  45. nav a:hover,
  46. nav a:focus {
  47. outline: none;
  48. }
  49. .cl-effect-1 a::before,
  50. .cl-effect-1 a::after {
  51. display: inline-block;
  52. opacity: 0;
  53. -webkit-transition: -webkit-transform 0.3s, opacity 0.2s;
  54. -moz-transition: -moz-transform 0.3s, opacity 0.2s;
  55. transition: transform 0.3s, opacity 0.2s;
  56. }
  57.  
  58. .cl-effect-1 a::before {
  59. margin-right: 10px;
  60. content: '[';
  61. -webkit-transform: translateX(20px);
  62. -moz-transform: translateX(20px);
  63. transform: translateX(20px);
  64. }
  65.  
  66. .cl-effect-1 a::after {
  67. margin-left: 10px;
  68. content: ']';
  69. -webkit-transform: translateX(-20px);
  70. -moz-transform: translateX(-20px);
  71. transform: translateX(-20px);
  72. }
  73.  
  74. .cl-effect-1 a:hover::before,
  75. .cl-effect-1 a:hover::after,
  76. .cl-effect-1 a:focus::before,
  77. .cl-effect-1 a:focus::after {
  78. opacity: 1;
  79. -webkit-transform: translateX(0px);
  80. -moz-transform: translateX(0px);
  81. transform: translateX(0px);
  82. }
  83. header{
  84. margin: auto;
  85. width: 100%;
  86. min-width: 1099px;
  87. max-width: 1680px;
  88. height: 942px;
  89. background:url('../test/img/centre_map.png');
  90. background-repeat: no-repeat;
  91. }
  92. .info{
  93. width: 1024px;
  94. height: 100%;
  95. background-color:rgba(255, 255, 255, 0.18);
  96. -moz-box-shadow: inset 0 -1px 0 #E6E8EC;
  97. -webkit-box-shadow: inset 0 -1px 0 #E6E8EC;
  98. box-shadow: inset 0 -1px 0 #E6E8EC;
  99. margin:auto;
  100. }
  101. .textcs{
  102. color: #FFF;
  103. font-size: 72px;
  104. font-weight: 700;
  105. text-transform: uppercase;
  106. text-shadow: 1.5px 2.6px 10px rgba(0, 0, 0, 0.51);
  107. text-align:center;
  108. line-height: 2;
  109. }
  110. .paadding{
  111. height: 180px;
  112. }
  113. .text{
  114. color: #FFF;
  115. font-size: 18px;
  116. font-weight: 500;
  117. text-transform: uppercase;
  118. text-shadow: 1.5px 2.6px 10px rgba(0, 0, 0, 0.51);
  119. text-align:center;
  120. padding-bottom: 70px;
  121. }
  122. .dowloand{
  123. width: 1024px;
  124. height: 75px;
  125. background-image: -moz-linear-gradient(left, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.7) 50%, rgba(255, 255, 255, 0) 100%);
  126. background-image: -o-linear-gradient(left, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.7) 50%, rgba(255, 255, 255, 0) 100%);
  127. background-image: -webkit-linear-gradient(left, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.7) 50%, rgba(255, 255, 255, 0) 100%);
  128. background-image: linear-gradient(to right, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.7) 50%, rgba(255, 255, 255, 0) 100%);
  129. margin: auto;
  130. }
  131. .knopka_razmer{
  132. width: 224px;
  133. height: 61px;
  134. display: block;
  135. color: #E2E2E2;
  136. font-family: "Trebuchet MS";
  137. font-size: 24px;
  138. font-weight: 700;
  139. text-shadow: 0.5px 0.9px 1px rgba(0, 0, 0, 0.37);
  140. text-decoration: none;
  141. text-indent: 17px;
  142. margin-right: 13px;
  143. float: left;
  144. }
  145. .primo{
  146. background-color: #E2E2E2;
  147. background-image: -moz-linear-gradient(bottom, #C8411E 0%, #E47750 100%);
  148. background-image: -o-linear-gradient(bottom, #C8411E 0%, #E47750 100%);
  149. background-image: -webkit-linear-gradient(bottom, #C8411E 0%, #E47750 100%);
  150. background-image: linear-gradient(to top, #C8411E 0%, #E47750 100%);
  151. border: 1px solid #C75000;
  152. -moz-border-radius: 5px;
  153. -webkit-border-radius: 5px;
  154. border-radius: 5px;
  155. }
  156. .google_disk{
  157. height: 61px;
  158. background-color: #E2E2E2;
  159. background-image: -moz-linear-gradient(bottom, #2BA80D 0%, #96D346 100%);
  160. background-image: -o-linear-gradient(bottom, #2BA80D 0%, #96D346 100%);
  161. background-image: -webkit-linear-gradient(bottom, #2BA80D 0%, #96D346 100%);
  162. background-image: linear-gradient(to top, #2BA80D 0%, #96D346 100%);
  163. border: 1px solid #538F04;
  164. -moz-border-radius: 5px;
  165. -webkit-border-radius: 5px;
  166. border-radius: 5px;
  167. }
  168. .ya_disk{
  169. background-color: #E2E2E2;
  170. background-image: -moz-linear-gradient(bottom, #0068B6 0%, #00A9E9 100%);
  171. background-image: -o-linear-gradient(bottom, #0068B6 0%, #00A9E9 100%);
  172. background-image: -webkit-linear-gradient(bottom, #0068B6 0%, #00A9E9 100%);
  173. background-image: linear-gradient(to top, #0068B6 0%, #00A9E9 100%);
  174. border: 1px solid #007ED1;
  175. -moz-border-radius: 5px;
  176. -webkit-border-radius: 5px;
  177. border-radius: 5px;
  178. }
  179. .torrent{
  180. background-color: #E2E2E2;
  181. background-image: -moz-linear-gradient(bottom, #D58D00 0%, #D58D00 0%, #F4BD51 100%);
  182. background-image: -o-linear-gradient(bottom, #D58D00 0%, #D58D00 0%, #F4BD51 100%);
  183. background-image: -webkit-linear-gradient(bottom, #D58D00 0%, #D58D00 0%, #F4BD51 100%);
  184. background-image: linear-gradient(to top, #D58D00 0%, #D58D00 0%, #F4BD51 100%);
  185. border: 1px solid #AB7100;
  186. -moz-border-radius: 5px;
  187. -webkit-border-radius: 5px;
  188. border-radius: 5px;
  189. }
  190. .ahref{
  191. font-size: 14px;
  192. font-weight: 400;
  193. text-shadow: 0.5px 0.9px 1px rgba(0, 0, 0, 0.37);
  194. line-height: 2px;
  195. }
  196. .dw_centre{
  197. width:961px;
  198. margin:auto;
  199. padding-top: 6px;
  200. }
  201. .obvodka{
  202. opacity: 0.95;
  203. width: 63px;
  204. height: 53px;
  205. -moz-border-radius: 5px;
  206. -webkit-border-radius: 5px;
  207. border-radius: 5px;
  208. -moz-box-shadow: inset 0 0 9px rgba(0, 0, 2, 0.75);
  209. -webkit-box-shadow: inset 0 0 9px rgba(0, 0, 2, 0.75);
  210. box-shadow: inset 0 0 9px rgba(0, 0, 2, 0.75);
  211. float: right;
  212. margin-right: 5px;
  213. margin-top: 3px;
  214. }
  215. .center_knopka_text{
  216. display: inline-block;
  217. vertical-align: middle;
  218. height: 75%;
  219. }
  220. .mazaika{
  221. width: 50px;
  222. height: 50px;
  223. margin: auto;
  224. }
  225. .prima_icon{
  226. background: url('../test/img/icon-min.png');
  227. background-position: 0px 2px;
  228. }
  229. .google_icon{
  230. background: url('../test/img/icon-min.png');
  231. background-position: -60px 2px;
  232. }
  233. .ya_icon{
  234. background: url('../test/img/icon-min.png');
  235. background-position: -126px 2px;
  236. }
  237. .torrent_icon{
  238. background: url('../test/img/icon-min.png');
  239. background-position: -190px 1px;
  240. }
  241. .maz{
  242. background: url('../test/img/icon-min.png');
  243. background-position: 224px 2px;
  244. width: 62px;
  245. height: 52px;
  246. margin: auto;
  247. }
  248. .podval{
  249. height: 1353px;
  250. width:100%;
  251. min-width: 1090px;
  252. }
  253. .Glav_info{
  254. color: #596A83;
  255. font-size: 36px;
  256. font-weight: 700;
  257. text-align:center;
  258. text-transform:uppercase;
  259. padding-top: 35px;
  260. width: 720px;
  261. margin: auto;
  262. display: block;
  263. }
  264. .granata_left{
  265. -webkit-transform: rotate(-25deg);
  266. -moz-transform: rotate(-25deg);
  267. -ms-transform: rotate(-25deg);
  268. -o-transform: rotate(-25deg);
  269. transform: rotate(-25deg);
  270. float: left;
  271. }
  272. .granata_right{
  273. -webkit-transform: rotate3d(-1.3, 5, 0, 198.9deg);
  274. -moz-transform: rotate3d(-1.3, 5, 0, 198.9deg);;
  275. -ms-transform:rotate3d(-1.3, 5, 0, 198.9deg);
  276. -o-transform: rotate3d(-1.3, 5, 0, 198.9deg);
  277. transform: rotate3d(-1.3, 5, 0, 198.9deg);
  278. float: right;
  279. }
  280. .granata_withd{
  281. width: 45px;
  282. height: 65px;
  283. background: url('../test/img/icon-min.png');
  284. background-position: 0px -60px;
  285. }
  286. .osnv_informer{
  287. height:469px;
  288. padding-top: 100px;
  289. }
  290. .circle_info{
  291. width: 248px;
  292. height: 248px;
  293. background-color: #596A83;
  294. -moz-border-radius: 124px;
  295. -webkit-border-radius: 124px;
  296. border-radius: 124px;
  297. float: left;
  298. margin-left: 100px;
  299. position: relative;
  300. }
  301. .circle_center{
  302. margin: auto;
  303. min-width: 1150px;
  304. max-width: 1150px;
  305. }
  306. .icon_info{
  307. overflow: auto;
  308. margin: auto;
  309. position: absolute;
  310. top: 0;
  311. left: 0;
  312. bottom: 0;
  313. right: 0;
  314. }
  315. #icon_boost{
  316. background: url('../test/img/icon-min.png');
  317. background-position: -58px -60px;
  318. width: 152px;
  319. height: 145px;
  320. }
  321. #icon_guard{
  322. background: url('../test/img/icon-min.png');
  323. background-position: -350px -60px;
  324. width: 125px;
  325. height: 150px;
  326. }
  327. #icon_cs16{
  328. background: url('../test/img/icon-min.png');
  329. background-position: -200px -60px;
  330. width: 125px;
  331. height: 150px;
  332. }
  333. #icons_infamation>.iconsv1{
  334. color: #596A83;
  335. font-size: 24px;
  336. font-weight: 600;
  337. width: 300px;
  338. text-align: center;
  339. display: inline-table;
  340. margin-right: 30px;
  341. margin-left: 30px;
  342. }
  343. #icons_infamation{
  344. margin: auto;
  345. /*min-width: 1102px;*/
  346. padding-top: 300px;
  347. text-align: center;
  348. }
  349. footer{
  350. height: 159px;
  351. width:100%;
  352. background-color: #596A83;
  353. min-width: 1100px;
  354. max-width: 4000px;
  355. }
  356. /*Rules mobile*/
  357. @media only screen and (min-device-width : 320px)
  358. and (max-device-width : 480px) {
  359. #icons_infamation>.iconsv1{
  360. margin-right: 10px;
  361. margin-left: 30px;
  362. }
  363. }
  364. ";
  365. ?>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement