Advertisement
letterbyowl

letterbyowlxox

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