Advertisement
Guest User

Untitled

a guest
May 26th, 2015
235
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 3.28 KB | None | 0 0
  1. diff --git a/css/terriblename.css b/css/terriblename.css
  2. index 8f6c46f..a3cf5a5 100644
  3. --- a/css/terriblename.css
  4. +++ b/css/terriblename.css
  5. @@ -1797,6 +1797,7 @@ ul.report-reasons > li.report-reason {
  6. display: none;
  7. }
  8.  
  9. +.side .md-container h1,
  10. .sidecontentbox > .title {
  11. background: -webkit-linear-gradient(top, #e2e2e2, #d6d6d6);
  12. background: -moz-linear-gradient(top, #e2e2e2, #d6d6d6);
  13. @@ -1804,6 +1805,7 @@ ul.report-reasons > li.report-reason {
  14. box-shadow: inset 0 1px 0 #f4f4f4, 0 1px 1px rgba(0, 0, 0, 0.14);
  15. border-radius: 3px 3px 0 0;
  16. }
  17. +
  18. .sidecontentbox > .title .collapse-button,
  19. .sidecontentbox > .title h1 {
  20. color: #515151;
  21. @@ -1818,14 +1820,20 @@ ul.report-reasons > li.report-reason {
  22. border: none;
  23. margin: 0;
  24. }
  25. +
  26. .sidecontentbox a.helplink {
  27. margin: 10px 7px 10px 0;
  28. }
  29. +
  30. +.side .md-container,
  31. +.side .md-container h1,
  32. .sidecontentbox > .title,
  33. .sidecontentbox > .content {
  34. border: solid 1px #aaaaaa;
  35. padding: 7px;
  36. }
  37. +
  38. +.side .md-container,
  39. .sidecontentbox .content {
  40. overflow: hidden;
  41. background: rgba(255, 255, 255, 0.2);
  42. @@ -1833,10 +1841,24 @@ ul.report-reasons > li.report-reason {
  43. border-radius: 0 0 3px 3px;
  44. box-shadow: 0 1px 0 rgba(255, 255, 255, 0.8);
  45. }
  46. +
  47. .sidecontentbox .content > li {
  48. margin: 3px 0;
  49. }
  50.  
  51. +.side .md-container {
  52. + position: relative;
  53. + padding-top: 2.8em;
  54. + border-radius: 3px;
  55. +}
  56. +.side .md-container h1 {
  57. + position: absolute;
  58. + font-size: 1.2em;
  59. + left: -1px;
  60. + right: -1px;
  61. + top: -7px;
  62. +}
  63. +
  64. .icon-menu a {
  65. background: none;
  66. display: block;
  67. @@ -2678,6 +2700,7 @@ table.diff tbody .diff_header:not([id]) {
  68. box-shadow: inset 0 2px 3px #0a0c0e, 0 1px 0 #3e4855;
  69. }
  70.  
  71. +.res.res-nightmode .side .md-container h1,
  72. .res.res-nightmode .sidecontentbox > .title, .res.res-nightmode #BigEditor > .RESDialogSmall.BERight > h3,
  73. .res.res-nightmode .RESDialogSmall.livePreview > h3, .res.res-nightmode .markdownEditor-wrapper {
  74. border: solid 1px #13161A;
  75. @@ -2965,19 +2988,24 @@ table.diff tbody .diff_header:not([id]) {
  76. .res.res-nightmode .side .icon-menu a:active {
  77. box-shadow: inset 0 1px 1px #1c2026, 0 1px 0 #4b5767;
  78. }
  79. +.res.res-nightmode .side .md-container h1,
  80. .res.res-nightmode .sidecontentbox > .title {
  81. - border-bottom: solid 1px #191d23;
  82. + border-bottom: solid 1px #191d23 !important;
  83. }
  84. .res.res-nightmode .sidecontentbox > .title .collapse-button,
  85. .res.res-nightmode .sidecontentbox > .title h1 {
  86. color: inherit;
  87. border-bottom: none;
  88. }
  89. +.res.res-nightmode .side .md-container,
  90. .res.res-nightmode .sidecontentbox .content {
  91. border-color: #13161A;
  92. background: #20252c !important;
  93. box-shadow: inset 0 2px 4px rgba(0, 0, 0, 0.3), 0 1px 0 #242a32;
  94. }
  95. +.res.res-nightmode .side .md-container h1 {
  96. + box-shadow: inset 0 1px 0 #475261, 0 2px 4px rgba(0, 0, 0, 0.3);
  97. +}
  98. .res.res-nightmode .subscribers,
  99. .res.res-nightmode .users-online {
  100. border-color: #0d0f11;
  101. @@ -3131,13 +3159,7 @@ table.diff tbody .diff_header:not([id]) {
  102. .res.res-nightmode .md tbody,
  103. .res.res-nightmode .md tr,
  104. .res.res-nightmode .md td,
  105. -.res.res-nightmode .md em,
  106. -.res.res-nightmode .md h1,
  107. -.res.res-nightmode .md h2,
  108. -.res.res-nightmode .md h3,
  109. -.res.res-nightmode .md h4,
  110. -.res.res-nightmode .md h5,
  111. -.res.res-nightmode .md h6 {
  112. +.res.res-nightmode .md em {
  113. background: none !important;
  114. color: inherit !important;
  115. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement