Serve local jquery. Use tomorrow-night-bright instead of solarized_dark
This commit is contained in:
		| @@ -4,10 +4,10 @@ | |||||||
|  |  | ||||||
| 		<title>hastebin</title> | 		<title>hastebin</title> | ||||||
| 		<meta charset="utf-8" /> | 		<meta charset="utf-8" /> | ||||||
| 		<link rel="stylesheet" type="text/css" href="solarized_dark.css"/> | 		<link rel="stylesheet" type="text/css" href="tomorrow-night-bright.css"/> | ||||||
| 		<link rel="stylesheet" type="text/css" href="application.css"/> | 		<link rel="stylesheet" type="text/css" href="application.css"/> | ||||||
|  |  | ||||||
| 		<script type="text/javascript" src="https://ajax.googleapis.com/ajax/libs/jquery/1.7.1/jquery.min.js"></script> | 		<script type="text/javascript" src="jquery.min.js"></script> | ||||||
| 		<script type="text/javascript" src="highlight.min.js"></script> | 		<script type="text/javascript" src="highlight.min.js"></script> | ||||||
| 		<script type="text/javascript" src="application.min.js"></script> | 		<script type="text/javascript" src="application.min.js"></script> | ||||||
|  |  | ||||||
|   | |||||||
							
								
								
									
										4
									
								
								static/jquery.min.js
									
									
									
									
										vendored
									
									
										Normal file
									
								
							
							
						
						
									
										4
									
								
								static/jquery.min.js
									
									
									
									
										vendored
									
									
										Normal file
									
								
							
										
											
												File diff suppressed because one or more lines are too long
											
										
									
								
							| @@ -1,84 +0,0 @@ | |||||||
| /* |  | ||||||
|  |  | ||||||
| Orginal Style from ethanschoonover.com/solarized (c) Jeremy Hull <sourdrums@gmail.com> |  | ||||||
|  |  | ||||||
| */ |  | ||||||
|  |  | ||||||
| .hljs { |  | ||||||
|   display: block; |  | ||||||
|   overflow-x: auto; |  | ||||||
|   padding: 0.5em; |  | ||||||
|   background: #002b36; |  | ||||||
|   color: #839496; |  | ||||||
| } |  | ||||||
|  |  | ||||||
| .hljs-comment, |  | ||||||
| .hljs-quote { |  | ||||||
|   color: #586e75; |  | ||||||
| } |  | ||||||
|  |  | ||||||
| /* Solarized Green */ |  | ||||||
| .hljs-keyword, |  | ||||||
| .hljs-selector-tag, |  | ||||||
| .hljs-addition { |  | ||||||
|   color: #859900; |  | ||||||
| } |  | ||||||
|  |  | ||||||
| /* Solarized Cyan */ |  | ||||||
| .hljs-number, |  | ||||||
| .hljs-string, |  | ||||||
| .hljs-meta .hljs-meta-string, |  | ||||||
| .hljs-literal, |  | ||||||
| .hljs-doctag, |  | ||||||
| .hljs-regexp { |  | ||||||
|   color: #2aa198; |  | ||||||
| } |  | ||||||
|  |  | ||||||
| /* Solarized Blue */ |  | ||||||
| .hljs-title, |  | ||||||
| .hljs-section, |  | ||||||
| .hljs-name, |  | ||||||
| .hljs-selector-id, |  | ||||||
| .hljs-selector-class { |  | ||||||
|   color: #268bd2; |  | ||||||
| } |  | ||||||
|  |  | ||||||
| /* Solarized Yellow */ |  | ||||||
| .hljs-attribute, |  | ||||||
| .hljs-attr, |  | ||||||
| .hljs-variable, |  | ||||||
| .hljs-template-variable, |  | ||||||
| .hljs-class .hljs-title, |  | ||||||
| .hljs-type { |  | ||||||
|   color: #b58900; |  | ||||||
| } |  | ||||||
|  |  | ||||||
| /* Solarized Orange */ |  | ||||||
| .hljs-symbol, |  | ||||||
| .hljs-bullet, |  | ||||||
| .hljs-subst, |  | ||||||
| .hljs-meta, |  | ||||||
| .hljs-meta .hljs-keyword, |  | ||||||
| .hljs-selector-attr, |  | ||||||
| .hljs-selector-pseudo, |  | ||||||
| .hljs-link { |  | ||||||
|   color: #cb4b16; |  | ||||||
| } |  | ||||||
|  |  | ||||||
| /* Solarized Red */ |  | ||||||
| .hljs-built_in, |  | ||||||
| .hljs-deletion { |  | ||||||
|   color: #dc322f; |  | ||||||
| } |  | ||||||
|  |  | ||||||
| .hljs-formula { |  | ||||||
|   background: #073642; |  | ||||||
| } |  | ||||||
|  |  | ||||||
| .hljs-emphasis { |  | ||||||
|   font-style: italic; |  | ||||||
| } |  | ||||||
|  |  | ||||||
| .hljs-strong { |  | ||||||
|   font-weight: bold; |  | ||||||
| } |  | ||||||
							
								
								
									
										74
									
								
								static/tomorrow-night-bright.css
									
									
									
									
									
										Normal file
									
								
							
							
						
						
									
										74
									
								
								static/tomorrow-night-bright.css
									
									
									
									
									
										Normal file
									
								
							| @@ -0,0 +1,74 @@ | |||||||
|  | /* Tomorrow Night Bright Theme */ | ||||||
|  | /* Original theme - https://github.com/chriskempson/tomorrow-theme */ | ||||||
|  | /* http://jmblog.github.com/color-themes-for-google-code-highlightjs */ | ||||||
|  |  | ||||||
|  | /* Tomorrow Comment */ | ||||||
|  | .hljs-comment, | ||||||
|  | .hljs-quote { | ||||||
|  |   color: #969896; | ||||||
|  | } | ||||||
|  |  | ||||||
|  | /* Tomorrow Red */ | ||||||
|  | .hljs-variable, | ||||||
|  | .hljs-template-variable, | ||||||
|  | .hljs-tag, | ||||||
|  | .hljs-name, | ||||||
|  | .hljs-selector-id, | ||||||
|  | .hljs-selector-class, | ||||||
|  | .hljs-regexp, | ||||||
|  | .hljs-deletion { | ||||||
|  |   color: #d54e53; | ||||||
|  | } | ||||||
|  |  | ||||||
|  | /* Tomorrow Orange */ | ||||||
|  | .hljs-number, | ||||||
|  | .hljs-built_in, | ||||||
|  | .hljs-builtin-name, | ||||||
|  | .hljs-literal, | ||||||
|  | .hljs-type, | ||||||
|  | .hljs-params, | ||||||
|  | .hljs-meta, | ||||||
|  | .hljs-link { | ||||||
|  |   color: #e78c45; | ||||||
|  | } | ||||||
|  |  | ||||||
|  | /* Tomorrow Yellow */ | ||||||
|  | .hljs-attribute { | ||||||
|  |   color: #e7c547; | ||||||
|  | } | ||||||
|  |  | ||||||
|  | /* Tomorrow Green */ | ||||||
|  | .hljs-string, | ||||||
|  | .hljs-symbol, | ||||||
|  | .hljs-bullet, | ||||||
|  | .hljs-addition { | ||||||
|  |   color: #b9ca4a; | ||||||
|  | } | ||||||
|  |  | ||||||
|  | /* Tomorrow Blue */ | ||||||
|  | .hljs-title, | ||||||
|  | .hljs-section { | ||||||
|  |   color: #7aa6da; | ||||||
|  | } | ||||||
|  |  | ||||||
|  | /* Tomorrow Purple */ | ||||||
|  | .hljs-keyword, | ||||||
|  | .hljs-selector-tag { | ||||||
|  |   color: #c397d8; | ||||||
|  | } | ||||||
|  |  | ||||||
|  | .hljs { | ||||||
|  |   display: block; | ||||||
|  |   overflow-x: auto; | ||||||
|  |   background: black; | ||||||
|  |   color: #eaeaea; | ||||||
|  |   padding: 0.5em; | ||||||
|  | } | ||||||
|  |  | ||||||
|  | .hljs-emphasis { | ||||||
|  |   font-style: italic; | ||||||
|  | } | ||||||
|  |  | ||||||
|  | .hljs-strong { | ||||||
|  |   font-weight: bold; | ||||||
|  | } | ||||||
		Reference in New Issue
	
	Block a user