minimu

hallucinate / 3

Jan 30th, 2015
2,175
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 9.22 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:Scrollbar" content="#000000"/>
  15. <meta name="color:ScrollbarBg" content="#ffffff"/>
  16. <meta name="color:Links" content="#000000"/>
  17. <meta name="color:Info Background" content="#000000"/>
  18. <meta name="color:Question Background" content="#fcfcfc"/>
  19. <meta name="color:Answer Backg" content="#000000"/>
  20. <meta name="image:Background" content=""/>
  21. <meta name="image:Sidebar Background" content="ttp://static.tumblr.com/2fee28bd1965ccf4abe62035301a351d/ql5qfto/uDHnizuqv/tumblr_static_45xcioad8bac0084kco08k0w8.png"/>
  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:{color:background};
  46. margin:0px;
  47. color:{color:text};
  48. font-family:arial;
  49. font-size:10px;
  50. line-height:150%;
  51. text-align:justify;
  52. background-image:url('{image:Background}');
  53. }
  54.  
  55.  
  56. a {
  57. text-decoration:none;
  58. outline:none;
  59. -moz-outline-style:none;
  60. color:{color:Links};
  61. }
  62.  
  63. img {
  64. border:none;
  65. }
  66.  
  67. blockquote {
  68. padding-left:5px;
  69. border-left:1px solid {color:text};
  70. }
  71.  
  72. blockquote blockquote {
  73. padding-left:5px;
  74. border-left:2px solid;
  75. }
  76.  
  77.  
  78. a:hover {
  79. color:#000000;
  80. -moz-transition-duration:0.3s;
  81. -webkit-transition-duration:0.3s;
  82. -o-transition-duration:0.3s;
  83. }
  84.  
  85. small {font-size:9px;}
  86.  
  87. h1{font-size:20x;
  88. font-weight:bold;
  89. font-family:arial;
  90. line-height:110%;
  91. border:solid 1px black;
  92. padding:10px;
  93. font-style: bold}
  94.  
  95. /*ENTRIES*/
  96.  
  97. #entries {
  98. padding:10px;
  99. border:solid 1px black;
  100. width:598px;
  101. position:fixed;
  102. margin-left:450px;
  103. background-color:white;
  104. z-index:9999;
  105. margin-top:130px;
  106. overflow:auto;
  107. height:390px;
  108. font-size:9px;
  109. line-height:150%;
  110. font-family:'arial';
  111. }
  112.  
  113. #post {
  114. width:500px;
  115. z-index:99;
  116. padding-bottom:20px;
  117. margin-left:15px;
  118. padding:25px;
  119. margin-top:-10px;
  120. }
  121.  
  122. #post:hover .tags{opacity:1;
  123. margin-top:-5px;
  124. margin-left:50px;
  125. text-shadow:1px 1px #a0a0a0;
  126. }
  127. /*SIDEBAR*/
  128.  
  129. #sidebar {
  130. position:fixed;
  131. width:600px;
  132. color:white;
  133. font-family:arial;
  134. text-transform:uppercase;
  135. margin-top:85px;
  136. height:30px;
  137. font-size:8px;
  138. padding:10px;
  139. z-index:99;
  140. background-color:black;
  141. margin-left:450px;
  142. }
  143.  
  144. #sidebar a {color:white;}
  145. #links a:hover {
  146. -moz-transition-duration:0.5s;
  147. -webkit-transition-duration:0.5s;
  148. -o-transition-duration:0.5s;
  149. color:{color:Hover};
  150. }
  151.  
  152. #links a:hover{margin-left:0px;
  153. font-style:italic;}
  154.  
  155. #description {
  156. border:1px solid white;
  157. text-align:justify;
  158. font-family:'arial';
  159. margin-top:-100px;
  160. overflow:auto;
  161. background-color:black;
  162. opacity:0.6;
  163. height:70px;
  164. font-size:9px;
  165. text-transform:uppercase;
  166. padding:5px;
  167. width:200px;
  168. position:relative;
  169. margin-left:300px;
  170. color:{color:DescriptionText};
  171. }
  172.  
  173. #title {
  174. text-align:center;
  175. top:5px;
  176. font-family:'arial';
  177. font-size:9px;
  178. font-weight:bold;
  179. padding:5px;
  180. position:relative;
  181. padding-bottom:5px;
  182. margin-bottom:10px;
  183. text-transform:uppercase;
  184. color:{color:Text};
  185. }
  186.  
  187. #header{font-size:20px;
  188. text-transform:uppercase;
  189. position:fixed;
  190. background-color:white;
  191. z-index:99;
  192. font-family:helvetica;
  193. margin-top:50px;
  194. width:598px;
  195. margin-left:450px;
  196. text-align:center;
  197. font-weight:bold;
  198. border:solid 1px black;
  199. padding:10px;
  200. }
  201.  
  202. #leftsidebar { width:180px;
  203. background-image:url('{image:Sidebar Background}');
  204. margin-left:270px;
  205. margin-top:50px;
  206. height:492px;
  207. position:fixed;}
  208.  
  209. #caption{color:white;
  210. padding:20px;
  211. margin-top:50px;
  212. }
  213.  
  214. /*LINKS*/
  215. #links{position:fixed;
  216. text-transform:uppercase;
  217. font-family:arial;
  218. font-weight:bold;
  219. width:100px
  220. background-color:black;
  221. z-index:99999;
  222. font-size:8px;
  223. margin-left:15px;
  224. -moz-transition-duration:0.3s;
  225. -webkit-transition-duration:0.3s;
  226. -o-transition-duration:0.3s;
  227. overflow:hidden;
  228. text-align:center;
  229. padding:5px;
  230. }
  231.  
  232. #links:hover{height:300px;}
  233.  
  234. #links a{margin-right:5px;
  235. width:60px;
  236. border:1px solid white;
  237. margin-top:5px;
  238. color:white;
  239. padding:2px;
  240. display:inline-block;
  241. -moz-transition-duration:0.3s;
  242. -webkit-transition-duration:0.3s;
  243. -o-transition-duration:0.3s;
  244. }
  245.  
  246. /*CHAT POSTS*/
  247. #chat{ padding:2px;
  248. margin-left:50px;
  249. margin-top:-1px;
  250. }
  251. /*POST INFO*/
  252.  
  253. #info {
  254. font-weight:bold;
  255. text-align:right;
  256. padding:5px;
  257. font-family:'arial';
  258. background-color:{color:info background};
  259. margin-left:0px;
  260. margin-top:5px;
  261. color:black;
  262. font-size:9px;
  263. text-transform:uppercase;
  264. font-style:none;
  265. word-wrap:break-word;
  266. line-height:10px;
  267. color:{color:text};
  268. }
  269.  
  270. #info a {
  271. text-align:center;
  272. color:white;
  273. word-wrap:break-word;
  274. }
  275.  
  276. .tags {text-transform:none;
  277. color:{color:postbg};
  278. width:450px;
  279. opacity:0;
  280. margin-top:-5px;
  281. margin-left:0px;
  282. font-size:10px;
  283. letter-spacing:1px;
  284. text-align:justify;
  285. -moz-transition-duration:0.5s;-webkit-transition-duration:0.5s;-o-transition-duration:0.5s;}
  286.  
  287.  
  288. .tags a {
  289. letter-spacing:0px;
  290. padding:2px;
  291. font-size:10px;
  292. text-align:center;
  293. font-family:'arial';
  294. text-decoration:none;
  295. color:{color:Links};
  296. }
  297.  
  298. /*QUESTION*/
  299.  
  300. #asker {
  301. color:white;
  302. text-transform:lowercase;
  303. padding:15px;
  304. font-family:arial;
  305. background-color:black;
  306. font-size:9px;
  307. text-shadow:1px 1px #a0a0a0;
  308. letter-spacing:0px;
  309. text-align:left;
  310. margin-top:0px;
  311. line-height:150%;
  312. }
  313.  
  314. #asker a{color:{color:Text};}
  315.  
  316.  
  317. #url a{color:{color:Text};
  318. padding:2px;
  319. background-color:{color:Info Background};
  320. }
  321.  
  322.  
  323. /*CREDIT*/
  324.  
  325. #cred {
  326. position:fixed;
  327. font-family:consolas;
  328. font-size:8px;
  329. right:9px;
  330. bottom:9px;
  331. padding:4px;
  332. letter-spacing:1px;
  333. }
  334.  
  335. #pagination{width:780px;
  336. background-color:black;
  337. color:white;
  338. text-align:right;
  339. z-index:999;
  340. padding:10px;
  341. margin-top:550px;
  342. margin-left:270px;
  343. position:fixed;
  344. }
  345.  
  346. #pagination a{color:white;}
  347.  
  348. {CustomCSS}</style></head><body>
  349. <div id="leftsidebar"><div id="links">
  350. <a href="{text:Link 1 URL}"><span>I</a></span>
  351. <a href="{text:Link 2 URL}"><span>II</a></span><br>
  352. <a href="{text:Link 3 URL}"><span>III</a></span>
  353. <a href="{text:Link 4 URL}"><span>IV</a></span>
  354.  
  355. </div>
  356. <div id="caption">“out of <b>EVERYTHING</b>, i tried to hide the <i><u>p a r t s</u></i> of me that hurt, that were <strike><b>sour</b></strike> to kiss, that smelled like a loss of <b>innocence</b>.
  357. you said, “<u><i>I LOVE YOU</i></u>” and i knew you couldn’t <b>MEAN</b> it.
  358. if you had seen <u>a l l </u> of me - then you’d <strike>KNOW</strike>, then you’d <strike>SEE</strike>.”</div></div>
  359.  
  360. <div id="header">{title} </div>
  361. {block:Pagination}<div id="pagination">
  362. {block:PreviousPage}<a href="{PreviousPage}">«</a>{/block:PreviousPage}
  363. {block:NextPage}<a href="{NextPage}">»</a>{/block:NextPage}
  364. {/block:Pagination}</div>
  365. <div id="sidebar">{description}</div>
  366.  
  367. <div id="entries">
  368. {block:Posts}
  369. <div id="info">
  370. <div id="permalink">
  371. <a href="{Permalink}">{DayOfMonthWithZero}.{ShortMonth}.{ShortYear}</a>
  372. <a href="{SourceURL}">©</a>
  373. </a></div></div>
  374. <div id="post">
  375.  
  376. {block:Text}
  377. {block:Title}<h1>{Title}</h1>{/block:Title}
  378. {Body}{/block:Text}
  379.  
  380. {block:Photo}{LinkOpenTag}<img src="{PhotoURL-500}">{LinkCloseTag}
  381. {block:Caption}{Caption}{/block:Caption}{/block:Photo}
  382.  
  383. {block:Photoset}{Photoset-500}{block:Caption}{Caption}
  384. {/block:Caption}{/block:Photoset}
  385.  
  386. {block:Quote}<h1>"{Quote}"</h1>
  387. {/block:Source}{/block:Quote}
  388.  
  389. {block:Link}<h1><a href="{URL}" {Target}>{Name}</a></h1>{block:Description}{Description}{/block:Description}{/block:Link}
  390.  
  391. {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}
  392.  
  393. {block:Audio}<div align="center">
  394. <span class="audio">{AudioPlayerWhite}</div></span>
  395. {/block:ExternalAudio}
  396. {/block:Audio}<br>
  397.  
  398. {block:Video}{Video-500}{block:Caption}{Caption}{/block:Caption}</center>{/block:Video}
  399.  
  400. {block:Answer}<div id="asker">{Question} — <i>{Asker}</i></div> {Answer}{/block:Answer}
  401.  
  402. {block:HasTags}<div class="tags"><a href="{Permalink}">{NoteCountWithLabel}</a> &nbsp; &nbsp;
  403. {block:Tags}#<a href="{TagURL}">{Tag}</a> {/block:Tags}</div>{/block:HasTags}</div>
  404. {block:PostNotes}{PostNotes} {block:NoteCount} {/block:NoteCount}{/block:PostNotes}
  405. {/block:Posts}</div>
  406.  
  407. <div id="cred">
  408. <a href="http://jcgged.tumblr.com/">CR</a>
  409. </div>
  410. </div>
  411. </body>
  412. </body></html>
Add Comment
Please, Sign In to add comment