zerobin.css 9.7 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377
  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. button, .button, #expiration, #language {
  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, #language, #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, #language select {
  163. color: #eee;
  164. background: transparent;
  165. border: none;
  166. }
  167. #expiration select option, #language select option {
  168. color:#eee;
  169. background: #414d5a;
  170. }
  171. #remainingtime {
  172. color: #94a3b4;
  173. display: inline;
  174. font-size: 0.85em;
  175. }
  176. #newbutton {
  177. float: right;
  178. margin-right: 0;
  179. margin-bottom: 5px;
  180. display: inline;
  181. }
  182. input {
  183. color: #777;
  184. font-size: 1em;
  185. padding: 6px;
  186. border: 1px solid #28343f;
  187. }
  188. .blink {
  189. text-decoration: blink;
  190. font-size: 0.8em;
  191. color: #a4b3c4;
  192. }
  193. .foryoureyesonly {
  194. color: #ff0 !important;
  195. font-size: 1em !important;
  196. font-weight: bold !important;
  197. }
  198. .nonworking {
  199. background-color: #fff;
  200. color: #000;
  201. width: 100%;
  202. text-align: center;
  203. font-weight: bold;
  204. font-size: 10pt;
  205. -webkit-border-radius: 4px;
  206. -moz-border-radius: 4px;
  207. border-radius: 4px;
  208. padding: 5px;
  209. }
  210. .hidden { display: none !important; }
  211. #ienotice {
  212. background-color: #7e98af;
  213. color: #000;
  214. font-size: 0.85em;
  215. padding: 3px 5px;
  216. text-align: center;
  217. -webkit-border-radius: 4px;
  218. -moz-border-radius: 4px;
  219. border-radius: 4px;
  220. display: none;
  221. }
  222. #ienotice a { color: #000; }
  223. #oldienotice { display: none; }
  224. .errorMessage {
  225. background-color: #f77 !important;
  226. color:#ff0;
  227. }
  228. /* --- discussion related CSS ------- */
  229. #discussion { /* Discussion container */
  230. margin-top: 20px;
  231. width: 100%;
  232. margin-left: -30px;
  233. min-width: 200px;
  234. }
  235. h4 {
  236. font-size: 1.2em;
  237. color: #94a3b4;
  238. font-style: italic;
  239. font-weight: bold;
  240. position: relative;
  241. margin-left: 30px;
  242. }
  243. .comment /* One single reply */
  244. {
  245. background-color: #ceced6;
  246. color: #000;
  247. white-space: pre-wrap;
  248. font-family: Consolas,"Lucida Console","DejaVu Sans Mono",Monaco,monospace;
  249. font-size: 9pt;
  250. border-left: 1px solid #859AAE;
  251. border-top: 1px solid #859AAE;
  252. padding: 5px 0px 5px 5px;
  253. margin-left: 30px;
  254. -moz-box-shadow: -3px -3px 5px rgba(0,0,0,0.15);
  255. -webkit-box-shadow: -3px -3px 5px rgba(0,0,0,0.15);
  256. box-shadow: -3px -3px 5px rgba(0,0,0,0.15);
  257. min-width: 200px;
  258. overflow: auto;
  259. }
  260. .reply { margin: 5px 0 0 30px; }
  261. #replystatus {
  262. display: inline;
  263. padding: 1px 7px;
  264. font-family: Arial, Helvetica, sans-serif;
  265. }
  266. .comment button {
  267. color: #446;
  268. background-color: #aab;
  269. background-repeat: no-repeat;
  270. background-position: center left;
  271. padding: 0 2px;
  272. font-size: 0.73em;
  273. margin: 3px 5px 3px 0;
  274. display: inline;
  275. background-image: linear-gradient(bottom, #aab 0, #ccc 100%);
  276. background-image: -o-linear-gradient(bottom, #aab 0, #ccc 100%);
  277. background-image: -moz-linear-gradient(bottom, #aab 0, #ccc 100%);
  278. background-image: -webkit-linear-gradient(bottom, #aab 0, #ccc 100%);
  279. background-image: -ms-linear-gradient(bottom, #aab 0, #ccc 100%);
  280. background-image: -webkit-gradient(linear, left bottom, left top, color-stop(0, #aab), color-stop(1, #ccc));
  281. border: 1px solid #ccd;
  282. -moz-box-shadow: inset 0 1px 2px #ddd;
  283. -webkit-box-shadow: inset 0 1px 2px #fff;
  284. box-shadow: inset 0 1px 2px #eee;
  285. -webkit-border-radius: 3px;
  286. -moz-border-radius: 3px;
  287. border-radius: 3px;
  288. -moz-background-clip: padding;
  289. -webkit-background-clip: padding-box;
  290. background-clip: padding-box;
  291. }
  292. .comment button:hover {
  293. background-image: linear-gradient(bottom, #ccd 0, #fff 100%);
  294. background-image: -o-linear-gradient(bottom, #ccd 0, #fff 100%);
  295. background-image: -moz-linear-gradient(bottom, #ccd 0, #fff 100%);
  296. background-image: -webkit-linear-gradient(bottom, #ccd 0, #fff 100%);
  297. background-image: -ms-linear-gradient(bottom, #ccd 0, #fff 100%);
  298. background-image: -webkit-gradient(linear, left bottom, left top, color-stop(0, #ccd), color-stop(1, #fff));
  299. }
  300. .comment button:active {
  301. background-image: linear-gradient(bottom, #fff 0, #889 100%);
  302. background-image: -o-linear-gradient(bottom, #fff 0, #889 100%);
  303. background-image: -moz-linear-gradient(bottom, #fff 0, #889 100%);
  304. background-image: -webkit-linear-gradient(bottom, #fff 0, #889 100%);
  305. background-image: -ms-linear-gradient(bottom, #fff 0, #889 100%);
  306. background-image: -webkit-gradient(linear, left bottom, left top, color-stop(0, #fff), color-stop(1, #889));
  307. position:relative;
  308. top:1px;
  309. }
  310. .comment input { padding: 2px; }
  311. #replymessage { margin-top: 5px; }
  312. .commentmeta {
  313. color: #fff;
  314. background-color: #8ea0b2;
  315. margin-bottom: 3px;
  316. padding: 0 0 0 3px;
  317. }
  318. .commentdate { color: #bfcede; }
  319. img.vizhash {
  320. width: 16px;
  321. height: 16px;
  322. position: relative;
  323. top: 2px;
  324. left: -3px;
  325. }