zerobin.css 9.8 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379
  1. /* ZeroBin 0.17 - 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.8em;
  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. font-size: 0.85em;
  59. color: #94a3b4;
  60. padding: 4px 8px 4px 16px;
  61. position: relative;
  62. top: 10px;
  63. border-left: 2px solid #94a3b4;
  64. float: right;
  65. width: 60%;
  66. }
  67. #aboutbox a { color: #94a3b4; }
  68. #message, #cleartext, .replymessage {
  69. clear: both;
  70. color: #000;
  71. background-color: #fff;
  72. white-space: pre-wrap;
  73. font-family: Consolas, "Lucida Console", "DejaVu Sans Mono", Monaco, monospace;
  74. font-size: 9pt;
  75. border: 1px solid #28343F;
  76. padding: 5px;
  77. box-sizing: border-box;
  78. -webkit-box-sizing: border-box;
  79. -moz-box-sizing: border-box;
  80. -ms-box-sizing: border-box;
  81. -o-box-sizing: border-box;
  82. width: 100%;
  83. }
  84. #status {
  85. clear: both;
  86. padding: 5px 10px;
  87. }
  88. #pasteresult {
  89. background-color: #1F2833;
  90. color: #fff;
  91. padding: 4px 12px;
  92. clear: both;
  93. -moz-box-shadow: inset 0 2px 2px #000;
  94. -webkit-box-shadow: inset 0 2px 2px #000;
  95. box-shadow: inset 0 2px 2px #000;
  96. }
  97. #pasteresult a { color: #fff; }
  98. #pasteresult button { margin-left: 11px; }
  99. #deletelink { float: right; }
  100. #toolbar, #status { margin-bottom: 5px; }
  101. #copyhint { color: #666; font-size: 0.85em; }
  102. button, .button, #expiration, #language {
  103. color: #fff;
  104. background-color: #323b47;
  105. background-repeat: no-repeat;
  106. background-position: center left;
  107. padding: 4px 8px;
  108. font-size: 1em;
  109. margin-right: 5px;
  110. display: inline;
  111. background-image: linear-gradient(bottom, #323b47 0, #51606e 100%);
  112. background-image: -o-linear-gradient(bottom, #323b47 0, #51606e 100%);
  113. background-image: -moz-linear-gradient(bottom, #323b47 0, #51606e 100%);
  114. background-image: -webkit-linear-gradient(bottom, #323b47 0, #51606e 100%);
  115. background-image: -ms-linear-gradient(bottom, #323b47 0, #51606e 100%);
  116. background-image: -webkit-gradient(linear, left bottom, left top, color-stop(0, #323b47), color-stop(1, #51606e));
  117. border: 1px solid #28343F;
  118. -moz-box-shadow: inset 0 1px 2px #647384;
  119. -webkit-box-shadow: inset 0 1px 2px #647384;
  120. box-shadow: inset 0 1px 2px #647384;
  121. -webkit-border-radius: 3px;
  122. -moz-border-radius: 3px;
  123. border-radius: 3px;
  124. -moz-background-clip: padding;
  125. -webkit-background-clip: padding-box;
  126. background-clip: padding-box;
  127. }
  128. button:hover {
  129. background-image: linear-gradient(bottom, #424b57 0%, #61707e 100%);
  130. background-image: -o-linear-gradient(bottom, #424b57 0%, #61707e 100%);
  131. background-image: -moz-linear-gradient(bottom, #424b57 0%, #61707e 100%);
  132. background-image: -webkit-linear-gradient(bottom, #424b57 0%, #61707e 100%);
  133. background-image: -ms-linear-gradient(bottom, #424b57 0%, #61707e 100%);
  134. background-image: -webkit-gradient(linear, left bottom, left top, color-stop(0, #424b57), color-stop(1, #61707e));
  135. }
  136. button:active {
  137. background-image: linear-gradient(bottom, #51606e 0, #323b47 100%);
  138. background-image: -o-linear-gradient(bottom, #51606e 0, #323b47 100%);
  139. background-image: -moz-linear-gradient(bottom, #51606e 0, #323b47 100%);
  140. background-image: -webkit-linear-gradient(bottom, #51606e 0, #323b47 100%);
  141. background-image: -ms-linear-gradient(bottom, #51606e 0, #323b47 100%);
  142. background-image: -webkit-gradient(linear, left bottom, left top, color-stop(0, #51606e), color-stop(1, #323b47));
  143. position:relative;
  144. top:1px;
  145. }
  146. button:disabled, .buttondisabled {
  147. background: #ccc;
  148. color: #888;
  149. top: 0;
  150. }
  151. button img {
  152. margin-right: 8px;
  153. position: relative;
  154. top: 2px;
  155. }
  156. #expiration, #language, #burnafterreadingoption, #opendisc {
  157. background-color: #414d5a;
  158. padding: 6px 8px;
  159. margin: 0 5px 0 0;
  160. position: relative;
  161. bottom: 1px; /* WTF ? Why is this shifted by 1 pixel ? */
  162. }
  163. #expiration select, #language select {
  164. color: #eee;
  165. background: transparent;
  166. border: none;
  167. }
  168. #expiration select option, #language select option {
  169. color:#eee;
  170. background: #414d5a;
  171. }
  172. #remainingtime {
  173. color: #94a3b4;
  174. display: inline;
  175. font-size: 0.85em;
  176. }
  177. #newbutton {
  178. float: right;
  179. margin-right: 0;
  180. margin-bottom: 5px;
  181. display: inline;
  182. }
  183. input {
  184. color: #777;
  185. font-size: 1em;
  186. padding: 6px;
  187. border: 1px solid #28343f;
  188. }
  189. .blink {
  190. text-decoration: blink;
  191. font-size: 0.8em;
  192. color: #a4b3c4;
  193. }
  194. .foryoureyesonly {
  195. color: #ff0 !important;
  196. font-size: 1em !important;
  197. font-weight: bold !important;
  198. }
  199. .nonworking {
  200. background-color: #fff;
  201. color: #000;
  202. width: 100%;
  203. text-align: center;
  204. font-weight: bold;
  205. font-size: 10pt;
  206. -webkit-border-radius: 4px;
  207. -moz-border-radius: 4px;
  208. border-radius: 4px;
  209. padding: 5px;
  210. }
  211. .hidden { display: none !important; }
  212. #ienotice {
  213. background-color: #7e98af;
  214. color: #000;
  215. font-size: 0.85em;
  216. padding: 3px 5px;
  217. text-align: center;
  218. -webkit-border-radius: 4px;
  219. -moz-border-radius: 4px;
  220. border-radius: 4px;
  221. display: none;
  222. }
  223. #ienotice a { color: #000; }
  224. #oldienotice { display: none; }
  225. .errorMessage {
  226. background-color: #f77 !important;
  227. color:#ff0;
  228. }
  229. /* --- discussion related CSS ------- */
  230. #discussion { /* Discussion container */
  231. margin-top: 20px;
  232. width: 100%;
  233. margin-left: -30px;
  234. min-width: 200px;
  235. }
  236. h4 {
  237. font-size: 1.2em;
  238. color: #94a3b4;
  239. font-style: italic;
  240. font-weight: bold;
  241. position: relative;
  242. margin-left: 30px;
  243. }
  244. .comment /* One single reply */
  245. {
  246. background-color: #ceced6;
  247. color: #000;
  248. white-space: pre-wrap;
  249. font-family: Consolas,"Lucida Console","DejaVu Sans Mono",Monaco,monospace;
  250. font-size: 9pt;
  251. border-left: 1px solid #859AAE;
  252. border-top: 1px solid #859AAE;
  253. padding: 5px 0px 5px 5px;
  254. margin-left: 30px;
  255. -moz-box-shadow: -3px -3px 5px rgba(0,0,0,0.15);
  256. -webkit-box-shadow: -3px -3px 5px rgba(0,0,0,0.15);
  257. box-shadow: -3px -3px 5px rgba(0,0,0,0.15);
  258. min-width: 200px;
  259. overflow: auto;
  260. }
  261. .reply { margin: 5px 0 0 30px; }
  262. #replystatus {
  263. display: inline;
  264. padding: 1px 7px;
  265. font-family: Arial, Helvetica, sans-serif;
  266. }
  267. .comment button {
  268. color: #446;
  269. background-color: #aab;
  270. background-repeat: no-repeat;
  271. background-position: center left;
  272. padding: 0 2px;
  273. font-size: 0.73em;
  274. margin: 3px 5px 3px 0;
  275. display: inline;
  276. background-image: linear-gradient(bottom, #aab 0, #ccc 100%);
  277. background-image: -o-linear-gradient(bottom, #aab 0, #ccc 100%);
  278. background-image: -moz-linear-gradient(bottom, #aab 0, #ccc 100%);
  279. background-image: -webkit-linear-gradient(bottom, #aab 0, #ccc 100%);
  280. background-image: -ms-linear-gradient(bottom, #aab 0, #ccc 100%);
  281. background-image: -webkit-gradient(linear, left bottom, left top, color-stop(0, #aab), color-stop(1, #ccc));
  282. border: 1px solid #ccd;
  283. -moz-box-shadow: inset 0 1px 2px #ddd;
  284. -webkit-box-shadow: inset 0 1px 2px #fff;
  285. box-shadow: inset 0 1px 2px #eee;
  286. -webkit-border-radius: 3px;
  287. -moz-border-radius: 3px;
  288. border-radius: 3px;
  289. -moz-background-clip: padding;
  290. -webkit-background-clip: padding-box;
  291. background-clip: padding-box;
  292. }
  293. .comment button:hover {
  294. background-image: linear-gradient(bottom, #ccd 0, #fff 100%);
  295. background-image: -o-linear-gradient(bottom, #ccd 0, #fff 100%);
  296. background-image: -moz-linear-gradient(bottom, #ccd 0, #fff 100%);
  297. background-image: -webkit-linear-gradient(bottom, #ccd 0, #fff 100%);
  298. background-image: -ms-linear-gradient(bottom, #ccd 0, #fff 100%);
  299. background-image: -webkit-gradient(linear, left bottom, left top, color-stop(0, #ccd), color-stop(1, #fff));
  300. }
  301. .comment button:active {
  302. background-image: linear-gradient(bottom, #fff 0, #889 100%);
  303. background-image: -o-linear-gradient(bottom, #fff 0, #889 100%);
  304. background-image: -moz-linear-gradient(bottom, #fff 0, #889 100%);
  305. background-image: -webkit-linear-gradient(bottom, #fff 0, #889 100%);
  306. background-image: -ms-linear-gradient(bottom, #fff 0, #889 100%);
  307. background-image: -webkit-gradient(linear, left bottom, left top, color-stop(0, #fff), color-stop(1, #889));
  308. position:relative;
  309. top:1px;
  310. }
  311. .comment input { padding: 2px; }
  312. #replymessage { margin-top: 5px; }
  313. .commentmeta {
  314. color: #fff;
  315. background-color: #8ea0b2;
  316. margin-bottom: 3px;
  317. padding: 0 0 0 3px;
  318. }
  319. .commentdate { color: #bfcede; }
  320. img.vizhash {
  321. width: 16px;
  322. height: 16px;
  323. position: relative;
  324. top: 2px;
  325. left: -3px;
  326. }