Advertisement
Guest User

Untitled

a guest
Jul 19th, 2018
91
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 16.45 KB | None | 0 0
  1. *:not(font) {
  2. color:#7d7d7b;
  3. }
  4. body {
  5. margin: 0;
  6. padding: 0;
  7. font-size: 12px;
  8. font-family: 'Open Sans';
  9. background: #000 url(images/bg.jpg) top center no-repeat;
  10. }
  11. table.tftable {font-size:12px;color:#fbfbfb;width:100%;border-width: 1px;border-color: #686767;border-collapse: collapse;}
  12. table.tftable th {font-size:12px;background-color:#171515;border-width: 1px;padding: 8px;border-style: solid;border-color: #686767;text-align:left;}
  13. table.tftable tr {background-color:#2f2f2f;}
  14. table.tftable td {font-size:12px;border-width: 1px;padding: 8px;border-style: solid;border-color: #686767;}
  15.  
  16. @font-face {
  17. font-family: 'HackingTrashed-Regular';
  18. src: url('hackingtrashed-regular.eot');
  19. src: url('hackingtrashed-regular.eot?#iefix') format('embedded-opentype'),
  20. url('hackingtrashed-regular.woff') format('woff'),
  21. url('hackingtrashed-regular.ttf') format('truetype'),
  22. url('hackingtrashed-regular.svg#HackingTrashed-Regular') format('svg');
  23. }
  24.  
  25. .fontpro,.fontpro-26549 {
  26. font-family: 'HackingTrashed-Regular',sans-serif;
  27. }
  28. .wrap {
  29. width: 100%;
  30. }
  31. .row {
  32. margin: 0 auto;
  33. width: 1000px;
  34. }
  35. .right h2 {
  36. margin: 0;
  37. width: 655px;
  38. height: 54px;
  39. line-height: 43px;
  40. text-transform: uppercase;
  41. color: orange;
  42. font-family: 'HackingTrashed-Regular',sans-serif;
  43. font-size: 25px;
  44. text-align: left;
  45. text-indent: 25px;
  46. text-shadow: 1px 0 1px #343434;
  47.  
  48. }
  49.  
  50. table th {font-size:12px;background-color:#111111;border-width: 1px;padding: 8px;border-style: solid;border-color: #7d7d7b;text-align:left;
  51. font-family: 'HackingTrashed-Regular',sans-serif;}
  52. table
  53.  
  54. {font-size:12px;color:#fff;width:100%;border-width: 1px;border-color: #7d7d7b;border-collapse: collapse;}
  55.  
  56. table tr {background-color:#222222;}
  57. table td
  58.  
  59. {font-size:12px;border-width: 1px;padding: 8px;border-style: solid;border-color: #bcaf91;}
  60. table a:link {color: #c5c5c5;}
  61. table a:visited {color: #c5c5c5;}
  62. table a:hover {color: #ffb245;}
  63. table a:active {color: #c5c5c5;}
  64. table a:focus {color: #c5c5c5;}
  65. a:link {color: #c5c5c5;}
  66. a:visited {color: #c5c5c5;}
  67. a:hover {color: #ffb245;}
  68. a:active {color: #c5c5c5;}
  69. a:focus {color: #c5c5c5;}
  70.  
  71. #outer { }
  72.  
  73. /* Top Bar Styles */
  74.  
  75. #top_bar {
  76. height: 30px;
  77. color: #fff;
  78. line-height: 30px;
  79. text-shadow: 1px 0 1px #000;
  80. }
  81. #top_bar a {
  82. display: block;
  83. margin-left: 30px;
  84. line-height: 31px;
  85. text-indent: -825px;
  86. color: #fff;
  87. text-decoration: none;
  88. background: url(/css/css/images/users_ico.png) center left no-repeat;
  89. }
  90. #top_bar a:hover {
  91. opacity: .65;
  92. }
  93.  
  94.  
  95. /* Header Styles */
  96.  
  97. #header {
  98. position: relative;
  99. z-index: 10;
  100. }
  101. #header #logo {
  102. margin: 15px 0 0 30px;
  103. position: relative;
  104. float: left;
  105. width: 477px;
  106. height: 105px;
  107. background: url(images/newbanner.png) no-repeat;
  108. z-index: 10;
  109. }
  110. #header #profile {
  111. float: right;
  112. margin: 10px 0px 10px 10px;
  113. font-size: 11px;
  114. color: #8f8f8f;
  115. margin-right:30px;
  116. }
  117. #header #stats {
  118. display:inline-block;
  119. float: left;
  120. margin-left:-30px;
  121. margin-top:10px;
  122. }
  123. #header #stats .stat_container .title {
  124. float: left;
  125. text-align: right;
  126. color: #686868;
  127. font-size: 11px;
  128. line-height: 19px;
  129. width:50px;
  130. }
  131. #header #stats .stat_container .after_title {
  132. float: left;
  133. text-align: right;
  134. color: #686868;
  135. font-size: 11px;
  136. line-height: 19px;
  137. }
  138. #header #stats .stat_container .stat {
  139. float: left;
  140. margin-left: 5px;
  141. width: 100px;
  142. height: 19px;
  143. }
  144. #header #profile #avatar {
  145. float: left;
  146. width: 95px;
  147. height: 97px;
  148. background: url(images/avatar.png) no-repeat;
  149. }
  150. #header #profile #details {
  151. float: left;
  152. margin-left: 15px;
  153. line-height: 18px;
  154. text-align:left;
  155. }
  156. #header #profile #details span {
  157. color: #b64620;
  158. }
  159. #header #profile #details a.btn {
  160. display: block;
  161. margin-top: 3px;
  162. width: 130px;
  163. height: 22px;
  164. line-height: 22px;
  165. text-align: center;
  166. color: #fff;
  167. text-decoration: none;
  168. background: url(images/orange_btn.png) no-repeat;
  169. }
  170. #header #profile #details a.btn:hover {
  171. opacity: .65;
  172. }
  173.  
  174. /* Main Styles */
  175.  
  176. #main {
  177. position: relative;
  178. margin-top: -10px;
  179. z-index: 500;
  180. }
  181. #main .top {
  182. height: 67px;
  183. background: url(/images/content_bg_01.png) no-repeat;
  184. }
  185. #main .top .pad {
  186. padding: 16px 0 0 37px;
  187. }
  188. #main .top #search_box {
  189. float: left;
  190. margin-top: 3px;
  191. width: 182px;
  192. height: 29px;
  193. background: url(/css/images/search_player_box.png) no-repeat;
  194. }
  195. #main .top #search_box input.clear {
  196. float: left;
  197. margin: 1px 0 0 7px;
  198. height: 25px;
  199. width: 145px;
  200. color: #5d5d5d;
  201. font-size: 11px;
  202. border: none;
  203. outline: none;
  204. background: none;
  205. }
  206. #main .top #search_box input.search {
  207. cursor: pointer;
  208. border: none;
  209. outline: none;
  210. background: none;
  211. }
  212. #main .top #info {
  213. float: right;
  214. width: 76%;
  215. padding-top: 5px;
  216. }
  217.  
  218. #main .top #info a {
  219. color:#7d7d7b !important;
  220. }
  221.  
  222. #main .top #info span.page_hospital {
  223. float: left;
  224. display: block;
  225. line-height: 20px;
  226. text-indent: 20px;
  227. color: #7d7d7b;
  228. font-size: 11px;
  229. background: url(/css/images/hosp.png) center left no-repeat;
  230. padding-left: 2px;
  231. }
  232.  
  233. #main .top #info span.page_jail {
  234. float: left;
  235. display: block;
  236. line-height: 20px;
  237. text-indent: 20px;
  238. color: #7d7d7b;
  239. font-size: 11px;
  240. background: url(/css/images/jail_ico.png) center left no-repeat;
  241. padding-left: 2px;
  242. margin-left: 20px;
  243. }
  244.  
  245. #main .top #info span.page_mail {
  246. float: left;
  247. display: block;
  248. line-height: 20px;
  249. text-indent: 20px;
  250. color: #7d7d7b;
  251. font-size: 11px;
  252. background: url(/css/images/mail_ico.png) center left no-repeat;
  253. padding-left: 2px;
  254. margin-left: 20px;
  255. }
  256.  
  257. #main .top #info span.page_events {
  258. float: left;
  259. display: block;
  260. line-height: 20px;
  261. text-indent: 20px;
  262. color: #7d7d7b;
  263. font-size: 11px;
  264. background: url(/css/images/events_ico.png) center left no-repeat;
  265. padding-left: 2px;
  266. margin-left: 20px;
  267. }
  268.  
  269. #main .top #info span.page_events a,
  270. #main .top #info span.page_mail a {
  271. color: #7d7d7b;
  272. }
  273.  
  274. #main .top #info span.location {
  275. float: left;
  276. display: block;
  277. line-height: 20px;
  278. text-indent: 20px;
  279. color: #7d7d7b;
  280. font-size: 11px;
  281. margin-left: 20px;
  282. background: url(/css/images/location_ico.png) center left no-repeat;
  283. }
  284. #main .top #info span.page_news {
  285. float: left;
  286. display: block;
  287. margin-left: 20px;
  288. line-height: 20px;
  289. text-indent: 20px;
  290. color: #7d7d7b;
  291. font-size: 11px;
  292. background: url(/css/images/news_ico.png) center left no-repeat;
  293. }
  294.  
  295. #main .top #info span.clock {
  296. float: left;
  297. display: block;
  298. margin-left: 20px;
  299. line-height: 20px;
  300. text-indent: 20px;
  301. color: #7d7d7b;
  302. font-size: 11px;
  303. background: url(/css/images/clock_ico.png) center left no-repeat;
  304. }
  305.  
  306. .middle.row {
  307. background: url(/css/images/content_bg_02.png);
  308. min-height: 900px;
  309. margin-bottom:-47px;
  310. }
  311. #main .middle #left {
  312. float: left;
  313. width: 215px;
  314. }
  315. #main .middle #left #menu {
  316. margin-left: 11px;
  317. width: 215px;
  318. }
  319. a.menu {
  320. float: right;
  321. margin: 0 0 3px 0;
  322. display: block;
  323. width: 193px;
  324. height: 34px;
  325. line-height: 34px;
  326. text-indent: 25px;
  327. text-decoration: none;
  328. color: #c5c5c5;
  329. text-shadow: 1px 0 1px #000;
  330. background: url(/css/images/menu_link.png) no-repeat;
  331. }
  332. a.menu:hover {
  333. width: 215px;
  334. color: #ffb245;
  335. background: url(/css/css/images/menu.png) no-repeat;
  336. }
  337. #staff_panel {
  338. margin: 10px 0 0 0;
  339. width: 190px;
  340. height: 98px;
  341. background: url(/css/images/staff_panel_box.png) no-repeat;
  342. }
  343. #staff_panel .pad {
  344. padding: 6px 8px 0 8px;
  345. }
  346. #staff_panel span.title {
  347. display: block;
  348. line-height: 20px;
  349. color: #4b4b4a;
  350. }
  351. #staff_panel a {
  352. color: #818181;
  353. font-size: 11px;
  354. text-decoration: none;
  355. }
  356. #main .middle #right {
  357. float: left;
  358. margin-left: 30px;
  359. width: 700px;
  360. line-height: 22px;
  361. color: #7a7a7a;
  362. }
  363. .bottom.row{
  364. height: 173px;
  365. background: url(/css/images/content_bg_03.png) no-repeat;
  366. }
  367.  
  368. /* Footer Styles */
  369.  
  370. #footer {
  371. height: 134px;
  372. background: url(/css/images/footer_bg.png) top center no-repeat;
  373. }
  374.  
  375.  
  376. .spacer {
  377. clear: both;
  378. }
  379. div#maincontent {
  380. width: 70%;
  381. text-align: left;
  382. margin-left:200px;
  383. }
  384. #main .middle #left #menu a.menu {
  385. float: right;
  386. margin: 0 0 3px 0;
  387. display: block;
  388. width: 193px;
  389. height: 34px;
  390. line-height: 34px;
  391. text-indent: 25px;
  392. text-decoration: none;
  393. color: #c5c5c5;
  394. text-shadow: 1px 0 1px #000;
  395. background: url(images/menu_link.png)no-repeat;
  396. }
  397. div#menu {
  398. float: left;
  399. margin-left:30px;
  400. display: block;
  401. width: 193px;
  402. height: 34px;
  403. text-decoration: none;
  404. color: #c5c5c5;
  405. text-shadow: 1px 0 1px #000;
  406. /* background: url(images/menu_link.png); */
  407. }
  408.  
  409.  
  410. div#menu1 {
  411. float: left;
  412. margin-left:-193px;
  413. margin-top:38px;
  414. display: block;
  415. width: 193px;
  416. height: 34px;
  417. line-height: 34px;
  418. text-indent: 25px;
  419. text-decoration: none;
  420. color: #c5c5c5;
  421. text-shadow: 1px 0 1px #000;
  422. background: url(images/menu_link.png);}
  423.  
  424. h3 {
  425. display: block;
  426. font-size: 1.17em;
  427. -webkit-margin-before: 1em;
  428. -webkit-margin-after: 1em;
  429. -webkit-margin-start: 0px;
  430. -webkit-margin-end: 0px;
  431. font-weight: bold;
  432. color:#7a7a7a;
  433. }
  434. contenthead {
  435. display: block;
  436. font-size: 1.17em;
  437. -webkit-margin-before: 1em;
  438. -webkit-margin-after: 1em;
  439. -webkit-margin-start: 0px;
  440. -webkit-margin-end: 0px;
  441. font-weight: bold;
  442. color:#7a7a7a;
  443. }
  444.  
  445. #dottedRow {
  446. border-bottom: 1px dotted #666666;
  447. padding: 5px;
  448. }
  449.  
  450. #dottedRow1 {
  451. border-bottom: 1px dotted #666666;
  452. border-left: 1px solid #666666;
  453. padding: 5px;
  454. }
  455.  
  456. #dottedRow2 {
  457. border-bottom: 1px dotted #666666;
  458. border-right: 1px solid #666666;
  459. padding: 5px;
  460. }
  461.  
  462. #dottedRow3 {
  463. border-bottom: 1px solid #666666;
  464. border-top: 1px solid #666666;
  465. padding: 5px;
  466. }
  467.  
  468. #dottedRow4 {
  469. border-bottom: 1px solid #666666;
  470. border-top: 1px solid #666666;
  471. border-right: 1px solid #666666;
  472. padding: 5px;
  473. }
  474.  
  475. #dottedRow5 {
  476. border-bottom: 1px solid #666666;
  477. padding: 5px;
  478. }
  479.  
  480. #dottedRow6 {
  481. border-bottom: 1px solid #666666;
  482. border-right: 1px solid #666666;
  483. padding: 5px;
  484. }
  485.  
  486. #dottedRow7 {
  487. border-bottom: 1px solid #666666;
  488. border-left: 1px solid #666666;
  489. padding: 5px;
  490. }
  491. #botlink {
  492. background: rgba(0, 0, 0, .25);
  493. padding: 10px;
  494. margin: 0 auto;
  495. border: #303030 thin solid;
  496. }
  497. .progress-bar {
  498. background-color: #000000;
  499. width: 100px;
  500. padding:1px;
  501. height:10px;
  502. -moz-border-radius: 3px;
  503. -webkit-border-radius: 3px;
  504. border-radius: 3px;
  505. }
  506. .progress-bar span {
  507. display: inline-block;
  508. height: 8px;
  509. width: 100px;
  510. -moz-border-radius: 3px;
  511. -webkit-border-radius: 3px;
  512. border-radius: 3px;
  513. -moz-box-shadow: 0 0 5px #000 inset, 0 0 0 #444444;
  514. -webkit-box-shadow: 0 0 5px #000 inset, 0 0 0 #444444;
  515. box-shadow: 0 0 5px #000 inset, 0 0 0 #444444;
  516. -webkit-transition: width .4s ease-in-out;
  517. -moz-transition: width .4s ease-in-out;
  518. -ms-transition: width .4s ease-in-out;
  519. -o-transition: width .4s ease-in-out;
  520. transition: width .4s ease-in-out;
  521.  
  522. at:left;
  523. }
  524. .blue span {
  525. background-color: #000000;
  526. }
  527. .stripes span {
  528. -webkit-background-size: 30px 30px;
  529. -moz-background-size: 30px 30px;
  530. background-size: 30px 30px;
  531. background-image: -webkit-gradient(linear, left top, right bottom,
  532. color-stop(.25, rgba(50,100,200,0.75)), color-stop(.25, transparent),
  533. color-stop(.5, transparent), color-stop(.5, rgba(50,100,200,0.75)),
  534. color-stop(.75, rgba(50,100,200,0.75)), color-stop(.75, transparent),
  535. to(transparent));
  536. background-image: -webkit-linear-gradient(135deg, rgba(50,100,200,0.75) 25%, transparent 25%,
  537. transparent 50%, rgba(50,100,200,0.75) 50%, rgba(50,100,200,0.75) 75%,
  538. transparent 75%, transparent);
  539. background-image: -moz-linear-gradient(135deg, rgba(50,100,200,0.75) 25%, transparent 25%,
  540. transparent 50%, rgba(50,100,200,0.75) 50%, rgba(50,100,200,0.75) 75%,
  541. transparent 75%, transparent);
  542. background-image: -ms-linear-gradient(135deg, rgba(50,100,200,0.75) 25%, transparent 25%,
  543. transparent 50%, rgba(50,100,200,0.75) 50%, rgba(50,100,200,0.75) 75%,
  544. transparent 75%, transparent);
  545. background-image: -o-linear-gradient(135deg, rgba(50,100,200,0.75) 25%, transparent 25%,
  546. transparent 50%, rgba(50,100,200,0.75) 50%, rgba(50,100,200,0.75) 75%,
  547. transparent 75%, transparent);
  548. background-image: linear-gradient(135deg, rgba(50,100,200,0.75) 25%, transparent 25%,
  549. transparent 50%, rgba(50,100,200,0.75) 50%, rgba(50,100,200,0.75) 75%,
  550. transparent 75%, transparent);
  551. -webkit-animation: animate-stripes 3s linear infinite;
  552. -moz-animation: animate-stripes 3s linear infinite;
  553. }
  554. @-webkit-keyframes animate-stripes {
  555. 0% {background-position: 0 0;} 100% {background-position: 60px 0;}
  556. }
  557. @-moz-keyframes animate-stripes {
  558. 0% {background-position: 0 0;} 100% {background-position: 60px 0;}
  559. }
  560.  
  561. .floaty {
  562. background:rgba(0,0,0,.25);
  563. border:thin solid #333;
  564. border-radius:5px;
  565. margin-top:10px;
  566. margin-bottom:10px;
  567. padding:5px;
  568. text-align:center;
  569. }
  570.  
  571. .flexcont{
  572. display:flex;
  573. align-items:center;
  574. }
  575. .flexele{
  576. flex:1;
  577. text-align:center;
  578. }
  579. .crime{
  580. width:23%;
  581. padding-bottom:2%;
  582. padding-top:2%;
  583. margin-left:1.5%;
  584. margin-bottom:1.5%;
  585. background:rgba(0,0,0,.25);
  586. border:black thin solid;
  587. display:inline-block;
  588. text-align:center;
  589. }
  590. .notify{
  591. color:#00ff00;
  592. }
  593. .floatylinks{
  594. font-size:14px;
  595. background:#000000;
  596. color:#c7c5c5;
  597. border:thin solid #333;
  598. padding:10px;
  599. border-radius:5px;
  600. margin:2px;
  601. }
  602. .floatylinks:hover{
  603. background:rgba(0,128,0,.125);
  604. }
  605. a{
  606. text-decoration:none!important;
  607. }
  608.  
  609. #newtables {
  610. margin-bottom: 25px;
  611. }
  612.  
  613. #newtables td,
  614. #newtables th {
  615. text-align: center;
  616. }
  617.  
  618. .donate :not(font) {
  619. color:#c5c5c5;
  620. }
  621.  
  622. .cta, .cta b {
  623. color: chartreuse !important;
  624. font-size: 15px;
  625. }
  626.  
  627. .donate_rules {
  628. text-align: left;
  629. padding-left: 15px;
  630. font-size: 15px;
  631. }
  632.  
  633. .donate_rules li {
  634. padding-top: 10px;
  635. list-style-type: none;
  636. }
  637.  
  638. .ui-autocomplete {
  639. position: absolute;
  640. width: 221px;
  641. top: 190px;
  642. left: 489.5px;
  643. z-index: 999999999;
  644. cursor: default;
  645. }
  646. .ui-autocomplete-loading { background: white url('images/ui-anim_basic_16x16.gif') right center no-repeat; }
  647.  
  648.  
  649. * html .ui-autocomplete { width:1px; }
  650.  
  651. .ui-menu {
  652. list-style:none;
  653. padding: 10px;
  654. margin: 0;
  655. display:block;
  656. width:215px;
  657. background-color: #111111f5;
  658. border-radius: 5px;
  659. line-height: 1.5em;
  660. }
  661. .ui-menu .ui-menu {
  662. margin-top: -3px;
  663. }
  664. .ui-menu .ui-menu-item {
  665. margin:0;
  666. padding: 0;
  667. width: 200px;
  668. }
  669. .ui-menu .ui-menu-item a {
  670. text-decoration:none;
  671. display:block;
  672. padding:.2em .4em;
  673. line-height:1.5;
  674. zoom:1;
  675. }
  676. .ui-menu .ui-menu-item a.ui-state-hover,
  677. .ui-menu .ui-menu-item a.ui-state-active {
  678. margin: -1px;
  679. }
  680.  
  681. .ui-helper-hidden-accessible {
  682. border: 0;
  683. clip: rect(0 0 0 0);
  684. height: 1px;
  685. margin: -1px;
  686. overflow: hidden;
  687. padding: 0;
  688. position: absolute;
  689. width: 1px;
  690. }
  691.  
  692. .ui-state-default {
  693. float: right;
  694. margin: 0 0 3px 0;
  695. display: block;
  696. width: 193px;
  697. height: 34px;
  698. line-height: 34px;
  699. text-decoration: none;
  700. color: #c5c5c5;
  701. text-shadow: 1px 0 1px #000;
  702. background: url(/css/images/menu_link.png) no-repeat;
  703. }
  704. .ui-state-default:hover {
  705. width: 215px;
  706. color: #ffb245;
  707. background: url(/css/css/images/menu.png) no-repeat;
  708. }
  709. .ui-state-default:hover a {
  710. color: #ffb245;
  711. }
  712. .ui-state-default a {
  713. padding: 10px 40px;
  714. }
  715.  
  716. .forumhover {
  717. cursor: pointer;
  718. }
  719.  
  720. .spinButton {
  721. -moz-box-shadow:inset 0px 1px 3px 0px #91b8b3;
  722. -webkit-box-shadow:inset 0px 1px 3px 0px #91b8b3;
  723. box-shadow:inset 0px 1px 3px 0px #91b8b3;
  724. background-color:#768d87;
  725. -moz-border-radius:5px;
  726. -webkit-border-radius:5px;
  727. border-radius:5px;
  728. border:1px solid #566963;
  729. display:inline-block;
  730. cursor:pointer;
  731. color:#ffffff;
  732. font-family:Arial;
  733. font-size:15px;
  734. font-weight:bold;
  735. padding:10px 37px;
  736. text-decoration:none;
  737. text-shadow:0px -1px 0px #2b665e;
  738. }
  739. .spinButton:hover {
  740. background-color:#6c7c7c;
  741. }
  742. .spinButton:active {
  743. position:relative;
  744. top:1px;
  745. }
  746.  
  747. .checkboxes label {
  748. padding-right: 10px;
  749. white-space: nowrap;
  750. }
  751. .checkboxes input {
  752. vertical-align: middle;
  753. }
  754.  
  755. .radiobuttons label {
  756. padding-right: 10px;
  757. white-space: nowrap;
  758. }
  759. .radiobuttons input {
  760. vertical-align: top;
  761. }
  762.  
  763. .clear {
  764. padding: 8px 0;
  765. }
  766.  
  767. .confirm {
  768. color: dodgerblue;
  769. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement