Guest User

CSS от 2 октября

a guest
Oct 2nd, 2016
60
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 6.11 KB | None | 0 0
  1. body {
  2. background: #EEEEEE;
  3. color: #333333;
  4. font-family: Verdana,sans-serif;
  5. font-size: 0.9em;
  6. }
  7. div.post.reply {
  8. background: #dddddd;
  9. border: solid 1px #cccccc;
  10. webkit-border-radius: 2px;
  11. -moz-border-radius: 2px;
  12. border-radius: 2px;
  13. }
  14. div.post.reply div.body a {
  15. color: #FF6600
  16. }
  17. div.post.reply div.body a:hover {
  18. color: #FF6600
  19. }
  20. div.post.reply.highlighted {
  21. background: #ffe1ca;
  22. border-left: 1px solid #cccccc;
  23. border-right: 1px solid #cccccc;
  24. border-top: 1px solid #cccccc;
  25. border-bottom: 1px solid #cccccc;
  26. webkit-border-radius: 2px;
  27. -moz-border-radius: 2px;
  28. border-radius: 2px;
  29. }
  30. hr {
  31. clear: both;
  32. border: none;
  33. border-top: 1px solid #DDD;
  34. height: 0;
  35. }
  36. h1 {
  37. color: #FF6600;
  38. }
  39. .intro span.subject {
  40. color: #002244!important;
  41. font-weight: bold;
  42. }
  43. a:hover {
  44. color: #0066FF!important;
  45. }
  46. .intro span.name {
  47. color: #333333;
  48. font-weight: 400;
  49. }
  50. div.post p {
  51. display: block;
  52. margin: 0;
  53. line-height: 1.0em;
  54. font-size: 11pt;
  55. min-height: 1.16em;
  56. }
  57. a:hover, .intro a.post_no {
  58. color: #789922;
  59. }
  60. a:hover, .intro a.post_no:hover {
  61. color: #0066FF;
  62. }
  63. .unimportant * {
  64. font-size: 11px;
  65. }
  66. a, a:visited {
  67. text-decoration: underline;
  68. color: #FF6600;
  69. }
  70. div.post p.fileinfo {
  71. padding-left: 5px;
  72. font-size: 11px;
  73. }
  74. .own_post {
  75. font-style: italic;
  76. font-weight: normal;
  77. color: white;
  78. opacity: .666;
  79. background: #fb2b49;
  80. padding-top: 3px;
  81. padding-bottom: 4px;
  82. padding-left: 20px;
  83. padding-right: 20px;
  84. }
  85. .desktop-style div.boardlist:not(.bottom) {
  86. background-color: #eee;
  87. padding-top: 5px;
  88. padding-bottom: 5px;
  89. border-bottom: 1px solid #DDD;
  90. box-shadow: none;
  91. }
  92. div.boardlist a {
  93. color: #FF6600;
  94. }
  95. form table tr th {
  96. background: #eeeeee;
  97. border: 0px solid #054500;
  98. font-weight: 200;
  99. }
  100. div.banner {
  101. background-color: #eeeeee;
  102. font-size: 14pt;
  103. font-weight: normal;
  104. color: #FF6600;
  105. text-align: center;
  106. margin: 0.5em 0;
  107. }
  108. .post-table th, .post-table-options th {
  109. width: 60px;
  110. font-size: 12px;
  111. font-weight: bold;
  112. }
  113. div.banner, div.banner a {
  114. color: #FF6600;
  115. }
  116. .dropzone {
  117. padding: 0px;
  118. min-height: 55px;
  119. background: none;
  120. }
  121. .dropzone .file-hint {
  122. font-size: 18px;
  123. color: rgba(125,125,125,0.4);
  124. }
  125. #thread-links>a {
  126. padding-left: none;
  127. padding-right: 5px;
  128. }
  129. #thread-quick-reply {
  130. display: none;
  131. float: right;
  132. margin-left: 10px;
  133. font-size: 1.5em;
  134. }
  135. #quick-reply {
  136. background: #dddddd;
  137. border: 1px solid #cccccc;
  138. padding: 3px 4px 6px 3px;
  139. }
  140. #quick-reply table {
  141. border: none!important;
  142. }
  143. #quick-reply th {
  144. border: 0px solid #7A7A7A;
  145. background: #ADADAD
  146. }
  147. #quick-reply th .close-btn {
  148. color: black;
  149. text-decoration: none;
  150. }
  151. body {
  152. background: #EEEEEE;
  153. color: #333333;
  154. font-family: Verdana,sans-serif;
  155. font-size: 0.9em;
  156. }
  157. div.post.reply {
  158. background: #dddddd;
  159. border: solid 1px #cccccc;
  160. webkit-border-radius: 2px;
  161. -moz-border-radius: 2px;
  162. border-radius: 2px;
  163. }
  164. div.post.reply div.body a {
  165. color: #FF6600
  166. }
  167. div.post.reply div.body a:hover {
  168. color: #FF6600
  169. }
  170. div.post.reply.highlighted {
  171. background: #ffe1ca;
  172. border-left: 1px solid #cccccc;
  173. border-right: 1px solid #cccccc;
  174. border-top: 1px solid #cccccc;
  175. border-bottom: 1px solid #cccccc;
  176. webkit-border-radius: 2px;
  177. -moz-border-radius: 2px;
  178. border-radius: 2px;
  179. }
  180. hr {
  181. clear: both;
  182. border: none;
  183. border-top: 1px solid #DDD;
  184. height: 0;
  185. }
  186. h1 {
  187. color: #FF6600;
  188. }
  189. .intro span.subject {
  190. color: #002244!important;
  191. font-weight: bold;
  192. }
  193. a:hover {
  194. color: #0066FF!important;
  195. }
  196. .intro span.name {
  197. color: #333333;
  198. font-weight: 400;
  199. }
  200. div.post p {
  201. display: block;
  202. margin: 0;
  203. line-height: 1.0em;
  204. font-size: 11pt;
  205. min-height: 1.16em;
  206. }
  207. a:hover, .intro a.post_no {
  208. color: #789922;
  209. }
  210. a:hover, .intro a.post_no:hover {
  211. color: #0066FF;
  212. }
  213. .unimportant * {
  214. font-size: 11px;
  215. }
  216. a, a:visited {
  217. text-decoration: underline;
  218. color: #FF6600;
  219. }
  220. div.post p.fileinfo {
  221. padding-left: 5px;
  222. font-size: 11px;
  223. }
  224. .own_post {
  225. font-style: italic;
  226. font-weight: normal;
  227. color: white;
  228. opacity: .666;
  229. background: #fb2b49;
  230. padding-top: 3px;
  231. padding-bottom: 4px;
  232. padding-left: 20px;
  233. padding-right: 20px;
  234. }
  235. .desktop-style div.boardlist:not(.bottom) {
  236. background-color: #eee;
  237. padding-top: 5px;
  238. padding-bottom: 5px;
  239. border-bottom: 1px solid #DDD;
  240. box-shadow: none;
  241. }
  242. div.boardlist a {
  243. color: #FF6600;
  244. }
  245. form table tr th {
  246. background: #eeeeee;
  247. border: 0px solid #054500;
  248. font-weight: 200;
  249. }
  250. div.banner {
  251. background-color: #eeeeee;
  252. font-size: 14pt;
  253. font-weight: normal;
  254. color: #FF6600;
  255. text-align: center;
  256. margin: 0.5em 0;
  257. }
  258. .post-table th, .post-table-options th {
  259. width: 60px;
  260. font-size: 12px;
  261. font-weight: bold;
  262. }
  263. div.banner, div.banner a {
  264. color: #FF6600;
  265. }
  266. .dropzone {
  267. padding: 0px;
  268. min-height: 55px;
  269. background: none;
  270. }
  271. .dropzone .file-hint {
  272. font-size: 18px;
  273. color: rgba(125,125,125,0.4);
  274. }
  275. #thread-links>a {
  276. padding-left: none;
  277. padding-right: 5px;
  278. }
  279. #thread-quick-reply {
  280. display: none;
  281. float: right;
  282. margin-left: 10px;
  283. font-size: 1.5em;
  284. }
  285. #quick-reply {
  286. background: #dddddd;
  287. border: 1px solid #cccccc;
  288. padding: 3px 4px 6px 3px;
  289. }
  290. #quick-reply table {
  291. border: none!important;
  292. }
  293. #quick-reply th {
  294. border: 0px solid #7A7A7A;
  295. background: #ADADAD
  296. }
  297. #quick-reply th .close-btn {
  298. color: black;
  299. text-decoration: none;
  300. }
  301. .inline {
  302. display: block;
  303. position: relative;
  304. white-space: normal;
  305. overflow: auto;
  306. z-index: 1;
  307. border: 1px solid black!important;
  308. padding-left: 30px;
  309. background: white;
  310. box-shadow: 0 0 30px #807b7b;
  311. }
Add Comment
Please, Sign In to add comment