Advertisement
alicescreed

#29: It's Go-Go, Not Cry-Cry

Sep 30th, 2013
3,053
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 10.95 KB | None | 0 0
  1. <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN"
  2.  
  3. "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
  4. <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
  5. <head>
  6. <title>{Title}</title>
  7.  
  8. <link rel="shortcut icon" href="{Favicon}">
  9. <link rel="alternate" type="application/rss+xml" href="{RSS}">
  10. {block:Description}<meta name="description" content="{MetaDescription}" />
  11.  
  12. {/block:Description}
  13.  
  14. <meta name="image:sidebar" content="">
  15. <meta name="image:sidebarbg" content="">
  16.  
  17. <meta name="color:desctext" content="#ffffff">
  18. <meta name="color:bg" content="#000000">
  19. <meta name="color:contentbg" content="#060606">
  20. <meta name="color:Accent" content="#880c0b">
  21. <meta name="color:text" content="#424242">
  22. <meta name="color:linkhover" content="#ffffff">
  23. <meta name="color:shadow1" content="#141414">
  24. <meta name="color:shadow2" content="#880c0b">
  25.  
  26. <meta name="text:link1" content="/">
  27. <meta name="text:link2" content="/">
  28. <meta name="text:link3" content="/">
  29. <meta name="text:link1title" content="link">
  30. <meta name="text:link2title" content="link">
  31. <meta name="text:link3title" content="link">
  32.  
  33. <script src="http://ajax.googleapis.com/ajax/libs/jquery/1.7/jquery.min.js"></script>
  34. <script src="http://static.tumblr.com/rzl30kg/eAxm7a751/jquery.style-my-tooltips.js"></script>
  35. <script>
  36. (function($){
  37. $(document).ready(function(){
  38. $("[title]").style_my_tooltips({
  39. tip_follows_cursor:true,
  40. tip_delay_time:200,
  41. tip_fade_speed:300
  42. }
  43. );
  44. });
  45. })(jQuery);
  46. </script>
  47.  
  48. <style type="text/css">
  49.  
  50. @import url(http://fonts.googleapis.com/css?family=VT323);
  51.  
  52. body {
  53. background-color: {color:bg};
  54. color: {color:text};
  55. text-align: justify;
  56. font-size: 10px;
  57. line-height: 120%;
  58. font-family: consolas;
  59. }
  60.  
  61. blockquote {
  62. padding-left: 5px;
  63. border-left: 1px solid {color:Accent};
  64. }
  65.  
  66. blockquote img {
  67. max-width: 100%;
  68. }
  69.  
  70. a {
  71. color: {color:accent};
  72. text-decoration: none;
  73. -webkit-transition: opacity 0.7s linear;
  74. -webkit-transition: all 0.3s ease-out;
  75. -moz-transition: all 0.3s ease-out;
  76. transition: all 0.3s ease-out;
  77. }
  78.  
  79. a:hover {
  80. color:{color:linkhover};
  81. -webkit-transition: opacity 0.7s linear;
  82. -webkit-transition: all 0.3s ease-out;
  83. -moz-transition: all 0.3s ease-out;
  84. transition: all 0.3s ease-out;
  85. }
  86.  
  87. #content {
  88. position: fixed;
  89. width: 500px;
  90. height: 100%;
  91. position: fixed;
  92. margin-top: -8px;
  93. margin-left: -8px;
  94. }
  95.  
  96. #title {
  97. font-family: 'VT323';
  98. font-size: 14pt;
  99. width: 200px;
  100. line-height:80%;
  101. text-align: right;
  102. color: {color:blogtitle};
  103. text-shadow: 1px 3px {color:shadow1}, -3px 2px {color:shadow2};
  104. text-transform: uppercase;
  105. }
  106.  
  107. #info {
  108. margin-top: 5px;
  109. width: 490px;
  110. padding: 5px;
  111. text-align: center;
  112. margin-bottom: 50px;
  113. font-size: 6pt;
  114. line-height: 170%;
  115. }
  116.  
  117. #post {
  118. width: 500px;
  119. }
  120.  
  121. #audio {
  122. padding: 20px;
  123. background-color: {color:bg};
  124. text-align: center;
  125. height: 70px;
  126. font-size: 8pt;
  127. line-height: 9pt;
  128. }
  129.  
  130. #ask {
  131. padding: 20px;
  132. background-color: {color:bg};
  133. text-align: center;
  134. }
  135.  
  136.  
  137. #audioplayer {
  138. width: 25px;
  139. height: 25px;
  140. overflow:hidden;
  141. position:absolute;
  142. margin-left: 30px;
  143. margin-top: 23px;
  144. border-radius: 100px;
  145. opacity: 0.8;
  146. filter:alpha(opacity=80);
  147. -moz-opacity: 0.8;
  148. -khtml-opacity: 0.8;
  149. }
  150.  
  151. #albumart {
  152. float:left;
  153. margin: 0px 7px;
  154. }
  155.  
  156. #musicinfo {
  157. text-transform: uppercase;
  158. font-size: 6pt;
  159. margin-top:10px;
  160. }
  161.  
  162. #posts {
  163. margin-left:550px;
  164. margin-top: 20px;
  165. position: absolute;
  166. }
  167.  
  168. #tags {
  169. margin-top: 5px; font-size: 10pt; text-transform: uppercase; font-family: 'vt323';
  170. }
  171.  
  172. #tags a {
  173. color: {color:linkhover};
  174. -webkit-transition: opacity 0.7s linear;
  175. -webkit-transition: all 0.3s ease-out;
  176. -moz-transition: all 0.3s ease-out;
  177. transition: all 0.3s ease-out;
  178. }
  179.  
  180. #tags a:hover {
  181. -webkit-transition: opacity 0.7s linear;
  182. -webkit-transition: all 0.3s ease-out;
  183. -moz-transition: all 0.3s ease-out;
  184. transition: all 0.3s ease-out;
  185. text-shadow: 1px 2px {color:shadow1}, -2px 1px {color:shadow2};
  186. }
  187.  
  188. #con {
  189. width: 560px;
  190. background-color: {color:contentbg};
  191. height: 100%;
  192. position: fixed;
  193. margin-top: -8px;
  194. margin-left: 520px;
  195. }
  196.  
  197. #content2 {
  198. width: 500px;
  199. opacity: 1;
  200. height: 100%;
  201. position: fixed;
  202. margin-top: -8px;
  203. margin-left: -8px;
  204. background-repeat: repeat;
  205. background-image: url('{image:sidebarbg}');
  206. }
  207.  
  208. #desc {
  209. margin-top: 200px;
  210. margin-left: 100px;
  211. }
  212.  
  213. #nav {
  214. width: 20px;
  215. opacity: 1;
  216. height: 20px;
  217. padding: 10px;
  218. background-color: {color:contentbg};
  219. border-radius: 100px;
  220. margin-bottom: 10px;
  221. font-size: 10pt;
  222. text-align: center;
  223. }
  224.  
  225. #navl {
  226. position: fixed;
  227. margin-left: 110px;
  228. margin-top: 170px;
  229. }
  230.  
  231. ::-webkit-scrollbar-thumb:vertical {
  232. background-color: {color:text};
  233. height:auto;
  234. }
  235.  
  236. ::-webkit-scrollbar-thumb:horizontal {
  237. background-color: {color:text};
  238. height:5px !important;
  239. }
  240.  
  241. ::-webkit-scrollbar {
  242. height:5px;
  243. width:5px;
  244. background-color: {color:contentbg};
  245. }
  246.  
  247. #d {
  248. margin-top: 20px;
  249. opacity: 0;
  250. color: {Color:desctext};
  251. -webkit-transition: opacity 0.7s linear;
  252. -webkit-transition: all 0.3s ease-out;
  253. -moz-transition: all 0.3s ease-out;
  254. transition: all 0.3s ease-out;
  255. }
  256.  
  257. #content2:hover #d {
  258. opacity: .8;
  259. -webkit-transition: opacity 0.7s linear;
  260. -webkit-transition: all 0.3s ease-out;
  261. -moz-transition: all 0.3s ease-out;
  262. transition: all 0.3s ease-out;
  263. }
  264.  
  265.  
  266. #s-m-t-tooltip{
  267. position: absolute;
  268. background-color:{color:contentbg};
  269. padding: 6px;
  270. z-index: 999999999999999999999999999999999999999999999999999999999999;
  271. margin-top: 10px;
  272. margin-left: 5px;
  273. color: {Color:desctext};
  274. font-family: 'VT323';
  275. display: block;
  276. font-size: 12pt;
  277. text-transform: uppercase;
  278. text-shadow: 1px 2px {color:shadow1}, -2px 1px {color:shadow2};
  279. }
  280.  
  281. h1, h2, #h3{
  282. color: {Color:desctext};
  283. font-weight: normal;
  284. text-transform: uppercase;
  285. font-size: 14pt;
  286. line-height: 120%;
  287. font-family: 'vt323';
  288. text-align: center;
  289. text-shadow: 1px 2px {color:shadow1}, -2px 1px {color:shadow2};
  290. }
  291.  
  292. t {
  293. color: {Color:desctext};
  294. font-weight: normal;
  295. text-transform: uppercase;
  296. font-size: 14pt;
  297. font-family: 'vt323';
  298. line-height: 100%;
  299. text-shadow: 1px 2px {color:shadow1}, -2px 1px {color:shadow2};
  300. }
  301.  
  302. #h3 a {
  303. color: {color:desctext};
  304. }
  305.  
  306. #cred {
  307. position:fixed;
  308. font-size:15px;
  309. font-weight:normal;
  310. line-height:150%;
  311. letter-spacing:2px;
  312. right:10px;
  313. padding: 4px;
  314. bottom:10px;
  315. text-transform:uppercase;
  316. text-align: center;
  317. }
  318.  
  319.  
  320. #pages {
  321. position:fixed;
  322. font-size:15px;
  323. font-weight:normal;
  324. line-height:150%;
  325. letter-spacing:2px;
  326. left:10px;
  327. padding: 4px;
  328. bottom:10px;
  329. text-transform:uppercase;
  330. text-align: center;
  331. }
  332.  
  333. #pages a {
  334. color: {color:linkhover};
  335. }
  336.  
  337. #title a{
  338. color: {color:desctext};
  339. }
  340.  
  341. </style>
  342.  
  343. </head>
  344.  
  345. <Body>
  346.  
  347.  
  348. <div id="cred"><a href="http://amandastjames.tumblr.com">☂</a></div>
  349.  
  350. <Div id="con"></div>
  351.  
  352. <div id="content2">
  353.  
  354. <div id="pages">
  355. {block:Pagination}{block:PreviousPage}<a href="{PreviousPage}" style="color: {Color:Accent2};">prev</a>
  356. {/block:PreviousPage}
  357. {block:NextPage}<a href="{NextPage}" style="color: {Color:Accent2};">next</a>{/block:NextPage}{/block:Pagination}</div>
  358.  
  359. <div id="d">
  360. <div id="navl">
  361. <div id="nav"><div style="margin-top: 4px; margin-left: 0px;"><a href="/" title="home">I</a></div></div>
  362. <div id="nav"><a href="/ask" title="ask"><div style="margin-top: 4px; margin-left: 0px;">II</a></div></div>
  363. <div id="nav"><div style="margin-top: 4px; margin-left: 0px;"><a href="/archive" title="archive">III</a></div></div>
  364. <div id="nav"><div style="margin-top: 4px; margin-left: 0px;"><a href="{text:link1}" title="{text:link1title}">IV</a></div></div>
  365. <div id="nav"><div style="margin-top: 4px; margin-left: 0px;"><a href="{text:link2}" title="{text:link2title}">V</a></div></div>
  366. <div id="nav"><div style="margin-top: 4px; margin-left: 0px;"><a href="{text:link3}" title="{text:link3title}">VI</a></div></div>
  367. </div>
  368.  
  369. <div style="margin-left: 180px; margin-top: 190px; position: fixed;"><div id="title"><a href="/">{title}</a></div></div>
  370. <div style="margin-left: 180px; margin-top: 210px; padding: 10px; width: 200px; max-height: 210px; overflow: auto; position: fixed; background-color: {color:contentbg}; opacity: 1;">
  371. {description}</div>
  372. </div>
  373.  
  374.  
  375. </div>
  376.  
  377.  
  378.  
  379. <div id="posts">
  380.  
  381. {block:Posts}<div id="post">
  382.  
  383. {block:Text}<h2>{block:Title}{Title}{/block:Title}</h2>{Body}{/block:Text}
  384.  
  385. {block:Photo}{LinkOpenTag}<img src="{PhotoURL-500}">{LinkCloseTag}{block:Caption}
  386.  
  387. {Caption}{/block:Caption}{/block:Photo}
  388.  
  389. {block:Photoset}{Photoset-500}{block:Caption}{Caption}{/block:Caption}
  390.  
  391. {/block:Photoset}
  392.  
  393. {block:Quote}<h1>{Quote}</h1>{block:Source} —{Source}{/block:Source}{/block:Quote}
  394.  
  395. {block:Link}<div id="h3"><a href="{URL}" {Target}>{Name}</a></div>{block:Description}
  396.  
  397. {Description}{/block:Description}{/block:Link}
  398.  
  399. {block:Chat}{block:Title}<h1>{Title}</h1>{/block:Title}{block:Lines}{block:Label}<b>
  400.  
  401. {Label}</b>{/block:Label} {Line}<br>{/block:Lines}{/block:Chat}
  402.  
  403. {block:Audio}
  404. <div id="audio">
  405. <div id="audioplayer">{AudioPlayerBlack}</div>
  406. <div id="albumart">{block:AlbumArt}<img src="{AlbumArtURL}" width="70" style="border-radius: 100px;">{/block:AlbumArt}</div>
  407. {block:TrackName}
  408. <div id="musicinfo">
  409. on the boombox:<br>
  410. <t>{TrackName}</t><br>
  411. {/block:TrackName}
  412. {block:Artist}
  413. <div style="margin-top: 3px;">{Artist}</div><br>
  414. {/block:Artist}
  415. </div>
  416. </div>
  417. {block:caption}<div id="caption">{Caption}</div>{/block:caption}
  418. {/block:Audio}
  419.  
  420. {block:Video}{Video-500}{block:Caption}{Caption}{/block:Caption}{/block:Video}
  421.  
  422. {block:Answer}<div id="ask">
  423. <img src="{AskerPortraitURL-40}" style="border-radius: 100px;"><br>
  424. <div id="h3" style="margin-top: 7px; margin-bottom: 7px;">{Asker}</div> {Question}</div>
  425. {Answer}{/block:Answer}
  426.  
  427. <div id="info">
  428. {block:Date}<span style="background-color: {color:bg}; padding: 5px; color: {Color:Accent};">{TimeAgo}</span>{/block:Date} <a href="{Permalink}">
  429. <b>{NoteCount}</b></a> <br><div id="tags">{block:HasTags}{block:Tags}#<a href="{TagURL}">{Tag}</a>
  430.  
  431. {/block:Tags}{/block:HasTags}</span></div>
  432.  
  433. </div>
  434. {block:PostNotes}{PostNotes}{/block:PostNotes}
  435. {/block:Posts}</div>
  436.  
  437. </body>
  438.  
  439. </html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement