Advertisement
reatsui

theme 27: wondering

May 29th, 2015
1,908
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 11.88 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. <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
  4.  
  5. <!----------
  6.  
  7. THEME 27: WONDERING
  8. THIS THEME IS DESINGED AND CODED BY YFIAN.TUMBLR.COM.
  9. PLEASE DO NOT STEAL, REDISTRIBUTE, REMOVE THE CREDIT OR USE AS BASE.
  10. MESSAGE ME IF YOU'RE HAVING PROBLEMS WITH THE THEME.
  11.  
  12. ---------->
  13.  
  14. <head>
  15.  
  16. <title>{Title}</title>
  17. <link rel="shortcut icon" href="{Favicon}">
  18. <link rel="alternate" type="application/rss+xml" href="{RSS}">
  19.  
  20. <!--Default Variables-->
  21. <!--Colors-->
  22.  
  23. <meta name="color:Background" content="#fafafa"/>
  24. <meta name="color:Posts Background" content="#ffffff"/>
  25. <meta name="color:Title" content="#000000"/>
  26. <meta name="color:Asker" content="#fafafa"/>
  27. <meta name="color:Border" content="#000000"/>
  28. <meta name="color:Icon Border" content="#f4f4f4"/>
  29. <meta name="color:Link" content="#817e7e"/>
  30. <meta name="color:Accent" content="#FFBB1C"/>
  31. <meta name="color:Sidelink" content="#000000"/>
  32. <meta name="color:Blog Title" content="#F2A04E"/>
  33. <meta name="color:Hover" content="#cfcfcf"/>
  34. <meta name="color:Description" content="#000000"/>
  35. <meta name="color:Scrollbar" content="#000000"/>
  36. <meta name="color:Hover" content="#cfcfcf"/>
  37. <meta name="color:Text" content="#000000"/>
  38. <meta name="color:Credit Link" content="#a80000"/>
  39. <meta name="color:Credit Hover" content="#474747"/>
  40.  
  41. <!--Images-->
  42.  
  43. <meta name="image:Sidebar" content="http://40.media.tumblr.com/12ea35bdd2d976091ad740e68bd1c6ba/tumblr_n0lle9yjWl1svt176o1_400.jpg"/>
  44.  
  45. <!--Functions-->
  46.  
  47. <meta name="if:With Image" content="1"/>
  48. <meta name="if:250px" content="0"/>
  49. <meta name="if:400px" content="1"/>
  50. <meta name="if:500px" content="0"/>
  51.  
  52. <!--Titles-->
  53.  
  54. <meta name="text:Title" content="wondering" />
  55.  
  56. <!--Links-->
  57.  
  58. <meta name="text:Link1" content="/" />
  59. <meta name="text:Link1 Title" content="link 1" />
  60. <meta name="text:Link2" content="/" />
  61. <meta name="text:Link2 Title" content="link 2" />
  62. <meta name="text:Link3" content="/" />
  63. <meta name="text:Link3 Title" content="link 3" />
  64.  
  65. <style type="text/css">
  66.  
  67. ::-webkit-scrollbar-thumb:vertical {
  68. background:{color:Scrollbar};
  69. height: 81px;
  70. }
  71.  
  72. ::-webkit-scrollbar {
  73. height: 8px;
  74. width: 3px;
  75. }
  76.  
  77. body {
  78. background-color:{color:Background};
  79. margin:0px;
  80. font-family:Arial, Helvetica, sans-serif;
  81. font-size:10px;
  82. color:{color:Text};
  83. text-align:justify;
  84. text-transform:none;
  85. letter-spacing:0px;
  86. line-height:110%;
  87. cursor: url(http://media.tumblr.com/tumblr_lqs4idHqTZ1qfoi4t.png), progress;
  88. }
  89.  
  90. a {
  91. color:{color:Link};
  92. text-decoration:none;
  93. }
  94.  
  95. img {
  96. max-width:100%;
  97. height:auto;
  98. }
  99.  
  100. h1 {
  101. font-size:12px;
  102. text-transform:none;
  103. font-style:none;
  104. font-family:Arial;
  105. font-weight:normal;
  106. line-height:140%;
  107. text-align:center;
  108. }
  109.  
  110. a:hover {
  111. color:{color:Hover};
  112. }
  113.  
  114. small{
  115. font-size:8px;
  116. line-height:140%;
  117. }
  118.  
  119. big {
  120. font-size:8px;
  121. line-height:140%;
  122. }
  123.  
  124. b, strong{
  125. color:{color:Text};
  126. font-weight:bold;
  127. letter-spacing:1px;
  128. }
  129.  
  130. i, em {
  131. color:{color:Text};
  132. font-style:italic;
  133. }
  134.  
  135. p {
  136. margin-top:5px;
  137. margin-bottom:5px;
  138. }
  139.  
  140. blockquote {
  141. padding:1px;
  142. padding-left:5px;
  143. margin:5px;
  144. border-left:1px solid {color:Border};
  145. }
  146.  
  147. blockquote img {
  148. max-width:200px;
  149. height:auto;
  150. }
  151.  
  152. blockquote blockquote {
  153. padding-left:5px;
  154. border-left:1px solid;
  155. }
  156.  
  157. #quote {
  158. padding:8px;
  159. margin-bottom:5px;
  160. text-align:center;
  161. font-size:15px;
  162. font-weight:bold;
  163. font-family:Arial;
  164. font-style:none;
  165. letter-spacing:-1px;
  166. text-transform:none;
  167. line-height:110%;
  168. }
  169.  
  170. .pagination {
  171. {block:If250px}
  172. width:250px;
  173. {/block:If250px}
  174. {block:If400px}
  175. width:400px;
  176. {/block:If400px}
  177. {block:If500px}
  178. width:500px;
  179. {/block:If500px}
  180. padding:20px;
  181. text-align:center;
  182. font-style:none;
  183. font-size:7px;
  184. font-family:Arial;
  185. text-transform:uppercase;
  186. margin-left:0px;
  187. margin-bottom:50px;
  188. margin-top:0px;
  189. letter-spacing:1px;
  190. padding-bottom:18px;
  191. }
  192.  
  193. .pagination a {
  194. display:inline-block;
  195. margin-right:3px;
  196. padding:2px;
  197. color:{color:Text};
  198. }
  199.  
  200. .pagination a:hover {
  201. color:{color:Hover};
  202. }
  203.  
  204. #chat {
  205. text-transform:uppercase;
  206. font-size:8px;
  207. }
  208.  
  209. #website {
  210. font-family:Arial;
  211. font-style:italic;
  212. text-align:right;
  213. font-size:8px;
  214. color:{color:Text};
  215. }
  216.  
  217. .icon {
  218. background:{color:Icon Border};
  219. width:40px;
  220. height:40px;
  221. padding:8px;
  222. }
  223.  
  224. .question {
  225. padding:15px;
  226. margin-top:-60px;
  227. margin-left:60px;
  228. }
  229.  
  230. .asker {
  231. text-transform:uppercase;
  232. font-weight:bold;
  233. font-size:8px;
  234. }
  235.  
  236. .audio { height:60px; padding:5px; margin-bottom:5px;}
  237. .audio-album { position:absolute; width:60px; }
  238. .audio-player { position:absolute; width:25px; height:25px; margin-left:15px; margin-top:15px; opacity:0.9; overflow:hidden; border:2px solid {color:Border}; }
  239. .audio-info { margin-top:-2px; position:relative; margin-left:70px; padding:5px; }
  240.  
  241. #container{
  242. {block:If250px}
  243. width:670px;
  244. {/block:If250px}
  245. {block:If400px}
  246. width:820px;
  247. {/block:If400px}
  248. {block:If500px}
  249. width:920px;
  250. {/block:If500px}
  251. margin-left:auto;
  252. margin-right:auto;
  253. }
  254.  
  255. .entries {
  256. {block:If250px}
  257. width:250px;
  258. {/block:If250px}
  259. {block:If400px}
  260. width:400px;
  261. {/block:If400px}
  262. {block:If500px}
  263. width:500px;
  264. {/block:If500px}
  265. margin-bottom:60px;
  266. padding:20px;
  267. background:{color:Posts Background};
  268. }
  269.  
  270. #posts{
  271. margin-top:100px;
  272. margin-left:380px;
  273. padding-bottom:50px;
  274. }
  275.  
  276. #sidebarimage img {
  277. margin-top:30px;
  278. width:250px;
  279. position:fixed;
  280. height:150px;
  281. margin-left:0px;
  282. }
  283.  
  284. #sidebar {
  285. margin-left:0px;
  286. margin-top:30px;
  287. {block:IfWithImage}margin-top:180px;{/block:IfWithImage}
  288. position:fixed;
  289. padding:30px;
  290. padding-bottom:20px;
  291. background:{color:Posts Background};
  292. }
  293.  
  294. #title {
  295. font-family:Arial;
  296. text-transform:uppercase;
  297. font-size:9px;
  298. color:{color:Blog Title};
  299. line-height:110%;
  300. padding-bottom:0px;
  301. margin-top:0px;
  302. text-align:left;
  303. width:150px;
  304. font-weight:bold;
  305. font-style:none;
  306. letter-spacing:2px;
  307. position:fixed;
  308. }
  309.  
  310. #description {
  311. height:auto;
  312. font-style:none;
  313. text-transform:uppercase;
  314. font-size:8px;
  315. font-weight:normal;
  316. text-align:justify;
  317. font-family:Arial;
  318. margin-top:20px;
  319. color:{color:Description};
  320. width:190px;
  321. line-height:100%;
  322. letter-spacing:2px;
  323. }
  324.  
  325. #description a {
  326. margin-right:10px;
  327. display:inline-block;
  328. font-weight:bold;
  329. color:{color:Description};
  330. }
  331.  
  332. #description a:hover {
  333. color:{color:Hover};
  334. }
  335.  
  336. #links {
  337. text-transform:uppercase;
  338. font-size:8px;
  339. font-style:none;
  340. width:190px;
  341. letter-spacing:2px;
  342. font-family:Arial;
  343. margin-top:22px;
  344. font-weight:bold;
  345. display:inline-block;
  346. color:{color:Sidelink};
  347. }
  348.  
  349. #links a {
  350. margin-right:0px;
  351. display:inline-block;
  352. margin-bottom:10px;
  353. text-align:left;
  354. color:{color:Accent};
  355. }
  356.  
  357. #links a:hover {
  358. color:{color:Sidelink};
  359. }
  360.  
  361. #info {
  362. font-family:Arial;
  363. padding-top:10px;
  364. font-size:7px;
  365. font-style:none;
  366. text-transform:text-transform:uppercase;
  367. text-align:left;
  368. letter-spacing:1px;
  369. text-transform:uppercase;
  370. margin-bottom:5px;
  371. }
  372.  
  373. #tags {
  374. font-family:Arial;
  375. font-size:7px;
  376. font-style:none;
  377. letter-spacing:1px;
  378. text-transform:text-transform:uppercase;
  379. text-align:left;
  380. text-transform:uppercase;
  381. }
  382.  
  383. #tags a {
  384. color:{color:Text};
  385. }
  386.  
  387. #tags a:hover {
  388. color:{color:Hover};
  389. }
  390.  
  391. .notes-style {
  392. line-height:100%;
  393. padding:3px;
  394. border:1px solid {color:Accent};
  395. color:{color:Posts Background};
  396. background:{color:Text};
  397. width:auto;
  398. display:inline-block;
  399. margin-right:0px;
  400. margin-bottom:5px;
  401. }
  402.  
  403. .notes-style a {
  404. color:{color:Posts Background};
  405. }
  406.  
  407. .notes-style a:hover {
  408. color:{color:Hover};
  409. }
  410.  
  411. #notes {
  412. font-family:Arial;
  413. text-transform:text-transform:uppercase;
  414. font-size:7px;
  415. font-style:none;
  416. letter-spacing:1px;
  417. text-transform:uppercase;
  418. }
  419.  
  420. #notes img {
  421. display:none;
  422. }
  423.  
  424. #credit {
  425. font-family:Arial;
  426. font-size:8px;
  427. letter-spacing:0px;
  428. float:right;
  429. position:fixed;
  430. bottom:25px;
  431. right:20px;
  432. }
  433.  
  434. #credit a {
  435. color:{color:Credit Link};
  436. padding:5px;
  437. text-transform:uppercase;
  438. }
  439.  
  440. #credit a:hover {
  441. opacity:0.5;
  442. color: transparent;
  443. text-shadow:0 0 2px {color:Credit Hover};
  444. text-decoration:none;
  445. background:none;
  446. -moz-transition-duration:0.5s;
  447. -webkit-transition-duration:0.5s;
  448. -o-transition-duration:0.5s;
  449. }
  450.  
  451. {CustomCSS}</style></head><body>
  452.  
  453. <div id="container">
  454.  
  455. {block:IfWithImage}<div id="sidebarimage"><img src="{image:Sidebar}"/></div>{/block:IfWithImage}
  456.  
  457. <div id="sidebar">
  458.  
  459. <div id="title">{text:Title}</div>
  460.  
  461. <div id="description">{Description}</div>
  462.  
  463. <div id="links">
  464. x <a href="/">home</a>
  465. <a href="/message">ask</a>
  466. {block:ifLink1}<a href="{text:Link1}">{text:Link1 Title}</a>{/block:ifLink1}
  467. {block:ifLink2}<a href="{text:Link2}">{text:Link2 Title}</a>{/block:ifLink2}
  468. {block:ifLink3}<a href="{text:Link3}">{text:Link3 Title}</a>{/block:ifLink3}
  469. <a href="/archive">archive</a>
  470. </div>
  471.  
  472. </div>
  473.  
  474. <div id="posts">
  475. {block:Posts}
  476. <div class="entries">
  477.  
  478. {block:Photo}<img src="
  479. {block:If250px}{PhotoURL-250}{/block:If250px}
  480. {block:If400px}{PhotoURL-400}{/block:If400px}
  481. {block:If500px}{PhotoURL-500}{/block:If500px}">
  482. {block:Caption}{Caption}{/block:Caption}
  483. {/block:Photo}
  484.  
  485. {block:Photoset}
  486. {block:If250px}{Photoset-250}{/block:If250px}
  487. {block:If400px}{Photoset-400}{/block:If400px}
  488. {block:If500px}{Photoset-500}{/block:If500px}
  489. {block:Caption}{Caption}{/block:Caption}
  490. {/block:Photoset}
  491.  
  492. {block:Text}<h1>{block:Title}{Title}{/block:Title}</h1>{Body}{/block:Text}
  493.  
  494. {block:Quote}<div id="quote">❝{Quote}</i>❞{block:Source} — {Source}</div>{/block:Source}{/block:Quote}
  495.  
  496. {block:Link}<div id="website"><a href="{URL}" {Target}>{Name}</a></div>{block:Description}{Description}{/block:Description}{/block:Link}
  497.  
  498. <div id="chat">
  499. {block:Chat}
  500. {block:Title}
  501. <h1>{Title}</h1>
  502. {/block:Title}
  503. {block:Lines}
  504. {block:Label}<b>{Label}</b>{/block:Label} -
  505. {Line}<br>
  506. {/block:Lines}{/block:Chat}
  507. </div>
  508.  
  509. {block:Audio}
  510. <div class="audio">
  511. {block:AlbumArt}<img class="audio-album" src="{AlbumArtURL}">{/block:AlbumArt}
  512. <div class="audio-player">{block:AudioPlayer}{AudioPlayerWhite}{/block:AudioPlayer}</div>
  513. <div class="audio-info">
  514. {block:TrackName}<b>Title:</b> {TrackName}<br>{/block:TrackName}
  515. {block:Artist}<b>Artist:</b> {Artist}<br>{/block:Artist}
  516. {block:Album}<b>Album:</b> {Album}<br>{/block:Album}
  517. {block:PlayCount}<b>Plays:</b> {PlayCount}<br>{/block:PlayCount}
  518. </div></div>{block:Caption}{Caption}{/block:Caption}
  519. {/block:Audio}
  520.  
  521. {block:Video}
  522. {block:If250px}{Video-250}{/block:If250px}
  523. {block:If400px}{Video-400}{/block:If400px}
  524. {block:If500px}{Video-500}{/block:If500px}
  525. {block:Caption}{Caption}{/block:Caption}
  526. {/block:Video}
  527.  
  528. {block:Answer}<div class="icon"><img src="{AskerPortraitURL-40}" /></div>
  529. <div class="question"><span class="asker"><a href="{AskerURL}">{Asker}</a> asked:</span><br>{Question}</div><br>{Answer}{/block:Answer}
  530.  
  531. {block:Date}<div id="info"> <a href="{Permalink}"><div class="notes-style">{NoteCount}</a> notes</div> {/block:Date} {block:RebloggedFrom} via <a href="{ReblogParentURL}">{ReblogParentName}</a>{/block:RebloggedFrom} {block:ContentSource}(orig <a href="{SourceURL}">{SourceLink}</a>){/block:ContentSource}{block:RebloggedFrom} <a href="{ReblogParentURL}" target="_blank"></a>{/block:RebloggedFrom}
  532. </div>
  533.  
  534. {block:HasTags}<div id="tags">{block:Tags} > <a href="{TagURL}">{Tag}</a> {/block:Tags}</div>{/block:HasTags}
  535. {block:PostNotes}<div id="notes">{PostNotes}</div>{/block:PostNotes}</div>
  536. {/block:Posts}
  537.  
  538. <div class="pagination">
  539. {block:PreviousPage}
  540. <a href="{PreviousPage}">newer</a>
  541. {/block:PreviousPage}
  542. {block:JumpPagination length="5"}
  543. {block:CurrentPage}
  544. <a href="#" class="currentpage"><b>{PageNumber}</b></a>
  545. {/block:CurrentPage}
  546. {block:JumpPage}
  547. <a class="jump_page" href="{URL}">{PageNumber}</a>
  548. {/block:JumpPage}
  549. {/block:JumpPagination}
  550. {block:NextPage}
  551. <a href="{NextPage}">older</a>
  552. {/block:NextPage}</div>
  553. </div>
  554.  
  555. </div>
  556.  
  557. <div id="credit"><a href="http://yfian.tumblr.com/">yfian</a></div>
  558.  
  559. </body>
  560. </html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement