Advertisement
Guest User

Untitled

a guest
Apr 1st, 2020
158
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 16.68 KB | None | 0 0
  1. // ==UserScript==
  2. // @name DS p0T Theme
  3. // @include https://*.die-staemme.de/*
  4. // @grant GM_addStyle
  5. // @run-at document-start
  6. // @version 1.6.4
  7. // @namespace die-staemme.bigger.chat
  8. // @description Färbt das p0t Theme p0t Blau. Vergrößert sowie veschiebt den Chat und das Hauptfenster.
  9. // ==/UserScript==
  10. (function () {
  11. 'use strict';
  12. GM_addStyle(`
  13. #info_content td {
  14. background-color: #394E63 !important;
  15. }
  16. #main_layout {
  17. margin: 0;
  18. margin-left: 250px;
  19. }
  20.  
  21. #content_value table, .popup_help table {
  22. background: #394E63 !important;
  23. border: 1px solid #666666 !important;
  24. }
  25. .box-border.red .divider::before, .box-border.red .divider::after {
  26. background: #091827;
  27. }
  28. .logo {
  29. background: #091827;
  30. }
  31. .bg-top {
  32. background: #091827;
  33. }
  34. .box-border.red .middle {
  35. background: #091827;
  36. }
  37. .box-border.red .top-left {
  38. background: #091827;
  39. }
  40.  
  41. .box-border.red .top-right {
  42. background: #091827;
  43. }
  44.  
  45. .box-border.red .middle-top {
  46. background: #091827;
  47. }
  48.  
  49. .box-border.red .middle-bottom {
  50. background: #091827;
  51. }
  52.  
  53. .box-border.red .middle-left {
  54. background: #091827;
  55. }
  56.  
  57. .box-border.red .middle-right {
  58. background: #091827;
  59. }
  60.  
  61. .box-border.red .bottom-left {
  62. background: #091827;
  63. }
  64.  
  65. .box-border.red .bottom-right {
  66. background: #091827;
  67. }
  68. .spoiler div {
  69. background: #21354C;
  70. }
  71. .questlog_placeholder {
  72. min-width: 20px;
  73. }
  74. .btn, .btn-default {
  75. background: linear-gradient(to bottom, #947a62 0%,#7b5c3d 22%,#3b2b1b 30%,#352414 100%); !important;
  76. }
  77. .questlog {
  78. left: -250px;
  79. width: 150px;
  80. }
  81. .thread_button span {
  82. color: black;
  83. }
  84. .quest{
  85. background-color: #394E63;
  86. border: 1px solid #666666;
  87. box-shadow: rgba( 60, 30, 0, 0.7 ) 0px 0px 0px;
  88. }
  89. .fake-browser-notification {
  90. background: #21354C;
  91. }
  92. .chat-block {
  93. float: left;
  94. }
  95.  
  96. .chat-body {
  97. /* Höhe des Chats */
  98. height: 600px;
  99. background: #21354C;
  100. }
  101.  
  102. #chat-wrapper {
  103. margin-bottom: 31px;
  104. }
  105.  
  106. .chat-input {
  107. background: #21354C;
  108. color: #FFFFFF;
  109. }
  110.  
  111. .chat-footer {
  112. border-top: 1px solid #666666;
  113. background: #21354C;
  114. }
  115.  
  116. body {
  117. background-image: url( );
  118. background-color: #091827;
  119. color: #FFFFFF;
  120. }
  121.  
  122. .chat-new-message-notification {
  123. background: #394E63;
  124. }
  125.  
  126. a {
  127. color: #FFFFFF;
  128. }
  129.  
  130. .content-border {
  131. background: #21354C;
  132. border: 1px solid #666666;
  133. }
  134.  
  135. #main_layout .bg_left {
  136. background-image: url( );
  137. background-color: #091827;
  138. display: none;
  139. }
  140.  
  141. #main_layout .bg_right {
  142. background-image: url( );
  143. background-color: #091827;
  144. }
  145.  
  146. #main_layout .bg_right .bg_right {
  147. background-image: url( );
  148. background-color: #091827;
  149. }
  150.  
  151. #main_layout .bg_bottomcenter {
  152. background-image: url( );
  153. background-color: #091827;
  154. }
  155.  
  156. #main_layout .bg_bottomleft {
  157. background-image: url( );
  158. background-color: #091827;
  159. }
  160.  
  161. #main_layout .bg_bottomright {
  162. background-image: url( );
  163. background-color: #091827;
  164. }
  165.  
  166. #main_layout .bg_left .bg_left {
  167. background-image: url( );
  168. background-color: #091827;
  169. }
  170.  
  171. .chat-contacts .chat-body {
  172. background: #21354C;
  173. }
  174.  
  175. .chat-header {
  176. background-image: url( );
  177. background-color: #091827;
  178. border-bottom: 1px solid #666666;
  179. }
  180.  
  181. .chat-contact {
  182. background: #394E63;
  183. border-bottom: 1px solid #666666;
  184. }
  185.  
  186. .chat-contact:first-child {
  187. border-top: 1px solid #666666;
  188. }
  189.  
  190. .chat-window {
  191. border: 1px solid #666666;
  192. }
  193.  
  194. .server_info {
  195. color: #FFFFFF;
  196. background: #394E63;
  197. }
  198.  
  199. .maincell {
  200. background: #394E63;
  201. }
  202.  
  203. #inner-border {
  204. border: 1px solid #666666;
  205. }
  206.  
  207. .chat-message {
  208. background: #394E63;
  209. color: #FFFFFF;
  210. border: 1px solid #666666
  211. }
  212.  
  213. .chat-row :hover {
  214. background: #21354C;
  215. }
  216.  
  217. .chat-message.chat-message-other {
  218. background: #394E63;
  219. }
  220.  
  221. .reportable.chat-row:hover {
  222. background: #21354C;
  223. }
  224.  
  225. .chat-author-line {
  226. color: #FFFFFF;
  227. }
  228.  
  229. .chat-row .userimage {
  230. border: 1px solid #666666;
  231. }
  232.  
  233. .vis td,
  234. .vis_item {
  235. background: #091827;
  236. color: #FFFFFF
  237. }
  238.  
  239. .vis .selected,
  240. .vis .selected>td,
  241. .overview_table .selected>td {
  242. background: #091827 !important;
  243. color: #FFFFFF !important;
  244. border: 1px solid #FFFFFF !important;
  245. }
  246.  
  247. .row {
  248. background: #394E63;
  249. color: #FFFFFF
  250. }
  251.  
  252. li.help {
  253. background: #394E63;
  254. color: #FFFFFF
  255. }
  256.  
  257. .icon-box {
  258. background: #21354C;
  259. }
  260.  
  261. .box-item {
  262. color: #FFFFFF;
  263. }
  264.  
  265. .box-item:first-child {
  266. background: #21354C;
  267. }
  268.  
  269. .box-item.separate {
  270. background: #21354C;
  271. }
  272.  
  273. .header-border {
  274. background: #21354C;
  275. }
  276.  
  277. .header-border .box {
  278. background: #21354C;
  279. }
  280.  
  281. .header-border .firstcell {
  282. background: #21354C;
  283. }
  284.  
  285. td.shadow div.rightshadow {
  286. background: #394E63;
  287. }
  288.  
  289. td.shadow div.leftshadow {
  290. background: #394E63;
  291. }
  292.  
  293. #quickbar_inner .left {
  294. background: #394E63;
  295. }
  296.  
  297. #quickbar_inner .main {
  298. background: #21354C;
  299. }
  300.  
  301. #quickbar_inner .right {
  302. background: #394E63;
  303. }
  304.  
  305. #quickbar_inner .topborder .left {
  306. background: #394E63;
  307. }
  308.  
  309. #quickbar_inner .topborder .main {
  310. background: #394E63;
  311. }
  312.  
  313. #quickbar_inner .topborder .right {
  314. background: #394E63;
  315. }
  316.  
  317. #quickbar_inner .bottomborder .left {
  318. background: #394E63;
  319. }
  320.  
  321. #quickbar_inner .bottomborder .main {
  322. background: #394E63;
  323. }
  324.  
  325. #quickbar_inner .bottomborder .right {
  326. background: #394E63;
  327. }
  328.  
  329. th,
  330. .vis>h4 {
  331. background: #091827 !important;
  332. }
  333.  
  334. .row h4 {
  335. background: #091827 !important;
  336. }
  337.  
  338. .popup_menu {
  339. background: #091827 !important;
  340. }
  341.  
  342. #inline_popup_menu {
  343. background: #091827 !important;
  344. }
  345.  
  346. .no-borderimage .bordered-box h3 {
  347. background: #091827 !important;
  348. }
  349.  
  350. .bordered-box {
  351. border-image: url("http://1x1px.me/FFFFFF-0.png") 1 1 1 fill repeat;
  352. border-color: #091827;
  353. background: #21354C;
  354. }
  355.  
  356. .flag_count {
  357. background: #091827 !important;
  358. }
  359.  
  360. div.vis {
  361. border: 1px solid #666666;
  362. }
  363.  
  364. .lit .lit-item {
  365. background: #394E63 !important;
  366. }
  367.  
  368. .vis .row_a>td,
  369. .vis.alternating tr:nth-child(2n) td,
  370. .vis .row_a>tr>td {
  371. background: #394E63 !important;
  372. }
  373.  
  374. .vis .row_b>td,
  375. .vis.alternating-rows tr:nth-child(2n+1) td,
  376. .vis .row_a>tr>td {
  377. background: #394E63 !important;
  378. }
  379.  
  380. #footer,
  381. #footer a {
  382. color: #FFFFFF;
  383. }
  384.  
  385. #footer {
  386. border-top: 2px solid #666666;
  387. background: #21354C;
  388. }
  389.  
  390. #.village-item {
  391. background: #394E63;
  392. }
  393.  
  394. .village-note {
  395. background-color: #394E63;
  396. border: 1px solid #666666;
  397. }
  398.  
  399. .village-note-head {
  400. border-bottom: 1px solid #666666;
  401. }
  402.  
  403. .forum-content {
  404. background: #21354C;
  405. border: 1px solid #666666;
  406. }
  407.  
  408. .forum {
  409. background: #394E63;
  410. border: 1px solid #666666;
  411. }
  412.  
  413. .selected,
  414. .selected td {
  415. background: #394E63 !important;
  416. border: 1px solid #666666 !important;
  417. }
  418.  
  419. .post {
  420. border: 1px solid #666666;
  421. background-color: #394E63;
  422. }
  423.  
  424. .quote .quote_message {
  425. background-color: #21354C;
  426. font-size: 9pt;
  427. }
  428.  
  429. .igmline {
  430. background: #091827;
  431. border-bottom: 1px solid #666666;
  432. }
  433.  
  434. .chat-message a {
  435. color: #FF5100 !important;
  436. }
  437.  
  438. .chat-button {
  439. background-image: url(https://i.imgur.com/lZwekB3.png);
  440. }
  441.  
  442. .chat-typing-indicator {
  443. background: url(https://i.imgur.com/lZwekB3.png) -48px -16px;
  444. }
  445.  
  446. .chat-contact-group-header span:before {
  447. background: url(https://i.imgur.com/lZwekB3.png);
  448. }
  449.  
  450. .order-progress,
  451. .mass-progress {
  452. border: 1px solid #666666;
  453. }
  454.  
  455. .docked-notebook {
  456. background: #21354C;
  457. border: 1px solid #666666;
  458. }
  459.  
  460. .list-item.b {
  461. background-color: #394E63;
  462. }
  463.  
  464. .list-item.a {
  465. background-color: #21354C;
  466. }
  467.  
  468. .widget-tabs {
  469. color: #FFFFFF;
  470. background: #21354C;
  471. border-bottom: 1px solid #666666;
  472. }
  473.  
  474. .widget-tabs li a {
  475. background-color: #394E63;
  476. }
  477.  
  478. .village-item {
  479. border-bottom: 1px solid #666666;
  480. background-color: #394E63;
  481. }
  482.  
  483. .village-item:hover {
  484. background-color: #394E63;
  485. }
  486.  
  487. .target-input {
  488. border: 1px solid #666666;
  489. }
  490.  
  491. .warn_90 {
  492. color: #cf0016;
  493. }
  494.  
  495. #plunder_list_filters {
  496. background: #394E63 !important;
  497. }
  498.  
  499. .borderimage .popup_box {
  500. border-image: url("http://1x1px.me/FFFFFF-0.png") 19 19 19 19 repeat;
  501. border: 3px solid #666666;
  502. }
  503.  
  504. .world_button_active:hover {
  505. background: #21354C;
  506. color: white;
  507. }
  508.  
  509. .world_button_active {
  510. background: #394E63;
  511. border: 1px solid #666666;
  512. color: white;
  513. }
  514. .world_button_inactive:hover {
  515. background: #394E63;
  516. color: white;
  517. }
  518.  
  519. .world_button_inactive {
  520. background: #21354C;
  521. border: 1px solid #666666;
  522. color: white;
  523. }
  524. .popup_style {
  525. border-color: #666666;
  526. background: #394E63;
  527. }
  528.  
  529. .popup_content {
  530. background: #394E63;
  531. }
  532.  
  533. .popup_box_content {
  534. background: #21354C;
  535. }
  536.  
  537. .info_box {
  538. border: 1px solid #666666;
  539. background: #21354C;
  540. }
  541.  
  542. .map_container,
  543. #warplanner {
  544. background: #394E63 !important;
  545. border: 1px solid #666666 !important;
  546. }
  547.  
  548. .map-legend-container table {
  549. border: solid 1px #666666 !important;
  550. background-color: #394E63 !important;
  551. }
  552.  
  553. #map_coord_y_wrap,
  554. #map_coord_x_wrap {
  555. background-color: black;
  556. }
  557.  
  558. .overview_table .nohover {
  559. background: #394E63;
  560. }
  561.  
  562. #topdisplay:hover {
  563. background: #394E63;
  564. }
  565.  
  566. .quest:hover {
  567. background-color: #394E63;
  568. }
  569.  
  570. .item_container .item:hover,
  571. .item_container .item.active {
  572. background: #394E63;
  573. }
  574. .lit2 .lit-item {
  575. background-color: #21354C;
  576. }
  577. .lit2 .lit-item:hover {
  578. background-color: #394E63;
  579. }
  580. .ui-autocomplete {
  581. background-color: #21354C;
  582. }
  583. #skill_book_knight_selection .knight:hover {
  584. background-color: #394E63;
  585. }
  586. div.memo-tab {
  587. border: 1px solid #666666;
  588. }
  589. div.memo-tab-selected {
  590. background: #394E63;
  591. }
  592. #memo-add-tab-button {
  593. border: 1px solid #666666;
  594. }
  595. .tooltip-style {
  596. border-color: #666666;
  597. background: #21354C
  598. }
  599. .award-group-head {
  600. background: #091827;
  601. border: 1px solid #666666;
  602. }
  603. .award-group-content {
  604. background: #091827;
  605. }
  606. .award-group-foot {
  607. background: #091827;
  608. }
  609. .fake-browser-notification {
  610. background: #091827;
  611. border: 1px solid #666666;
  612. }
  613. .warn {
  614. color: #DC0000 !important;
  615. }
  616. .maincell > .info_box {
  617. background: url('https://dsde.innogamescdn.com/asset/a5b5e15d/graphic/questionmark.png') no-repeat 4px center !important;
  618. }
  619. .inventory_items {
  620. border: 1px solid #666666;
  621. background: #21354C;
  622. }
  623. .item_container .item {
  624. border: 1px solid #666666;
  625. background: #394E63;
  626. }
  627. .item_container {
  628. border: 1px solid #666666;
  629. background: #394E63;
  630. }
  631. .inventory_search {
  632. background: #394E63;
  633. border: 1px solid #666666;
  634. }
  635. .side-notification {
  636. background: #21354C !important;
  637. border-left: 1px solid #666666 !important;
  638. border-top: 1px solid #666666 !important;
  639. }
  640. .inventory_detail {
  641. border: 1px solid #666666;
  642. background: #394E63;
  643. }
  644. .detail_section {
  645. padding: 5px;
  646. border-bottom: 1px solid #666666;
  647. }
  648. .quest-summary {
  649. background-color: #394E63;
  650. border: 1px solid #666666;
  651. }
  652. .quest-goal {
  653. background: #394E63;
  654. background-image: none;
  655. border: 1px solid #666666;
  656. }
  657. .quest-goal > table {
  658. border: 0px;
  659. }
  660.  
  661. .top_bar {
  662. background: #21354C;
  663. height: 40px;
  664. }
  665. .top_bar .bg_left {
  666. background: #21354C;
  667. height: 40px;
  668. }
  669. .top_bar .bg_right {
  670. background: #21354C;
  671. height: 40px;
  672. }
  673. #topdisplay a {
  674. padding: 0px 0 0;
  675. }
  676. #menu_row > td.menu-item:hover > a {
  677. background: transparent;
  678. background-image: none;
  679. }
  680. #menu_row > .menu-item {
  681. background: transparent;
  682. background-image: none;
  683. }
  684. #menu_row > .menu-item:hover {
  685. background: transparent;
  686. background-image: none;
  687. }
  688. #menu_row > td.menu-item > a {
  689. background: transparent;
  690. background-image: none;
  691. padding: 10px 15px 0;
  692. }
  693. .topbar .menu tr #topdisplay {
  694. background: transparent;
  695. background-image: none;
  696. }
  697. #topdisplay .bg {
  698. background: transparent;
  699. background-image: none;
  700. }
  701. #topTable .menu .menu_column {
  702. background: #091827;
  703. background-image: none;
  704. border: 1px solid #666666;
  705. }
  706.  
  707. #topTable .menu-column-item, #topTable .menu-column-item a {
  708. background: transparent;
  709. background-image: none;
  710. vertical-align: middle;
  711. text-align: center;
  712. }
  713. .menu_column tr:first-child .menu-column-item {
  714. background: transparent;
  715. background-image: none;
  716. }
  717. .menu_column .menu-column-item {
  718. background: transparent;
  719. background-image: none;
  720. }
  721.  
  722. #topdisplay .menu_column .menu-column-item a, .menu_column .menu-column-item a {
  723. background: #091827;
  724. left: 0px;
  725. padding: 3px 3px 3px 3px;
  726. margin: 0 0 0 0;
  727.  
  728. }
  729. #topdisplay .menu_column tr:first-child .menu-column-item a, .menu_column tr:first-child .menu-column-item a {
  730. background: #091827;
  731. }
  732. .topbar .corner {
  733. background: transparent;
  734. background-image: none;
  735. }
  736. .topbar .decoration {
  737. background: transparent;
  738. background-image: none;
  739. }
  740. .top_shadow {
  741. background: transparent url(https://i.imgur.com/38xXUOJ.png) scroll left top repeat-x;
  742. top: 34px;
  743. }
  744. .selected a {
  745. color: #ff6000;
  746. }
  747. shared_forum {
  748. background - color: #091827;
  749.  
  750. }
  751.  
  752. .troop_template_list {
  753. background-color: #091827 !important;
  754. }
  755.  
  756. #troop_template_list ul li.selected a {
  757. background-color: #091827 !important;
  758.  
  759. }
  760.  
  761. #troop_template_list ul li *{
  762. background-color: #091827 !important;
  763.  
  764. }
  765. .premium_account_hint {
  766. background: #394E63 ;
  767. border: 1 px !important;
  768. border-color: #394E63;
  769. }
  770. `);
  771. })();
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement