Guest User

Untitled

a guest
Jul 15th, 2018
177
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 56.40 KB | None | 0 0
  1. ## favicon.gif
  2.  
  3. ## favicon.ico
  4.  
  5. ## index.php
  6. <?php
  7. require("../files/paste.php");
  8. head('new');
  9. foot();
  10. ## new.php
  11. <?php
  12. require("../files/paste.php");
  13. head('new');
  14. foot();
  15. ## robots.txt
  16. ## style.css
  17. .poster {
  18. }
  19.  
  20. .content {
  21. border: 1px solid #000000;
  22. }
  23.  
  24. .recent_h2 {
  25. font-size: 1.2em;
  26. display: inline;
  27. padding-left: 30px;
  28. padding-right: 10px;
  29. }
  30.  
  31. #latest {
  32. margin-bottom: 20px;
  33. }
  34.  
  35. #text {
  36. width: 98%;
  37. min-height: 200px;
  38. }
  39. ## submit.php
  40. <?php
  41. require("../files/paste.php");
  42. head('submit');
  43. foot();
  44. ## style/autumn.css
  45. .content .hll { background-color: #ffffcc }
  46. .content { background: #ffffff; }
  47. .content .c { color: #aaaaaa; font-style: italic } /* Comment */
  48. .content .err { color: #F00000; background-color: #F0A0A0 } /* Error */
  49. .content .k { color: #0000aa } /* Keyword */
  50. .content .cm { color: #aaaaaa; font-style: italic } /* Comment.Multiline */
  51. .content .cp { color: #4c8317 } /* Comment.Preproc */
  52. .content .c1 { color: #aaaaaa; font-style: italic } /* Comment.Single */
  53. .content .cs { color: #0000aa; font-style: italic } /* Comment.Special */
  54. .content .gd { color: #aa0000 } /* Generic.Deleted */
  55. .content .ge { font-style: italic } /* Generic.Emph */
  56. .content .gr { color: #aa0000 } /* Generic.Error */
  57. .content .gh { color: #000080; font-weight: bold } /* Generic.Heading */
  58. .content .gi { color: #00aa00 } /* Generic.Inserted */
  59. .content .go { color: #888888 } /* Generic.Output */
  60. .content .gp { color: #555555 } /* Generic.Prompt */
  61. .content .gs { font-weight: bold } /* Generic.Strong */
  62. .content .gu { color: #800080; font-weight: bold } /* Generic.Subheading */
  63. .content .gt { color: #aa0000 } /* Generic.Traceback */
  64. .content .kc { color: #0000aa } /* Keyword.Constant */
  65. .content .kd { color: #0000aa } /* Keyword.Declaration */
  66. .content .kn { color: #0000aa } /* Keyword.Namespace */
  67. .content .kp { color: #0000aa } /* Keyword.Pseudo */
  68. .content .kr { color: #0000aa } /* Keyword.Reserved */
  69. .content .kt { color: #00aaaa } /* Keyword.Type */
  70. .content .m { color: #009999 } /* Literal.Number */
  71. .content .s { color: #aa5500 } /* Literal.String */
  72. .content .na { color: #1e90ff } /* Name.Attribute */
  73. .content .nb { color: #00aaaa } /* Name.Builtin */
  74. .content .nc { color: #00aa00; text-decoration: underline } /* Name.Class */
  75. .content .no { color: #aa0000 } /* Name.Constant */
  76. .content .nd { color: #888888 } /* Name.Decorator */
  77. .content .ni { color: #800000; font-weight: bold } /* Name.Entity */
  78. .content .nf { color: #00aa00 } /* Name.Function */
  79. .content .nn { color: #00aaaa; text-decoration: underline } /* Name.Namespace */
  80. .content .nt { color: #1e90ff; font-weight: bold } /* Name.Tag */
  81. .content .nv { color: #aa0000 } /* Name.Variable */
  82. .content .ow { color: #0000aa } /* Operator.Word */
  83. .content .w { color: #bbbbbb } /* Text.Whitespace */
  84. .content .mf { color: #009999 } /* Literal.Number.Float */
  85. .content .mh { color: #009999 } /* Literal.Number.Hex */
  86. .content .mi { color: #009999 } /* Literal.Number.Integer */
  87. .content .mo { color: #009999 } /* Literal.Number.Oct */
  88. .content .sb { color: #aa5500 } /* Literal.String.Backtick */
  89. .content .sc { color: #aa5500 } /* Literal.String.Char */
  90. .content .sd { color: #aa5500 } /* Literal.String.Doc */
  91. .content .s2 { color: #aa5500 } /* Literal.String.Double */
  92. .content .se { color: #aa5500 } /* Literal.String.Escape */
  93. .content .sh { color: #aa5500 } /* Literal.String.Heredoc */
  94. .content .si { color: #aa5500 } /* Literal.String.Interpol */
  95. .content .sx { color: #aa5500 } /* Literal.String.Other */
  96. .content .sr { color: #009999 } /* Literal.String.Regex */
  97. .content .s1 { color: #aa5500 } /* Literal.String.Single */
  98. .content .ss { color: #0000aa } /* Literal.String.Symbol */
  99. .content .bp { color: #00aaaa } /* Name.Builtin.Pseudo */
  100. .content .vc { color: #aa0000 } /* Name.Variable.Class */
  101. .content .vg { color: #aa0000 } /* Name.Variable.Global */
  102. .content .vi { color: #aa0000 } /* Name.Variable.Instance */
  103. .content .il { color: #009999 } /* Literal.Number.Integer.Long */
  104. ## style/borland.css
  105. .content .hll { background-color: #ffffcc }
  106. .content { background: #ffffff; }
  107. .content .c { color: #008800; font-style: italic } /* Comment */
  108. .content .err { color: #a61717; background-color: #e3d2d2 } /* Error */
  109. .content .k { color: #000080; font-weight: bold } /* Keyword */
  110. .content .cm { color: #008800; font-style: italic } /* Comment.Multiline */
  111. .content .cp { color: #008080 } /* Comment.Preproc */
  112. .content .c1 { color: #008800; font-style: italic } /* Comment.Single */
  113. .content .cs { color: #008800; font-weight: bold } /* Comment.Special */
  114. .content .gd { color: #000000; background-color: #ffdddd } /* Generic.Deleted */
  115. .content .ge { font-style: italic } /* Generic.Emph */
  116. .content .gr { color: #aa0000 } /* Generic.Error */
  117. .content .gh { color: #999999 } /* Generic.Heading */
  118. .content .gi { color: #000000; background-color: #ddffdd } /* Generic.Inserted */
  119. .content .go { color: #888888 } /* Generic.Output */
  120. .content .gp { color: #555555 } /* Generic.Prompt */
  121. .content .gs { font-weight: bold } /* Generic.Strong */
  122. .content .gu { color: #aaaaaa } /* Generic.Subheading */
  123. .content .gt { color: #aa0000 } /* Generic.Traceback */
  124. .content .kc { color: #000080; font-weight: bold } /* Keyword.Constant */
  125. .content .kd { color: #000080; font-weight: bold } /* Keyword.Declaration */
  126. .content .kn { color: #000080; font-weight: bold } /* Keyword.Namespace */
  127. .content .kp { color: #000080; font-weight: bold } /* Keyword.Pseudo */
  128. .content .kr { color: #000080; font-weight: bold } /* Keyword.Reserved */
  129. .content .kt { color: #000080; font-weight: bold } /* Keyword.Type */
  130. .content .m { color: #0000FF } /* Literal.Number */
  131. .content .s { color: #0000FF } /* Literal.String */
  132. .content .na { color: #FF0000 } /* Name.Attribute */
  133. .content .nt { color: #000080; font-weight: bold } /* Name.Tag */
  134. .content .ow { font-weight: bold } /* Operator.Word */
  135. .content .w { color: #bbbbbb } /* Text.Whitespace */
  136. .content .mf { color: #0000FF } /* Literal.Number.Float */
  137. .content .mh { color: #0000FF } /* Literal.Number.Hex */
  138. .content .mi { color: #0000FF } /* Literal.Number.Integer */
  139. .content .mo { color: #0000FF } /* Literal.Number.Oct */
  140. .content .sb { color: #0000FF } /* Literal.String.Backtick */
  141. .content .sc { color: #800080 } /* Literal.String.Char */
  142. .content .sd { color: #0000FF } /* Literal.String.Doc */
  143. .content .s2 { color: #0000FF } /* Literal.String.Double */
  144. .content .se { color: #0000FF } /* Literal.String.Escape */
  145. .content .sh { color: #0000FF } /* Literal.String.Heredoc */
  146. .content .si { color: #0000FF } /* Literal.String.Interpol */
  147. .content .sx { color: #0000FF } /* Literal.String.Other */
  148. .content .sr { color: #0000FF } /* Literal.String.Regex */
  149. .content .s1 { color: #0000FF } /* Literal.String.Single */
  150. .content .ss { color: #0000FF } /* Literal.String.Symbol */
  151. .content .il { color: #0000FF } /* Literal.Number.Integer.Long */
  152. ## style/bw.css
  153. .content .hll { background-color: #ffffcc }
  154. .content { background: #ffffff; }
  155. .content .c { font-style: italic } /* Comment */
  156. .content .err { border: 1px solid #FF0000 } /* Error */
  157. .content .k { font-weight: bold } /* Keyword */
  158. .content .cm { font-style: italic } /* Comment.Multiline */
  159. .content .c1 { font-style: italic } /* Comment.Single */
  160. .content .cs { font-style: italic } /* Comment.Special */
  161. .content .ge { font-style: italic } /* Generic.Emph */
  162. .content .gh { font-weight: bold } /* Generic.Heading */
  163. .content .gp { font-weight: bold } /* Generic.Prompt */
  164. .content .gs { font-weight: bold } /* Generic.Strong */
  165. .content .gu { font-weight: bold } /* Generic.Subheading */
  166. .content .kc { font-weight: bold } /* Keyword.Constant */
  167. .content .kd { font-weight: bold } /* Keyword.Declaration */
  168. .content .kn { font-weight: bold } /* Keyword.Namespace */
  169. .content .kr { font-weight: bold } /* Keyword.Reserved */
  170. .content .s { font-style: italic } /* Literal.String */
  171. .content .nc { font-weight: bold } /* Name.Class */
  172. .content .ni { font-weight: bold } /* Name.Entity */
  173. .content .ne { font-weight: bold } /* Name.Exception */
  174. .content .nn { font-weight: bold } /* Name.Namespace */
  175. .content .nt { font-weight: bold } /* Name.Tag */
  176. .content .ow { font-weight: bold } /* Operator.Word */
  177. .content .sb { font-style: italic } /* Literal.String.Backtick */
  178. .content .sc { font-style: italic } /* Literal.String.Char */
  179. .content .sd { font-style: italic } /* Literal.String.Doc */
  180. .content .s2 { font-style: italic } /* Literal.String.Double */
  181. .content .se { font-weight: bold; font-style: italic } /* Literal.String.Escape */
  182. .content .sh { font-style: italic } /* Literal.String.Heredoc */
  183. .content .si { font-weight: bold; font-style: italic } /* Literal.String.Interpol */
  184. .content .sx { font-style: italic } /* Literal.String.Other */
  185. .content .sr { font-style: italic } /* Literal.String.Regex */
  186. .content .s1 { font-style: italic } /* Literal.String.Single */
  187. .content .ss { font-style: italic } /* Literal.String.Symbol */
  188. ## style/colorful.css
  189. .content .hll { background-color: #ffffcc }
  190. .content { background: #ffffff; }
  191. .content .c { color: #808080 } /* Comment */
  192. .content .err { color: #F00000; background-color: #F0A0A0 } /* Error */
  193. .content .k { color: #008000; font-weight: bold } /* Keyword */
  194. .content .o { color: #303030 } /* Operator */
  195. .content .cm { color: #808080 } /* Comment.Multiline */
  196. .content .cp { color: #507090 } /* Comment.Preproc */
  197. .content .c1 { color: #808080 } /* Comment.Single */
  198. .content .cs { color: #cc0000; font-weight: bold } /* Comment.Special */
  199. .content .gd { color: #A00000 } /* Generic.Deleted */
  200. .content .ge { font-style: italic } /* Generic.Emph */
  201. .content .gr { color: #FF0000 } /* Generic.Error */
  202. .content .gh { color: #000080; font-weight: bold } /* Generic.Heading */
  203. .content .gi { color: #00A000 } /* Generic.Inserted */
  204. .content .go { color: #808080 } /* Generic.Output */
  205. .content .gp { color: #c65d09; font-weight: bold } /* Generic.Prompt */
  206. .content .gs { font-weight: bold } /* Generic.Strong */
  207. .content .gu { color: #800080; font-weight: bold } /* Generic.Subheading */
  208. .content .gt { color: #0040D0 } /* Generic.Traceback */
  209. .content .kc { color: #008000; font-weight: bold } /* Keyword.Constant */
  210. .content .kd { color: #008000; font-weight: bold } /* Keyword.Declaration */
  211. .content .kn { color: #008000; font-weight: bold } /* Keyword.Namespace */
  212. .content .kp { color: #003080; font-weight: bold } /* Keyword.Pseudo */
  213. .content .kr { color: #008000; font-weight: bold } /* Keyword.Reserved */
  214. .content .kt { color: #303090; font-weight: bold } /* Keyword.Type */
  215. .content .m { color: #6000E0; font-weight: bold } /* Literal.Number */
  216. .content .s { background-color: #fff0f0 } /* Literal.String */
  217. .content .na { color: #0000C0 } /* Name.Attribute */
  218. .content .nb { color: #007020 } /* Name.Builtin */
  219. .content .nc { color: #B00060; font-weight: bold } /* Name.Class */
  220. .content .no { color: #003060; font-weight: bold } /* Name.Constant */
  221. .content .nd { color: #505050; font-weight: bold } /* Name.Decorator */
  222. .content .ni { color: #800000; font-weight: bold } /* Name.Entity */
  223. .content .ne { color: #F00000; font-weight: bold } /* Name.Exception */
  224. .content .nf { color: #0060B0; font-weight: bold } /* Name.Function */
  225. .content .nl { color: #907000; font-weight: bold } /* Name.Label */
  226. .content .nn { color: #0e84b5; font-weight: bold } /* Name.Namespace */
  227. .content .nt { color: #007000 } /* Name.Tag */
  228. .content .nv { color: #906030 } /* Name.Variable */
  229. .content .ow { color: #000000; font-weight: bold } /* Operator.Word */
  230. .content .w { color: #bbbbbb } /* Text.Whitespace */
  231. .content .mf { color: #6000E0; font-weight: bold } /* Literal.Number.Float */
  232. .content .mh { color: #005080; font-weight: bold } /* Literal.Number.Hex */
  233. .content .mi { color: #0000D0; font-weight: bold } /* Literal.Number.Integer */
  234. .content .mo { color: #4000E0; font-weight: bold } /* Literal.Number.Oct */
  235. .content .sb { background-color: #fff0f0 } /* Literal.String.Backtick */
  236. .content .sc { color: #0040D0 } /* Literal.String.Char */
  237. .content .sd { color: #D04020 } /* Literal.String.Doc */
  238. .content .s2 { background-color: #fff0f0 } /* Literal.String.Double */
  239. .content .se { color: #606060; font-weight: bold; background-color: #fff0f0 } /* Literal.String.Escape */
  240. .content .sh { background-color: #fff0f0 } /* Literal.String.Heredoc */
  241. .content .si { background-color: #e0e0e0 } /* Literal.String.Interpol */
  242. .content .sx { color: #D02000; background-color: #fff0f0 } /* Literal.String.Other */
  243. .content .sr { color: #000000; background-color: #fff0ff } /* Literal.String.Regex */
  244. .content .s1 { background-color: #fff0f0 } /* Literal.String.Single */
  245. .content .ss { color: #A06000 } /* Literal.String.Symbol */
  246. .content .bp { color: #007020 } /* Name.Builtin.Pseudo */
  247. .content .vc { color: #306090 } /* Name.Variable.Class */
  248. .content .vg { color: #d07000; font-weight: bold } /* Name.Variable.Global */
  249. .content .vi { color: #3030B0 } /* Name.Variable.Instance */
  250. .content .il { color: #0000D0; font-weight: bold } /* Literal.Number.Integer.Long */
  251. ## style/default.css
  252. .content .hll { background-color: #ffffcc }
  253. .content { background: #f8f8f8; }
  254. .content .c { color: #408080; font-style: italic } /* Comment */
  255. .content .err { border: 1px solid #FF0000 } /* Error */
  256. .content .k { color: #008000; font-weight: bold } /* Keyword */
  257. .content .o { color: #666666 } /* Operator */
  258. .content .cm { color: #408080; font-style: italic } /* Comment.Multiline */
  259. .content .cp { color: #BC7A00 } /* Comment.Preproc */
  260. .content .c1 { color: #408080; font-style: italic } /* Comment.Single */
  261. .content .cs { color: #408080; font-style: italic } /* Comment.Special */
  262. .content .gd { color: #A00000 } /* Generic.Deleted */
  263. .content .ge { font-style: italic } /* Generic.Emph */
  264. .content .gr { color: #FF0000 } /* Generic.Error */
  265. .content .gh { color: #000080; font-weight: bold } /* Generic.Heading */
  266. .content .gi { color: #00A000 } /* Generic.Inserted */
  267. .content .go { color: #808080 } /* Generic.Output */
  268. .content .gp { color: #000080; font-weight: bold } /* Generic.Prompt */
  269. .content .gs { font-weight: bold } /* Generic.Strong */
  270. .content .gu { color: #800080; font-weight: bold } /* Generic.Subheading */
  271. .content .gt { color: #0040D0 } /* Generic.Traceback */
  272. .content .kc { color: #008000; font-weight: bold } /* Keyword.Constant */
  273. .content .kd { color: #008000; font-weight: bold } /* Keyword.Declaration */
  274. .content .kn { color: #008000; font-weight: bold } /* Keyword.Namespace */
  275. .content .kp { color: #008000 } /* Keyword.Pseudo */
  276. .content .kr { color: #008000; font-weight: bold } /* Keyword.Reserved */
  277. .content .kt { color: #B00040 } /* Keyword.Type */
  278. .content .m { color: #666666 } /* Literal.Number */
  279. .content .s { color: #BA2121 } /* Literal.String */
  280. .content .na { color: #7D9029 } /* Name.Attribute */
  281. .content .nb { color: #008000 } /* Name.Builtin */
  282. .content .nc { color: #0000FF; font-weight: bold } /* Name.Class */
  283. .content .no { color: #880000 } /* Name.Constant */
  284. .content .nd { color: #AA22FF } /* Name.Decorator */
  285. .content .ni { color: #999999; font-weight: bold } /* Name.Entity */
  286. .content .ne { color: #D2413A; font-weight: bold } /* Name.Exception */
  287. .content .nf { color: #0000FF } /* Name.Function */
  288. .content .nl { color: #A0A000 } /* Name.Label */
  289. .content .nn { color: #0000FF; font-weight: bold } /* Name.Namespace */
  290. .content .nt { color: #008000; font-weight: bold } /* Name.Tag */
  291. .content .nv { color: #19177C } /* Name.Variable */
  292. .content .ow { color: #AA22FF; font-weight: bold } /* Operator.Word */
  293. .content .w { color: #bbbbbb } /* Text.Whitespace */
  294. .content .mf { color: #666666 } /* Literal.Number.Float */
  295. .content .mh { color: #666666 } /* Literal.Number.Hex */
  296. .content .mi { color: #666666 } /* Literal.Number.Integer */
  297. .content .mo { color: #666666 } /* Literal.Number.Oct */
  298. .content .sb { color: #BA2121 } /* Literal.String.Backtick */
  299. .content .sc { color: #BA2121 } /* Literal.String.Char */
  300. .content .sd { color: #BA2121; font-style: italic } /* Literal.String.Doc */
  301. .content .s2 { color: #BA2121 } /* Literal.String.Double */
  302. .content .se { color: #BB6622; font-weight: bold } /* Literal.String.Escape */
  303. .content .sh { color: #BA2121 } /* Literal.String.Heredoc */
  304. .content .si { color: #BB6688; font-weight: bold } /* Literal.String.Interpol */
  305. .content .sx { color: #008000 } /* Literal.String.Other */
  306. .content .sr { color: #BB6688 } /* Literal.String.Regex */
  307. .content .s1 { color: #BA2121 } /* Literal.String.Single */
  308. .content .ss { color: #19177C } /* Literal.String.Symbol */
  309. .content .bp { color: #008000 } /* Name.Builtin.Pseudo */
  310. .content .vc { color: #19177C } /* Name.Variable.Class */
  311. .content .vg { color: #19177C } /* Name.Variable.Global */
  312. .content .vi { color: #19177C } /* Name.Variable.Instance */
  313. .content .il { color: #666666 } /* Literal.Number.Integer.Long */
  314. ## style/emacs.css
  315. .content .hll { background-color: #ffffcc }
  316. .content { background: #f8f8f8; }
  317. .content .c { color: #008800; font-style: italic } /* Comment */
  318. .content .err { border: 1px solid #FF0000 } /* Error */
  319. .content .k { color: #AA22FF; font-weight: bold } /* Keyword */
  320. .content .o { color: #666666 } /* Operator */
  321. .content .cm { color: #008800; font-style: italic } /* Comment.Multiline */
  322. .content .cp { color: #008800 } /* Comment.Preproc */
  323. .content .c1 { color: #008800; font-style: italic } /* Comment.Single */
  324. .content .cs { color: #008800; font-weight: bold } /* Comment.Special */
  325. .content .gd { color: #A00000 } /* Generic.Deleted */
  326. .content .ge { font-style: italic } /* Generic.Emph */
  327. .content .gr { color: #FF0000 } /* Generic.Error */
  328. .content .gh { color: #000080; font-weight: bold } /* Generic.Heading */
  329. .content .gi { color: #00A000 } /* Generic.Inserted */
  330. .content .go { color: #808080 } /* Generic.Output */
  331. .content .gp { color: #000080; font-weight: bold } /* Generic.Prompt */
  332. .content .gs { font-weight: bold } /* Generic.Strong */
  333. .content .gu { color: #800080; font-weight: bold } /* Generic.Subheading */
  334. .content .gt { color: #0040D0 } /* Generic.Traceback */
  335. .content .kc { color: #AA22FF; font-weight: bold } /* Keyword.Constant */
  336. .content .kd { color: #AA22FF; font-weight: bold } /* Keyword.Declaration */
  337. .content .kn { color: #AA22FF; font-weight: bold } /* Keyword.Namespace */
  338. .content .kp { color: #AA22FF } /* Keyword.Pseudo */
  339. .content .kr { color: #AA22FF; font-weight: bold } /* Keyword.Reserved */
  340. .content .kt { color: #00BB00; font-weight: bold } /* Keyword.Type */
  341. .content .m { color: #666666 } /* Literal.Number */
  342. .content .s { color: #BB4444 } /* Literal.String */
  343. .content .na { color: #BB4444 } /* Name.Attribute */
  344. .content .nb { color: #AA22FF } /* Name.Builtin */
  345. .content .nc { color: #0000FF } /* Name.Class */
  346. .content .no { color: #880000 } /* Name.Constant */
  347. .content .nd { color: #AA22FF } /* Name.Decorator */
  348. .content .ni { color: #999999; font-weight: bold } /* Name.Entity */
  349. .content .ne { color: #D2413A; font-weight: bold } /* Name.Exception */
  350. .content .nf { color: #00A000 } /* Name.Function */
  351. .content .nl { color: #A0A000 } /* Name.Label */
  352. .content .nn { color: #0000FF; font-weight: bold } /* Name.Namespace */
  353. .content .nt { color: #008000; font-weight: bold } /* Name.Tag */
  354. .content .nv { color: #B8860B } /* Name.Variable */
  355. .content .ow { color: #AA22FF; font-weight: bold } /* Operator.Word */
  356. .content .w { color: #bbbbbb } /* Text.Whitespace */
  357. .content .mf { color: #666666 } /* Literal.Number.Float */
  358. .content .mh { color: #666666 } /* Literal.Number.Hex */
  359. .content .mi { color: #666666 } /* Literal.Number.Integer */
  360. .content .mo { color: #666666 } /* Literal.Number.Oct */
  361. .content .sb { color: #BB4444 } /* Literal.String.Backtick */
  362. .content .sc { color: #BB4444 } /* Literal.String.Char */
  363. .content .sd { color: #BB4444; font-style: italic } /* Literal.String.Doc */
  364. .content .s2 { color: #BB4444 } /* Literal.String.Double */
  365. .content .se { color: #BB6622; font-weight: bold } /* Literal.String.Escape */
  366. .content .sh { color: #BB4444 } /* Literal.String.Heredoc */
  367. .content .si { color: #BB6688; font-weight: bold } /* Literal.String.Interpol */
  368. .content .sx { color: #008000 } /* Literal.String.Other */
  369. .content .sr { color: #BB6688 } /* Literal.String.Regex */
  370. .content .s1 { color: #BB4444 } /* Literal.String.Single */
  371. .content .ss { color: #B8860B } /* Literal.String.Symbol */
  372. .content .bp { color: #AA22FF } /* Name.Builtin.Pseudo */
  373. .content .vc { color: #B8860B } /* Name.Variable.Class */
  374. .content .vg { color: #B8860B } /* Name.Variable.Global */
  375. .content .vi { color: #B8860B } /* Name.Variable.Instance */
  376. .content .il { color: #666666 } /* Literal.Number.Integer.Long */
  377. ## style/friendly.css
  378. .content .hll { background-color: #ffffcc }
  379. .content { background: #f0f0f0; }
  380. .content .c { color: #60a0b0; font-style: italic } /* Comment */
  381. .content .err { border: 1px solid #FF0000 } /* Error */
  382. .content .k { color: #007020; font-weight: bold } /* Keyword */
  383. .content .o { color: #666666 } /* Operator */
  384. .content .cm { color: #60a0b0; font-style: italic } /* Comment.Multiline */
  385. .content .cp { color: #007020 } /* Comment.Preproc */
  386. .content .c1 { color: #60a0b0; font-style: italic } /* Comment.Single */
  387. .content .cs { color: #60a0b0; background-color: #fff0f0 } /* Comment.Special */
  388. .content .gd { color: #A00000 } /* Generic.Deleted */
  389. .content .ge { font-style: italic } /* Generic.Emph */
  390. .content .gr { color: #FF0000 } /* Generic.Error */
  391. .content .gh { color: #000080; font-weight: bold } /* Generic.Heading */
  392. .content .gi { color: #00A000 } /* Generic.Inserted */
  393. .content .go { color: #808080 } /* Generic.Output */
  394. .content .gp { color: #c65d09; font-weight: bold } /* Generic.Prompt */
  395. .content .gs { font-weight: bold } /* Generic.Strong */
  396. .content .gu { color: #800080; font-weight: bold } /* Generic.Subheading */
  397. .content .gt { color: #0040D0 } /* Generic.Traceback */
  398. .content .kc { color: #007020; font-weight: bold } /* Keyword.Constant */
  399. .content .kd { color: #007020; font-weight: bold } /* Keyword.Declaration */
  400. .content .kn { color: #007020; font-weight: bold } /* Keyword.Namespace */
  401. .content .kp { color: #007020 } /* Keyword.Pseudo */
  402. .content .kr { color: #007020; font-weight: bold } /* Keyword.Reserved */
  403. .content .kt { color: #902000 } /* Keyword.Type */
  404. .content .m { color: #40a070 } /* Literal.Number */
  405. .content .s { color: #4070a0 } /* Literal.String */
  406. .content .na { color: #4070a0 } /* Name.Attribute */
  407. .content .nb { color: #007020 } /* Name.Builtin */
  408. .content .nc { color: #0e84b5; font-weight: bold } /* Name.Class */
  409. .content .no { color: #60add5 } /* Name.Constant */
  410. .content .nd { color: #555555; font-weight: bold } /* Name.Decorator */
  411. .content .ni { color: #d55537; font-weight: bold } /* Name.Entity */
  412. .content .ne { color: #007020 } /* Name.Exception */
  413. .content .nf { color: #06287e } /* Name.Function */
  414. .content .nl { color: #002070; font-weight: bold } /* Name.Label */
  415. .content .nn { color: #0e84b5; font-weight: bold } /* Name.Namespace */
  416. .content .nt { color: #062873; font-weight: bold } /* Name.Tag */
  417. .content .nv { color: #bb60d5 } /* Name.Variable */
  418. .content .ow { color: #007020; font-weight: bold } /* Operator.Word */
  419. .content .w { color: #bbbbbb } /* Text.Whitespace */
  420. .content .mf { color: #40a070 } /* Literal.Number.Float */
  421. .content .mh { color: #40a070 } /* Literal.Number.Hex */
  422. .content .mi { color: #40a070 } /* Literal.Number.Integer */
  423. .content .mo { color: #40a070 } /* Literal.Number.Oct */
  424. .content .sb { color: #4070a0 } /* Literal.String.Backtick */
  425. .content .sc { color: #4070a0 } /* Literal.String.Char */
  426. .content .sd { color: #4070a0; font-style: italic } /* Literal.String.Doc */
  427. .content .s2 { color: #4070a0 } /* Literal.String.Double */
  428. .content .se { color: #4070a0; font-weight: bold } /* Literal.String.Escape */
  429. .content .sh { color: #4070a0 } /* Literal.String.Heredoc */
  430. .content .si { color: #70a0d0; font-style: italic } /* Literal.String.Interpol */
  431. .content .sx { color: #c65d09 } /* Literal.String.Other */
  432. .content .sr { color: #235388 } /* Literal.String.Regex */
  433. .content .s1 { color: #4070a0 } /* Literal.String.Single */
  434. .content .ss { color: #517918 } /* Literal.String.Symbol */
  435. .content .bp { color: #007020 } /* Name.Builtin.Pseudo */
  436. .content .vc { color: #bb60d5 } /* Name.Variable.Class */
  437. .content .vg { color: #bb60d5 } /* Name.Variable.Global */
  438. .content .vi { color: #bb60d5 } /* Name.Variable.Instance */
  439. .content .il { color: #40a070 } /* Literal.Number.Integer.Long */
  440. ## style/fruity.css
  441. .content .hll { background-color: #333333 }
  442. .content { background: #111111; color: #ffffff }
  443. .content .c { color: #008800; font-style: italic; background-color: #0f140f } /* Comment */
  444. .content .err { color: #ffffff } /* Error */
  445. .content .g { color: #ffffff } /* Generic */
  446. .content .k { color: #fb660a; font-weight: bold } /* Keyword */
  447. .content .l { color: #ffffff } /* Literal */
  448. .content .n { color: #ffffff } /* Name */
  449. .content .o { color: #ffffff } /* Operator */
  450. .content .x { color: #ffffff } /* Other */
  451. .content .p { color: #ffffff } /* Punctuation */
  452. .content .cm { color: #008800; font-style: italic; background-color: #0f140f } /* Comment.Multiline */
  453. .content .cp { color: #ff0007; font-weight: bold; font-style: italic; background-color: #0f140f } /* Comment.Preproc */
  454. .content .c1 { color: #008800; font-style: italic; background-color: #0f140f } /* Comment.Single */
  455. .content .cs { color: #008800; font-style: italic; background-color: #0f140f } /* Comment.Special */
  456. .content .gd { color: #ffffff } /* Generic.Deleted */
  457. .content .ge { color: #ffffff } /* Generic.Emph */
  458. .content .gr { color: #ffffff } /* Generic.Error */
  459. .content .gh { color: #ffffff; font-weight: bold } /* Generic.Heading */
  460. .content .gi { color: #ffffff } /* Generic.Inserted */
  461. .content .go { color: #444444; background-color: #222222 } /* Generic.Output */
  462. .content .gp { color: #ffffff } /* Generic.Prompt */
  463. .content .gs { color: #ffffff } /* Generic.Strong */
  464. .content .gu { color: #ffffff; font-weight: bold } /* Generic.Subheading */
  465. .content .gt { color: #ffffff } /* Generic.Traceback */
  466. .content .kc { color: #fb660a; font-weight: bold } /* Keyword.Constant */
  467. .content .kd { color: #fb660a; font-weight: bold } /* Keyword.Declaration */
  468. .content .kn { color: #fb660a; font-weight: bold } /* Keyword.Namespace */
  469. .content .kp { color: #fb660a } /* Keyword.Pseudo */
  470. .content .kr { color: #fb660a; font-weight: bold } /* Keyword.Reserved */
  471. .content .kt { color: #cdcaa9; font-weight: bold } /* Keyword.Type */
  472. .content .ld { color: #ffffff } /* Literal.Date */
  473. .content .m { color: #0086f7; font-weight: bold } /* Literal.Number */
  474. .content .s { color: #0086d2 } /* Literal.String */
  475. .content .na { color: #ff0086; font-weight: bold } /* Name.Attribute */
  476. .content .nb { color: #ffffff } /* Name.Builtin */
  477. .content .nc { color: #ffffff } /* Name.Class */
  478. .content .no { color: #0086d2 } /* Name.Constant */
  479. .content .nd { color: #ffffff } /* Name.Decorator */
  480. .content .ni { color: #ffffff } /* Name.Entity */
  481. .content .ne { color: #ffffff } /* Name.Exception */
  482. .content .nf { color: #ff0086; font-weight: bold } /* Name.Function */
  483. .content .nl { color: #ffffff } /* Name.Label */
  484. .content .nn { color: #ffffff } /* Name.Namespace */
  485. .content .nx { color: #ffffff } /* Name.Other */
  486. .content .py { color: #ffffff } /* Name.Property */
  487. .content .nt { color: #fb660a; font-weight: bold } /* Name.Tag */
  488. .content .nv { color: #fb660a } /* Name.Variable */
  489. .content .ow { color: #ffffff } /* Operator.Word */
  490. .content .w { color: #888888 } /* Text.Whitespace */
  491. .content .mf { color: #0086f7; font-weight: bold } /* Literal.Number.Float */
  492. .content .mh { color: #0086f7; font-weight: bold } /* Literal.Number.Hex */
  493. .content .mi { color: #0086f7; font-weight: bold } /* Literal.Number.Integer */
  494. .content .mo { color: #0086f7; font-weight: bold } /* Literal.Number.Oct */
  495. .content .sb { color: #0086d2 } /* Literal.String.Backtick */
  496. .content .sc { color: #0086d2 } /* Literal.String.Char */
  497. .content .sd { color: #0086d2 } /* Literal.String.Doc */
  498. .content .s2 { color: #0086d2 } /* Literal.String.Double */
  499. .content .se { color: #0086d2 } /* Literal.String.Escape */
  500. .content .sh { color: #0086d2 } /* Literal.String.Heredoc */
  501. .content .si { color: #0086d2 } /* Literal.String.Interpol */
  502. .content .sx { color: #0086d2 } /* Literal.String.Other */
  503. .content .sr { color: #0086d2 } /* Literal.String.Regex */
  504. .content .s1 { color: #0086d2 } /* Literal.String.Single */
  505. .content .ss { color: #0086d2 } /* Literal.String.Symbol */
  506. .content .bp { color: #ffffff } /* Name.Builtin.Pseudo */
  507. .content .vc { color: #fb660a } /* Name.Variable.Class */
  508. .content .vg { color: #fb660a } /* Name.Variable.Global */
  509. .content .vi { color: #fb660a } /* Name.Variable.Instance */
  510. .content .il { color: #0086f7; font-weight: bold } /* Literal.Number.Integer.Long */
  511. ## style/manni.css
  512. .content .hll { background-color: #ffffcc }
  513. .content { background: #f0f3f3; }
  514. .content .c { color: #0099FF; font-style: italic } /* Comment */
  515. .content .err { color: #AA0000; background-color: #FFAAAA } /* Error */
  516. .content .k { color: #006699; font-weight: bold } /* Keyword */
  517. .content .o { color: #555555 } /* Operator */
  518. .content .cm { color: #0099FF; font-style: italic } /* Comment.Multiline */
  519. .content .cp { color: #009999 } /* Comment.Preproc */
  520. .content .c1 { color: #0099FF; font-style: italic } /* Comment.Single */
  521. .content .cs { color: #0099FF; font-weight: bold; font-style: italic } /* Comment.Special */
  522. .content .gd { background-color: #FFCCCC; border: 1px solid #CC0000 } /* Generic.Deleted */
  523. .content .ge { font-style: italic } /* Generic.Emph */
  524. .content .gr { color: #FF0000 } /* Generic.Error */
  525. .content .gh { color: #003300; font-weight: bold } /* Generic.Heading */
  526. .content .gi { background-color: #CCFFCC; border: 1px solid #00CC00 } /* Generic.Inserted */
  527. .content .go { color: #AAAAAA } /* Generic.Output */
  528. .content .gp { color: #000099; font-weight: bold } /* Generic.Prompt */
  529. .content .gs { font-weight: bold } /* Generic.Strong */
  530. .content .gu { color: #003300; font-weight: bold } /* Generic.Subheading */
  531. .content .gt { color: #99CC66 } /* Generic.Traceback */
  532. .content .kc { color: #006699; font-weight: bold } /* Keyword.Constant */
  533. .content .kd { color: #006699; font-weight: bold } /* Keyword.Declaration */
  534. .content .kn { color: #006699; font-weight: bold } /* Keyword.Namespace */
  535. .content .kp { color: #006699 } /* Keyword.Pseudo */
  536. .content .kr { color: #006699; font-weight: bold } /* Keyword.Reserved */
  537. .content .kt { color: #007788; font-weight: bold } /* Keyword.Type */
  538. .content .m { color: #FF6600 } /* Literal.Number */
  539. .content .s { color: #CC3300 } /* Literal.String */
  540. .content .na { color: #330099 } /* Name.Attribute */
  541. .content .nb { color: #336666 } /* Name.Builtin */
  542. .content .nc { color: #00AA88; font-weight: bold } /* Name.Class */
  543. .content .no { color: #336600 } /* Name.Constant */
  544. .content .nd { color: #9999FF } /* Name.Decorator */
  545. .content .ni { color: #999999; font-weight: bold } /* Name.Entity */
  546. .content .ne { color: #CC0000; font-weight: bold } /* Name.Exception */
  547. .content .nf { color: #CC00FF } /* Name.Function */
  548. .content .nl { color: #9999FF } /* Name.Label */
  549. .content .nn { color: #00CCFF; font-weight: bold } /* Name.Namespace */
  550. .content .nt { color: #330099; font-weight: bold } /* Name.Tag */
  551. .content .nv { color: #003333 } /* Name.Variable */
  552. .content .ow { color: #000000; font-weight: bold } /* Operator.Word */
  553. .content .w { color: #bbbbbb } /* Text.Whitespace */
  554. .content .mf { color: #FF6600 } /* Literal.Number.Float */
  555. .content .mh { color: #FF6600 } /* Literal.Number.Hex */
  556. .content .mi { color: #FF6600 } /* Literal.Number.Integer */
  557. .content .mo { color: #FF6600 } /* Literal.Number.Oct */
  558. .content .sb { color: #CC3300 } /* Literal.String.Backtick */
  559. .content .sc { color: #CC3300 } /* Literal.String.Char */
  560. .content .sd { color: #CC3300; font-style: italic } /* Literal.String.Doc */
  561. .content .s2 { color: #CC3300 } /* Literal.String.Double */
  562. .content .se { color: #CC3300; font-weight: bold } /* Literal.String.Escape */
  563. .content .sh { color: #CC3300 } /* Literal.String.Heredoc */
  564. .content .si { color: #AA0000 } /* Literal.String.Interpol */
  565. .content .sx { color: #CC3300 } /* Literal.String.Other */
  566. .content .sr { color: #33AAAA } /* Literal.String.Regex */
  567. .content .s1 { color: #CC3300 } /* Literal.String.Single */
  568. .content .ss { color: #FFCC33 } /* Literal.String.Symbol */
  569. .content .bp { color: #336666 } /* Name.Builtin.Pseudo */
  570. .content .vc { color: #003333 } /* Name.Variable.Class */
  571. .content .vg { color: #003333 } /* Name.Variable.Global */
  572. .content .vi { color: #003333 } /* Name.Variable.Instance */
  573. .content .il { color: #FF6600 } /* Literal.Number.Integer.Long */
  574. ## style/murphy.css
  575. .content .hll { background-color: #ffffcc }
  576. .content { background: #ffffff; }
  577. .content .c { color: #606060; font-style: italic } /* Comment */
  578. .content .err { color: #F00000; background-color: #F0A0A0 } /* Error */
  579. .content .k { color: #208090; font-weight: bold } /* Keyword */
  580. .content .o { color: #303030 } /* Operator */
  581. .content .cm { color: #606060; font-style: italic } /* Comment.Multiline */
  582. .content .cp { color: #507090 } /* Comment.Preproc */
  583. .content .c1 { color: #606060; font-style: italic } /* Comment.Single */
  584. .content .cs { color: #c00000; font-weight: bold; font-style: italic } /* Comment.Special */
  585. .content .gd { color: #A00000 } /* Generic.Deleted */
  586. .content .ge { font-style: italic } /* Generic.Emph */
  587. .content .gr { color: #FF0000 } /* Generic.Error */
  588. .content .gh { color: #000080; font-weight: bold } /* Generic.Heading */
  589. .content .gi { color: #00A000 } /* Generic.Inserted */
  590. .content .go { color: #808080 } /* Generic.Output */
  591. .content .gp { color: #c65d09; font-weight: bold } /* Generic.Prompt */
  592. .content .gs { font-weight: bold } /* Generic.Strong */
  593. .content .gu { color: #800080; font-weight: bold } /* Generic.Subheading */
  594. .content .gt { color: #0040D0 } /* Generic.Traceback */
  595. .content .kc { color: #208090; font-weight: bold } /* Keyword.Constant */
  596. .content .kd { color: #208090; font-weight: bold } /* Keyword.Declaration */
  597. .content .kn { color: #208090; font-weight: bold } /* Keyword.Namespace */
  598. .content .kp { color: #0080f0; font-weight: bold } /* Keyword.Pseudo */
  599. .content .kr { color: #208090; font-weight: bold } /* Keyword.Reserved */
  600. .content .kt { color: #6060f0; font-weight: bold } /* Keyword.Type */
  601. .content .m { color: #6000E0; font-weight: bold } /* Literal.Number */
  602. .content .s { background-color: #e0e0ff } /* Literal.String */
  603. .content .na { color: #000070 } /* Name.Attribute */
  604. .content .nb { color: #007020 } /* Name.Builtin */
  605. .content .nc { color: #e090e0; font-weight: bold } /* Name.Class */
  606. .content .no { color: #50e0d0; font-weight: bold } /* Name.Constant */
  607. .content .nd { color: #505050; font-weight: bold } /* Name.Decorator */
  608. .content .ni { color: #800000 } /* Name.Entity */
  609. .content .ne { color: #F00000; font-weight: bold } /* Name.Exception */
  610. .content .nf { color: #50e0d0; font-weight: bold } /* Name.Function */
  611. .content .nl { color: #907000; font-weight: bold } /* Name.Label */
  612. .content .nn { color: #0e84b5; font-weight: bold } /* Name.Namespace */
  613. .content .nt { color: #007000 } /* Name.Tag */
  614. .content .nv { color: #003060 } /* Name.Variable */
  615. .content .ow { color: #000000; font-weight: bold } /* Operator.Word */
  616. .content .w { color: #bbbbbb } /* Text.Whitespace */
  617. .content .mf { color: #6000E0; font-weight: bold } /* Literal.Number.Float */
  618. .content .mh { color: #005080; font-weight: bold } /* Literal.Number.Hex */
  619. .content .mi { color: #6060f0; font-weight: bold } /* Literal.Number.Integer */
  620. .content .mo { color: #4000E0; font-weight: bold } /* Literal.Number.Oct */
  621. .content .sb { background-color: #e0e0ff } /* Literal.String.Backtick */
  622. .content .sc { color: #8080F0 } /* Literal.String.Char */
  623. .content .sd { color: #D04020 } /* Literal.String.Doc */
  624. .content .s2 { background-color: #e0e0ff } /* Literal.String.Double */
  625. .content .se { color: #606060; font-weight: bold; background-color: #e0e0ff } /* Literal.String.Escape */
  626. .content .sh { background-color: #e0e0ff } /* Literal.String.Heredoc */
  627. .content .si { background-color: #e0e0e0 } /* Literal.String.Interpol */
  628. .content .sx { color: #f08080; background-color: #e0e0ff } /* Literal.String.Other */
  629. .content .sr { color: #000000; background-color: #e0e0ff } /* Literal.String.Regex */
  630. .content .s1 { background-color: #e0e0ff } /* Literal.String.Single */
  631. .content .ss { color: #f0c080 } /* Literal.String.Symbol */
  632. .content .bp { color: #007020 } /* Name.Builtin.Pseudo */
  633. .content .vc { color: #c0c0f0 } /* Name.Variable.Class */
  634. .content .vg { color: #f08040 } /* Name.Variable.Global */
  635. .content .vi { color: #a0a0f0 } /* Name.Variable.Instance */
  636. .content .il { color: #6060f0; font-weight: bold } /* Literal.Number.Integer.Long */
  637. ## style/native.css
  638. .content .hll { background-color: #404040 }
  639. .content { background: #202020; color: #d0d0d0 }
  640. .content .c { color: #999999; /*font-style: italic*/ } /* Comment */
  641. .content .err { color: #a61717; background-color: #e3d2d2 } /* Error */
  642. .content .g { color: #d0d0d0 } /* Generic */
  643. .content .k { color: #6ab825; font-weight: bold } /* Keyword */
  644. .content .l { color: #d0d0d0 } /* Literal */
  645. .content .n { color: #d0d0d0 } /* Name */
  646. .content .o { color: #d0d0d0 } /* Operator */
  647. .content .x { color: #d0d0d0 } /* Other */
  648. .content .p { color: #d0d0d0 } /* Punctuation */
  649. .content .cm { color: #999999; font-style: italic } /* Comment.Multiline */
  650. .content .cp { color: #cd2828; font-weight: bold } /* Comment.Preproc */
  651. .content .c1 { color: #999999; font-style: italic } /* Comment.Single */
  652. .content .cs { color: #e50808; font-weight: bold; background-color: #520000 } /* Comment.Special */
  653. .content .gd { color: #d22323 } /* Generic.Deleted */
  654. .content .ge { color: #d0d0d0; font-style: italic } /* Generic.Emph */
  655. .content .gr { color: #d22323 } /* Generic.Error */
  656. .content .gh { color: #ffffff; font-weight: bold } /* Generic.Heading */
  657. .content .gi { color: #589819 } /* Generic.Inserted */
  658. .content .go { color: #cccccc } /* Generic.Output */
  659. .content .gp { color: #aaaaaa } /* Generic.Prompt */
  660. .content .gs { color: #d0d0d0; font-weight: bold } /* Generic.Strong */
  661. .content .gu { color: #ffffff; text-decoration: underline } /* Generic.Subheading */
  662. .content .gt { color: #d22323 } /* Generic.Traceback */
  663. .content .kc { color: #6ab825; font-weight: bold } /* Keyword.Constant */
  664. .content .kd { color: #6ab825; font-weight: bold } /* Keyword.Declaration */
  665. .content .kn { color: #6ab825; font-weight: bold } /* Keyword.Namespace */
  666. .content .kp { color: #6ab825 } /* Keyword.Pseudo */
  667. .content .kr { color: #6ab825; font-weight: bold } /* Keyword.Reserved */
  668. .content .kt { color: #6ab825; font-weight: bold } /* Keyword.Type */
  669. .content .ld { color: #d0d0d0 } /* Literal.Date */
  670. .content .m { color: #3677a9 } /* Literal.Number */
  671. .content .s { color: #ed9d13 } /* Literal.String */
  672. .content .na { color: #bbbbbb } /* Name.Attribute */
  673. .content .nb { color: #24909d } /* Name.Builtin */
  674. .content .nc { color: #447fcf; text-decoration: underline } /* Name.Class */
  675. .content .no { color: #40ffff } /* Name.Constant */
  676. .content .nd { color: #ffa500 } /* Name.Decorator */
  677. .content .ni { color: #d0d0d0 } /* Name.Entity */
  678. .content .ne { color: #bbbbbb } /* Name.Exception */
  679. .content .nf { color: #447fcf } /* Name.Function */
  680. .content .nl { color: #d0d0d0 } /* Name.Label */
  681. .content .nn { color: #447fcf; text-decoration: underline } /* Name.Namespace */
  682. .content .nx { color: #d0d0d0 } /* Name.Other */
  683. .content .py { color: #d0d0d0 } /* Name.Property */
  684. .content .nt { color: #6ab825; font-weight: bold } /* Name.Tag */
  685. .content .nv { color: #40ffff } /* Name.Variable */
  686. .content .ow { color: #6ab825; font-weight: bold } /* Operator.Word */
  687. .content .w { color: #666666 } /* Text.Whitespace */
  688. .content .mf { color: #3677a9 } /* Literal.Number.Float */
  689. .content .mh { color: #3677a9 } /* Literal.Number.Hex */
  690. .content .mi { color: #3677a9 } /* Literal.Number.Integer */
  691. .content .mo { color: #3677a9 } /* Literal.Number.Oct */
  692. .content .sb { color: #ed9d13 } /* Literal.String.Backtick */
  693. .content .sc { color: #ed9d13 } /* Literal.String.Char */
  694. .content .sd { color: #ed9d13 } /* Literal.String.Doc */
  695. .content .s2 { color: #ed9d13 } /* Literal.String.Double */
  696. .content .se { color: #ed9d13 } /* Literal.String.Escape */
  697. .content .sh { color: #ed9d13 } /* Literal.String.Heredoc */
  698. .content .si { color: #ed9d13 } /* Literal.String.Interpol */
  699. .content .sx { color: #ffa500 } /* Literal.String.Other */
  700. .content .sr { color: #ed9d13 } /* Literal.String.Regex */
  701. .content .s1 { color: #ed9d13 } /* Literal.String.Single */
  702. .content .ss { color: #ed9d13 } /* Literal.String.Symbol */
  703. .content .bp { color: #24909d } /* Name.Builtin.Pseudo */
  704. .content .vc { color: #40ffff } /* Name.Variable.Class */
  705. .content .vg { color: #40ffff } /* Name.Variable.Global */
  706. .content .vi { color: #40ffff } /* Name.Variable.Instance */
  707. .content .il { color: #3677a9 } /* Literal.Number.Integer.Long */
  708. ## style/pastie.css
  709. .content .hll { background-color: #ffffcc }
  710. .content { background: #ffffff; }
  711. .content .c { color: #888888 } /* Comment */
  712. .content .err { color: #a61717; background-color: #e3d2d2 } /* Error */
  713. .content .k { color: #008800; font-weight: bold } /* Keyword */
  714. .content .cm { color: #888888 } /* Comment.Multiline */
  715. .content .cp { color: #cc0000; font-weight: bold } /* Comment.Preproc */
  716. .content .c1 { color: #888888 } /* Comment.Single */
  717. .content .cs { color: #cc0000; font-weight: bold; background-color: #fff0f0 } /* Comment.Special */
  718. .content .gd { color: #000000; background-color: #ffdddd } /* Generic.Deleted */
  719. .content .ge { font-style: italic } /* Generic.Emph */
  720. .content .gr { color: #aa0000 } /* Generic.Error */
  721. .content .gh { color: #303030 } /* Generic.Heading */
  722. .content .gi { color: #000000; background-color: #ddffdd } /* Generic.Inserted */
  723. .content .go { color: #888888 } /* Generic.Output */
  724. .content .gp { color: #555555 } /* Generic.Prompt */
  725. .content .gs { font-weight: bold } /* Generic.Strong */
  726. .content .gu { color: #606060 } /* Generic.Subheading */
  727. .content .gt { color: #aa0000 } /* Generic.Traceback */
  728. .content .kc { color: #008800; font-weight: bold } /* Keyword.Constant */
  729. .content .kd { color: #008800; font-weight: bold } /* Keyword.Declaration */
  730. .content .kn { color: #008800; font-weight: bold } /* Keyword.Namespace */
  731. .content .kp { color: #008800 } /* Keyword.Pseudo */
  732. .content .kr { color: #008800; font-weight: bold } /* Keyword.Reserved */
  733. .content .kt { color: #888888; font-weight: bold } /* Keyword.Type */
  734. .content .m { color: #0000DD; font-weight: bold } /* Literal.Number */
  735. .content .s { color: #dd2200; background-color: #fff0f0 } /* Literal.String */
  736. .content .na { color: #336699 } /* Name.Attribute */
  737. .content .nb { color: #003388 } /* Name.Builtin */
  738. .content .nc { color: #bb0066; font-weight: bold } /* Name.Class */
  739. .content .no { color: #003366; font-weight: bold } /* Name.Constant */
  740. .content .nd { color: #555555 } /* Name.Decorator */
  741. .content .ne { color: #bb0066; font-weight: bold } /* Name.Exception */
  742. .content .nf { color: #0066bb; font-weight: bold } /* Name.Function */
  743. .content .nl { color: #336699; font-style: italic } /* Name.Label */
  744. .content .nn { color: #bb0066; font-weight: bold } /* Name.Namespace */
  745. .content .py { color: #336699; font-weight: bold } /* Name.Property */
  746. .content .nt { color: #bb0066; font-weight: bold } /* Name.Tag */
  747. .content .nv { color: #336699 } /* Name.Variable */
  748. .content .ow { color: #008800 } /* Operator.Word */
  749. .content .w { color: #bbbbbb } /* Text.Whitespace */
  750. .content .mf { color: #0000DD; font-weight: bold } /* Literal.Number.Float */
  751. .content .mh { color: #0000DD; font-weight: bold } /* Literal.Number.Hex */
  752. .content .mi { color: #0000DD; font-weight: bold } /* Literal.Number.Integer */
  753. .content .mo { color: #0000DD; font-weight: bold } /* Literal.Number.Oct */
  754. .content .sb { color: #dd2200; background-color: #fff0f0 } /* Literal.String.Backtick */
  755. .content .sc { color: #dd2200; background-color: #fff0f0 } /* Literal.String.Char */
  756. .content .sd { color: #dd2200; background-color: #fff0f0 } /* Literal.String.Doc */
  757. .content .s2 { color: #dd2200; background-color: #fff0f0 } /* Literal.String.Double */
  758. .content .se { color: #0044dd; background-color: #fff0f0 } /* Literal.String.Escape */
  759. .content .sh { color: #dd2200; background-color: #fff0f0 } /* Literal.String.Heredoc */
  760. .content .si { color: #3333bb; background-color: #fff0f0 } /* Literal.String.Interpol */
  761. .content .sx { color: #22bb22; background-color: #f0fff0 } /* Literal.String.Other */
  762. .content .sr { color: #008800; background-color: #fff0ff } /* Literal.String.Regex */
  763. .content .s1 { color: #dd2200; background-color: #fff0f0 } /* Literal.String.Single */
  764. .content .ss { color: #aa6600; background-color: #fff0f0 } /* Literal.String.Symbol */
  765. .content .bp { color: #003388 } /* Name.Builtin.Pseudo */
  766. .content .vc { color: #336699 } /* Name.Variable.Class */
  767. .content .vg { color: #dd7700 } /* Name.Variable.Global */
  768. .content .vi { color: #3333bb } /* Name.Variable.Instance */
  769. .content .il { color: #0000DD; font-weight: bold } /* Literal.Number.Integer.Long */
  770. ## style/perldoc.css
  771. .content .hll { background-color: #ffffcc }
  772. .content { background: #eeeedd; }
  773. .content .c { color: #228B22 } /* Comment */
  774. .content .err { color: #a61717; background-color: #e3d2d2 } /* Error */
  775. .content .k { color: #8B008B; font-weight: bold } /* Keyword */
  776. .content .cm { color: #228B22 } /* Comment.Multiline */
  777. .content .cp { color: #1e889b } /* Comment.Preproc */
  778. .content .c1 { color: #228B22 } /* Comment.Single */
  779. .content .cs { color: #8B008B; font-weight: bold } /* Comment.Special */
  780. .content .gd { color: #aa0000 } /* Generic.Deleted */
  781. .content .ge { font-style: italic } /* Generic.Emph */
  782. .content .gr { color: #aa0000 } /* Generic.Error */
  783. .content .gh { color: #000080; font-weight: bold } /* Generic.Heading */
  784. .content .gi { color: #00aa00 } /* Generic.Inserted */
  785. .content .go { color: #888888 } /* Generic.Output */
  786. .content .gp { color: #555555 } /* Generic.Prompt */
  787. .content .gs { font-weight: bold } /* Generic.Strong */
  788. .content .gu { color: #800080; font-weight: bold } /* Generic.Subheading */
  789. .content .gt { color: #aa0000 } /* Generic.Traceback */
  790. .content .kc { color: #8B008B; font-weight: bold } /* Keyword.Constant */
  791. .content .kd { color: #8B008B; font-weight: bold } /* Keyword.Declaration */
  792. .content .kn { color: #8B008B; font-weight: bold } /* Keyword.Namespace */
  793. .content .kp { color: #8B008B; font-weight: bold } /* Keyword.Pseudo */
  794. .content .kr { color: #8B008B; font-weight: bold } /* Keyword.Reserved */
  795. .content .kt { color: #a7a7a7; font-weight: bold } /* Keyword.Type */
  796. .content .m { color: #B452CD } /* Literal.Number */
  797. .content .s { color: #CD5555 } /* Literal.String */
  798. .content .na { color: #658b00 } /* Name.Attribute */
  799. .content .nb { color: #658b00 } /* Name.Builtin */
  800. .content .nc { color: #008b45; font-weight: bold } /* Name.Class */
  801. .content .no { color: #00688B } /* Name.Constant */
  802. .content .nd { color: #707a7c } /* Name.Decorator */
  803. .content .ne { color: #008b45; font-weight: bold } /* Name.Exception */
  804. .content .nf { color: #008b45 } /* Name.Function */
  805. .content .nn { color: #008b45; text-decoration: underline } /* Name.Namespace */
  806. .content .nt { color: #8B008B; font-weight: bold } /* Name.Tag */
  807. .content .nv { color: #00688B } /* Name.Variable */
  808. .content .ow { color: #8B008B } /* Operator.Word */
  809. .content .w { color: #bbbbbb } /* Text.Whitespace */
  810. .content .mf { color: #B452CD } /* Literal.Number.Float */
  811. .content .mh { color: #B452CD } /* Literal.Number.Hex */
  812. .content .mi { color: #B452CD } /* Literal.Number.Integer */
  813. .content .mo { color: #B452CD } /* Literal.Number.Oct */
  814. .content .sb { color: #CD5555 } /* Literal.String.Backtick */
  815. .content .sc { color: #CD5555 } /* Literal.String.Char */
  816. .content .sd { color: #CD5555 } /* Literal.String.Doc */
  817. .content .s2 { color: #CD5555 } /* Literal.String.Double */
  818. .content .se { color: #CD5555 } /* Literal.String.Escape */
  819. .content .sh { color: #1c7e71; font-style: italic } /* Literal.String.Heredoc */
  820. .content .si { color: #CD5555 } /* Literal.String.Interpol */
  821. .content .sx { color: #cb6c20 } /* Literal.String.Other */
  822. .content .sr { color: #1c7e71 } /* Literal.String.Regex */
  823. .content .s1 { color: #CD5555 } /* Literal.String.Single */
  824. .content .ss { color: #CD5555 } /* Literal.String.Symbol */
  825. .content .bp { color: #658b00 } /* Name.Builtin.Pseudo */
  826. .content .vc { color: #00688B } /* Name.Variable.Class */
  827. .content .vg { color: #00688B } /* Name.Variable.Global */
  828. .content .vi { color: #00688B } /* Name.Variable.Instance */
  829. .content .il { color: #B452CD } /* Literal.Number.Integer.Long */
  830. ## style/print.css
  831. div#header,
  832. form,
  833. div#footer {
  834. display: none;
  835. }
  836. ## style/style.css
  837. * {
  838. margin: 0;
  839. padding: 0;
  840. }
  841.  
  842. body {
  843. font-family: "Lucida Grande", "Lucida Sans Unicode", "Lucida", "Verdana", sans-serif;
  844. font-size: 10pt;
  845. }
  846.  
  847. div#header {
  848. background: #e0e0e0;
  849. padding: 12px;
  850. }
  851.  
  852. div#header:after {
  853. content: ".";
  854. display: block;
  855. height: 0;
  856. clear: both;
  857. visibility: hidden;
  858. }
  859.  
  860. h1 {
  861. float: left;
  862. font-size: 11pt;
  863. font-weight: bold;
  864. }
  865.  
  866. div#latest {
  867. float: right;
  868. }
  869.  
  870. div#errors {
  871. background: #e0a0a0;
  872. padding: 12px;
  873. }
  874.  
  875. div#main {
  876. background: #f0f0f0;
  877. padding: 12px;
  878. }
  879.  
  880. div.content {
  881. margin: 12px -12px;
  882. padding: 12px;
  883. }
  884.  
  885. .content {
  886. background: #ffffff;
  887. width: 100%;
  888. overflow: auto;
  889. }
  890.  
  891. p {
  892. margin: 12px 0;
  893. }
  894.  
  895. form label {
  896. display: inline;
  897. }
  898.  
  899. form input,
  900. form select {
  901. display: block;
  902. margin: 12px 0;
  903. }
  904.  
  905. form input[type='text'] {
  906. width: 60%;
  907. }
  908.  
  909. form textarea {
  910. width: 80%;
  911. }
  912.  
  913. div#footer {
  914. background: #404040;
  915. color: #ffffff;
  916. padding: 12px;
  917. }
  918.  
  919. a:link,
  920. a:visited {
  921. border-bottom: 1px dotted;
  922. color: #006600;
  923. text-decoration: none;
  924. }
  925.  
  926. a:active {
  927. color: #117700;
  928. }
  929.  
  930. a:hover,
  931. a:focus {
  932. color: #339900;
  933. }
  934.  
  935. div#footer a:link,
  936. div#footer a:visited {
  937. border-bottom: 1px dotted;
  938. color: #339900;
  939. text-decoration: none;
  940. }
  941.  
  942. div#footer a:active {
  943. color: #44aa00;
  944. }
  945.  
  946. div#footer a:hover,
  947. div#footer a:focus {
  948. color: #66bb00;
  949. }
  950.  
  951. tt {
  952. display: inline;
  953. font-family: Monaco, Inconsolata, mono;
  954. font-size: 9pt;
  955. font-style: normal;
  956. }
  957.  
  958. pre {
  959. font-family: Monaco, Inconsolata, monospace;
  960. font-size: 9pt;
  961. }
  962.  
  963. table.highlighttable td.linenos {
  964. padding-right: 8px;
  965. }
  966.  
  967.  
  968. ## style/trac.css
  969. .content .hll { background-color: #ffffcc }
  970. .content { background: #ffffff; }
  971. .content .c { color: #999988; font-style: italic } /* Comment */
  972. .content .err { color: #a61717; background-color: #e3d2d2 } /* Error */
  973. .content .k { font-weight: bold } /* Keyword */
  974. .content .o { font-weight: bold } /* Operator */
  975. .content .cm { color: #999988; font-style: italic } /* Comment.Multiline */
  976. .content .cp { color: #999999; font-weight: bold } /* Comment.Preproc */
  977. .content .c1 { color: #999988; font-style: italic } /* Comment.Single */
  978. .content .cs { color: #999999; font-weight: bold; font-style: italic } /* Comment.Special */
  979. .content .gd { color: #000000; background-color: #ffdddd } /* Generic.Deleted */
  980. .content .ge { font-style: italic } /* Generic.Emph */
  981. .content .gr { color: #aa0000 } /* Generic.Error */
  982. .content .gh { color: #999999 } /* Generic.Heading */
  983. .content .gi { color: #000000; background-color: #ddffdd } /* Generic.Inserted */
  984. .content .go { color: #888888 } /* Generic.Output */
  985. .content .gp { color: #555555 } /* Generic.Prompt */
  986. .content .gs { font-weight: bold } /* Generic.Strong */
  987. .content .gu { color: #aaaaaa } /* Generic.Subheading */
  988. .content .gt { color: #aa0000 } /* Generic.Traceback */
  989. .content .kc { font-weight: bold } /* Keyword.Constant */
  990. .content .kd { font-weight: bold } /* Keyword.Declaration */
  991. .content .kn { font-weight: bold } /* Keyword.Namespace */
  992. .content .kp { font-weight: bold } /* Keyword.Pseudo */
  993. .content .kr { font-weight: bold } /* Keyword.Reserved */
  994. .content .kt { color: #445588; font-weight: bold } /* Keyword.Type */
  995. .content .m { color: #009999 } /* Literal.Number */
  996. .content .s { color: #bb8844 } /* Literal.String */
  997. .content .na { color: #008080 } /* Name.Attribute */
  998. .content .nb { color: #999999 } /* Name.Builtin */
  999. .content .nc { color: #445588; font-weight: bold } /* Name.Class */
  1000. .content .no { color: #008080 } /* Name.Constant */
  1001. .content .ni { color: #800080 } /* Name.Entity */
  1002. .content .ne { color: #990000; font-weight: bold } /* Name.Exception */
  1003. .content .nf { color: #990000; font-weight: bold } /* Name.Function */
  1004. .content .nn { color: #555555 } /* Name.Namespace */
  1005. .content .nt { color: #000080 } /* Name.Tag */
  1006. .content .nv { color: #008080 } /* Name.Variable */
  1007. .content .ow { font-weight: bold } /* Operator.Word */
  1008. .content .w { color: #bbbbbb } /* Text.Whitespace */
  1009. .content .mf { color: #009999 } /* Literal.Number.Float */
  1010. .content .mh { color: #009999 } /* Literal.Number.Hex */
  1011. .content .mi { color: #009999 } /* Literal.Number.Integer */
  1012. .content .mo { color: #009999 } /* Literal.Number.Oct */
  1013. .content .sb { color: #bb8844 } /* Literal.String.Backtick */
  1014. .content .sc { color: #bb8844 } /* Literal.String.Char */
  1015. .content .sd { color: #bb8844 } /* Literal.String.Doc */
  1016. .content .s2 { color: #bb8844 } /* Literal.String.Double */
  1017. .content .se { color: #bb8844 } /* Literal.String.Escape */
  1018. .content .sh { color: #bb8844 } /* Literal.String.Heredoc */
  1019. .content .si { color: #bb8844 } /* Literal.String.Interpol */
  1020. .content .sx { color: #bb8844 } /* Literal.String.Other */
  1021. .content .sr { color: #808000 } /* Literal.String.Regex */
  1022. .content .s1 { color: #bb8844 } /* Literal.String.Single */
  1023. .content .ss { color: #bb8844 } /* Literal.String.Symbol */
  1024. .content .bp { color: #999999 } /* Name.Builtin.Pseudo */
  1025. .content .vc { color: #008080 } /* Name.Variable.Class */
  1026. .content .vg { color: #008080 } /* Name.Variable.Global */
  1027. .content .vi { color: #008080 } /* Name.Variable.Instance */
  1028. .content .il { color: #009999 } /* Literal.Number.Integer.Long */
  1029. ## style/vs.css
  1030. .content .hll { background-color: #ffffcc }
  1031. .content { background: #ffffff; }
  1032. .content .c { color: #008000 } /* Comment */
  1033. .content .err { border: 1px solid #FF0000 } /* Error */
  1034. .content .k { color: #0000ff } /* Keyword */
  1035. .content .cm { color: #008000 } /* Comment.Multiline */
  1036. .content .cp { color: #0000ff } /* Comment.Preproc */
  1037. .content .c1 { color: #008000 } /* Comment.Single */
  1038. .content .cs { color: #008000 } /* Comment.Special */
  1039. .content .ge { font-style: italic } /* Generic.Emph */
  1040. .content .gh { font-weight: bold } /* Generic.Heading */
  1041. .content .gp { font-weight: bold } /* Generic.Prompt */
  1042. .content .gs { font-weight: bold } /* Generic.Strong */
  1043. .content .gu { font-weight: bold } /* Generic.Subheading */
  1044. .content .kc { color: #0000ff } /* Keyword.Constant */
  1045. .content .kd { color: #0000ff } /* Keyword.Declaration */
  1046. .content .kn { color: #0000ff } /* Keyword.Namespace */
  1047. .content .kp { color: #0000ff } /* Keyword.Pseudo */
  1048. .content .kr { color: #0000ff } /* Keyword.Reserved */
  1049. .content .kt { color: #2b91af } /* Keyword.Type */
  1050. .content .s { color: #a31515 } /* Literal.String */
  1051. .content .nc { color: #2b91af } /* Name.Class */
  1052. .content .ow { color: #0000ff } /* Operator.Word */
  1053. .content .sb { color: #a31515 } /* Literal.String.Backtick */
  1054. .content .sc { color: #a31515 } /* Literal.String.Char */
  1055. .content .sd { color: #a31515 } /* Literal.String.Doc */
  1056. .content .s2 { color: #a31515 } /* Literal.String.Double */
  1057. .content .se { color: #a31515 } /* Literal.String.Escape */
  1058. .content .sh { color: #a31515 } /* Literal.String.Heredoc */
  1059. .content .si { color: #a31515 } /* Literal.String.Interpol */
  1060. .content .sx { color: #a31515 } /* Literal.String.Other */
  1061. .content .sr { color: #a31515 } /* Literal.String.Regex */
  1062. .content .s1 { color: #a31515 } /* Literal.String.Single */
  1063. .content .ss { color: #a31515 } /* Literal.String.Symbol */
  1064. ## view/index.php
  1065. <?php
  1066. require("../../files/paste.php");
  1067. head('view');
  1068. foot();
  1069. ## view/all/index.php
  1070. <?php
  1071. require("../../../files/paste.php");
  1072.  
  1073. $text_arr = db_list_all();
  1074.  
  1075. head('all');
  1076.  
  1077. echo "\n <table id=\"view_all\">\n";
  1078.  
  1079. foreach($text_arr as $item){
  1080. echo "\t\t\t<tr>\r\n";
  1081. echo "\t\t\t\t<td width=\"20\"><a href=\"/view/".$item['id']."\">".$item['id']."</a></td>\r\n";
  1082. echo "\t\t\t\t<td><a href=\"/view/".$item['id']."\">".$item['title']."</a></td>\r\n";
  1083. echo "\t\t\t\t<td><a href=\"/view/".$item['id']."\">".$item['creator']."</a></td>\r\n";
  1084. echo "\t\t\t</tr>\r\n\r\n";
  1085. }
  1086. echo "\n </table>\n";
  1087. foot();
Add Comment
Please, Sign In to add comment