Advertisement
minimu

dumped /tm5

Mar 12th, 2015
2,249
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 9.64 KB | None | 0 0
  1. <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
  2. <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
  3. <head><title>{Title}</title>
  4. <link rel="shortcut icon" href="{Favicon}">
  5. <link rel="alternate" type="application/rss+xml" href="{RSS}">
  6. {block:Description}<meta name="description" content="{MetaDescription}" />{/block:Description}
  7.  
  8.  
  9. <!---jcgged.tumblr.com
  10. --->
  11.  
  12. <meta name="color:Background" content="#ffffff"/>
  13. <meta name="color:Text" content="#000000"/>
  14. <meta name="color:Border" content="#dddddd"/>
  15. <meta name="color:Scrollbar" content="#000000"/>
  16. <meta name="color:ScrollbarBg" content="#ffffff"/>
  17. <meta name="color:Info Background" content="#f3f3f3"/>
  18. <meta name="color:Sidebar Background" content="000000"/>
  19. <meta name="color:Post Background" content="000000"/>
  20. <meta name="image:Sidebar" content=""/>
  21. <meta name="image:Background" content=""/>
  22. <meta name="text:Link 1" content="" />
  23. <meta name="text:Link 1 URL" content="" />
  24. <meta name="text:Link 2" content="" />
  25. <meta name="text:Link 2 URL" content="" />
  26. <meta name="text:Link 3" content="" />
  27. <meta name="text:Link 3 URL" content="" />
  28. <meta name="text:Link 4" content="" />
  29. <meta name="text:Link 4 URL" content="" />
  30.  
  31. <style type="text/css">
  32.  
  33. ::-webkit-scrollbar-thumb {
  34. height:auto;
  35. background-color:{color:Scrollbar};
  36. }
  37.  
  38. ::-webkit-scrollbar {
  39. height:9px;
  40. width:4px;
  41. background-color:{color:ScrollbarBg};
  42. }
  43.  
  44. body {
  45. background:#f0f0f0;
  46. margin:0px;
  47. color:{color:text};
  48. font-family:arial;
  49. font-size:9px;
  50. line-height:150%;
  51. text-align:justify;
  52. }
  53.  
  54.  
  55. a {
  56. border-bottom: 1px solid #bababa;
  57. text-decoration:none;
  58. outline:none;
  59. word-wrap:break-word;
  60. -moz-outline-style:none;
  61. color:black;
  62. }
  63.  
  64. img {
  65. border:none;
  66. }
  67.  
  68. blockquote {
  69. padding-left:5px;
  70. margin-left:5px;
  71. border-left:1px solid #bababa;
  72. }
  73.  
  74. blockquote blockquote {
  75. padding-left:5px;
  76. border-left:2px solid;
  77. }
  78.  
  79. img {
  80. -webkit-filter: grayscale(100%);
  81. z-index: -9999999999999999999999999px;
  82. -webkit-transition: all 0.9s ease-in-out;
  83. -moz-transition: all 0.9s ease-in-out;
  84. -o-transition: all 0.9s ease-in-out;
  85. -ms-transition: all 0.9s ease-in-out;
  86. transition: all 0.9s ease-in-out;
  87. }
  88.  
  89. /* Disable grayscale on hover */
  90. img:hover {
  91. filter: none;
  92. -webkit-filter: grayscale(0);
  93. }
  94.  
  95. a:hover {
  96. color:#000000;
  97. -moz-transition-duration:0.3s;
  98. -webkit-transition-duration:0.3s;
  99. -o-transition-duration:0.3s;
  100. }
  101.  
  102. small {font-size:9px;}
  103.  
  104. h1{font-size:20px;
  105. font-weight:bold;
  106. font-family:arial;
  107. text-transform:uppercase;
  108. line-height:110%;
  109. border:solid 1px #0b0b0b;
  110. padding:10px;
  111. font-style: bold}
  112.  
  113. h2{font-size:20px;
  114. font-weight:bold;
  115. font-family:arial;
  116. text-transform:uppercase;
  117. line-height:110%;
  118. border:solid 1px #0b0b0b;
  119. padding:10px;
  120. font-style: bold}
  121.  
  122. #background{
  123. position:fixed;
  124. right:0px;
  125. }
  126.  
  127.  
  128. /*ENTRIES*/
  129.  
  130. #entries {
  131. padding:10px;
  132. width:620px;
  133. position:fixed;
  134. margin-left:50px;
  135. z-index:9999;
  136. margin-top:115px;
  137. border:10px solid #e2e2e2;
  138. overflow:auto;
  139. overflow-x:hidden;
  140. height:500px;
  141. font-size:9px;
  142. line-height:150%;
  143. font-family:'arial';
  144. }
  145.  
  146. #post {
  147. width:500px;
  148. border:solid 1px #dcdddb;
  149. border-radius:5px;
  150. background-color:{color:Post Background};
  151. box-shadow:1px 1px #a0a0a0;
  152. z-index:99;
  153. padding-bottom:-10px;
  154. margin-left:30px;
  155. color:black;
  156. padding:25px;
  157. margin-top:10px;
  158. }
  159.  
  160. #post:hover .tags{opacity:1;
  161. margin-top:-5px;
  162. margin-left:0px;
  163. }
  164. /*SIDEBAR*/
  165.  
  166. #sidebar {
  167. position:fixed;
  168. width:100px;
  169. color:black;
  170. text-align:justify;
  171. font-family:arial;
  172. text-transform:uppercase;
  173. margin-top:115px;
  174. font-size:8px;
  175. color:white;
  176. padding:10px;
  177. z-index:99;
  178. height:517px;
  179. background-color:{color:Sidebar Background};
  180. margin-left:-70px;
  181. }
  182.  
  183. #sidebar a{color:white;}
  184.  
  185. #links a:hover {
  186. background-color:white;
  187. -moz-transition-duration:0.5s;
  188. -webkit-transition-duration:0.5s;
  189. -o-transition-duration:0.5s;
  190. color:{color:Hover};
  191. }
  192.  
  193. #links a:hover{margin-left:0px;
  194. font-style:italic;}
  195.  
  196.  
  197. #title {
  198. text-align:center;
  199. top:5px;
  200. font-family:'arial';
  201. font-size:9px;
  202. font-weight:bold;
  203. padding:5px;
  204. position:relative;
  205. padding-bottom:5px;
  206. margin-bottom:10px;
  207. text-transform:uppercase;
  208. color:{color:Text};
  209. }
  210.  
  211. #header{font-size:11px;
  212. position:fixed;
  213. color:white;
  214. z-index:99;
  215. background-color:black;
  216. text-transform:uppercase;
  217. font-family:arial;
  218. margin-top:80px;
  219. line-height:20px;
  220. width:542px;
  221. left:200px;
  222. text-align:center;
  223. font-weight:bold;
  224. padding:10px;
  225. }
  226.  
  227. #leftsidebar { width:100px;
  228. margin-left:270px;
  229. margin-top:-50px;
  230. height:550px;
  231. position:fixed;}
  232.  
  233. /*LINKS*/
  234. #links{position:relative;
  235. text-transform:uppercase;
  236. font-family:arial;
  237. font-weight:bold;
  238. width:100px
  239. background-color:#0b0b0b;
  240. margin-bottom:5px;
  241. margin-top:120px;
  242. z-index:99999;
  243. font-size:8px;
  244. -moz-transition-duration:0.3s;
  245. -webkit-transition-duration:0.3s;
  246. -o-transition-duration:0.3s;
  247. overflow:hidden;
  248. text-align:left;
  249. }
  250.  
  251.  
  252. #links a{margin-right:5px;
  253. width:85px;
  254. border:1px solid white;
  255. margin-top:5px;
  256. color:black;
  257. color:white;
  258. padding:2px;
  259. padding-left:10px;
  260. display:inline-block;
  261. -moz-transition-duration:0.3s;
  262. -webkit-transition-duration:0.3s;
  263. -o-transition-duration:0.3s;
  264. }
  265.  
  266. /*CHAT POSTS*/
  267. #chat{ padding:2px;
  268. margin-left:50px;
  269. margin-top:-1px;
  270. }
  271. /*POST INFO*/
  272.  
  273. #info {
  274. font-weight:bold;
  275. text-align:right;
  276. padding:5px;
  277. width:540px;
  278. font-family:'arial';
  279. background-color:black;
  280. margin-left:-25px;
  281. margin-top:-25px;
  282. color:black;
  283. -webkit-border-top-left-radius: 5px;
  284. -webkit-border-top-right-radius: 5px;
  285. -moz-border-radius-topleft: 5px;
  286. -moz-border-radius-topright: 5px;
  287. border-top-left-radius: 5px;
  288. border-top-right-radius: 5px;
  289. font-size:9px;
  290. text-transform:uppercase;
  291. font-style:none;
  292. word-wrap:break-word;
  293. line-height:10px;
  294. color:{color:text};
  295. }
  296.  
  297. #info a {
  298. text-align:center;
  299. text-decoration:none;
  300. color:white;
  301. word-wrap:break-word;
  302. }
  303.  
  304. .tags {text-transform:none;
  305. color:{color:postbg};
  306. width:500px;
  307. opacity:0;
  308. word-wrap:break-word;
  309. margin-top:-20px;
  310. height:2px;
  311. margin-left:0px;
  312. font-size:8px;
  313. margin-bottom:5px;
  314. letter-spacing:1px;
  315. text-align:justify;
  316. -moz-transition-duration:0.5s;-webkit-transition-duration:0.5s;-o-transition-duration:0.5s;}
  317.  
  318.  
  319. .tags a {
  320. letter-spacing:0px;
  321. padding:2px;
  322. word-wrap:break-word;
  323. font-size:9px;
  324. text-align:center;
  325. font-family:'arial';
  326. text-decoration:none;
  327. color:black;
  328. }
  329.  
  330. /*QUESTION*/
  331.  
  332. #asker {
  333. color:white;
  334. padding:15px;
  335. font-family:'arial';
  336. font-size:9px;
  337. letter-spacing:0px;
  338. text-align:right;
  339. margin-top:5px;
  340. text-transform:lowercase;
  341. line-height:100%;
  342. background-color:black;
  343. }
  344.  
  345. #asker a{color:{color:postbg};}
  346.  
  347. #url{color:{color:text};
  348. padding:4px;
  349. font-family:'arial';
  350. font-size:12px;
  351. font-weight:bold;
  352. text-align:left;
  353. margin-top:0px;
  354. text-transform:lowercase;
  355. line-height:100%;
  356. background-color:{color:info background};
  357. }
  358.  
  359. #url a{color:{color:Background}}
  360.  
  361. #pagination{background-color:black;
  362. padding:10px;
  363. height:520px;
  364. margin-left:710px;
  365. margin-top:115px;
  366. text-align:right;
  367. position:fixed;
  368. color:white;}
  369.  
  370. #pagination a{color:white;}
  371. /*CREDIT*/
  372.  
  373. #cred {
  374. position:fixed;
  375. font-family:consolas;
  376. font-size:8px;
  377. right:9px;
  378. bottom:9px;
  379. padding:4px;
  380. letter-spacing:1px;
  381. }
  382.  
  383.  
  384. {CustomCSS}</style></head><body>
  385. <div id="background"><img src="{image:background}"></div>
  386. <div id="leftsidebar">
  387. <div id="sidebar"><br><div id="links">
  388. <img src="{image:sidebar}">
  389. <a href="{text:Link 1 URL}"><span>I</a></span><br>
  390. <a href="{text:Link 2 URL}"><span>II</a></span><br>
  391. <a href="{text:Link 3 URL}"><span>III</a></span><br>
  392. <a href="{text:Link 4 URL}"><span>IV</a></span>
  393.  
  394. </div>{description}<br>
  395. </div>
  396. <div id="pagination">{block:Pagination}
  397. {block:PreviousPage}<a href="{PreviousPage}">BACK</a>{/block:PreviousPage}
  398. {block:NextPage}<a href="{NextPage}">NEXT</a>{/block:NextPage}
  399. {/block:Pagination}</div>
  400.  
  401. <div id="entries">
  402. {block:Posts}
  403.  
  404. <div id="post">
  405. <div id="info">
  406. <div id="permalink">
  407. <a href="{Permalink}">{DayOfMonthWithZero}.{ShortMonth}.{ShortYear}</a>
  408. <a href="{SourceURL}">©</a>
  409. </a></div></div>
  410. {block:Text}<br>
  411. {block:Title}<h1>{Title}</h1>{/block:Title}
  412. {Body}{/block:Text}
  413.  
  414. {block:Photo}<br>{LinkOpenTag}<img src="{PhotoURL-500}">{LinkCloseTag}
  415. {block:Caption}{Caption}{/block:Caption}{/block:Photo}
  416.  
  417. {block:Photoset}<br>{Photoset-500}{block:Caption}{Caption}
  418. {/block:Caption}{/block:Photoset}
  419.  
  420. {block:Quote}<h1>"{Quote}"</h1>
  421. {/block:Source}{/block:Quote}
  422.  
  423. {block:Link}<h1><a href="{URL}" {Target}>{Name}</a></h1>{block:Description}{Description}{/block:Description}{/block:Link}
  424.  
  425. {block:Chat}{block:Title}<h1>{Title}</h1>{/block:Title}{block:Lines}<div id="chat">{block:Label}<b>{Label}</b>{/block:Label} {Line}<br></div>{/block:Lines}{/block:Chat}
  426.  
  427. {block:Audio}<div align="center">
  428. <span class="audio"> {block:AudioEmbed}{AudioEmbed color="white"}{/block:AudioEmbed}
  429. </div></span>
  430. {/block:ExternalAudio}
  431. {/block:Audio}
  432.  
  433. {block:Video}{Video-400}{block:Caption}{Caption}{/block:Caption}</center>{/block:Video}
  434.  
  435. {block:Answer}<div id="asker">{Question}</div> <div id="url">{Asker}</div>{Answer}{/block:Answer}
  436.  
  437.  
  438. {block:HasTags}<div class="tags"><a href="{Permalink}">{NoteCountWithLabel}</a> &nbsp; &nbsp;
  439. {block:Tags}#<a href="{TagURL}">{Tag}</a> {/block:Tags}</div>{/block:HasTags}</div>
  440. {block:PostNotes}{PostNotes} {block:NoteCount} {/block:NoteCount}{/block:PostNotes}
  441. {/block:Posts}</div>
  442.  
  443. <div id="cred">
  444. <a href="http://jcgged.tumblr.com/">CR</a>
  445. </div>
  446. </div>
  447. </body>
  448. </body></html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement