Advertisement
imbetterthanu

THEME 15 / UNRAVEL

Jan 3rd, 2015
4,377
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 10.40 KB | None | 0 0
  1. <!DOCTYPE html>
  2. <head>
  3.  
  4. <!-----
  5.  
  6. theme 15
  7.  
  8. + don't steal
  9. + don't repost
  10. + don't remove credit
  11. + don't ask me, google first (I GET SO MANY MESSAGES THAT COULD BE ANSWERED WITH A SIMPLE GOOGLE SEARCH IN 0.5 SECONDS GOD PLS USE IT)
  12.  
  13. (c) kiriayato, 2015 (c)
  14.  
  15. ------>
  16.  
  17. <title>{Title}</title>
  18.  
  19. <link rel="shortcut icon" href="{Favicon}">
  20. <link rel="alternate" type="application/rss+xml" href="{RSS}">
  21. {block:Description}<meta name="description" content="{MetaDescription}" />{/block:Description}
  22.  
  23. <meta name="color:Background" content="#ffffff"/>
  24. <meta name="color:Text" content="#7b7b7b"/>
  25. <meta name="color:Link" content="#7b7b7b"/>
  26. <meta name="color:Heart Color" content="#E66776"/>
  27. <meta name="color:Footer" content="#FAFAFA"/>
  28. <meta name="color:Borders" content="#eeeeee"/>
  29.  
  30. <meta name="image:Corner Image" content="">
  31. <meta name="image:Background" content="">
  32.  
  33. <meta name="text:Link 1 URL" content="" />
  34. <meta name="text:Link 1" content="" />
  35. <meta name="text:Link 2 URL" content="" />
  36. <meta name="text:Link 2" content="" />
  37. <meta name="text:Corner Image Width" content="350"/>
  38. <meta name="text:Sidebar Title" content="" />
  39.  
  40. <meta name="if:400px" content="0"/>
  41. <meta name="if:Background Repeat" content="0" />
  42.  
  43. <style type="text/css">
  44.  
  45. blockquote {
  46. padding-left:10px;
  47. margin:0px 10px 0px 5px;
  48. border-left:3px solid #f4f4f4;
  49. {block:ifNot400px}
  50. max-width:500px;
  51. {/block:ifNot400px}
  52.  
  53. {block:if400px}
  54. max-width:400px;
  55. {/block:if400px}
  56. }
  57.  
  58. body {
  59. background:{color:background};
  60. color:{color:text};
  61. font-family:helvetica;
  62. background-image: url({image:background});
  63. {block:ifBackgroundRepeat}
  64. background-repeat:repeat;
  65. {/block:ifBackgroundRepeat}
  66.  
  67. {block:ifNotBackgroundRepeat}
  68. background-size:cover;
  69. {/block:ifNotBackgroundRepeat}
  70. background-attachment:fixed;
  71. font-size:9px;
  72. margin:0;
  73. line-height:15px;
  74.  
  75. }
  76.  
  77. a {
  78. color:{color:link};
  79. text-decoration:none;
  80. -moz-transition-duration:0.4s;
  81. -webkit-transition-duration:0.4s;
  82. -o-transition-duration:0.4s;
  83. }
  84.  
  85. a:hover {
  86. color:{color:link};
  87. text-decoration:underline;
  88. -moz-transition-duration:0.4s;
  89. -webkit-transition-duration:0.4s;
  90. -o-transition-duration:0.4s;
  91. }
  92.  
  93. img {
  94. opacity:1;
  95. border:none;
  96. text-decoration:none
  97. }
  98.  
  99. small {
  100. font-size:9px;}
  101.  
  102. big {
  103. font-size:12px;}
  104.  
  105. #title {
  106. font-size:11px;
  107. font-weight:bold;
  108. padding:5px;
  109. color:{color:text};
  110. text-align:left;
  111. text-transform:uppercase;
  112. {block:ifNot400px}
  113. width:488px;
  114. {/block:ifNot400px}
  115.  
  116. {block:if400px}
  117. width:388px;
  118. {/block:if400px}
  119. margin-bottom:10px;
  120. background:#fafafa;
  121. border:1px solid {color:Borders};
  122. }
  123.  
  124. #blogt {
  125. border:1px solid {color:Borders};
  126. padding:6px;
  127. background:#ffffff;
  128. font-size:11px;
  129. text-align:center;
  130. margin-bottom:6px;
  131. font-weight:bold;
  132. }
  133.  
  134. #sidebar {
  135. text-align:left;
  136. position:fixed;
  137. margin-left:-140px;
  138. margin-top:100px;
  139. width:130px;
  140. }
  141.  
  142. #links {
  143. margin-top:6px;
  144. text-align:left;
  145. margin-left:px;
  146. font-size:9px;
  147. font-weight:bold;
  148. width:140px;
  149. }
  150.  
  151. #links a {
  152. margin-right:5px;
  153. margin-bottom:5px;
  154. text-transform:lowercase;
  155. display:inline-block;
  156. width:47px;
  157. border:1px solid {color:Borders};
  158. padding:6px;
  159. background:#ffffff;
  160. }
  161.  
  162. #links a:hover {
  163. text-decoration:underline;
  164. color:{color:link};
  165. }
  166.  
  167. #description {
  168. margin-left:0px;
  169. text-align:left;
  170. background:#fff;
  171. padding:8px;
  172. border:1px solid {color:Borders};
  173. }
  174.  
  175. #pagination {
  176. margin-top:-60px;
  177. margin-bottom:30px;
  178. font-size:11px;
  179. padding:10px;
  180. text-align:right;
  181. margin-right:-30px;
  182. }
  183.  
  184. #pagination a {
  185. font-family:helvetica;
  186. background:#fff;
  187. border:1px solid {color:Borders};
  188. padding:6px;
  189. }
  190.  
  191. #pagination a:hover {
  192. text-decoration:underline;
  193. color:{color:link};
  194. }
  195.  
  196. #con {
  197. left:50%;
  198. margin-left:-240px;
  199. margin-top:0px;
  200. position:absolute;
  201. }
  202.  
  203. #entries {
  204. margin-top:100px;
  205. margin-left:50px;
  206. margin-bottom:10px;
  207. {block:ifNot400px}
  208. width:500px;
  209. {/block:ifNot400px}
  210.  
  211. {block:if400px}
  212. width:400px;
  213. {/block:if400px}
  214. }
  215.  
  216. #posts {
  217. {block:ifNot400px}
  218. width:500px;
  219. {/block:ifNot400px}
  220.  
  221. {block:if400px}
  222. width:400px;
  223. {/block:if400px}
  224.  
  225. {block:IndexPage}
  226. margin-bottom:70px;
  227. {/block:IndexPage}
  228. {block:PermalinkPage}
  229. margin-bottom:50px;
  230. {/block:PermalinkPage}
  231. background:#fff;
  232. padding:10px;
  233. border:1px solid {color:Borders};
  234. }
  235.  
  236. #posts img {
  237. {block:ifNot400px}
  238. max-width:500px;
  239. {/block:ifNot400px}
  240.  
  241. {block:if400px}
  242. max-width:400px;
  243. {/block:if400px}
  244. }
  245.  
  246. #posts img, #posts li, #posts blockquote {
  247. max-width: 100%;
  248. }
  249.  
  250. .caption {
  251. width:100%;
  252. margin-top:10px;
  253. }
  254.  
  255. #titlequote{
  256. text-align:justify;
  257. margin:0px 15px 15px 15px;
  258. font-size:12px;
  259. line-height:17px;
  260. margin-top:5px;
  261. font-weight:bold;
  262. text-transform:normal;
  263. background-image: url("http://puu.sh/dKgp9/bbf2690826.png");
  264. min-height:40px;
  265. background-repeat:no-repeat;
  266. }
  267.  
  268. #source {
  269. margin:0px 15px 15px 15px;
  270. text-align:left;
  271. width:500px;
  272. margin-top:-5px;
  273. background:transparent;
  274. }
  275.  
  276. #askbox {
  277. height:auto;
  278. min-height:48px;
  279. }
  280.  
  281. .pic {
  282. width:48px;
  283. height:48px;
  284. }
  285.  
  286. .pic img {
  287. width:48px;
  288. height:48px;
  289. border:2px solid #fafafa;
  290. float:left;
  291. }
  292.  
  293. .question {
  294. background:transparent;
  295. padding:13px;
  296. font-style:none;
  297. min-height:48px;
  298. margin-left:50px;
  299. margin-top:-63px;
  300. }
  301.  
  302. .asker {
  303. font-weight:bold;
  304. text-transform:normal;
  305. }
  306.  
  307. .answer {
  308. padding-bottom:0px;
  309. }
  310.  
  311. .audio{
  312. background-color:#e5e5e5;
  313. height:65px;
  314. overflow:hidden;
  315. }
  316.  
  317. .chat ol {
  318. padding:0;
  319. line-height:180%;
  320. list-style:none;
  321. }
  322.  
  323. .line.odd {
  324. background:#fafafa;
  325. padding:5px;
  326. }
  327.  
  328. .line.even {
  329. padding:5px;
  330. }
  331.  
  332. .label {font-weight:bold;
  333. padding-right:1px;
  334. letter-spacing:1px;
  335. text-transform:uppercase;
  336. color:{color:text};
  337. }
  338.  
  339. #permalink {
  340. margin-top:0px;
  341. font-family:helvetica;
  342. padding-left:5px;
  343. font-size:9px;
  344. color:{color:text};
  345. background:{color:Footer};
  346. padding:4px;
  347. border:1px solid #eee;
  348. text-transform:lowercase;
  349. }
  350.  
  351. #permalink a {
  352. }
  353.  
  354. #permalink a:hover {
  355. color:{color:link};
  356. text-decoration:underline;
  357. }
  358.  
  359. #tags {
  360. margin-left:0px;
  361. margin-top:-1px;
  362. text-transform:none;
  363. }
  364.  
  365. #tags a {
  366. margin-right:3px;
  367. text-transform:none;
  368.  
  369. }
  370.  
  371. #tags a:hover {
  372. color:{color:link};
  373. }
  374.  
  375. .pagenotes {
  376. {block:IndexPage}
  377. display: none!important;
  378. {/block:IndexPage}
  379. {block:ifNot400px}
  380. width:500px;
  381. {block:ifNot400px}
  382.  
  383. {block:if400px}
  384. width:400px;
  385. {/block:if400px}
  386. text-align:left;
  387. }
  388.  
  389. .pagenotes img {
  390. display:none!important;}
  391. .pagenotes li {
  392. list-style-type:none;
  393. padding:5px 0px;
  394. text-align:left;
  395. margin:0 0 0 -40px;
  396. }
  397.  
  398. #c {
  399. position:fixed;
  400. right:8px;
  401. bottom:3px;
  402. text-transform:uppercase;
  403. font-size:9px;
  404. color:#000;
  405. }
  406.  
  407. {CustomCSS}
  408.  
  409. </style></head>
  410.  
  411. <body>
  412.  
  413. <img style="width:{text:corner image width}px;position: fixed; right: 0; bottom: 0; z-index: -1000;" src="{image:corner image}">
  414.  
  415. <div id="c"><a href="http://kiriayato.tumblr.com">▲</a></div>
  416.  
  417. <div id="con">
  418.  
  419. <div id="sidebar">
  420.  
  421. <div id="blogt">{text:sidebar title}</div>
  422.  
  423. <div id="description">{description}</div>
  424.  
  425. <div id="links">
  426. <a href="/">home</a>
  427. <a href="/ask">ask</a>
  428. {block:ifLink1}<a href="{text:Link 1 URL}">{text:Link 1}</a>{/block:ifLink1}
  429. {block:ifLink2}<a href="{text:Link 2 URL}">{text:Link 2}</a>{/block:ifLink2}
  430. </div>
  431.  
  432.  
  433. </div>
  434.  
  435.  
  436. <div id="entries"> {block:Posts}
  437.  
  438. <div id="posts">
  439.  
  440.  
  441. {block:Quote}
  442.  
  443.  
  444. <div id="titlequote">{Quote}</div>
  445. {block:Source}<div id="source">&mdash; {Source}</div>{/block:Source}
  446. {/block:Quote}
  447.  
  448.  
  449.  
  450. {block:Text}
  451.  
  452. {block:Title}
  453. <div id="title">{Title}</div>{/block:Title}
  454. {Body}
  455. {/block:Text}
  456.  
  457. {block:Link}
  458. <div id="title"><a href="{URL}">{Name}</a></div>{block:Description}{Description}{/block:Description}
  459. {/block:Link}
  460.  
  461. {block:Chat}
  462. {block:Title}
  463. <div id="title">{Title}</div>
  464. {/block:Title}
  465. <div class="chat">
  466. <ol>{block:Lines}
  467. <li class="line {Alt}">
  468. {block:Label}
  469. <span class="label">
  470. {Label}</span>
  471. {/block:Label}{Line}</li>
  472. {/block:Lines}
  473. </ol></div>
  474. {/block:Chat}
  475.  
  476. {block:Photo}
  477.  
  478. {block:ifNot400px}
  479. <img src="{PhotoURL-500}" alt="{PhotoAlt}"/>
  480. {/block:ifNot400px}
  481.  
  482. {block:if400px}
  483. <img src="{PhotoURL-400}" alt="{PhotoAlt}"/>
  484. {/block:if400px}
  485.  
  486. {/block:Photo}
  487.  
  488.  
  489. {block:Photoset}
  490.  
  491. {block:ifNot400px}
  492. {Photoset-500}
  493. {/block:ifNot400px}
  494.  
  495. {block:if400px}
  496. {Photoset-400}
  497. {/block:if400px}
  498.  
  499. {/block:Photoset}
  500.  
  501.  
  502. {block:Video}
  503.  
  504. {block:ifNot400px}
  505. {Video-500}
  506. {/block:ifNot400px}
  507.  
  508. {block:if400px}
  509. {Video-400}
  510. {/block:if400px}
  511.  
  512. {/block:Video}
  513.  
  514. {block:Answer}
  515. <div id="askbox">
  516. <div class="pic">
  517. <a href="{AskerURL}">
  518. <img src="{AskerPortraitURL-48}" />
  519. </a></div>
  520. <div class="question">
  521. <span class="asker">
  522. {Asker}:</span><br>
  523. {Question}</div></div>
  524. <div class="answer">
  525. {Answer}</div>
  526. {/block:Answer}
  527.  
  528. {block:Audio}{block:AlbumArt}<img src="{AlbumArtURL}" width="65px" align="left">{/block:AlbumArt}<div class="audio"><br>{AudioPlayerGrey}{block:TrackName}&nbsp;&nbsp;&nbsp;&nbsp; <b>{TrackName}</b>{/block:TrackName}
  529. {block:Artist} &nbsp;—&nbsp; </i>{Artist}</i> {/block:Artist}</div>{/block:Audio}
  530.  
  531.  
  532.  
  533.  
  534. {block:Caption}<div class="caption">{Caption}</div>{/block:Caption}
  535.  
  536. {block:Date}<div id="permalink">
  537. <a href="{Permalink}">
  538. {Month} {DayOfMonth}</a>, {12Hour}:{Minutes}{CapitalAmPm}
  539. {/block:Date}
  540.  
  541. {block:NoteCount}
  542. with <font color="{color:Heart Color}">♥</font>&nbsp;<a href="{Permalink}">{NoteCountWithLabel}</a>
  543. {/block:NoteCount}
  544.  
  545.  
  546. <div style="float:right;margin-top:0px;margin-right:0px">( <a href="{ReblogURL}" target="_blank" class="details" title="reblog">+</a> )</div>
  547.  
  548. {block:HasTags}<div id="tags">
  549. #: {block:Tags}
  550. <a href="{TagUrl}">{Tag},</a>
  551. {/block:Tags}
  552. </div>{/block:HasTags}
  553.  
  554. </div>
  555.  
  556. {/block:Date}
  557.  
  558.  
  559.  
  560. </div>
  561.  
  562.  
  563. {block:PostNotes}
  564. <div class="pagenotes">
  565. {PostNotes}
  566. </div>
  567. {/block:PostNotes}
  568.  
  569.  
  570. {/block:Posts}
  571.  
  572. <div id="pagination">
  573. {block:Pagination}
  574. {block:PreviousPage}
  575. <a href="{PreviousPage}">&larr; back</a>
  576. {/block:PreviousPage}
  577.  
  578.  
  579. {block:NextPage}
  580. <a href="{NextPage}">next &rarr;</a>
  581. {/block:NextPage}
  582. {/block:Pagination}
  583. </div>
  584.  
  585.  
  586. </div>
  587.  
  588. </div>
  589.  
  590. {block:ContentSource}
  591. <!-- {SourceURL}{block:SourceLogo}<img src="{BlackLogoURL}"
  592. width="{LogoWidth}" height="{LogoHeight}" alt="{SourceTitle}" />
  593. {/block:SourceLogo}
  594. {block:NoSourceLogo}{SourceLink}{/block:NoSourceLogo} -->
  595. {/block:ContentSource}
  596.  
  597. {block:ReblogParentUrl}
  598. <!-- {URL}{block:SourceLogo}<img src="{BlackLogoURL}"
  599. width="{LogoWidth}" height="{LogoHeight}" alt="{SourceTitle}" />
  600. {/block:SourceLogo}
  601. {block:NoSourceLogo}{SourceLink}{/block:NoSourceLogo} -->
  602. {/block:ReblogParentUrl}
  603.  
  604. </body></html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement