Advertisement
taZe

MLP Forums CSS

Jun 22nd, 2018
130
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 19.25 KB | None | 0 0
  1. @-moz-document url("https://mlpforums.com/"), url("https://mlpforums.com/?_fromLogout=1"), url-prefix("https://mlpforums.com/forum/"), url-prefix("https://mlpforums.com/calendar/"), url-prefix("https://mlpforums.com/support/"), url-prefix("https://mlpforums.com/clients/"), url-prefix("https://mlpforums.com/leaderboard/"), url-prefix("https://mlpforums.com/awards/"), url-prefix("https://mlpforums.com/clubs/") {
  2. #ipsLayout_body {
  3. background-color: #424242 !important;
  4. color: white;
  5. }
  6. .ipsNavBar_primary:not( .ipsNavBar_noSubBars) > ul:before {
  7. background-color: #424242 !important;
  8. color: white;
  9. }
  10. .ipsBreadcrumb > ul > li > a {
  11. color: white;
  12. }
  13. .ipsNavBar_secondary {
  14. background-color: #424242 !important;
  15. color: white;
  16. }
  17. .ipsNavBar_secondary > li > a {
  18. color: white;
  19. }
  20. html[dir="ltr"] .ipsColumns > .ipsColumn:last-child:not( .ipsPad),
  21. html[dir="ltr"] .ipsColumns.ipsColumns_noSpacing > .ipsColumn:not( .ipsPad) {
  22. background-color: #616161 !important;
  23. color: white;
  24. }
  25. .ipsNavBar_secondary > li.ipsNavBar_active a {
  26. color: #5C6BC0;
  27. }
  28. .ipsType_light {
  29. color: lightgrey;
  30. }
  31. .ipsApp .ipsButton:not( .ipsButton_noHover):hover {
  32. color: #B88FC6;
  33. }
  34. .ipsNavBar_primary > ul > li.ipsNavBar_active > a {
  35. color: white;
  36. background: #424242;
  37. }
  38. .ipsNavBar_primary > ul > li > a {
  39. background: #616161;
  40. }
  41. .ipsBreadcrumb > ul:last-child > li:last-child {
  42. color: #5C6BC0;
  43. opacity: 0.9;
  44. }
  45. .ipsBreadcrumb > ul > li > a {
  46. color: white !important;
  47. }
  48. .ipsType_pageTitle {
  49. color: #fff;
  50. }
  51. .ipsType_pageTitle [data-role="editableTitle"]:hover,
  52. .ipsType_pageTitle[data-role="editableTitle"]:hover {
  53. background-color: #404040;
  54. }
  55. .ipsType_richText,
  56. .ipsType_blendLinks {
  57. color: white;
  58. }
  59. .ipsFaded.ipsFaded_more {
  60. opacity: 0.5;
  61. }
  62. .ipsNavBar_secondary > li > a:hover {
  63. color: #7E57C2;
  64. }
  65. a:hover {
  66. color: #9FA8DA !important;
  67. }
  68. a {
  69. color: #5C6BC0;
  70. text-decoration: none!important;
  71. }
  72. .ipsUserPhoto_large img,
  73. img.ipsUserPhoto_large,
  74. .ipsUserPhoto_large:after {
  75. border-style: none;
  76. background: none;
  77. }
  78. .ipsQuote {
  79. background: #212121;
  80. }
  81. .ipsQuote_citation {
  82. background: #424242;
  83. color: white;
  84. }
  85. .ipsQuote_citation a {
  86. color: #303F9F !important;
  87. }
  88. .ipsQuote_citation a:hover {
  89. color: #9FA8DA !important;
  90. }
  91. .ipsMenu_headerBar,
  92. .ipsMenu_footerBar {
  93. background: #424242;
  94. border: black;
  95. }
  96. .ipsMenu_innerContent .ipsDataList {
  97. background: #616161;
  98. border: black;
  99. }
  100. html[dir] .ipsContained_container > span.ipsContained {
  101. color: lightgrey;
  102. }
  103. .ipsMenu,
  104. .ipsMenu_title {
  105. border: 1px solid #757575;
  106. background: #616161;
  107. border-radius: 5px;
  108. }
  109. .ipsMenu_item > a {
  110. color: white;
  111. }
  112. .ipsAreaBackground {
  113. background: #BDBDBD !important;
  114. }
  115. a.ipsType_blendLinks:not( .ipsType_noUnderline):hover,
  116. .ipsType_blendLinks:not( .ipsType_noUnderline) {
  117. color: white;
  118. }
  119. .ipsApp .ipsDataItem_new,
  120. .ipsApp .ipsDataItem_success {
  121. background: #616161!important;
  122. }
  123. .ipsDataItem {
  124. background: #212121!important;
  125. border: 1px solid grey;
  126. }
  127. .ipsItemStatus:not( .ipsItemStatus_large) {
  128. color: white;
  129. }
  130. .ipsButtonBar {
  131. background: #212121;
  132. }
  133. .ipsBox:not( .ipsBox_transparent):not( .ipsModerated) {
  134. background: #616161;
  135. }
  136. a.ipsType_sectionTitle,
  137. .ipsType_sectionTitle a {
  138. color: white;
  139. }
  140. body {
  141. background: url('https://mlpforums.com/public/style_images/mlpforums/bg1-night.png') bottom center no-repeat, url('https://mlpforums.com/public/style_images/mlpforums/bg2-night.jpg') top center no-repeat, url('https://buffy.mlpforums.com/monthly_2017_12/bg3-night.png') 50% 350px repeat-y !important;
  142. background-color: #212121 !important;
  143. }
  144. .ipsBox {
  145. border: 1px solid grey;
  146. }
  147. .ipsPad_half,
  148. .ipsApp ul.ipsPad_half,
  149. .ipsApp ol.ipsPad_half {
  150. padding: 0px;
  151. border: 0px solid;
  152. }
  153. .ipsWidget_title {
  154. background: #212121!important;
  155. color: white!important;
  156. }
  157. .ipsWidget {
  158. background: #212121!important;
  159. }
  160. .ipsType_sectionTitle {
  161. color: white;
  162. }
  163. .ipsTabs_activeItem,
  164. .ipsTabs_panel,
  165. .ipsComment_parent {
  166. background: #616161 !important;
  167. }
  168. .ipsComment_header {
  169. background: #212121!important;
  170. }
  171. .cke_editable {
  172. color: #212121 !important;
  173. }
  174. .fa-paperclip {
  175. color: black;
  176. }
  177. .ipsAttachment_supportDrag {
  178. color: black;
  179. }
  180. .ipsAreaBackground_light {
  181. color: black;
  182. }
  183. #ipsLayout_footer a,
  184. #ipsLayout_footer p {
  185. color: lightgrey;
  186. }
  187. img {
  188. border: none!important;
  189. background: none!important;
  190. }
  191. html,body {
  192. background:#284456;
  193. }
  194. .ipsHovercard {
  195. background: #212121;
  196. box-shadow: 0px 2px 10px rgba(0,0,0,0.1);
  197. border: 1px solid #ddd;
  198. border-radius: 4px;
  199. position: relative;
  200. }
  201. body {
  202. font-family: "Roboto", "Helvetica Neue", Helvetica, Arial, sans-serif;
  203. font-size: 13px;
  204. line-height: 18px;
  205. color: #ffffff;
  206. }
  207. }
  208.  
  209. @-moz-document url("https://mlpforums.com/leaderboard/") {
  210. .ipsRepBadge_positive, .ipsRepBadge_positive:hover {
  211. color:#71e21b !important;
  212. }
  213. }
  214.  
  215. @-moz-document url("https://mlpforums.com/awards/") {
  216. html,body {
  217. background:#284456;
  218. }
  219. }
  220.  
  221. @-moz-document url-prefix("https://mlpforums.com/modcp/"), url-prefix("https://mlpforums.com/roleplay-characters/"), url-prefix("https://mlpforums.com/profile/"), url-prefix("https://mlpforums.com/awards/"), url-prefix("https://mlpforums.com/clubs/"), url-prefix("https://mlpforums.com/leaderboard/") {
  222. #ipsLayout_body {
  223. background-color: #424242 !important;
  224. color: white;
  225. }
  226. .ipsNavBar_primary:not( .ipsNavBar_noSubBars) > ul:before {
  227. background-color: #424242 !important;
  228. color: white;
  229. }
  230. .ipsBreadcrumb > ul > li > a {
  231. color: white;
  232. }
  233. .ipsNavBar_secondary {
  234. background-color: #424242 !important;
  235. color: white;
  236. }
  237. .ipsNavBar_secondary > li > a {
  238. color: white;
  239. }
  240. .ipsNavBar_secondary > li.ipsNavBar_active a {
  241. color: #5C6BC0;
  242. }
  243. .ipsType_light {
  244. color: lightgrey;
  245. }
  246. .ipsApp .ipsButton:not( .ipsButton_noHover):hover {
  247. color: #B88FC6;
  248. }
  249. .ipsNavBar_primary > ul > li.ipsNavBar_active > a {
  250. color: white;
  251. background: #424242;
  252. }
  253. .ipsNavBar_primary > ul > li > a {
  254. background: #616161;
  255. }
  256. .ipsBreadcrumb > ul:last-child > li:last-child {
  257. color: #5C6BC0;
  258. opacity: 0.9;
  259. }
  260. .ipsBreadcrumb > ul > li > a {
  261. color: white !important;
  262. }
  263. .ipsType_pageTitle {
  264. color: #fff;
  265. }
  266. .ipsType_pageTitle [data-role="editableTitle"]:hover,
  267. .ipsType_pageTitle[data-role="editableTitle"]:hover {
  268. background-color: #404040;
  269. }
  270. .ipsType_richText,
  271. .ipsType_blendLinks {
  272. color: white !important;
  273. }
  274. .ipsFaded.ipsFaded_more {
  275. opacity: 0.5;
  276. }
  277. .ipsNavBar_secondary > li > a:hover {
  278. color: #7E57C2;
  279. }
  280. a:hover {
  281. color: #7986CB !important;
  282. }
  283. a {
  284. color: #9FA8DA;
  285. text-decoration: none!important;
  286. }
  287. .ipsUserPhoto_large img,
  288. img.ipsUserPhoto_large,
  289. .ipsUserPhoto_large:after {
  290. border-style: none;
  291. background: none;
  292. }
  293. .ipsQuote {
  294. background: #212121;
  295. }
  296. .ipsQuote_citation {
  297. background: #424242;
  298. color: white;
  299. }
  300. .ipsQuote_citation a {
  301. color: #303F9F !important;
  302. }
  303. .ipsQuote_citation a:hover {
  304. color: #9FA8DA !important;
  305. }
  306. .ipsMenu_headerBar,
  307. .ipsMenu_footerBar {
  308. background: #424242;
  309. border: black;
  310. }
  311. .ipsMenu_innerContent .ipsDataList {
  312. background: #616161;
  313. border: black;
  314. }
  315. html[dir] .ipsContained_container > span.ipsContained {
  316. color: lightgrey;
  317. }
  318. .ipsMenu,
  319. .ipsMenu_title {
  320. border: 1px solid #757575;
  321. background: #616161;
  322. border-radius: 5px;
  323. }
  324. .ipsMenu_item > a {
  325. color: white;
  326. }
  327. .ipsAreaBackground {
  328. background: #BDBDBD !important;
  329. }
  330. .ipsApp .ipsDataItem_new,
  331. .ipsApp .ipsDataItem_success {
  332. background: #616161!important;
  333. }
  334. .ipsDataItem {
  335. background: #212121!important;
  336. border: 1px solid grey;
  337. }
  338. .ipsItemStatus:not( .ipsItemStatus_large) {
  339. color: white;
  340. }
  341. .ipsButtonBar {
  342. background: #212121;
  343. }
  344. .ipsBox:not( .ipsBox_transparent):not( .ipsModerated) {
  345. background: #616161;
  346. }
  347. .ipsType_sectionHead {
  348. color: white !important;
  349. }
  350. body {
  351. background: url('https://mlpforums.com/public/style_images/mlpforums/bg1-night.png') bottom center no-repeat, url('https://mlpforums.com/public/style_images/mlpforums/bg2-night.jpg') top center no-repeat, url('https://buffy.mlpforums.com/monthly_2017_12/bg3-night.png') 50% 350px repeat-y !important;
  352. background-color: #212121 !important;
  353. }
  354. .ipsBox {
  355. border: 1px solid grey;
  356. }
  357. .ipsWidget_title {
  358. background: #212121!important;
  359. color: white!important;
  360. }
  361. .ipsWidget {
  362. background: #212121!important;
  363. }
  364. .ipsType_sectionTitle {
  365. color: white;
  366. }
  367. .ipsTabs_activeItem,
  368. .ipsTabs_panel,
  369. .ipsComment_parent {
  370. background: #616161 !important;
  371. }
  372. .ipsComment_header {
  373. background: #212121!important;
  374. }
  375. .cke_editable {
  376. color: #212121 !important;
  377. }
  378. .fa-paperclip {
  379. color: black;
  380. }
  381. .ipsAttachment_supportDrag {
  382. color: black;
  383. }
  384. .ipsAreaBackground_reset {
  385. background: #424242;
  386. }
  387. #ipsLayout_footer a,
  388. #ipsLayout_footer p {
  389. color: lightgrey;
  390. }
  391. .ipsStreamItem_snippet {
  392. color: white !important;
  393. }
  394. .ipsUserPhoto_tiny img,
  395. img.ipsUserPhoto_tiny,
  396. .ipsUserPhoto_tiny:after,
  397. .ipsUserPhoto_mini img,
  398. img.ipsUserPhoto_mini,
  399. .ipsUserPhoto_mini:after,
  400. .ipsUserPhoto_small img,
  401. img.ipsUserPhoto_small,
  402. .ipsUserPhoto_small:after,
  403. .ipsUserPhoto_medium img,
  404. img.ipsUserPhoto_medium,
  405. .ipsUserPhoto_medium:after,
  406. .ipsUserPhoto_large img,
  407. img.ipsUserPhoto_large,
  408. .ipsUserPhoto_large:after,
  409. .ipsUserPhoto_xlarge img,
  410. img.ipsUserPhoto_xlarge,
  411. .ipsUserPhoto_xlarge:after,
  412. .ipsComment_subComments .ipsComment[data-role="replyComment"] .ipsUserPhoto img {
  413. border: 0px;
  414. }
  415. .ipsDataItem {
  416. border: 0px;
  417. border-bottom: 1px solid grey;
  418. }
  419. .ipsAreaBackground_light {
  420. background: none !important;
  421. }
  422. img {
  423. border: none!important;
  424. background: none!important;
  425. }
  426. .ipsSpacer_top {
  427. margin: 5px;
  428. }
  429. #elProfileTabs a:hover {color:white !important;}
  430. .ipsStream .ipsStreamItem_contentType {
  431. background:#616161;
  432. }
  433. }
  434.  
  435. @-moz-document url-prefix("https://mlpforums.com/messenger/"), url-prefix("https://mlpforums.com/online/"), url-prefix("https://mlpforums.com/search/") {
  436. #ipsLayout_body {
  437. background-color: #424242 !important;
  438. color: white;
  439. }
  440. .ipsNavBar_primary:not( .ipsNavBar_noSubBars) > ul:before {
  441. background-color: #424242 !important;
  442. color: white;
  443. }
  444. .ipsBreadcrumb > ul > li > a {
  445. color: white;
  446. }
  447. .ipsNavBar_secondary {
  448. background-color: #424242 !important;
  449. color: white;
  450. }
  451. .ipsNavBar_secondary > li > a {
  452. color: white;
  453. }
  454. html[dir="ltr"] .ipsColumns > .ipsColumn:last-child:not( .ipsPad),
  455. html[dir="ltr"] .ipsColumns.ipsColumns_noSpacing > .ipsColumn:not( .ipsPad) {
  456. background-color: #616161 !important;
  457. color: white;
  458. }
  459. .ipsNavBar_secondary > li.ipsNavBar_active a {
  460. color: #5C6BC0;
  461. }
  462. .ipsType_light {
  463. color: lightgrey;
  464. }
  465. .ipsApp .ipsButton:not( .ipsButton_noHover):hover {
  466. color: #B88FC6;
  467. }
  468. .ipsNavBar_primary > ul > li.ipsNavBar_active > a {
  469. color: white;
  470. background: #424242;
  471. }
  472. .ipsNavBar_primary > ul > li > a {
  473. background: #616161;
  474. }
  475. .ipsBreadcrumb > ul:last-child > li:last-child {
  476. color: #5C6BC0;
  477. opacity: 0.9;
  478. }
  479. .ipsBreadcrumb > ul > li > a {
  480. color: white !important;
  481. }
  482. .ipsType_pageTitle {
  483. color: #fff;
  484. }
  485. .ipsType_pageTitle [data-role="editableTitle"]:hover,
  486. .ipsType_pageTitle[data-role="editableTitle"]:hover {
  487. background-color: #404040;
  488. }
  489. .ipsType_richText,
  490. .ipsType_blendLinks {
  491. color: white;
  492. }
  493. .ipsFaded.ipsFaded_more {
  494. opacity: 0.5;
  495. }
  496. .ipsNavBar_secondary > li > a:hover {
  497. color: #7E57C2;
  498. }
  499. a:hover {
  500. color: #7986CB !important;
  501. }
  502. a {
  503. color: #9FA8DA;
  504. text-decoration: none!important;
  505. }
  506. .ipsUserPhoto_large img,
  507. img.ipsUserPhoto_large,
  508. .ipsUserPhoto_large:after {
  509. border-style: none;
  510. background: none;
  511. }
  512. .ipsQuote {
  513. background: #212121;
  514. }
  515. .ipsQuote_citation {
  516. background: #424242;
  517. color: white;
  518. }
  519. .ipsQuote_citation a {
  520. color: #303F9F !important;
  521. }
  522. .ipsQuote_citation a:hover {
  523. color: #9FA8DA !important;
  524. }
  525. .ipsMenu_headerBar,
  526. .ipsMenu_footerBar {
  527. background: #424242;
  528. border: black;
  529. }
  530. .ipsMenu_innerContent .ipsDataList {
  531. background: #616161;
  532. border: black;
  533. }
  534. html[dir] .ipsContained_container > span.ipsContained {
  535. color: lightgrey;
  536. }
  537. .ipsMenu,
  538. .ipsMenu_title {
  539. border: 1px solid #757575;
  540. background: #212121;
  541. border-radius: 5px;
  542. }
  543. .ipsMenu_item > a {
  544. color: white;
  545. }
  546. .ipsAreaBackground {
  547. background: #BDBDBD !important;
  548. }
  549. a.ipsType_blendLinks:not( .ipsType_noUnderline):hover,
  550. .ipsType_blendLinks:not( .ipsType_noUnderline) {
  551. color: white;
  552. }
  553. .ipsApp .ipsDataItem_new,
  554. .ipsApp .ipsDataItem_success {
  555. background: #616161!important;
  556. }
  557. .ipsDataItem {
  558. background: #212121!important;
  559. border: 1px solid grey;
  560. }
  561. .ipsItemStatus:not( .ipsItemStatus_large) {
  562. color: white;
  563. }
  564. .ipsButtonBar {
  565. background: #212121;
  566. }
  567. .ipsBox:not( .ipsBox_transparent):not( .ipsModerated) {
  568. background: #616161;
  569. }
  570. .ipsType_sectionHead {
  571. color: white !important;
  572. }
  573. a.ipsType_sectionTitle,
  574. .ipsType_sectionTitle a {
  575. color: white;
  576. }
  577. body {
  578. background: url('https://mlpforums.com/public/style_images/mlpforums/bg1-night.png') bottom center no-repeat, url('https://mlpforums.com/public/style_images/mlpforums/bg2-night.jpg') top center no-repeat, url('https://buffy.mlpforums.com/monthly_2017_12/bg3-night.png') 50% 350px repeat-y !important;
  579. background-color: #212121 !important;
  580. }
  581. .ipsBox {
  582. border: 1px solid grey;
  583. }
  584. .ipsPad_half,
  585. .ipsApp ul.ipsPad_half,
  586. .ipsApp ol.ipsPad_half {
  587. padding: 0px;
  588. border: 0px solid;
  589. }
  590. .ipsWidget_title {
  591. background: #212121!important;
  592. color: white!important;
  593. }
  594. .ipsWidget {
  595. background: #212121!important;
  596. }
  597. .ipsType_sectionTitle {
  598. color: white;
  599. }
  600. .ipsTabs_activeItem,
  601. .ipsTabs_panel,
  602. .ipsComment_parent {
  603. background: #616161 !important;
  604. }
  605. .ipsComment_header {
  606. background: #212121!important;
  607. }
  608. .cke_editable {
  609. color: #212121 !important;
  610. }
  611. .fa-paperclip {
  612. color: black;
  613. }
  614. .ipsAttachment_supportDrag {
  615. color: black;
  616. }
  617. #ipsLayout_footer a,
  618. #ipsLayout_footer p {
  619. color: lightgrey;
  620. }
  621. img {
  622. border: none!important;
  623. background: none!important;
  624. }
  625. }
  626.  
  627. @-moz-document url-prefix("https://mlpforums.com/topic/"), url-prefix("https://mlpforums.com/discover/") {
  628. #ipsLayout_body {
  629. background-color: #424242 !important;
  630. color: white;
  631. }
  632. .ipsNavBar_primary:not(.ipsNavBar_noSubBars) > ul:before {
  633. background-color: #424242 !important;
  634. color: white;
  635. }
  636. .ipsBreadcrumb > ul > li > a {
  637. color: white;
  638. }
  639. .ipsNavBar_secondary {
  640. background-color: #424242 !important;
  641. color: white;
  642. }
  643. .ipsNavBar_secondary > li > a {
  644. color: white;
  645. }
  646. html[dir="ltr"] .ipsColumns > .ipsColumn:last-child:not(.ipsPad), html[dir="ltr"] .ipsColumns.ipsColumns_noSpacing > .ipsColumn:not(.ipsPad) {
  647. background-color: #616161 !important;
  648. color: white;
  649. }
  650. .ipsNavBar_secondary > li.ipsNavBar_active a {
  651. color: #5C6BC0;
  652. }
  653. .ipsType_light {
  654. color: lightgrey;
  655. }
  656. .ipsApp .ipsButton:not(.ipsButton_noHover):hover {
  657. color: #B88FC6;
  658. }
  659. .ipsNavBar_primary > ul > li.ipsNavBar_active > a {
  660. color: white;
  661. background: #424242;
  662. }
  663. .ipsNavBar_primary > ul > li > a {
  664. background: #616161;
  665. }
  666. .ipsBreadcrumb > ul:last-child > li:last-child {
  667. color: #5C6BC0;
  668. opacity: 0.9;
  669. }
  670. .ipsBreadcrumb > ul > li > a {
  671. color: white !important;
  672. }
  673. .ipsType_pageTitle {
  674. color: #fff;
  675. }
  676. .ipsType_pageTitle[data-role="editableTitle"]:hover, .ipsType_pageTitle[data-role="editableTitle"]:hover {
  677. background-color: #404040;
  678. }
  679. .ipsType_richText, .ipsType_blendLinks {
  680. color: white;
  681. }
  682. .ipsFaded.ipsFaded_more {
  683. opacity: 0.5;
  684. }
  685. .ipsNavBar_secondary > li > a:hover {
  686. color: #7E57C2;
  687. }
  688. a:hover {
  689. color: #7986CB !important;
  690. }
  691. a {
  692. color: #9FA8DA;
  693. text-decoration: none!important;
  694. }
  695. .ipsUserPhoto_large img, img.ipsUserPhoto_large, .ipsUserPhoto_large:after {
  696. border-style: none;
  697. background: none;
  698. }
  699. .ipsQuote {
  700. background: #212121;
  701. }
  702. .ipsQuote_citation {
  703. background: #424242;
  704. color: white;
  705. }
  706. .ipsQuote_citation a {
  707. color: #9FA8DA !important;
  708. }
  709. .ipsQuote_citation a:hover {
  710. color: #7986CB !important;
  711. }
  712. .ipsMenu_headerBar, .ipsMenu_footerBar {
  713. background: #424242;
  714. border: black;
  715. }
  716. .ipsMenu_innerContent .ipsDataList {
  717. background: #616161;
  718. border: black;
  719. }
  720. html[dir] .ipsContained_container > span.ipsContained {
  721. color: lightgrey;
  722. }
  723. .ipsMenu, .ipsMenu_title {
  724. border: 1px solid #757575;
  725. background: #616161;
  726. border-radius: 5px;
  727. }
  728. .ipsMenu_item > a {
  729. color: white;
  730. }
  731. .ipsAreaBackground {
  732. background: #686c72 !important;
  733. }
  734. a.ipsType_blendLinks:not(.ipsType_noUnderline):hover, .ipsType_blendLinks:not(.ipsType_noUnderline) {
  735. color: white;
  736. }
  737. .ipsApp .ipsDataItem_new, .ipsApp .ipsDataItem_success {
  738. background: #616161!important;
  739. }
  740. .ipsItemStatus:not(.ipsItemStatus_large) {
  741. color: white;
  742. }
  743. .ipsButtonBar {
  744. background: #212121;
  745. }
  746. .ipsType_sectionHead {
  747. color: white !important;
  748. }
  749. body {
  750. background: url('https://mlpforums.com/public/style_images/mlpforums/bg1-night.png') bottom center no-repeat, url('https://mlpforums.com/public/style_images/mlpforums/bg2-night.jpg') top center no-repeat, url('https://buffy.mlpforums.com/monthly_2017_12/bg3-night.png') 50% 350px repeat-y !important;
  751. background-color: #212121 !important;
  752. }
  753. .ipsBox {
  754. border: 1px solid grey;
  755. }
  756. .ipsWidget {
  757. background: #212121!important;
  758. }
  759. .ipsType_sectionTitle {
  760. color: black;
  761. }
  762. .cke_editable {
  763. color: #adb5aa !important;
  764. }
  765. .fa-paperclip {
  766. color: black;
  767. }
  768. .ipsAttachment_supportDrag {
  769. color: black;
  770. }
  771. .ipsStreamItem_contentBlock, .ipsStreamItem_expanded {
  772. background: #616161;
  773. }
  774. .ipsType_medium, .ipsType_richText {
  775. color: #bcc5d6 !important;
  776. }
  777. .ipsComment {
  778. background: #616161;
  779. }
  780. #ipsLayout_footer a, #ipsLayout_footer p {
  781. color: lightgrey;
  782. }
  783. img {
  784. border: none!important;
  785. background: none!important;
  786. }
  787. .ipsQuote {
  788. margin:0;
  789. padding:0px 15px;
  790. border-width:1px 1px 1px 2px;
  791. border-color:#616161 #616161 #616161 #616161;
  792. }
  793. html[dir="ltr"] .ipsReact_blurb:not( .ipsHide ) + .ipsReact_types {
  794. border-left:1px solid #616161;
  795. padding-left:3px;
  796. margin-left:10px;
  797. }
  798. .ipsWidget.ipsWidget_vertical .ipsWidget_title, .ipsWidget.ipsWidget_horizontal .ipsWidget_title {
  799. color:#828e99;
  800. background:#414141;
  801. }
  802. .ipsPager .ipsPager_next a:after, .ipsPager .ipsPager_prev a:after {
  803. color:#212121;
  804. }
  805. .ipsPager_type {
  806. text-transform:uppercase;
  807. font-size:11px;
  808. font-weight:bold;
  809. color:#212121;
  810. }
  811. .ipsRepBadge_positive, .ipsRepBadge_positive:hover {
  812. color:#5af418 !important;
  813. }
  814. .ipsHovercard {
  815. background: #212121;
  816. box-shadow: 0px 2px 10px rgba(0,0,0,0.1);
  817. border: 1px solid #ddd;
  818. border-radius: 4px;
  819. position: relative;
  820. }
  821. body {
  822. font-family: "Roboto", "Helvetica Neue", Helvetica, Arial, sans-serif;
  823. font-size: 13px;
  824. line-height: 18px;
  825. color: #ffffff;
  826. }
  827. }
  828.  
  829. @-moz-document url-prefix("https://mlpforums.com/admin/") {
  830.  
  831. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement