zerobin.css 9.8 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387
  1. /* ZeroBin 0.20 - http://sebsauvage.net/wiki/doku.php?id=php:zerobin */
  2. /* CSS Reset from YUI 3.4.1 (build 4118) - Copyright 2011 Yahoo! Inc. All rights reserved.
  3. Licensed under the BSD License. - http://yuilibrary.com/license/ */
  4. html{color:#000;background:#fff}body,div,dl,dt,dd,ul,li,h1,h2,h3,h4,h5,h6,pre,code,form,fieldset,legend,input,textarea,p,blockquote,th,td{margin:0;padding:0}table{border-collapse:collapse;border-spacing:0}fieldset,img{border:0}address,caption,cite,code,dfn,em,strong,th,var{font-style:normal;font-weight:normal}ol,ul{list-style:none}caption,th{text-align:left}h1,h2,h3,h4,h5,h6{font-size:100%;font-weight:normal}q:before,q:after{content:''}abbr,acronym{border:0;font-variant:normal}sup{vertical-align:text-top}sub{vertical-align:text-bottom}input,textarea,select{font-family:inherit;font-size:inherit;font-weight:inherit}input,textarea,select{font-size:100%;}legend{color:#000}
  5. html {
  6. background-color: #455463;
  7. color: #fff;
  8. min-height: 100%;
  9. background-image: linear-gradient(bottom, #0f1823 0, #455463 100%);
  10. background-image: -o-linear-gradient(bottom, #0f1823 0, #455463 100%);
  11. background-image: -moz-linear-gradient(bottom, #0f1823 0, #455463 100%);
  12. background-image: -webkit-linear-gradient(bottom, #0f1823 0, #455463 100%);
  13. background-image: -ms-linear-gradient(bottom, #0f1823 0, #455463 100%);
  14. background-image: -webkit-gradient(linear, left bottom, left top, color-stop(0, #0f1823), color-stop(1, #455463));
  15. }
  16. body {
  17. font-family: Arial, Helvetica, sans-serif;
  18. font-size: 0.9em;
  19. margin-bottom: 15px;
  20. padding-left: 60px;
  21. padding-right: 60px;
  22. }
  23. a { color: #0f388f; }
  24. h1 {
  25. font-size: 3.5em;
  26. font-weight: bold;
  27. color: #000;
  28. position: relative;
  29. display: inline;
  30. cursor: pointer;
  31. }
  32. h1:before {
  33. content: attr(title);
  34. position: absolute;
  35. color: rgba(255,255,255,0.15);
  36. top: 1px;
  37. left: 1px;
  38. cursor: pointer;
  39. }
  40. h2 {
  41. color: #000;
  42. font-size: 1em;
  43. display: inline;
  44. font-style: italic;
  45. font-weight: bold;
  46. position: relative;
  47. bottom: 8px;
  48. }
  49. h3 {
  50. color: #94a3b4;
  51. font-size: 0.7em;
  52. display: inline;
  53. margin-top: 10px;
  54. position: relative;
  55. bottom: 8px;
  56. }
  57. #aboutbox {
  58. color: #94a3b4;
  59. padding: 4px 8px 4px 16px;
  60. position: relative;
  61. top: 10px;
  62. border-left: 2px solid #94a3b4;
  63. float: right;
  64. width: 60%;
  65. }
  66. #aboutbox a { color: #94a3b4; }
  67. #message, #cleartext, .replymessage {
  68. clear: both;
  69. color: #000;
  70. background-color: #fff;
  71. white-space: pre-wrap;
  72. font-family: Consolas, "Lucida Console", "DejaVu Sans Mono", Monaco, monospace;
  73. font-size: 9pt;
  74. border: 1px solid #28343F;
  75. padding: 5px;
  76. box-sizing: border-box;
  77. -webkit-box-sizing: border-box;
  78. -moz-box-sizing: border-box;
  79. -ms-box-sizing: border-box;
  80. -o-box-sizing: border-box;
  81. width: 100%;
  82. }
  83. #status {
  84. clear: both;
  85. padding: 5px 10px;
  86. }
  87. #pasteresult {
  88. background-color: #1F2833;
  89. color: #fff;
  90. padding: 4px 12px;
  91. clear: both;
  92. -moz-box-shadow: inset 0 2px 2px #000;
  93. -webkit-box-shadow: inset 0 2px 2px #000;
  94. box-shadow: inset 0 2px 2px #000;
  95. }
  96. #pasteresult a { color: #fff; }
  97. #pasteresult button { margin-left: 11px; }
  98. #deletelink { float: right; }
  99. #toolbar, #status { margin-bottom: 5px; }
  100. #copyhint { color: #666; font-size: 0.85em; }
  101. button, .button, #expiration {
  102. color: #fff;
  103. background-color: #323b47;
  104. background-repeat: no-repeat;
  105. background-position: center left;
  106. padding: 4px 8px;
  107. font-size: 1em;
  108. margin-right: 5px;
  109. display: inline;
  110. background-image: linear-gradient(bottom, #323b47 0, #51606e 100%);
  111. background-image: -o-linear-gradient(bottom, #323b47 0, #51606e 100%);
  112. background-image: -moz-linear-gradient(bottom, #323b47 0, #51606e 100%);
  113. background-image: -webkit-linear-gradient(bottom, #323b47 0, #51606e 100%);
  114. background-image: -ms-linear-gradient(bottom, #323b47 0, #51606e 100%);
  115. background-image: -webkit-gradient(linear, left bottom, left top, color-stop(0, #323b47), color-stop(1, #51606e));
  116. border: 1px solid #28343F;
  117. -moz-box-shadow: inset 0 1px 2px #647384;
  118. -webkit-box-shadow: inset 0 1px 2px #647384;
  119. box-shadow: inset 0 1px 2px #647384;
  120. -webkit-border-radius: 3px;
  121. -moz-border-radius: 3px;
  122. border-radius: 3px;
  123. -moz-background-clip: padding;
  124. -webkit-background-clip: padding-box;
  125. background-clip: padding-box;
  126. }
  127. button:hover {
  128. background-image: linear-gradient(bottom, #424b57 0%, #61707e 100%);
  129. background-image: -o-linear-gradient(bottom, #424b57 0%, #61707e 100%);
  130. background-image: -moz-linear-gradient(bottom, #424b57 0%, #61707e 100%);
  131. background-image: -webkit-linear-gradient(bottom, #424b57 0%, #61707e 100%);
  132. background-image: -ms-linear-gradient(bottom, #424b57 0%, #61707e 100%);
  133. background-image: -webkit-gradient(linear, left bottom, left top, color-stop(0, #424b57), color-stop(1, #61707e));
  134. }
  135. button:active {
  136. background-image: linear-gradient(bottom, #51606e 0, #323b47 100%);
  137. background-image: -o-linear-gradient(bottom, #51606e 0, #323b47 100%);
  138. background-image: -moz-linear-gradient(bottom, #51606e 0, #323b47 100%);
  139. background-image: -webkit-linear-gradient(bottom, #51606e 0, #323b47 100%);
  140. background-image: -ms-linear-gradient(bottom, #51606e 0, #323b47 100%);
  141. background-image: -webkit-gradient(linear, left bottom, left top, color-stop(0, #51606e), color-stop(1, #323b47));
  142. position:relative;
  143. top:1px;
  144. }
  145. button:disabled, .buttondisabled {
  146. background: #ccc;
  147. color: #888;
  148. top: 0;
  149. }
  150. button img {
  151. margin-right: 8px;
  152. position: relative;
  153. top: 2px;
  154. }
  155. #expiration, #rawtextbutton, #burnafterreadingoption, #opendisc {
  156. background-color: #414d5a;
  157. padding: 6px 8px;
  158. margin: 0 5px 0 0;
  159. position: relative;
  160. bottom: 1px; /* WTF ? Why is this shifted by 1 pixel ? */
  161. }
  162. #expiration select {
  163. color: #eee;
  164. background: transparent;
  165. border: none;
  166. }
  167. #expiration select option {
  168. color:#eee;
  169. background: #414d5a;
  170. }
  171. #rawtextbutton img {
  172. padding: 1px 0 1px 0;
  173. }
  174. #remainingtime {
  175. color: #94a3b4;
  176. display: inline;
  177. font-size: 0.85em;
  178. }
  179. #newbutton {
  180. float: right;
  181. margin-right: 0;
  182. margin-bottom: 5px;
  183. display: inline;
  184. }
  185. input {
  186. color: #777;
  187. font-size: 1em;
  188. padding: 6px;
  189. border: 1px solid #28343f;
  190. }
  191. .blink {
  192. text-decoration: blink;
  193. font-size: 0.8em;
  194. color: #a4b3c4;
  195. }
  196. .foryoureyesonly {
  197. color: #ff0 !important;
  198. font-size: 1em !important;
  199. font-weight: bold !important;
  200. }
  201. .nonworking {
  202. background-color: #fff;
  203. color: #000;
  204. width: 100%;
  205. text-align: center;
  206. font-weight: bold;
  207. font-size: 10pt;
  208. -webkit-border-radius: 4px;
  209. -moz-border-radius: 4px;
  210. border-radius: 4px;
  211. padding: 5px;
  212. }
  213. .hidden { display: none !important; }
  214. #ienotice {
  215. background-color: #7e98af;
  216. color: #000;
  217. font-size: 0.85em;
  218. padding: 3px 5px;
  219. text-align: center;
  220. -webkit-border-radius: 4px;
  221. -moz-border-radius: 4px;
  222. border-radius: 4px;
  223. display: none;
  224. }
  225. #ienotice a { color: #000; }
  226. #oldienotice { display: none; }
  227. .errorMessage {
  228. background-color: #f77 !important;
  229. color:#ff0;
  230. }
  231. /* --- discussion related CSS ------- */
  232. #discussion { /* Discussion container */
  233. margin-top: 20px;
  234. width: 100%;
  235. margin-left: -30px;
  236. min-width: 200px;
  237. }
  238. h4 {
  239. font-size: 1.2em;
  240. color: #94a3b4;
  241. font-style: italic;
  242. font-weight: bold;
  243. position: relative;
  244. margin-left: 30px;
  245. }
  246. .comment /* One single reply */
  247. {
  248. background-color: #ceced6;
  249. color: #000;
  250. white-space: pre-wrap;
  251. font-family: Consolas,"Lucida Console","DejaVu Sans Mono",Monaco,monospace;
  252. font-size: 9pt;
  253. border-left: 1px solid #859AAE;
  254. border-top: 1px solid #859AAE;
  255. padding: 5px 0px 5px 5px;
  256. margin-left: 30px;
  257. -moz-box-shadow: -3px -3px 5px rgba(0,0,0,0.15);
  258. -webkit-box-shadow: -3px -3px 5px rgba(0,0,0,0.15);
  259. box-shadow: -3px -3px 5px rgba(0,0,0,0.15);
  260. min-width: 200px;
  261. overflow: auto;
  262. }
  263. .reply { margin: 5px 0 0 30px; }
  264. #replystatus {
  265. display: inline;
  266. padding: 1px 7px;
  267. font-family: Arial, Helvetica, sans-serif;
  268. }
  269. .comment button {
  270. color: #446;
  271. background-color: #aab;
  272. background-repeat: no-repeat;
  273. background-position: center left;
  274. padding: 0 2px;
  275. font-size: 0.73em;
  276. margin: 3px 5px 3px 0;
  277. display: inline;
  278. background-image: linear-gradient(bottom, #aab 0, #ccc 100%);
  279. background-image: -o-linear-gradient(bottom, #aab 0, #ccc 100%);
  280. background-image: -moz-linear-gradient(bottom, #aab 0, #ccc 100%);
  281. background-image: -webkit-linear-gradient(bottom, #aab 0, #ccc 100%);
  282. background-image: -ms-linear-gradient(bottom, #aab 0, #ccc 100%);
  283. background-image: -webkit-gradient(linear, left bottom, left top, color-stop(0, #aab), color-stop(1, #ccc));
  284. border: 1px solid #ccd;
  285. -moz-box-shadow: inset 0 1px 2px #ddd;
  286. -webkit-box-shadow: inset 0 1px 2px #fff;
  287. box-shadow: inset 0 1px 2px #eee;
  288. -webkit-border-radius: 3px;
  289. -moz-border-radius: 3px;
  290. border-radius: 3px;
  291. -moz-background-clip: padding;
  292. -webkit-background-clip: padding-box;
  293. background-clip: padding-box;
  294. }
  295. .comment button:hover {
  296. background-image: linear-gradient(bottom, #ccd 0, #fff 100%);
  297. background-image: -o-linear-gradient(bottom, #ccd 0, #fff 100%);
  298. background-image: -moz-linear-gradient(bottom, #ccd 0, #fff 100%);
  299. background-image: -webkit-linear-gradient(bottom, #ccd 0, #fff 100%);
  300. background-image: -ms-linear-gradient(bottom, #ccd 0, #fff 100%);
  301. background-image: -webkit-gradient(linear, left bottom, left top, color-stop(0, #ccd), color-stop(1, #fff));
  302. }
  303. .comment button:active {
  304. background-image: linear-gradient(bottom, #fff 0, #889 100%);
  305. background-image: -o-linear-gradient(bottom, #fff 0, #889 100%);
  306. background-image: -moz-linear-gradient(bottom, #fff 0, #889 100%);
  307. background-image: -webkit-linear-gradient(bottom, #fff 0, #889 100%);
  308. background-image: -ms-linear-gradient(bottom, #fff 0, #889 100%);
  309. background-image: -webkit-gradient(linear, left bottom, left top, color-stop(0, #fff), color-stop(1, #889));
  310. position:relative;
  311. top:1px;
  312. }
  313. .comment input { padding: 2px; }
  314. #replymessage { margin-top: 5px; }
  315. .commentmeta {
  316. color: #fff;
  317. background-color: #8ea0b2;
  318. margin-bottom: 3px;
  319. padding: 0 0 0 3px;
  320. }
  321. .commentdate { color: #bfcede; }
  322. img.vizhash {
  323. width: 16px;
  324. height: 16px;
  325. position: relative;
  326. top: 2px;
  327. left: -3px;
  328. }
  329. #prettyprint {
  330. color: #000000;
  331. font-size: 1.2em;
  332. }