Advertisement
letterbyowl

letterbyowl

Jul 26th, 2014 (edited)
671
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 11.74 KB | None | 0 0
  1. <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
  2.  
  3. <!--------- D O N O T R E M O V E C R E D I T
  4. D O N O T C L A I M A S Y O U R O W N
  5. D O N O T U S E A S B A S E
  6. ( c ) letterbyowl
  7. http://yusagee.tumblr.com
  8.  
  9. ---------------->
  10.  
  11. <html>
  12. <title>{Title}</title>
  13.  
  14. <link rel="shortcut icon" href="{Favicon}">
  15. <link rel="alternate" type="application/rss+xml" href="{RSS}">
  16. {block:Description}<meta name="description" content="{MetaDescription}" />{/block:Description}
  17.  
  18.  
  19.  
  20. <head>
  21.  
  22.  
  23.  
  24. <meta name="color:background" content="#eeeeee"/>
  25. <meta name="color:sidebar" content="#4a4848"/>
  26. <meta name="color:posts" content="#708890">
  27. <meta name="color:title" content="#232323"/>
  28. <meta name="color:text" content="#999"/>
  29. <meta name="color:sidetext" content="#eee"/>
  30. <meta name="color:navi" content="#eeeeee"/>
  31.  
  32. <meta name="color:blockquote" content="#708090"/>
  33. <meta name="color:date" content="#708090"/>
  34. <meta name="color:links" content="#606860"/>
  35. <meta name="color:hover" content="#606860"/>
  36. <meta name="color:scrollbar" content="#708090"/>
  37. <meta name="color:chat" content="#708090"/>
  38.  
  39.  
  40. <meta name="image:sidebar" content=""/>
  41. <meta name="image:background" content=""/>
  42.  
  43.  
  44.  
  45. <meta name="text:URL1" content="" />
  46. <meta name="text:TITLE1" content="" />
  47. <meta name="text:URL2" content="" />
  48. <meta name="text:TITLE2" content="" />
  49. <meta name="text:URL3" content="" />
  50. <meta name="text:TITLE3" content="" />
  51. <meta name="text:URL4" content="" />
  52. <meta name="text:TITLE4" content="" />
  53. <meta name="text:URL5" content="" />
  54. <meta name="text:TITLE5" content="" />
  55.  
  56. <meta name="text:title size" content="26" />
  57.  
  58.  
  59.  
  60.  
  61. <style type="text/css">
  62.  
  63.  
  64.  
  65.  
  66. ::-webkit-scrollbar-thumb {
  67. background-color:{color:scrollbar};
  68. width: 5px;
  69. }
  70.  
  71.  
  72. ::-webkit-scrollbar {
  73. width: 5px;
  74. height:5px;
  75. background:{color:background};
  76. }
  77.  
  78. @font-face { font-family:"silkscreen"; src: url('http://static.tumblr.com/1kdckk4/9yjlolf0w/slkscr.ttf'); }
  79.  
  80. body {
  81. background:{color:background};
  82. background-image:url({image:background});
  83. background-repeat:no-repeat;
  84. background-attachment: fixed;
  85. font-family:'century gothic';
  86. color:{color:text};
  87. text-transform:uppercase;
  88. font-size:8px;
  89. line-height:120%;
  90. letter-spacing:2px;
  91. margin:0px;
  92. }
  93.  
  94. a {
  95. text-decoration:none;
  96. color:{color:links};
  97. -webkit-transition: all 0.3s ease-in;
  98. -moz-transition: all 0.3s ease-in;
  99. -o-transition: all 0.3s ease-in;
  100. }
  101.  
  102. a:hover {
  103. color:{color:hover};
  104. -webkit-transition: all 0.3s ease-in;
  105. -moz-transition: all 0.3s ease-in;
  106. -o-transition: all 0.3s ease-in;
  107. }
  108.  
  109. blockquote{
  110. border-left:2px {color:blockquote} solid;
  111. padding: 2px 5px;
  112. margin-left:10px;
  113. }
  114.  
  115.  
  116.  
  117.  
  118. #whole{
  119. width:610px;
  120. margin:auto
  121. }
  122.  
  123. #side {
  124. position:fixed;
  125. }
  126.  
  127.  
  128. #line {
  129. background-color:{color:sidebar};
  130. width:2px;
  131. margin-left:100px;
  132. float:left;
  133. position:fixed;
  134. z-index:-9999999;
  135. height:100%;
  136. }
  137.  
  138.  
  139. #sidebar {
  140. width:120px;
  141. background-color:{color:sidebar};
  142. border:1px solid {color:background};
  143. margin-left:35px;
  144. margin-top:100px;
  145. padding:5px;
  146. font-size:8px;
  147. text-align:center;
  148. color:{color:sidetext};
  149. border-radius: 100px 100px 0 0;
  150. letter-spacing:1px;
  151. }
  152.  
  153.  
  154. #linku a{
  155. width:120px;
  156. background-color:{color:sidebar};
  157. border:1px solid {color:background};
  158. margin-left:35px;
  159. margin-top:5px;
  160. display:block;
  161. padding:2px 5px;
  162. font-size:8px;
  163. text-align:center;
  164. color:{color:navi};
  165. letter-spacing:1px;
  166. -webkit-transition: all 0.3s ease-in;
  167. -moz-transition: all 0.3s ease-in;
  168. -o-transition: all 0.3s ease-in;
  169. }
  170.  
  171. #linku a:hover {
  172. color:{color:links};
  173. -webkit-transition: all 0.3s ease-in;
  174. -moz-transition: all 0.3s ease-in;
  175. -o-transition: all 0.3s ease-in;
  176.  
  177. }
  178.  
  179. #blog {
  180. font-family: "comic sans ms", cursive;
  181. font-size:{text:title size}px;
  182. font-weight:lighter;
  183. line-height:17px;
  184. margin-bottom:5px;
  185. text-transform:lowercase;
  186. letter-spacing:0;
  187. opacity:.5;
  188. }
  189.  
  190. #sidebar img {
  191. width:120px;
  192. margin-bottom:5px;
  193. -webkit-filter: grayscale(1);
  194.  
  195. border-radius: 100px 100px 0 0;
  196. }
  197.  
  198. #postall{
  199. float:right;
  200. margin-top:15px;
  201. }
  202.  
  203.  
  204. #posts {
  205. width:400px;
  206. padding:5px;
  207. margin-bottom:10px;
  208. }
  209.  
  210.  
  211. #tittele a{
  212. color:{color:title};
  213. font: 25px 'helvetica neue';
  214. font-weight:bold;
  215. text-transform:uppercase;
  216. letter-spacing:0px;
  217. text-align:left;
  218. padding:5px;
  219. line-height:90%;
  220. text-decoration:none;
  221. -webkit-transition: all 0.5s ease-in;
  222. -moz-transition: all 0.5s ease-in;
  223. -o-transition: all 0.5s ease-in;
  224. }
  225.  
  226. #tittele a:hover{
  227. color:{color:links};
  228. -webkit-transition: all 0.5s ease-in;
  229. -moz-transition: all 0.5s ease-in;
  230. -o-transition: all 0.5s ease-in;
  231. }
  232.  
  233.  
  234. #quote{
  235. font-family:'helvetica neue';
  236. font-weight:lighter;
  237. text-align:center;
  238. font-size:12px;
  239. letter-spacing:3px;
  240. line-height:18px;
  241. }
  242.  
  243. #audio{
  244. width:25px;
  245. height:25px;
  246. overflow:hidden;
  247. background:#000;
  248. overflow:hidden;
  249. padding:0px;
  250. position:absolute;
  251. margin-left:205px;
  252. border:80px solid #000;
  253. border-right:90px solid #000;
  254. border-top: 90px solid #000;
  255. border-bottom:85px solid #000;
  256. margin-top:1px;
  257. opacity: 0.6;filter:alpha(opacity=60);-moz-opacity: 0.6;-khtml-opacity: 0.6;
  258. }
  259.  
  260.  
  261.  
  262. ol.notes{
  263. padding: 0px;
  264. margin: 25px 0px;
  265. list-style-type: none;
  266.  
  267. }
  268.  
  269. li::marker {
  270. color:{color:sidebar};}
  271.  
  272. li span {
  273. color:{color:text};}
  274.  
  275. #caption{
  276. margin: 5px 0px;
  277. border: 1px {color:posts};
  278. border-style: none none solid solid;
  279. border-radius: 0 0 0 15px;
  280. padding: 5px 10px 10px;
  281. width:370px;
  282. }
  283.  
  284. #caption img {
  285. max-width:200px;}
  286.  
  287.  
  288. @font-face { font-family:"Ultimapdaa Hairline"; src: url('http://static.tumblr.com/iddq6cw/GQTm040bn/ultimapdaa-hairline.ttf'); }
  289.  
  290. #link {
  291. font-family:'Ultimapdaa Hairline';
  292. font-size:20px;
  293. text-align:center;
  294. padding-top:10px;
  295. }
  296.  
  297.  
  298. #answers {
  299. margin-left:70px;
  300. }
  301.  
  302.  
  303.  
  304. #date a {
  305. color:{color:date};
  306. }
  307.  
  308. #date a:hover {
  309. color:{color:links};
  310. }
  311.  
  312. #postt {
  313. border: 1px {color:posts};
  314. border-style: none none solid solid;
  315. border-radius: 0 0 0 15px;
  316. padding:10px 0px 10px;
  317. width:400px;
  318. overflow:hidden;
  319. }
  320.  
  321. #postt img {
  322. max-width:200px;
  323. }
  324.  
  325. #posts #notes{
  326. text-align:left;
  327. position: absolute;
  328. width:100px;
  329. height: auto;
  330. line-height:12px;
  331. position:absolute;
  332. opacity: 0;
  333. margin-left:402px;
  334. margin-top:40px;
  335. padding: 3px 5px 3px 5px;
  336. position:absolute;
  337. background:transparent;
  338. -webkit-transition: all 0.5s ease-in-out;
  339. -moz-transition: all 0.5s ease-in-out;
  340. }
  341.  
  342. #posts:hover #notes {
  343. margin-top:-3px;
  344. opacity:1;
  345. -webkit-transition: all 0.5s ease-in-out;
  346. -moz-transition-duration: 0.5s;
  347. }
  348.  
  349.  
  350.  
  351.  
  352. .pagination {
  353. padding:2px 5px;
  354. width:120px;
  355. margin-left:35px;
  356. margin-top:10px;
  357. background-color:{color:background};
  358. text-align:center;
  359. font-size:7px;
  360. letter-spacing:1px;
  361. }
  362.  
  363.  
  364. .previous {
  365. text-align:left;
  366. float:left;
  367. font-size:14px;
  368. padding:0px 0px 5px 0px;
  369. margin-top:-2px;
  370. }
  371.  
  372.  
  373. .previous a, .next a {
  374. color:{color:text};
  375. }
  376.  
  377. .previous a:hover, .next a:hover {
  378. color:{color:hover};
  379. }
  380.  
  381. .next {
  382. text-align:right;
  383. float:right;
  384. font-size:10px;
  385. padding:3px 0px 5px 0px;
  386. margin-top:-4px;
  387. }
  388.  
  389. </style>
  390.  
  391. </head>
  392. <body>
  393. <div id="whole">
  394. <div id="side">
  395. <div id="line"></div>
  396. <div id="sidebar"> <a href="/"><img src="{image:sidebar}"></a> <div id="blog"> {title} </div>{description}<br> </div>
  397.  
  398.  
  399. <div id="linku">
  400.  
  401. <div id="linku"><a href="/ask">message</a></div>
  402. <div id="linku"><a href="/archive">archive</a></div>
  403. {block:ifTITLE1}<div id="linku"><a href="{text:URL1}" id="link1">{text:TITLE1}</a></div>{/block:ifTITLE1}
  404. {block:ifTITLE2}<div id="linku"><a href="{text:URL2}" id="link1">{text:TITLE2}</a></div>{/block:ifTITLE2}
  405. {block:ifTITLE3}<div id="linku"><a href="{text:URL3}" id="link1">{text:TITLE3}</a></div>{/block:ifTITLE3}
  406. {block:ifTITLE4}<div id="linku"><a href="{text:URL4}" id="link1">{text:TITLE4}</a></div>{/block:ifTITLE4}
  407. {block:ifTITLE5}<div id="linku"><a href="{text:URL5}" id="link1">{text:TITLE5}</a></div>{/block:ifTITLE5}
  408. <div id="linku"><a href="http://yusagee.tumblr.com">theme</a></div>
  409. </div>
  410.  
  411. {block:Pagination}<div class="pagination">{block:PreviousPage}<div class="previous"><a href="{PreviousPage}">-</a></div>{/block:PreviousPage}{CurrentPage} of {TotalPages}{block:NextPage}<div class="next"><a href="{NextPage}">+</a></div>{/block:NextPage}</div>{/block:Pagination}
  412.  
  413.  
  414.  
  415. </div>
  416.  
  417.  
  418. <div id="postall">
  419. {block:posts}
  420. <div id="posts">
  421.  
  422. <div id="notes">
  423.  
  424. <span id="date">{block:Date}<a href="{Permalink}">{DayOfMonthWithZero}.{MonthNumberWithZero}.{ShortYear};{24HourWithZero}</a>{/block:Date}</span>
  425. {block:RebloggedFrom} <a href="{ReblogParentURL}">via</a>{/block:RebloggedFrom} {block:RebloggedFrom}{/block:RebloggedFrom}<br>
  426. {block:Tags} #<a href="{TagURLChrono}">{Tag}</a> {/block:Tags}
  427. <div style="text-align:center;">
  428. {block:NoteCount} {NoteCount} {/block:NoteCount}</div>
  429. </div>
  430.  
  431. {block:Text}<div id="postt">
  432. {block:Title}<div id="tittele"><a href="{Permalink}">{Title}</a></div>{/block:Title}
  433. {Body}</div>
  434. {/block:Text}
  435.  
  436. {block:Photo}
  437. <center><a href="{Permalink}"><img src="{PhotoURL-400}" border="0"></a></center>
  438. {block:Caption}<div id="caption">{Caption}</div>{/block:Caption}
  439.  
  440. {/block:Photo}
  441.  
  442. {block:Photoset}
  443. {Photoset-400}
  444. {block:Caption}<div id="caption">{Caption}</div>{/block:Caption}
  445.  
  446.  
  447. {/block:Photoset}
  448.  
  449. {block:Quote}
  450. <div id="postt"> <div id="quote">❝{Quote}❞</div>
  451. {block:Source}
  452. <div align="center">- {Source}</div></div>
  453. {/block:Source}
  454. {/block:Quote}
  455.  
  456. {block:Link}
  457. <div id="postt" style="text-align:center;"><a href="{URL}" id="link" {Target}>{Name} →</a></div>
  458.  
  459. {/block:Link}
  460.  
  461. {block:Chat}
  462. {block:Title}<div id="tittele"><a href="{Permalink}">{Title}</a></div>{/block:Title}
  463. <div style="padding:5px 10px;margin-left:5px;font-size:9px;font-weight:lighter; border-left: 5px solid {color:blockquote}">{block:Lines}{block:Label}<b><span style="color:{color:chat};font-weight:bold;">{Label}</span></b>{/block:Label} {Line}<br>{/block:Lines}</div>
  464. {/block:Chat}
  465.  
  466. {block:Audio}
  467. <div style="height:200px;">
  468. <div id= "audio" style="border-radius: 0px 15px 15px 0px;">{AudioPlayerBlack}</div>
  469. <div >{block:AlbumArt}
  470. <img src="{AlbumArtURL}" style="border-radius: 15px 0px 0px 15px; width:200px" >
  471. {/block:AlbumArt}</div></div>
  472.  
  473. {block:PermalinkPage} {block:Caption}<div id="caption">{Caption}</div>{/block:Caption}{/block:PermalinkPage}
  474.  
  475. {/block:Audio}
  476.  
  477. {block:Video}
  478.  
  479. {Video-400}
  480. {block:PermalinkPage}{block:Caption}<div id="caption">{Caption}</div>{/block:Caption}{/block:PermalinkPage}
  481. {/block:Video}
  482.  
  483. {block:Answer}
  484. <div id="postt"><img src="{AskerPortraitURL-40}" style="float:left;padding-right:5px; width:40px;"> {Asker} <span style="color:{color:chat}">whispered: {Question}</span>
  485.  
  486. <br><div id="answers">{Answer} </div></div>
  487. {/block:Answer}
  488. </div>
  489.  
  490.  
  491. {block:PostNotes}<div style="width:390px;overflow:hidden">{PostNotes}</div>{/block:PostNotes}
  492. {/block:Posts}
  493.  
  494.  
  495.  
  496. </body></html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement