Advertisement
alicescreed

#38: I'm A Prodigy

Aug 24th, 2014
9,776
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 10.04 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:sidebarborders" content="#ffffff">
  18. <meta name="color:sidebartext" content="#ffffff">
  19. <meta name="color:sidebarbg" content="#000000">
  20. <meta name="color:leftsidebar" content="#e6e6e6">
  21. <meta name="color:subtitle" content="#000000">
  22. <meta name="color:infotext" content="#000000">
  23. <meta name="color:accent" content="#39ceff">
  24. <meta name="color:posts" content="#000000">
  25. <meta name="color:text" content="#ffffff">
  26.  
  27. <meta name="text:link1" content="/">
  28. <meta name="text:link1 title" content="link 1">
  29. <meta name="text:link2" content="/">
  30. <meta name="text:link2 title" content="link 2">
  31. <meta name="text:link3" content="/">
  32. <meta name="text:link3 title" content="link 3">
  33. <meta name="text:subtitle" content="i don't need social skills">
  34.  
  35.  
  36. <style type="text/css">
  37.  
  38. @import url(http://fonts.googleapis.com/css?family=Share);
  39.  
  40. ::-webkit-scrollbar-thumb:vertical {
  41. background-color: {color:accent};
  42. height:auto;
  43. }
  44.  
  45. ::-webkit-scrollbar-thumb:horizontal {
  46. background-color: {color:accent};
  47. height:5px !important;
  48. }
  49.  
  50. ::-webkit-scrollbar {
  51. height:5px;
  52. width:5px;
  53. background-color: {color:posts};
  54. }
  55.  
  56. sub, sup, small {
  57. font-size: 100%;
  58. }
  59.  
  60. #quote {
  61. line-height: 100%;
  62. font-size: 12pt;
  63. }
  64.  
  65. body {
  66. line-height: 100%;
  67. font-size: 10px;
  68. color: {color:text};
  69. font-family: 'share';
  70. }
  71.  
  72. blockquote {
  73. border-left: 1px solid {color:sidebarborders};
  74. padding-left: 10px;
  75. }
  76.  
  77. #anchor {
  78. margin-top: 60px;
  79. margin-left: 170px;
  80. position: fixed;
  81. }
  82.  
  83. #zholtz {
  84. background-color: {color:sidebarbg};
  85. width: 200px;
  86. padding: 10px;
  87. text-align: justify;
  88. color: {color:sidebartext};
  89. height: auto;
  90. border-right: 1px solid {color:sidebarborders};
  91. }
  92.  
  93. #longz {
  94. width: 100px;
  95. padding: 10px;
  96. height: 100%;
  97. position: fixed;
  98. background-color: {color:leftsidebar};
  99. margin-top: -8px;
  100. margin-left: 100px;
  101. }
  102.  
  103. #longj {
  104. width: 300px;
  105. height: 100%;
  106. position: fixed;
  107. background-image: url('{image:sidebarbg}');
  108. margin-top: -8px;
  109. margin-left: 220px;
  110. }
  111.  
  112. a {
  113. color: {color:accent};
  114. text-decoration: none;
  115. transition-duration: 0.6s;
  116. -moz-transition-duration: 0.6s;
  117. -webkit-transition-duration: 0.6s;
  118. -o-transition-duration: 0.6s;
  119. }
  120.  
  121. a:hover {
  122. border-bottom: 1px solid;
  123. transition-duration: 0.6s;
  124. -moz-transition-duration: 0.6s;
  125. -webkit-transition-duration: 0.6s;
  126. -o-transition-duration: 0.6s;
  127. }
  128.  
  129. #nav {
  130. letter-spacing: 4px;
  131. text-transform: uppercase;
  132. color: {color:accent};
  133. padding: 3px;
  134. border-right: 1px solid {color:sidebarborders};
  135. text-decoration: none;
  136. }
  137.  
  138. #navli {
  139. padding-bottom: 10px;
  140. text-align: center;
  141. }
  142.  
  143. #title {
  144. -ms-transform: rotate(270deg); /* IE 9 */
  145. -webkit-transform: rotate(270deg); /* Chrome, Safari, Opera */
  146. transform: rotate(270deg);
  147. position: fixed;
  148. font-size: 14pt;
  149. text-transform: uppercase;
  150. letter-spacing: 4px;
  151. margin-top: 100px;
  152. margin-left: -100px;
  153. font-weight: normal;
  154. color: {color:accent};
  155. }
  156.  
  157. #title2 {
  158. -ms-transform: rotate(270deg); /* IE 9 */
  159. -webkit-transform: rotate(270deg); /* Chrome, Safari, Opera */
  160. transform: rotate(270deg);
  161. position: fixed;
  162. font-style: italic;
  163. text-transform: lowercase;
  164. letter-spacing: 4px;
  165. margin-top: 140px;
  166. margin-left: -135px;
  167. font-weight: normal;
  168. color: {color:subtitle};
  169. }
  170.  
  171. #posts {
  172. position: absolute;
  173. margin-top: 60px;
  174. margin-left: 600px;
  175. }
  176.  
  177. #post {
  178. background-color: {color:posts};
  179. padding: 20px;
  180. width: 500px;
  181. }
  182.  
  183. #info {
  184. width: 500px;
  185. color: {color:infotext};
  186. letter-spacing: 4px;
  187. margin-top: 10px;
  188. }
  189.  
  190. #info a {
  191. padding: 4px;
  192. color: {color:infotext};
  193. }
  194.  
  195. #tags {
  196. margin-top: 10px;
  197. color: {color:infotext};
  198. letter-spacing: 4px;
  199. transition-duration: 0.6s;
  200. -moz-transition-duration: 0.6s;
  201. -webkit-transition-duration: 0.6s;
  202. -o-transition-duration: 0.6s;
  203. opacity: 0;
  204. line-height: 120%;
  205. margin-bottom: 50px;
  206. }
  207.  
  208. #tags a {
  209. color:{color:accent};
  210. }
  211.  
  212. #info:hover #tags {
  213. transition-duration: 0.6s;
  214. -moz-transition-duration: 0.6s;
  215. -webkit-transition-duration: 0.6s;
  216. -o-transition-duration: 0.6s;
  217. opacity: 1;
  218. }
  219.  
  220. #audio {
  221. text-align: center;
  222. height: 90px;
  223. font-size: 8pt;
  224. line-height: 9pt;
  225. }
  226.  
  227.  
  228. #audioplayer {
  229. width: 25px;
  230. height: 25px;
  231. overflow:hidden;
  232. position:absolute;
  233. margin-left: 30px;
  234. margin-top: 23px;
  235. border-radius: 10px;
  236. opacity: 0.8;
  237. filter:alpha(opacity=80);
  238. -moz-opacity: 0.8;
  239. -khtml-opacity: 0.8;
  240. }
  241.  
  242. #albumart {
  243. float:left;
  244. margin: 0px 7px;
  245. }
  246.  
  247. #musicinfo {
  248. font-weight: 300;
  249. text-transform: uppercase;
  250. margin-top:10px;
  251. }
  252.  
  253. blockquote img {
  254. max-width: 100%;
  255. }
  256.  
  257. h1, h2 {
  258. letter-spacing: 3px;
  259. text-align: center;
  260. text-transform: uppercase;
  261. font-size: 12pt;
  262. }
  263. #cred {
  264. position:fixed;
  265. font-size:15px;
  266. font-weight:normal;
  267. background-color: {color:posts};
  268. line-height:150%;
  269. letter-spacing:2px;
  270. right:10px;
  271. padding: 4px;
  272. bottom:10px;
  273. text-transform:uppercase;
  274. text-align:center;
  275. }
  276.  
  277. ol.notes {
  278. list-style: upper-roman;
  279. padding: 10px;
  280.  
  281. }
  282.  
  283. #ask {
  284. text-transform: uppercase;
  285. font-size: 10pt;
  286. line-height: 13pt;
  287. margin-bottom: 10px;
  288. }
  289.  
  290. #ask img {
  291. padding: 4px;
  292. margin-bottom: 5px;
  293. border-right: 1px solid {color:text};
  294. }
  295.  
  296. #pages {
  297. width: 100px;
  298. position: fixed;
  299. margin-top: 460px;
  300. margin-left: 20px;
  301. font-size: 10pt;
  302. }
  303.  
  304. #title a:hover {
  305. text-decoration: none;
  306. }
  307.  
  308. #basicspace {
  309. height: 90px;
  310. padding: 4px;
  311. overflow: auto;
  312. }
  313.  
  314. #notes {
  315. color: {color:posts};
  316. }
  317.  
  318.  
  319. i, b, s, strong, em {
  320. color:{color:accent};
  321. }
  322. </style>
  323.  
  324. </head>
  325.  
  326. <body>
  327.  
  328. <div id="cred"><a href="http://ritasvrataski.tumblr.com">☂</a></div>
  329.  
  330.  
  331. <div id="longz"></div>
  332. <div id="longj"> <div id="pages">
  333.  
  334. {block:Pagination}
  335. {block:PreviousPage}<a href="{PreviousPage}" class="jump_page">&laquo;</a>{/block:PreviousPage}
  336. {block:JumpPagination length="3"}
  337. {block:CurrentPage}<span class="current_page">{PageNumber}</span>{/block:CurrentPage}
  338. {block:JumpPage}<a class="jump_page" href="{URL}">{PageNumber}</a>{/block:JumpPage}{/block:JumpPagination}
  339. {block:NextPage}<a href="{NextPage}" class="jump_page">&raquo;</a>{/block:NextPage}
  340. {/block:Pagination}
  341.  
  342. </div></div>
  343.  
  344. <div id="anchor">
  345. <div id="title2">{text:subtitle}</div>
  346. <div id="title"><a href="/">{title}</a></div>
  347. <div id="zholtz"><img src="{image:sidebar}" width="200" style="margin-bottom: 10px;">
  348. <div id="navli"><a id="nav" href="/">home</a> <a id="nav" href="/ask">ask</a> <a id="nav" href="/archive">archive</a></div>
  349. <div id="basicspace">{description}</div>
  350. <div id="navli" style="margin-top: 10px;"><a id="nav" href="{text:link1}">{text:link1 title}</a>
  351. <a id="nav" href="{text:link2}">{text:link2 title}</a>
  352. <a id="nav" href="{text:link3}">{text:link3 title}</a>
  353. </div>
  354. </div>
  355. </div>
  356.  
  357. <div id="posts">
  358.  
  359. {block:Posts}<div id="post">
  360.  
  361. {block:Text}<h2>{block:Title}{Title}{/block:Title}</h2>{Body}{/block:Text}
  362.  
  363. {block:Photo}{LinkOpenTag}<img src="{PhotoURL-500}">{LinkCloseTag}{block:Caption}
  364.  
  365. {Caption}{/block:Caption}{/block:Photo}
  366.  
  367. {block:Photoset}{Photoset-500}{block:Caption}{Caption}{/block:Caption}
  368.  
  369. {/block:Photoset}
  370.  
  371. {block:Quote}<div id="quote">{Quote}</div>{block:Source} —{Source}{/block:Source}{/block:Quote}
  372.  
  373. {block:Link}<h1><a href="{URL}" {Target}>{Name}</a></h1>{block:Description}
  374.  
  375. {Description}{/block:Description}{/block:Link}
  376.  
  377. {block:Chat}{block:Title}<h1>{Title}</h1>{/block:Title}{block:Lines}{block:Label}<b>
  378.  
  379. {Label}</b>{/block:Label} {Line}<br>{/block:Lines}{/block:Chat}
  380.  
  381. {block:Audio}
  382. <div id="audio">
  383. <div id="albumart">{block:AlbumArt}<img src="{AlbumArtURL}" style=" border-right: 1px solid {color:text}; padding: 5px" width="70">{/block:AlbumArt}</div>
  384. {block:TrackName}
  385. <div id="musicinfo" style="margin-top: 5px;">
  386. {AudioPlayerBlack} <br>
  387. {TrackName}
  388. {/block:TrackName}
  389. {block:Artist}
  390. <b style="letter-spacing: 4px;">{Artist}</b>
  391. {/block:Artist}
  392. {block:Album}
  393. {Album}
  394. {/block:Album}
  395. </div>
  396. </div>
  397. {block:caption}<div id="caption">{Caption}</div>{/block:caption}
  398. {/block:Audio}
  399.  
  400. {block:Video}{Video-500}{block:Caption}{Caption}{/block:Caption}{/block:Video}
  401.  
  402. {block:Answer}<div id="ask">
  403. <table><td><img src="{AskerPortraitURL-48}"></td>
  404. <td>{asker}<br>
  405. {question}
  406. </td></table>
  407. </div>
  408. {Answer}
  409. {/block:Answer}
  410.  
  411.  
  412. </div>
  413.  
  414. <div id="info">
  415. {block:Date}{TimeAgo}{/block:Date} with <a href="{Permalink}">
  416. {NoteCountWithLabel}</a> {block:RebloggedFrom} <a href="{ReblogParentURL}"
  417. title="{ReblogParentTitle}"><b>VIA</b></a> <a
  418.  
  419. href="{ReblogRootURL}"title="{ReblogRoottitle}"><b>SOURCE</b></a>
  420.  
  421. {/block:RebloggedFrom}<br>
  422. <div id="tags">{block:HasTags}{block:Tags} #<a href="{TagURL}">{Tag}</a>
  423.  
  424. {/block:Tags}{/block:HasTags}</div>
  425. </div>
  426.  
  427.  
  428. {block:PostNotes}<div id="notes">{PostNotes}</div>{/block:PostNotes}
  429. {/block:Posts}</div><br><Br>
  430.  
  431. </body>
  432.  
  433. </html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement