Advertisement
letterbyowl

tohkeyah

Jan 18th, 2014
1,615
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 9.46 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.  
  3. <link href="//fonts.googleapis.com/css?family=Dancing+Script:400,700" rel="stylesheet" type="text/css">
  4. <link href="//fonts.googleapis.com/css?family=Poiret+One:400" rel="stylesheet" type="text/css">
  5.  
  6.  
  7.  
  8. <!--------- D O N O T R E M O V E C R E D I T
  9. D O N O T C L A I M A S Y O U R O W N
  10. D O N O T U S E A S B A S E
  11. ( c ) letterbyowl
  12. http://yusagee.tumblr.com
  13. http://pastebin.com/FMKnvEx4
  14.  
  15. ---------------->
  16.  
  17.  
  18. <head>
  19.  
  20. <meta name="color:background" content="#232323"/>
  21. <meta name="color:posts" content="#323232">
  22. <meta name="color:title" content="#7badbe"/>
  23. <meta name="color:text" content="#eee"/>
  24. <meta name="color:navi" content="#507486"/>
  25. <meta name-"color:page" context="#eee0ce"/>
  26.  
  27. <meta name="color:blockquote" content="#eee0ce"/>
  28. <meta name="color:date" content="#bf4142"/>
  29. <meta name="color:links" content="#6cc4db"/>
  30. <meta name="color:scrollbar" content="#507486"/>
  31. <meta name="color:chat" content="#232323"/>
  32.  
  33.  
  34. <meta name="image:sidebar" content=""/>
  35. <meta name="image:background" content=""/>
  36.  
  37.  
  38. <meta name="text:URL1" content="" />
  39. <meta name="text:TITLE1" content="" />
  40. <meta name="text:URL2" content="" />
  41. <meta name="text:TITLE2" content="" />
  42.  
  43.  
  44.  
  45. <title>{Title}</title>
  46. <link rel="shortcut icon" href="{Favicon}">
  47.  
  48. <style type="text/css">
  49.  
  50.  
  51.  
  52.  
  53. body {
  54. background-color:{color:background};
  55. background-image:url({image:background});
  56. color:{color:text};
  57. font-family:consolas;
  58. font-size:10px;
  59. letter-spacing:2px;
  60. text-transform:uppercase;
  61. line-height:110%;
  62. }
  63.  
  64.  
  65. .italic, i { font-style:normal;
  66. }
  67.  
  68. ::-webkit-scrollbar-thumb {
  69. background-color: {color:scrollbar};
  70. width: 5px;
  71. }
  72.  
  73.  
  74. ::-webkit-scrollbar {
  75. width: 5px;
  76. height: 5px;
  77. background-color: {color:background};
  78. }
  79.  
  80. a{
  81. color:{color:links};
  82. text-decoration: none;
  83. -webkit-transition: all 0.5s linear;
  84. -moz-transition: all 0.5s linear;
  85. -o-transition: all 0.5s linear;
  86. }
  87.  
  88. ol.notes {
  89. list-style-type: none;
  90. padding:0px;
  91. margin-left:10px;
  92. margin-top:15px;
  93. }
  94.  
  95.  
  96. #container {
  97. width: 700px;
  98. margin: 40px auto 0px;
  99. }
  100.  
  101. #posts {
  102. float:right;
  103. width:400px;
  104. padding: 5px 15px 15px;
  105. border-radius:15px 15px 0px 0px ;
  106. background-color:{color:posts};
  107. overflow:hidden;
  108. margin:-20px 0px 0px;
  109. }
  110.  
  111. #pagen {
  112. float:left;
  113. width:200px;
  114. padding:2px;
  115. margin: 60px 0px 0px 30px;
  116. text-align:center;
  117. position:fixed;
  118. }
  119.  
  120. #pagen img{
  121. border-radius:25px;
  122. margin-bottom:-10px;
  123.  
  124. }
  125.  
  126. #side{
  127. font-family:"Dancing Script";
  128. text-transform:lowercase;
  129. font-size:35px;
  130. letter-spacing:0px;
  131. text-shadow: -2px 0px {color:background};
  132. }
  133.  
  134. #side a {
  135. color:{color:title};
  136.  
  137. }
  138.  
  139. #sidebar {
  140. margin-top:12px;
  141. -webkit-filter: grayscale(.9);
  142. -webkit-transition: all 0.5s linear;
  143. -moz-transition: all 0.5s linear;
  144. -o-transition: all 0.5s linear;}
  145.  
  146.  
  147. #sidebar:hover {
  148. -webkit-filter: grayscale(0);
  149. -webkit-transition: all 0.5s linear;
  150. -moz-transition: all 0.5s linear;
  151. -o-transition: all 0.5s linear;
  152. }
  153.  
  154. #sidebar img {
  155. width:200px;
  156. }
  157.  
  158.  
  159.  
  160. #pomo {
  161. margin-top:9px;
  162. font-size:8px;
  163. }
  164.  
  165. #pomo a {
  166. color:{color:navi};
  167. font-family:'consolas';
  168. font-size:8px;
  169. text-decoration:none;
  170. letter-spacing:1px;
  171.  
  172. }
  173.  
  174. #pomo a:hover {
  175. -webkit-filter: grayscale(.3);
  176.  
  177. }
  178.  
  179.  
  180. .pagination {
  181. width:100px;
  182. position:fixed;
  183. padding:0px 50px 0px 50px;
  184. text-align:center;
  185. font-size:7px;
  186. text-transform:normal;
  187. letter-spacing:1px;
  188. }
  189.  
  190. .previous {
  191. text-align:left;
  192. float:left;
  193. font-size:14px;
  194. padding:0px 0px 5px 0px;
  195. margin-top:0px;
  196. }
  197.  
  198. .next {
  199. text-align:right;
  200. float:right;
  201. font-size:10px;
  202. padding:3px 0px 5px 0px;
  203. margin-top:-5px;
  204. }
  205.  
  206. .previous a, .next a {
  207. color:{color:page};
  208. }
  209.  
  210. .previous a:hover, .next a:hover {
  211. color:{color:link};
  212. }
  213.  
  214.  
  215.  
  216. .pine {
  217. color:{color:title};
  218. font-family:'Poiret One';
  219. font-size:23px;
  220. letter-spacing:1px;
  221. line-height:110%;
  222. text-align:center;
  223. }
  224.  
  225. #ppostss {
  226. border-bottom: {color:text} dashed 1px;
  227. margin: 10px 0px 5px;
  228. padding:5px 0px;
  229. }
  230.  
  231. #kak{
  232. -webkit-filter: grayscale(.8);
  233. -webkit-transition: all 0.8s linear;
  234. -moz-transition: all 0.8s linear;
  235. -o-transition: all 0.8s linear;}
  236.  
  237. #kak:hover {
  238. -webkit-filter: grayscale(.1);
  239. -webkit-transition: all 0.8s linear;
  240. -moz-transition: all 0.8s linear;
  241. -o-transition: all 0.8s linear;}
  242.  
  243.  
  244.  
  245.  
  246. .quote {
  247. font-family:'hasteristico';
  248. text-align:center;
  249. margin:0px 20px;
  250. font-size:13px;
  251. line-height:120%;
  252. }
  253.  
  254. .qsrc {
  255. text-align:right;
  256. }
  257.  
  258. .link {
  259. font-family:'fineliner';
  260. font-size:20px;
  261. text-align:center;
  262. padding-top:10px;
  263. }
  264.  
  265. .link a {
  266. color: {color:links};
  267. }
  268.  
  269. .ask {
  270. padding:10px;
  271. }
  272.  
  273. .asker {
  274. font-weight:bold;
  275. }
  276.  
  277. .answer {
  278. padding-left:5px;
  279. }
  280.  
  281.  
  282. #chhat li:nth-child(even) {
  283. background: {color:chat};
  284. padding:2px 10px;
  285. list-style-type: none;
  286. margin-left:-30px;}
  287.  
  288. #chhat li:nth-child(odd) {
  289. padding:2px 10px;
  290. list-style-type: none;
  291. margin-left:-30px;}
  292.  
  293.  
  294.  
  295.  
  296. #opal a {
  297. color:{color:date};
  298. -webkit-filter: grayscale(.9);
  299. -webkit-transition: all 0.3s linear;
  300. -moz-transition: all 0.3s linear;
  301. -o-transition: all 0.3s linear;
  302. }
  303.  
  304. #opal a:hover {
  305. -webkit-filter: grayscale(0);
  306. -webkit-transition: all 0.3s linear;
  307. -moz-transition: all 0.3s linear;
  308. -o-transition: all 0.3s linear;
  309. }
  310.  
  311.  
  312. #classic a {
  313. -webkit-filter: grayscale(.9);
  314. -webkit-transition: all 0.3s linear;
  315. -moz-transition: all 0.3s linear;
  316. -o-transition: all 0.3s linear;
  317. }
  318.  
  319. #classic a:hover {
  320. -webkit-filter: grayscale(0);
  321. -webkit-transition: all 0.3s linear;
  322. -moz-transition: all 0.3s linear;
  323. -o-transition: all 0.3s linear;
  324. }
  325.  
  326. blockquote {
  327. border-left:{color:blockquote} solid 3px;
  328. padding: 1px 10px;
  329. text-align:left;
  330. }
  331.  
  332.  
  333.  
  334.  
  335.  
  336.  
  337. {CustomCSS}
  338.  
  339. </style>
  340. </head>
  341. <body>
  342. <div id="container">
  343. <div id="pagen">
  344. {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}
  345.  
  346.  
  347. <div id="sidebar"><a href="/"><img src="{image:sidebar}">
  348. <div id="side">{title}</a></div></div>
  349.  
  350. <div id="pomo"><a href="/ask">ask</a> &hearts; {block:ifTITLE1}<a href="{text:URL1}" id="link1">{text:TITLE1}</a> &hearts;{/block:ifTITLE1}
  351. {block:ifTITLE2}<a href="{text:URL2}" id="link2">{text:TITLE2}</a> &hearts;{/block:ifTITLE2}
  352. <a href="http://yusagee.tumblr.com">theme</a></div><br>
  353. <div style="margin-top:-9px;"> {description} </div>
  354. </div>
  355.  
  356. <div id="posts">
  357. {block:Posts}
  358.  
  359. <div id="ppostss">
  360. {block:Text}
  361. {block:Title}<div class="pine">{Title}</div>{/block:Title}
  362. {Body}
  363. {/block:Text}
  364.  
  365. {block:Photo}
  366. <div id="kak">
  367. {LinkOpenTag}
  368. <img src="{PhotoURL-400}" alt="{PhotoAlt}">
  369. {LinkCloseTag}
  370. </div>
  371. {block:Caption}{Caption}{/block:Caption}
  372. {/block:Photo}
  373.  
  374. {block:Photoset}
  375. <div id="kak">
  376. {Photoset-400}
  377. </div>
  378. {block:Caption}{Caption}{/block:Caption}
  379. {/block:Photoset}
  380.  
  381.  
  382.  
  383. {block:Quote}
  384. <div class="quote">{Quote}</div>
  385. {block:Source}<div class="qsrc"><br>&mdash;&nbsp;&nbsp;{Source}</div>{/block:Source}
  386. {/block:Quote}
  387.  
  388.  
  389. {block:Link}
  390. <div class="link"><a href="{URL}" target="_blank">{Name}</a></div>
  391. {block:Description}{Description}{/block:Description}
  392. {/block:Link}
  393.  
  394. {block:Chat}
  395. {block:Title}<div class="title">{Title}</div>{/block:Title}
  396. <ul id="chhat">{block:Lines}
  397. {block:Label}<li id="chhat">{Label}{/block:Label} {Line}</li>
  398. {/block:Lines}</ul>
  399. {/block:Chat}
  400.  
  401.  
  402. {block:Audio}
  403. <div style="text-align:center;">
  404. {AudioPlayerBlack}
  405. </div>
  406. {block:Caption} {Caption} {/block:Caption}
  407. {/block:Audio}
  408.  
  409.  
  410. {block:Video}
  411. {Video-400}
  412. {block:Caption}{Caption}{/block:Caption}
  413. {/block:Video}
  414.  
  415. {block:Answer}
  416. <div class="ask">
  417. <span class="asker">{Asker}</span> whispered: {Question}
  418. </div>
  419. <div class="answer">{Answer}</div>
  420. {/block:Answer}
  421.  
  422.  
  423.  
  424. <div>
  425. <br>
  426. {block:Date}<div id="opal"><a href="{Permalink}">{DayOfMonthWithZero}.{MonthNumberWithZero}.{ShortYear};{24HourWithZero}</a>{/block:Date}
  427.  
  428.  
  429. {block:RebloggedFrom}via <a href="{ReblogParentURL}">{ReblogParentName}</a>&nbsp;(<span class="reblogsrc">&copy;</span> <a href="{ReblogRootURL}">{ReblogRootName}</a>){/block:RebloggedFrom} <!-- Reblog source -->
  430. {block:RebloggedFrom}{/block:RebloggedFrom}
  431. </div>
  432. <div id="classic">{block:Tags} #<a href="{TagURL}">{Tag}</a> {/block:Tags}</div></div>
  433.  
  434.  
  435.  
  436. <!-- Other -->
  437. {block:ContentSource}
  438. <!-- {SourceURL}{block:SourceLogo}<img src="{BlackLogoURL}"
  439. width="{LogoWidth}" height="{LogoHeight}" alt="{SourceTitle}" />
  440. {/block:SourceLogo}
  441. {block:NoSourceLogo}{SourceLink}{/block:NoSourceLogo} -->
  442. {/block:ContentSource}
  443.  
  444.  
  445. {block:PostNotes}<div id="opal"><br>{NoteCountWithLabel} {PostNotes}</div>{/block:PostNotes}
  446.  
  447.  
  448.  
  449. </div>
  450. {/block:Posts}
  451. </div>
  452.  
  453.  
  454.  
  455.  
  456.  
  457. </div>
  458.  
  459.  
  460.  
  461. </body>
  462. </html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement