Advertisement
Guest User

css

a guest
Feb 20th, 2015
249
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 7.68 KB | None | 0 0
  1. /* Global */ s`
  2. html { position: relative; background: {0:@(BACKGROUND_COLOR)}; min-width: 800px; overflow-x: hidden }
  3. body { background: {0:@(BACKGROUND_COLOR)}; width: 80%; margin-left: 6%;
  4. font-family: {0:@(FONT)}, sans-serif; padding-top: 120px; padding-bottom: 32px; }
  5. a { color: {0:@(LINK_COLOR)}; transition: color 0.2s }
  6. a:hover { color: {0:@(LINK_HOVER_COLOR)} }
  7. button, input[type=button], input[type=submit], input[type=file]
  8. { cursor: pointer }`,
  9.  
  10.  
  11. /* Det Settings */ s`
  12. .de-content { top: 50%; bottom: auto; max-height: none; right: 50%; margin-right: -236px;
  13. margin-top: -252px; }
  14. .de-content * { font-family: inherit !important; }
  15. .de-content > .reply
  16. { box-shadow: {0:@(SHADOW_ARGS)} {0:@(SHADOW_COLOR)};
  17. border-radius: {0:@(BORDER_RADIUS)} !important;
  18. background: {0:@(BACKGROUND_COLOR)} }
  19. #de-cfg-head { transition: background 0.2s, color 0.2s; cursor: pointer; height: 40px; line-height: 40px;
  20. font-family: inherit; font-weight: normal;
  21. background: {0:@(POST_BACKGROUND_COLOR)} !important; color: {0:@(TEXT_COLOR)};
  22. border-radius: {0:@(BORDER_RADIUS)} {0:@(BORDER_RADIUS)} 0 0; }
  23. #de-cfg-head:hover { background: {0:@(LINK_COLOR)} !important; color: white }
  24. .de-cfg-body, #de-cfg-btns
  25. { background: {0:@(BACKGROUND_COLOR)}; border: 0; padding: 12px 8px 8px 8px;
  26. color: {0:@(TEXT_COLOR)} }
  27. .de-cfg-body { padding-left: 30px; padding-right: 30px; }
  28. #de-cfg-btns { padding-top: 6px }
  29. .de-cfg-tab-back { background: {0:@(POST_BACKGROUND_COLOR)} !important; border: 0 !important; }
  30. .de-cfg-tab-back:lang(de)
  31. { border-radius: 0 !important; min-width: 72px; }
  32. .de-cfg-tab-back[selected=true] .de-cfg-tab
  33. { border-bottom: 5px solid {0:@(LINK_COLOR)} !important; }
  34. .de-cfg-tab:lang(de)
  35. { background: {0:@(POST_BACKGROUND_COLOR)} !important; border-radius: 0 !important;
  36. font-weight: normal;
  37. cursor: pointer; transition: background 0.2s, color 0.2s, border-bottom 0.2s;
  38. border-bottom: 5px solid {0:@(POST_BACKGROUND_COLOR)} !important;
  39. line-height: 24px; height: 20px; color: {0:@(TEXT_COLOR)} }
  40. .de-cfg-tab:hover
  41. { background: {0:@(LINK_COLOR)} !important; color: white;
  42. border-bottom: 5px solid {0:@(LINK_COLOR)} !important; }
  43.  
  44. #de-spell-edit { background: {0:@(POST_BACKGROUND_COLOR)}; height: 259px !important;
  45. margin: 2px 0 !important; font-size: 12px !important; line-height: 15px !important;
  46. color: {0:@(TEXT_COLOR)} }
  47.  
  48. .de-cfg-body input[type=checkbox]
  49. { margin-right: 10px !important; }
  50. .de-cfg-body { line-height: 21px; height: 354px; }
  51. .de-cfg-body input[type=text]
  52. { padding: 3px !important; font-size: 90% !important; height: 17px !important }
  53. .de-cfg-body select
  54. { position: relative; height: 23px; top: 1px; line-height: 20px !important;
  55. min-height: auto !important; margin-bottom: 12px !important; width: 372px; }
  56. .de-cfg-body select[info=linksNavig], .de-cfg-body select[info=addYouTube], .de-cfg-body select[info=ajaxReply],
  57. .de-cfg-body select[info=YTubeType], .de-cfg-body select[info=updThread]
  58. { margin-bottom: 8px !important }
  59.  
  60. .de-cfg-body select[info=YTubeType]
  61. { width: auto; }
  62.  
  63. .de-cfg-body select[info=ajaxReply] + div, .de-cfg-depend
  64. { margin-bottom: 4px !important }
  65. .de-cfg-body [dast-set] input[type=text], input[info=nameValue]
  66. { width: 368px !important; }
  67.  
  68. .de-cfg-body input[type=text], select
  69. { height: 20px; /*line-height: 20px !important;*/ }
  70.  
  71. .updThrDelaySec { font-size: 82%; margin-left: 2px; position: relative; top: 6px; width: 18px;
  72. overflow: hidden; display: inline-block; }
  73. .de-cfg-body [info=updThread]
  74. { width: 300px !important; }
  75.  
  76. #de-spell-rowmeter { border-radius: 2px 0 0 2px; }
  77.  
  78. #de-cfg-posts .de-abtn, #de-cfg-info .de-abtn
  79. { font-size: 82%; margin-left: 2px; position: relative; top: -4px; width: 6px;
  80. overflow: hidden; display: inline-block }
  81.  
  82. .de-cfg-body input[info=updThrDelay]
  83. { width: 43px; }
  84. .de-cfg-body input[info=timeOffset]
  85. { width: 37px; }
  86.  
  87. #de-cfg-posts .de-cfg-depend > div
  88. { display: inline-block; }
  89. .de-cfg-body input[info=timePattern]
  90. { width: 290px !important; }
  91.  
  92. .de-cfg-body input[info=YTubeHeigh] + label
  93. { top: 2px; position: relative; }
  94. .de-cfg-body input[info=YTubeHeigh] + label input
  95. { margin-right: 2px !important; margin-left: 2px !important; }
  96.  
  97. #de-cfg-info > span
  98. { position: relative; left: 30px; display: block }
  99.  
  100. .dast-tab { margin-left: 20px; display: block }
  101. #de-cfg-info .moco-tip
  102. { font-style: normal; margin-right: 40px; margin-top: 0; }
  103. #de-cfg-info .moco-tip a
  104. { text-decoration: none; border-bottom: 1px dashed {0:@(LINK_COLOR)};
  105. transition: color 0.2s, border-bottom 0.2s; }
  106. #de-cfg-info .moco-tip a:hover
  107. { border-bottom: 1px dashed {0:@(LINK_HOVER_COLOR)}; }`,
  108.  
  109. /* Cool Buttons */ c`
  110. .de-cfg-body input[type=text]
  111. { padding: 0 !important; height: 19px !important; margin: 0 1px 0 0; }
  112. #de-spell-edit { height: 255px !important; }
  113.  
  114. .de-cfg-body select
  115. { height: 21px; top: 0;}`,
  116.  
  117. /* Posts */ s`
  118. form > div.pstnode > div:first-child, div[id^=thread], span[id^=unhidethread] + div, form .reply,
  119. #de-content-hid .reply, form .highlight, #de-pform, .postarea
  120. { background: {0:@(POST_BACKGROUND_COLOR)}; border-radius: {0:@(BORDER_RADIUS)};
  121. padding: 37px 20px 34px 20px;
  122. position: relative; overflow: hidden; margin-top: 10px; border: none; display: block;
  123. {0:@(SHADOWS)}: inset {0:@(SHADOW_ARGS)} {0:@(SHADOW_COLOR)}; min-width: 600px }
  124. .de-pview-info
  125. { padding: 10px 20px 10px 20px; }
  126. #de-qarea, #de-pform, .postarea
  127. { padding: 0; color: {0:@(TEXT_COLOR)}; }
  128. #de-qarea, .postarea
  129. { margin-top: 10px }
  130. form .highlight
  131. { box-shadow: 0 0 5px {0:@(LINK_COLOR)} inset; }
  132. .de-pview, div[id^=PONY_preview]
  133. { position: absolute !important; background: {0:@(BACKGROUND_COLOR)} !important;
  134. box-shadow: {0:@(SHADOW_ARGS)} {0:@(SHADOW_COLOR)} !important }
  135. form table { width: 100%; border-spacing: 0px }
  136. .doubledash { display: none }
  137. form > div.pstnode > div:first-child a[name]:first-child, div[id^=thread] a[name]:first-child,
  138. form .reply a[name]:first-child, form .highlight a[name]:first-child,
  139. span[id^=unhidethread] + div a[name]:first-child
  140. { position: absolute; top: -60px }
  141.  
  142. .de-post-hid, .deleted
  143. { background-image: {0:@(STRIPES)}(left bottom, {0:@(IMAGES_STRIPS_COLOR)} 0%, {0:@(IMAGES_STRIPS_COLOR)} 25%, transparent 25%, transparent 50%, {0:@(IMAGES_STRIPS_COLOR)} 50%, {0:@(IMAGES_STRIPS_COLOR)} 75%, transparent 75%) !important;
  144. background-size: 20px 20px !important; }
  145. .de-post-hid:before, .deleted:before
  146. { color: {0:@(TEXT_COLOR)}; content: "Удалён"; left: 0; margin-top: -20px; position: absolute;
  147. right: 0; text-align: center; top: 50%; z-index: 10; font-size: 200%; }
  148. .de-post-hid > *, .deleted > *
  149. { opacity: 0.3 !important; }
  150. .de-post-hid:before
  151. { content: "Скрыт"; }`,
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement