ericek111

Quadova demencia

Nov 26th, 2015
66
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 9.54 KB | None | 0 0
  1. html {
  2. /* overflow:hidden; */
  3.  
  4. background-image: url("/images/bg.jpg");
  5. background-repeat: no-repeat;
  6. background-size: 100% 100%;
  7. background-position: 50% 50%;
  8. margin: 0;
  9. padding: 0;
  10. }
  11. body {
  12. margin: 0;
  13. padding: 0;
  14. }
  15. .menu {
  16. border-color: #1C1E22;
  17. border-style: solid;
  18. width: 100%;
  19. min-width: 1000px;
  20. /* height: 34px; */
  21.  
  22. position: relative;
  23. /* right: 5%; */
  24. /* top: 31%; */
  25.  
  26. background: #1C1E22;
  27. color: #1C1E22;
  28. }
  29. .menu-login {
  30. position: absolute;
  31. left: 90%;
  32. top: 1.3%;
  33. }
  34. .obsah {
  35. position: relative;
  36. /* border-style: hidden; */
  37.  
  38. width: 1500px;
  39. /* height: 85%; */
  40.  
  41. left: 20px;
  42. /* top: 38.6%; */
  43.  
  44. margin-top: 5px;
  45. /* overflow: hidden; */
  46.  
  47. min-height: 1500px;
  48. }
  49. a:link {
  50. color: white;
  51. text-decoration: none;
  52. }
  53. a:visited {
  54. color: white;
  55. text-decoration: none;
  56. }
  57. a:hover {
  58. color: #1C1E22;
  59. text-decoration: none;
  60. }
  61. a:active {
  62. color: white;
  63. text-decoration: none;
  64. }
  65. hr {
  66. display: block;
  67. height: 1px;
  68. border: 0;
  69. border-top: 1px solid #ccc;
  70. margin: 1em 0;
  71. padding: 0;
  72. }
  73. .ciara {
  74. position: absolute;
  75. border-right: 1px solid white;
  76. top: 21%;
  77. height: 70%;
  78. left: 12%;
  79. opacity: 0.3;
  80. bottom: 0;
  81. }
  82. .menu_odk {
  83. /* position: absolute; */
  84. /* top: 33%; */
  85. /* left: 12.5%; */
  86.  
  87. font-size: 5%;
  88. transition: color .3s, box-shadow .3s;
  89. box-shadow: inset 0px 0 0 0 #6FA030;
  90. border-radius: 4px 0 5px 0;
  91. padding: 10px 10px;
  92. }
  93. .menu-login:hover {
  94. animation: bounce 1s;
  95. }
  96. @keyframes bounce {
  97. %, 20%, 60%, 100% {
  98. -webkit-transform: translateY(0);
  99. transform: translateY(0);
  100. }
  101. % {
  102. -webkit-transform: translateY(-20px);
  103. transform: translateY(-20px);
  104. }
  105. % {
  106. -webkit-transform: translateY(-10px);
  107. transform: translateY(-10px);
  108. }
  109. }
  110. .round-button {
  111. width: 60px;
  112. height: 0;
  113. padding-bottom: 60px;
  114. border-radius: 50%;
  115. border: 2px solid #f5f5f5;
  116. overflow: hidden;
  117. background: #464646;
  118. box-shadow: 0 0 3px gray;
  119. position: relative;
  120. right: -5%;
  121. }
  122. .round-button:hover {
  123. background: #262626;
  124. }
  125. .round-button img {
  126. display: block;
  127. width: 50%;
  128. padding: 24%;
  129. height: auto;
  130. }
  131. .panel_bocny1 {
  132. position: absolute;
  133. top: 9%;
  134. left: 83%;
  135. border-style: hidden;
  136. width: 350px;
  137. /* height: 85%; */
  138.  
  139. min-height: 800px;
  140. background: #1c1e22;
  141. }
  142. .panel_bocny1 h3 {
  143. display: block;
  144. margin: 0;
  145. color: #fff;
  146. font-family: Georgia;
  147. background-color: #000;
  148. padding: 10px 10px;
  149. border-bottom: 1px solid #033;
  150. border-radius: 5px 5px 0 0;
  151. background: url(../images/stripe.png) repeat #000;
  152. background: -webkit-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 1) 120%), url(../images/stripe.png) repeat;
  153. box-shadow: inset 0 0 20px #000000;
  154. }
  155. .panel_bocny1 a {
  156. font-size: 18px;
  157. }
  158. .panel_bocny1 #login {
  159. position: relative;
  160. top: 40%;
  161. left: 25%;
  162. width: 5%;
  163. }
  164. .spodok {
  165. border-color: black;
  166. ;
  167. border-style: solid;
  168. width: 100%;
  169. height: 7%;
  170. position: absolute;
  171. right: 0%;
  172. top: 92.3%;
  173. background: black;
  174. color: white;
  175. }
  176. #spodok_link h3 {
  177. padding-top: 3px;
  178. padding-left: 25px;
  179. font-size: 13px;
  180. color: #2A2A2A;
  181. }
  182. #spodok_link hr {
  183. border: 0;
  184. border-bottom: 1px dashed #ccc;
  185. background: #999;
  186. width: 52%;
  187. position: relative;
  188. left: 2%;
  189. }
  190. .ak1 {
  191. position: absolute;
  192. top: -20%;
  193. }
  194. .ak2 {
  195. position: absolute;
  196. top: -20%;
  197. left: 95.4%;
  198. }
  199. .novinka_border {
  200. border-style: none;
  201. height: auto;
  202. width: 55%;
  203. background-color: rgba(0, 0, 0, 0.85);
  204. border-radius: 5px;
  205. box-shadow: 0 0 5px 2px rgba(50, 50, 50, 0.5);
  206. color: #76BEE6;
  207. position: relative;
  208. margin-top: 18px;
  209. }
  210. .obsah_novinka {
  211. padding: 20px;
  212. font-size: 14px;
  213. font-family: Verdana, Tahoma, sans;
  214. line-height: 17px;
  215. text-align: justify;
  216. text-shadow: 1px 1px 2px #000;
  217. }
  218. .novinka_border h3 {
  219. display: block;
  220. margin: 0;
  221. color: #fff;
  222. font-family: Georgia;
  223. background-color: #000;
  224. padding: 10px 10px;
  225. border-bottom: 1px solid #033;
  226. border-radius: 5px 5px 0 0;
  227. background: url(../images/stripe.png) repeat #000;
  228. background: -webkit-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 1) 120%), url(../images/stripe.png) repeat;
  229. box-shadow: inset 0 0 20px #000000;
  230. }
  231. .obsah_celanovinka {
  232. border: 1px solid #333;
  233. padding: 8px;
  234. margin: 5px 0;
  235. display: block;
  236. float: right;
  237. margin-top: -18px;
  238. text-transform: uppercase;
  239. font-weight: bold;
  240. font-family: Arial;
  241. border-radius: 10px 0 5px 0;
  242. background: url(../images/stripe.png) repeat #000;
  243. box-shadow: inset 0 0 20px #000000;
  244. -webkit-transition: box-shadow .7s, color .5s;
  245. }
  246. .obsah_celanovinka:hover {
  247. color: #ade;
  248. box-shadow: inset 0 0 5px #000000;
  249. }
  250. .obsah_celanovinka::after {
  251. content: "";
  252. }
  253. a:hover,
  254. a:visited,
  255. a:link,
  256. a {
  257. color: #fff;
  258. }
  259. .menu_odk a {
  260. display: inline-block;
  261. color: white;
  262. font-weight: bold;
  263. font-size: 15px;
  264. width: 90px;
  265. height: 35px;
  266. text-align: center;
  267. text-decoration: none;
  268. background: #1C1E22;
  269. transition: color .3s, box-shadow .3s;
  270. box-shadow: inset 0px 0 0 0 #6FA030;
  271. box-radius: 15px;
  272. overflow: hidden;
  273. height: 27px;
  274. margin-top: 1px;
  275. }
  276. .menu_odk a:hover {
  277. color: #999;
  278. }
  279. .breadcrumb {
  280. position: relative;
  281. height: 30px;
  282. width: 100%;
  283. }
  284. .breadcrumb ul {
  285. position: relative;
  286. margin: 0 5px 0 5px;
  287. padding: 0;
  288. height: 30px;
  289. }
  290. .breadcrumb ul li {
  291. padding: 0;
  292. margin: 0;
  293. list-style: none;
  294. float: left;
  295. height: 30px display: inline;
  296. }
  297. .breadcrumb ul li a {
  298. font: 17px Arial, Helvetica, sans-serif;
  299. color: rgb(255, 255, 255);
  300. text-decoration: none;
  301. line-height: 30px;
  302. display: block;
  303. background: url('breadcrumbImage.png') 100% -60px no-repeat;
  304. padding: 0 5px 0 5px;
  305. }
  306. .breadcrumb ul li a:hover {
  307. text-decoration: underline;
  308. color: #999);
  309. }
  310. .breadcrumb ul li a.active {
  311. background: none;
  312. color: rgb(255, 255, 255);
  313. }
  314. .breadcrumb ul li a.active:hover {
  315. text-decoration: none;
  316. }
  317. .breadcrumb .left {
  318. position: absolute;
  319. top: 0px;
  320. left: 0px;
  321. width: 10px;
  322. height: 30px;
  323. display: block;
  324. z-index: 1;
  325. background: url('breadcrumbImage.png') 0% 0px no-repeat;
  326. }
  327. .breadcrumb .right {
  328. position: absolute;
  329. top: 0px;
  330. right: 0px;
  331. width: 10px;
  332. height: 30px;
  333. display: block;
  334. z-index: 1;
  335. background: url('breadcrumbImage.png') 100% -90px no-repeat;
  336. }
  337. .team_border {
  338. border-color: #1C1E22;
  339. color: white;
  340. border-style: hidden;
  341. width: 95%;
  342. height: 96%;
  343. }
  344. .steamid h3 {
  345. padding-top: 20px;
  346. padding-left: 200px;
  347. font-size: 30px;
  348. color: #FFFFFF;
  349. text-decoration: underline;
  350. }
  351. .steamid1 {
  352. padding-left: 200px;
  353. color: #FFFFFF;
  354. font-size: 20px;
  355. }
  356. .steamid1 span {
  357. padding-top: 20px;
  358. color: #27FF00;
  359. }
  360. .steamid1 span:hover {
  361. text-decoration: underline;
  362. color: red;
  363. }
  364. .team_border span {
  365. border-color: #1C1E22;
  366. border-style: hidden;
  367. width: 95%;
  368. height: 96%;
  369. color: red;
  370. }
  371. .team_border span:hover {
  372. border-color: green;
  373. border-style: hidden;
  374. width: 95%;
  375. height: 96%;
  376. color: red;
  377. text-decoration: underline;
  378. }
  379. }
  380. .steamid span {
  381. border-color: #1C1E22;
  382. border-style: hidden;
  383. width: 95%;
  384. height: 96%;
  385. color: red;
  386. }
  387. .steamid3 {
  388. margin-top: -98px;
  389. }
  390. .steamid2 span:hover {
  391. text-decoration: underline;
  392. }
  393. .team {
  394. background: #197ec2;
  395. background-image: -webkit-linear-gradient(top, #197ec2, #078adb);
  396. background-image: -moz-linear-gradient(top, #197ec2, #078adb);
  397. background-image: -ms-linear-gradient(top, #197ec2, #078adb);
  398. background-image: -o-linear-gradient(top, #197ec2, #078adb);
  399. background-image: linear-gradient(to bottom, #197ec2, #078adb);
  400. -webkit-border-radius: 0;
  401. -moz-border-radius: 0;
  402. border-radius: 0px;
  403. font-family: Arial;
  404. color: #ffffff;
  405. font-size: 19px;
  406. padding: 18px 46px 9px 22px;
  407. margin-right: 8;
  408. text-decoration: none;
  409. }
  410. .team:hover {
  411. background: #3cb0fd;
  412. background-image: -webkit-linear-gradient(top, #3cb0fd, #3498db);
  413. background-image: -moz-linear-gradient(top, #3cb0fd, #3498db);
  414. background-image: -ms-linear-gradient(top, #3cb0fd, #3498db);
  415. background-image: -o-linear-gradient(top, #3cb0fd, #3498db);
  416. background-image: linear-gradient(to bottom, #3cb0fd, #3498db);
  417. text-decoration: none;
  418. }
  419. .ateam-item a {
  420. color: rgb(0, 173, 255);
  421. }
  422. .ateam-item td {
  423. font-size: 20px;
  424. }
  425. .ateam hr {
  426. width: 42.2%;
  427. border: 0;
  428. border-top: 5px solid #ccc;
  429. margin: -1em 0;
  430. padding: 0px;
  431. margin-top: 36px;
  432. }
Advertisement
Add Comment
Please, Sign In to add comment