Advertisement
Guest User

Untitled

a guest
Jul 23rd, 2017
98
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 13.58 KB | None | 0 0
  1. <head>
  2. <meta charset="utf-8">
  3. <title>woodcraftrpg</title>
  4. <meta http-equiv="X-FRAME-OPTIONS" content="ALLOW">
  5. <link href="http://woodcraftrpg.minemarket.hu/css/main.css" rel="stylesheet">
  6. <link href="http://woodcraftrpg.minemarket.hu/css/css.php?url=eeafb9bb-d4cc-11e4-90f8-667000ac60db" rel="stylesheet">
  7. <!--[if lt IE 9]>
  8. <script src="http://html5shim.googlecode.com/svn/trunk/html5.js"></script>
  9. <![endif]-->
  10. <link rel="stylesheet" href="//maxcdn.bootstrapcdn.com/font-awesome/4.3.0/css/font-awesome.min.css">
  11. <link rel="stylesheet" href="//netdna.bootstrapcdn.com/bootstrap/3.1.1/css/bootstrap.min.css">
  12. <link rel="stylesheet" href="//netdna.bootstrapcdn.com/bootstrap/3.1.1/css/bootstrap-theme.min.css">
  13. <!--<script src="//ajax.googleapis.com/ajax/libs/jquery/1.8.3/jquery.min.js"></script>
  14. <script src="//ajax.googleapis.com/ajax/libs/jqueryui/1.10.0/jquery-ui.min.js"></script>-->
  15. <script src="http://woodcraftrpg.minemarket.hu/js/jquery.min.js"></script>
  16. <script src="http://woodcraftrpg.minemarket.hu/js/jquery-ui.min.js"></script>
  17. <script src="http://woodcraftrpg.minemarket.hu/js/bootstrap.min.js"></script>
  18. <script src="http://woodcraftrpg.minemarket.hu/js/main.js"></script>
  19. <script src='https://www.google.com/recaptcha/api.js'></script>
  20. <!-- Custom head --> <center>
  21. </center>
  22. <style>
  23. @import "http://fonts.googleapis.com/css?family=MS Serif:300";
  24. body {
  25. font-family: Arial;
  26. font-size: 14px;
  27. color: #FFFFFF;
  28. background-color: #000000;
  29. background-size: cover
  30. }
  31. .navbar-default {
  32. background-color: transparent;
  33. border-radius: 1px;
  34. }
  35. .navbar-default .navbar-nav>li>a {
  36. border-color: transparent;
  37. }
  38. .panel {
  39. background-color: rgba(2,2,2,0.23);
  40. color: white;
  41. }
  42. .navbar-default .navbar-nav>.active>a, .navbar-default .navbar-nav>.active>a:hover, .navbar-default .navbar-nav>.active>a:focus {
  43. box-shadow: inset 0 3px 9px rgba(0,0,0,0.5);
  44. background-color: transparent!important;
  45. }
  46. ::-webkit-scrollbar {
  47. width: 10px
  48. }
  49. ::-webkit-scrollbar-track {
  50. color: #000000;
  51. background-color: #00bfff;
  52. }
  53. ::-webkit-scrollbar-thumb {
  54. -webkit-box-shadow: inset 0 0 10px #000000;
  55. background: #000000;
  56. opacity: 0.5
  57. }
  58.  
  59. .modal-header {
  60. background: #000000;
  61. font-family: MS Serif;
  62. font-size: 30px;
  63. text-align: center;
  64. color: #00bfff!important;
  65. }
  66. .modal-body {
  67. background-color: #000000;
  68. font-family: MS Serif;
  69. font-size: 15px;
  70. color: #00bfff
  71. }
  72. .modal-footer {
  73. background: #000000;
  74. font-family: MS Serif;
  75. font-size: 20px;
  76. text-align: left;
  77. color: #00bfff
  78. }
  79.  
  80. .navbar-nav > li > a, .nav > li > a {
  81. padding: 0;
  82. }
  83.  
  84. .navbar {
  85. min-height: 0;
  86. height: 51px
  87. }
  88. .navbar-default {
  89. border-radius: 1px;
  90. background-image: none !important;
  91. background-color: rgba(0,0,0,0.5)!important;
  92. }
  93.  
  94. .navbar-default .navbar-nav > li > a {
  95. background-color: transparent!important;
  96. font: 15px MS Serif;
  97. line-height: 50px;
  98. padding: 0 15px;
  99. color: white!important;
  100. transition: background-position 1s,background 1s;
  101. }
  102. .navbar-default .navbar-nav > li > a:hover,
  103. .navbar-default .navbar-nav > li > a:focus {
  104. color: #00bfff;
  105. text-decoration: none;
  106.  
  107. background-position: 0 -51px
  108. }
  109. .navbar-default .navbar-nav > li:first-child > a {
  110. border-top-left-radius: 3px;
  111. background-color: transparent!important;
  112. border-bottom-left-radius: 3px
  113. }
  114. .navbar-default .navbar-nav > .active > a,
  115. .navbar-default .navbar-nav > .active > a:hover,
  116. .navbar-default .navbar-nav > .active > a:focus {
  117. color: #00bfff;
  118. background-position: 0 -51px
  119. }
  120. .navbar-default .navbar-toggle {
  121. border-color: transparent
  122. }
  123. .navbar-default .navbar-toggle:hover,.navbar-default .navbar-toggle:focus {
  124. background-color: transparent
  125. }
  126. .navbar-default .navbar-toggle .icon-bar {
  127. background-color: #00bfff
  128. }
  129. .navbar-default .navbar-collapse,.navbar-default .navbar-form {
  130. border: 0;
  131. background-color: transparent!important;
  132. }
  133. .dropdown-menu {
  134. color: #00bfff;
  135. font-family: MS Serif;
  136. font-size: 15px;
  137. background: #000000
  138. }
  139. .panel {
  140. background-color: rgba(0, 0, 0, 0.58)!important;
  141. color: #3BB9FF!important;
  142. font-family: Arial-bold;
  143. }
  144. .panel .panel-heading {
  145. background-color: rgba(0,0,0,0.69)!important;
  146. background-image: none!important;
  147. font-family: Arial;
  148. font-size: 20px;
  149. text-align: center;
  150. color: white!important;
  151. padding: 3px;
  152. border-radius: 1px;
  153. }
  154.  
  155. .table > thead > tr > th,
  156. .table > tbody > tr > th,
  157. .table > tfoot > tr > th,
  158. .table > thead > tr > td,
  159. .table > tbody > tr > td,
  160. .table > tfoot > tr > td {
  161. border-color: #000000
  162. }
  163. .table-striped > tbody > tr:nth-child(odd) > td,
  164. .table-striped > tbody > tr:nth-child(odd) > th {
  165. background-color: rgba(2,2,2,0.23);
  166. }
  167. .input-group-addon {
  168. color: #00bfff;
  169. background-color: #000000;
  170. border-color: #000000
  171. }
  172. .text-primary {
  173. color: #000000
  174. }
  175. .text-primary:hover {
  176. color: #00bfff
  177. }
  178. a {
  179. color: #00bfff;
  180. text-decoration: none
  181. }
  182. a:hover,a:focus {
  183. color: #000000;
  184. transition: 1s all ease-in;
  185. text-decoration: none
  186. }
  187. a:focus {
  188. outline: 0
  189. }
  190. a.thumbnail:hover,
  191. a.thumbnail:focus,
  192. a.thumbnail.active {
  193. border-color: #000000
  194. }
  195. .btn-link {
  196. color: #000000;
  197. font-weight: 400;
  198. cursor: pointer;
  199. border-radius: 0
  200. }
  201. .btn-link,
  202. .btn-link:active,
  203. .btn-link[disabled],
  204. fieldset[disabled] .btn-link {
  205. background-color: transparent;
  206. -webkit-box-shadow: none;
  207. box-shadow: none
  208. }
  209. .btn-link,.btn-link:hover,.btn-link:focus,.btn-link:active {
  210. border-color: transparent
  211. }
  212. .btn-link:hover,.btn-link:focus {
  213. color: #000000;
  214. text-decoration: none;
  215. background-color: transparent
  216. }
  217. .btn-link[disabled]:hover,
  218. fieldset[disabled] .btn-link:hover,
  219. .btn-link[disabled]:focus,
  220. fieldset[disabled] .btn-link:focus {
  221. color: #000000;
  222. text-decoration: none
  223. }
  224. .dropdown-menu > .active > a,
  225. .dropdown-menu > .active > a:hover,
  226. .dropdown-menu > .active > a:focus {
  227. color: #00bfff;
  228. text-decoration: none;
  229. outline: 0;
  230. background-color: #000000
  231. }
  232. .nav-pills > li {
  233. float: left
  234. }
  235. .nav-pills > li > a {
  236. border-radius: 1px
  237. }
  238. .nav-pills > li + li {
  239. margin-left: 2px
  240. }
  241. .nav-pills > li.active > a,
  242. .nav-pills > li.active > a:hover,
  243. .nav-pills > li.active > a:focus {
  244. color: #00bfff;
  245. background-color: #000000
  246. }
  247. .nav-pills > li.active > a .caret,.nav-pills > li.active > a:hover .caret,
  248. .nav-pills > li.active > a:focus .caret {
  249. border-top-color: #00bfff;
  250. border-bottom-color: #00bfff
  251. }
  252. a.list-group-item {
  253. color: #000000
  254. }
  255. a.list-group-item .list-group-item-heading {
  256. color: #000000
  257. }
  258. a.list-group-item:hover,
  259. a.list-group-item:focus {
  260. text-decoration: none;
  261. background-color: #000000
  262. }
  263. a.list-group-item.active,
  264. a.list-group-item.active:hover,
  265. a.list-group-item.active:focus {
  266. z-index: 2;
  267. color: #00bfff;
  268. background-color: #000000;
  269. border-color: #000000
  270. }
  271. a.list-group-item.active .list-group-item-heading,
  272. a.list-group-item.active:hover .list-group-item-heading,
  273. a.list-group-item.active:focus .list-group-item-heading {
  274. color: inherit
  275. }
  276. a.list-group-item.active .list-group-item-text,
  277. a.list-group-item.active:hover .list-group-item-text,
  278. a.list-group-item.active:focus .list-group-item-text {
  279. color: #00bfff
  280. }
  281. .btn-primary {
  282. color: #00bfff;
  283. background-color: #000000;
  284. border-color: #000000
  285. }
  286. .btn-primary:hover,.btn-primary:focus,
  287. .btn-primary:active,.btn-primary.active,
  288. .open .dropdown-toggle.btn-primary {
  289. color: #00bfff;
  290. background-color: #000000;
  291. border-color: #000000
  292. }
  293. .btn-primary:active,
  294. .btn-primary.active,
  295. .open .dropdown-toggle.btn-primary {
  296. background-image: none
  297. }
  298. .btn-primary.disabled,
  299. .btn-primary[disabled],
  300. fieldset[disabled] .btn-primary,
  301. .btn-primary.disabled:hover,
  302. .btn-primary[disabled]:hover,
  303. fieldset[disabled] .btn-primary:hover,
  304. .btn-primary.disabled:focus,
  305. .btn-primary[disabled]:focus,
  306. fieldset[disabled] .btn-primary:focus,
  307. .btn-primary.disabled:active,
  308. .btn-primary[disabled]:active,
  309. fieldset[disabled] .btn-primary:active,
  310. .btn-primary.disabled.active,
  311. .btn-primary[disabled].active,
  312. fieldset[disabled] .btn-primary.active {
  313. background-color: #000000;
  314. border-color: #000000
  315. }
  316. .btn-primary .badge {
  317. color: #000000;
  318. background-color: #00bfff
  319. }
  320. .pagination {
  321. display: inline-block;
  322. padding-left: 0;
  323. margin: 20px 0;
  324. border-radius: 4px
  325. }
  326. .pagination > li {
  327. display: inline
  328. }
  329. .pagination > li > a,
  330. .pagination > li > span {
  331. position: relative;
  332. float: left;
  333. padding: 6px 12px;
  334. line-height: 1.42857143;
  335. text-decoration: none;
  336. background-color: #000000;
  337. border: 3px solid #000000;
  338. margin-left: -1px
  339. }
  340. .pagination > li:first-child > a,
  341. .pagination > li:first-child > span {
  342. margin-left: 0;
  343. border-bottom-left-radius: 4px;
  344. border-top-left-radius: 4px
  345. }
  346. .pagination > li:last-child > a,
  347. .pagination > li:last-child > span {
  348. border-bottom-right-radius: 4px;
  349. border-top-right-radius: 4px
  350. }
  351. .pagination > li > a:hover,
  352. .pagination > li > span:hover,
  353. .pagination > li > a:focus,
  354. .pagination > li > span:focus {
  355. background-color: #000000
  356. }
  357. .pagination > .active > a,
  358. .pagination > .active > span,
  359. .pagination > .active > a:hover,
  360. .pagination > .active > span:hover,
  361. .pagination > .active > a:focus,
  362. .pagination > .active > span:focus {
  363. z-index: 2;
  364. color: #00bfff;
  365. background-color: #000000;
  366. border-color: #000000;
  367. cursor: default
  368. }
  369.  
  370. .pagination > .disabled > span,
  371. .pagination > .disabled > span:hover,
  372. .pagination > .disabled > span:focus,
  373. .pagination > .disabled > a,
  374. .pagination > .disabled > a:hover,
  375. .pagination > .disabled > a:focus {
  376. color: #999;
  377. background-color: #000000;
  378. border-color: #000000;
  379. cursor: not-allowed
  380. }
  381. .label-primary {
  382. background-color: #000000
  383. }
  384. .label-primary[href]:hover,
  385. .label-primary[href]:focus {
  386. background-color: #3a312b
  387. }
  388. .progress-bar {
  389. background-color: #000000
  390. }
  391. .panel-primary {
  392. background-color: rgba(129, 128, 128 0.5)!important;
  393. }
  394. .panel-primary > .panel-heading {
  395. color: #000000;
  396. background-color: rgba(129, 128, 128 0.5)!important;
  397. }
  398. .panel-primary > .panel-heading + .panel-collapse > .panel-body {
  399. background-color: rgba(0, 0, 0 0.5)!important;
  400. }
  401. .panel-primary > .panel-footer + .panel-collapse > .panel-body {
  402. background-color: rgba(0, 0, 0, 0.58)!important;
  403. }
  404. html {
  405. height: 650px
  406. }
  407. .logo {
  408. position: absolute;
  409. margin: 0 auto
  410. }
  411. .logo img {
  412. animation: resize-logo .5s ease-in-out infinite alternate
  413. }
  414. @keyframes resize-logo {
  415. 0% {
  416. transform: scale(.96,.96)
  417. }
  418. 100% {
  419. transform: scale(1.04,1.04)
  420. }
  421. }
  422. @-webkit-keyframes resize-logo {
  423. 0% {
  424. -webkit-transform: scale(.96,.96);
  425. transform: scale(.96,.96)
  426. }
  427. 100% {
  428. -webkit-transform: scale(1.04,1.04);
  429. transform: scale(1.04,1.04)
  430. }
  431. }
  432. .header {
  433. position: relative
  434. }
  435. .header .buttons {
  436. position: absolute;
  437. bottom: -87px;
  438. right: 8px;
  439. z-index: 9
  440. }
  441. .header {
  442. margin: 15px 0 25px
  443. }
  444. .navbar .container-fluid {
  445. padding-left: 0;
  446. padding-right: 0
  447. }
  448. .header .buttons {
  449. width: auto
  450. }
  451. .navbar-default .navbar-nav > .open > a,
  452. .navbar-default .navbar-nav > .open > a:hover,
  453. .navbar-default .navbar-nav > .open > a:focus {
  454. color: #00bfff
  455. }
  456. .btn,.toolbar .checkout .btn,
  457. .toolbar .checkout .btn:hover {
  458. background: #000000!important;
  459. color: #00bfff!important;
  460. border: 1px solid #000000!important;
  461. transition: background .5s,color .5s,transform .5s!important
  462. }
  463. .btn:hover {
  464. transform: scale(1.1,1.1)
  465. }
  466. .toolbar .btn {
  467. background: #000000!important
  468. }
  469. .toolbar .btn:hover {
  470. background: #000000!important;
  471. color: #00bfff!important
  472. }
  473. .btn.disabled,.btn[disabled],fieldset[disabled] .btn {
  474. opacity: 0.5
  475. }
  476. .panel {
  477. color: #000000;
  478. background-color: rgba(2,2,2,0.4);
  479. }
  480. .dropdown-menu > li > a {
  481. background: #000000;
  482. color: #00bfff;
  483. transition: background .5s,color .5s
  484. }
  485. .dropdown-menu > li > a:hover {
  486. background: #000000;
  487. color: #00bfff
  488. }
  489. .footer {
  490. border: 0;
  491. padding-top: 0;
  492. margin-top: 0;
  493. margin-bottom: 60px
  494. }
  495. .navbar-default .navbar-nav > li > a .fa {
  496. font-size: 12px
  497. }
  498. }
  499. .navbar-default .navbar-nav > .open > a,
  500. .navbar-default .navbar-nav > .open > a:hover,
  501. .navbar-default .navbar-nav > .open > a:focus {
  502. }
  503. .form-control:focus {
  504. border-color: #000000
  505. }
  506. .table-hover > tbody > tr:hover > td,
  507. .table-hover > tbody > tr:hover > th {
  508. background: transparent
  509. }
  510. .table-striped > tbody > tr:nth-child(odd) > td,
  511. .table-striped > tbody > tr:nth-child(odd) > th {
  512. background: transparent
  513. }
  514. .table > thead > tr > th,
  515. .table > tbody > tr > th,
  516. .table > tfoot > tr > th,
  517. .table > thead > tr > td,
  518. .table > tbody > tr > td,.table > tfoot > tr > td {
  519. border-top: 1px solid #000000
  520. }
  521. @media (max-width: 767px) {
  522. .navbar .navbar-brand {
  523. }
  524. .navbar-default .navbar-nav > li > a {
  525. }
  526. .navbar-default .navbar-collapse {
  527. position: relative;
  528. z-index: 9
  529. background-color: transparent!important;
  530. }
  531. .navbar-default .navbar-nav > li > a:hover,
  532. .navbar-default .navbar-nav > li > a:focus {
  533. }
  534. .dropdown-menu > li > a {
  535. background: #000000
  536. }
  537. .dropdown-menu {
  538. padding: 0;
  539. margin: 0
  540. }
  541. .navbar-toggle {
  542. float: left;
  543. margin: 9px 0 0 15px
  544. }
  545. .navbar-collapse {
  546. border: 0;
  547. background-color: rgba(180, 100, 100, 0.5)!important;
  548. }
  549. #pp {
  550. color: #000!important;
  551. padding: 5px;
  552. margin: 5px;
  553. }
  554. .paypalbutton
  555. {
  556. background-color: blue!important;
  557. color: black!important;
  558. }
  559. .input, .button, .select, .textarea {
  560. color: #000!important;
  561. }
  562. </style><!-- /Custom head -->
  563. <style>
  564. #navbar1{
  565. margin-top: 20px;
  566. }
  567. </style>
  568. </head>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement