Advertisement
hawthorneys

THEME #09; by nayel

Mar 24th, 2013
1,813
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 16.68 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. <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
  3. <head><title>{Title}</title>
  4. <link rel="shortcut icon" href="{Favicon}">
  5. <link rel="alternate" type="application/rss+xml" href="{RSS}">
  6. {block:Description}<meta name="description" content="{MetaDescription}" />{/block:Description}
  7.  
  8. <!--Theme 08 By Nayel // http://hawthorneys.tumblr.com
  9. --- AN IMPERIAL AFFLICTION THEME | @ HAWTHORNEYS ---
  10. > please do not steal
  11. > please do not redistribute
  12. > please do not claim as your own
  13. > please do not use this as a base code and take parts of it
  14. > you can edit as long as credit is on there somewhere
  15. -!-->
  16.  
  17. <meta name="color:background" content="#ffffff"/>
  18. <meta name="color:border" content="f3f1f1"/>
  19. <meta name="color:text" content="#b6b5b5"/>
  20. <meta name="color:link" content="#a8a7a7"/>
  21. <meta name="color:title" content="#979797"/>
  22. <meta name="color:link hover" content="f1d65d"/>
  23. <meta name="color:chat" content="#fafafa"/>
  24. <meta name="color:border" content="#e8e8e8"/>
  25. <meta name="color:header" content="#fafafa" />
  26. <meta name="color:nav hover" content="#88cabb" />
  27. <meta name="color:info bg" content="#9a9a9a"/>
  28. <meta name="color:audio" content="#fafafa" />
  29.  
  30. <meta name="image:sidebar" content=""/>
  31. <meta name="image:background" content="" />
  32. <meta name="image:header" content=""/>
  33.  
  34. <meta name="if:border" content=""/>
  35. <meta name="if:circle"content=""/>
  36. <meta name="if:header" content="1"/>
  37.  
  38. <!-- LINKS -->
  39. <meta name="text:second title" content=" second title here" />
  40. <meta name="text:link 1" content="link 1" />
  41. <meta name="text:link 1 url" content="/" />
  42. <meta name="text:link 2" content="link 2" />
  43. <meta name="text:link 2 url" content="/" />
  44. <meta name="text:link 3" content="link 3" />
  45. <meta name="text:link 3 url" content="/" />
  46. <meta name="text:link 4" content="link 4" />
  47. <meta name="text:link 4 url" content="/" />
  48.  
  49.  
  50.  
  51. <link href='http://fonts.googleapis.com/css?family=Libre+Baskerville:400,400italic' rel='stylesheet' type='text/css'>
  52. <link href='http://fonts.googleapis.com/css?family=La+Belle+Aurore|Yesteryear|Marck+Script|Contrail+One|Reenie+Beanie|Open+Sans+Condensed:700,300|Nothing+You+Could+Do|Kaushan+Script&subset=latin,latin-ext' rel='stylesheet' type='text/css'>
  53. <link href='http://fonts.googleapis.com/css?family=open sans condensed&effect=anaglyph' type='text/css'>
  54.  
  55. <style type="text/css">
  56.  
  57.  
  58. <style type="text/css">
  59.  
  60.  
  61. iframe#tumblr_controls {right:3px !important; position: fixed !important;-webkit-transition: opacity 0.7s linear;opacity: 0.2;-webkit-transition: all 0.8s ease-out;-moz-transition: all 0.8s ease-out;transition: all 0.8s ease-out;}
  62. iframe#tumblr_controls:hover{-webkit-transition: opacity 0.7s linear;opacity: 1;-webkit-transition: all 0.4s ease-out;-moz-transition: all 0.4s ease-out;transition: all 0.4s ease-out;}
  63.  
  64.  
  65. ::-webkit-scrollbar {
  66. width:5px; height:5px;}
  67. ::-webkit-scrollbar-button:start:decrement,
  68. ::-webkit-scrollbar-button:end:increment {
  69. height: 6px;display: block;background-color:#9a9a9a;}
  70. ::-webkit-scrollbar-track-piece {
  71. background-color: #fff;}
  72. ::-webkit-scrollbar-thumb:vertical {
  73. height: 9px;background-color:#9a9a9a; border-top:1px solid {color:background};border-bottom:1px solid {color:background};}
  74.  
  75.  
  76. body {
  77. margin:0px;
  78. background-color:{color:background};
  79. color:#e9e9e9;
  80. font-family:calibri;
  81. text-transform:uppercase;
  82. font-size:9px;
  83. line-height:100%;
  84. font-style:none;
  85. font-weight:normal;
  86. }
  87.  
  88.  
  89. blockquote {
  90. border-left:4px solid {color:info};
  91. padding-left:5px;
  92. margin:5px;
  93. }
  94.  
  95.  
  96. a {
  97. color:{color:link};
  98. text-decoration:none;
  99. -webkit-transition:all 0.5s ease-in-out;
  100. -moz-transition:all 0.5s ease-in-out;
  101. -o-transition:all 0.5s ease-in-out;
  102. -ms-transition:all 0.5s ease-in-out;
  103. transition:all 0.5s ease-in-out;
  104. }
  105.  
  106. a:hover {
  107. text-decoration:none;
  108. color:{color:link hover};
  109. }
  110.  
  111. img {
  112. none;
  113. }
  114.  
  115. h1 {
  116. font-family:arial;
  117. font-size:10px;
  118. font-weight:bold;
  119. line-height:90%;
  120. padding:-3px;
  121. text-transform:uppercase;
  122. }
  123.  
  124. h2 {
  125. font-family:calibri;
  126. font-size:8px;
  127. font-style:none;
  128. text-transform:uppercase;
  129. font-weight:normal;
  130. }
  131.  
  132. h3 {
  133. font-family:calibri;
  134. font-size:8px;
  135. text-transform:uppercase;
  136. font-weight:normal;
  137. }
  138. h4 {
  139. text-indent:14px;
  140. font-size:12px;
  141. padding:3px;
  142. text-transform:none;
  143. line-height:105%;
  144. letter-spacing:1px;
  145. font-family:consolas;
  146. font-weight:normal;
  147. text-align:center;
  148. }
  149. h5{
  150. margin-top:5px;
  151. font-size:11px;
  152. text-align:right;
  153. font-family:open sans condensed;
  154. font-weight:bold;
  155. text-align:center
  156. }
  157.  
  158. #entries {
  159. padding:10px;
  160. width:500px;
  161. color:#9a9a9a;
  162. margin-top:100px;
  163. margin-left:400px;
  164. }
  165.  
  166. #post {
  167. margin-top:20px;
  168. width:500px;
  169. margin-left:100px;
  170. text-align: justify;
  171. padding:5px;
  172. margin-bottom:40px;
  173. }
  174.  
  175. {block:ifHeader}
  176. .header {
  177. position:absolute;
  178. background-color:#fcfcfc;
  179. padding:15px;
  180. margin-top:-20px;
  181. margin-left:485px;
  182. width:470px;
  183. }
  184.  
  185. #title {
  186. z-index:100;
  187. position:absolute;
  188. text-align:center;
  189. margin-top:-50px;
  190. margin-left:515px;
  191. font-family:open sans condensed;
  192. font-size:13px;
  193. color:{color:title};
  194. letter-spacing:1px;
  195. font-weight:bold;
  196. border-top:1px solid {color:border};
  197. border-bottom:1px solid {color:border};
  198. text-transform:uppercase;
  199. line-height:35px;
  200. height:50px;
  201. width:500px;
  202. background-image: url('{image:header}');
  203. background-repeat:repeat;
  204. background-color:{color:header};
  205. }
  206.  
  207. .title2 {
  208. font-family:times;
  209. font-style:italic;
  210. text-transform:lowercase;
  211. font-weight:normal;
  212. letter-spacing:0px;
  213. font-size:9px;
  214. line-height:0px;
  215. }{/block:ifHeader}
  216.  
  217.  
  218. #sidebar {
  219. position:fixed;
  220. float:left;
  221. margin-top:130px;
  222. margin-left:340px;
  223. }
  224. #description {
  225. margin-left:-40px;
  226. margin-top:5px;
  227. padding:3px;
  228. margin-bottom:0px;
  229. width:155px;
  230. text-align:justify;
  231. text-transform:uppercase;
  232. color:#9a9a9a;
  233. font-size:8px;
  234. font-family:calibri;
  235. line-height:140%;
  236. border-bottom:1px solid {color:border};
  237. }
  238.  
  239. .sidebarimage {
  240. width:160px;
  241. }
  242.  
  243. .sidebarimage img {
  244. {block:ifBorder}
  245. max-width:150px;
  246. margin-left:-40px;
  247. border:1px solid {color:border};
  248. {/block:ifBorder}
  249. {block:ifCircle}
  250. border-radius:150px;{/block:ifCircle}
  251. margin-left:-42px;
  252. width:155px;
  253. margin-top:-18px;
  254. padding:5px; }
  255.  
  256.  
  257.  
  258. #links {
  259. position:fixed;
  260. font-size:8px;
  261. width:160px;
  262. text-transform:uppercase;
  263. text-align:left;
  264. letter-spacing:1px;
  265. line-height:120%;
  266. margin-top:5px;
  267. margin-left:-40px;
  268. font-family:arial;
  269. font-weight:bold;
  270. }
  271.  
  272. #links a{
  273. color:{color:link};
  274. text-align:left;
  275. background-color:{color:sidelink};
  276. display:inline-block;
  277. width:65px;
  278. padding:6px 6px 8px;
  279. border-bottom:0px solid #e8e8e8;
  280. letter-spacing:1px;
  281. margin-bottom:3px;
  282. text-decoration:none;
  283. -moz-transition-duration:0.5s;
  284. -webkit-transition-duration:0.5s;
  285. -o-transition-duration:0.5s;
  286. }
  287.  
  288. #links a:hover{
  289. color:{color:background};
  290. background-color:{color:nav hover};
  291. -moz-transition-duration:0.5s;
  292. -webkit-transition-duration:0.5s;
  293. -o-transition-duration:0.5s;
  294. }
  295.  
  296. .caption {
  297. font-family:calibri;
  298. font-size:8px;
  299. text-transform:uppercase;
  300. text-align:justify;
  301. line-height:100%;
  302. font-weight:normal;
  303. }
  304.  
  305. #questions {
  306. background-color:#fcfcfc;
  307. border-top: solid 1px #f8f8f8;
  308. margin-left:0px;
  309. padding:15px;
  310. margin-top: 5px;
  311. font-family:cambria;
  312. font-size:10px;
  313. font-style:italic;
  314. text-align:left;
  315. text-transform:none;
  316. border-top: solid 1px {color:border};
  317. border-left: solid 1px {color:border};
  318. border-right: solid 1px {color:border};
  319. border-bottom: dashed 1px {color:border};
  320. }
  321.  
  322. #answers {
  323. margin-left:0px;
  324. padding:-5px;
  325. margin-top:0px;
  326. margin-bottom:5px;
  327. font-family:trebuchet ms;
  328. font-size:7px;
  329. font-style:none;
  330. text-align:left;
  331. text-transform:uppercase;
  332. padding:10px;
  333. border-left:1px solid #f4f3f5;
  334. border-right:1px solid #f4f3f5;
  335. border-bottom:1px solid #f4f3f5;
  336. }
  337.  
  338. .notecount {
  339. width:150px;
  340. margin-left:350px;
  341. position:absolute;
  342. text-align:right;
  343. }
  344.  
  345. .note {
  346. padding:0px 20px 0px 20px;
  347. text-transform:uppercase;
  348. font-family:calibri;
  349. text-align:left;
  350. font-style:none;
  351. letter-spacing:0px;
  352. font-size: 8px;
  353. line-height:80%;
  354. color:{color:link};
  355. }
  356.  
  357. .note li {
  358. list-style-type:none;
  359. padding:5px 30px 5px 20px;
  360. text-align:left;
  361. margin-left:-80px;
  362. color:#9a9a9a;
  363. }
  364.  
  365. #info {
  366. width:80px;
  367. background-color:{color:info bg};
  368. float:left; padding:3px;
  369. text-transform:uppercase;
  370. font-style:normal;
  371. letter-spacing:2px;
  372. font-size:8px;
  373. color:#fff;
  374. text-align:center;
  375. -moz-transition-duration:0.5s;
  376. -webkit-transition-duration:0.5s;
  377. -o-transition-duration:0.5s;
  378. }
  379.  
  380. #info a {
  381. color:#fff;
  382. text-align:center;
  383. letter-spacing:1px;
  384. font-style:normal;
  385. }
  386.  
  387. #info a:hover {
  388. color:{color:info bg};
  389. }
  390.  
  391. #infolinks {
  392. text-transform:uppercase;
  393. font-style:normal;
  394. margin-left:90px;
  395. letter-spacing:1px;
  396. font-size:8px;
  397. line-height:100%;
  398. height:8px;
  399. padding:3px;
  400. color:#e9e9e9;
  401. text-align:left;
  402. -moz-transition-duration:0.5s;
  403. -webkit-transition-duration:0.5s;
  404. -o-transition-duration:0.5s;
  405. }
  406.  
  407. #infolinks a {
  408. padding-right:5px;
  409. color:#9a9a9a;
  410. letter-spacing:1px;
  411. }
  412.  
  413. #infolinks a:hover {
  414. color:#000;
  415. }
  416.  
  417. .tags {
  418. font:8px calibri;
  419. width:500px;
  420. margin-left:0px;
  421. margin-top:5px;
  422. line-height:8px;
  423. letter-spacing:1px;
  424. text-align: left;
  425. padding: 5px;
  426. opacity:1;
  427. -webkit-transition-duration: 0.5s
  428. }
  429.  
  430. .chat {
  431. font-size:8px;
  432. line-height:12px;
  433. list-style:none
  434. }
  435. .chat ul {
  436. line-height:15px;
  437. list-style:none;
  438. padding:0px;
  439. line-height:20px;
  440. }
  441. .person1 {
  442. background-color:{color:chat};
  443. padding-left:6px;
  444. padding-right:6px;
  445. }
  446. .person1 .label {
  447. font-weight:bold;
  448. }
  449. .person2 {
  450. background-color:{color:entries};
  451. padding-left:6px;
  452. padding-right:6px;
  453. }
  454. .person2 .label {
  455. font-weight:bold;
  456. }
  457. .person3 {
  458. background-color:{color:chat};
  459. padding-left:6px;
  460. padding-right:6px;
  461. }
  462. .person3 .label {
  463. font-weight:bold;
  464. }
  465. .person4 {
  466. background-color:{color:entries};
  467. padding-left:6px;
  468. padding-right:6px;
  469. }
  470. .person4 .label {
  471. font-weight:bold;
  472. }
  473. .person5 {
  474. background-color:{color:chat};
  475. padding-left:6px;
  476. padding-right:6px;
  477. }
  478. .person5 .label {
  479. font-weight:bold;
  480. }
  481. .person6 {
  482. background-color:{color:entries};
  483. padding-left:6px;
  484. padding-right:6px;
  485. }
  486. .person6 .label {
  487. font-weight:bold;
  488. }
  489.  
  490. .audio {
  491. width:500px;
  492. padding-bottom:10px;
  493. font-size:7px;
  494. letter-spacing:1px;
  495. font-family:arial;
  496. background-color:{color:infobg};
  497. }
  498.  
  499. .albumart {
  500. float:left;
  501. padding:0px 10px 10px 0px;
  502. }
  503.  
  504. .albumart img {
  505. width:60px;
  506. height:60px;
  507. }
  508.  
  509. .playercontainer {
  510. text-align:left;
  511. padding:5px;
  512. background-color:#fff;
  513. width:490px;
  514. margin-top:-60px;
  515. }
  516.  
  517. .audioinfo {
  518. padding:10px;
  519. padding-bottom:95px;
  520. background-color:{color:audio};
  521. color:{color:text};
  522. }
  523.  
  524. #pager {
  525. margin-left: 105px!important;
  526. margin: 20px;
  527. width: 500px;
  528. padding: 5px;
  529. height:22px;
  530. background-color: #fafafa;
  531. border-top:1px dotted #e8e8e8;
  532. margin-bottom:-10px;
  533. font-family:calibri;
  534. font-size:8px;
  535. letter-spacing:5px;
  536. }
  537. .current_page {
  538. letter-spacing:5px;
  539. background-color:#fefefe;
  540. border:1px solid #ffffff;
  541. padding:1px 1px 2px 5px;
  542. border-radius:10px;
  543. }
  544.  
  545.  
  546. #credit {
  547. font-size:8px;
  548. font-family:calibri;
  549. letter-spacing:1px;
  550. text-transform:uppercase;
  551. -moz-transition-duration:0.5s;
  552. -webkit-transition-duration:0.5s;
  553. -o-transition-duration:0.5s;
  554. }
  555.  
  556. #credit a {
  557. background-color:#fff;
  558. padding:5px;
  559. border:1px solid #f8f8f8;
  560. position:fixed;
  561. right:15px;
  562. bottom:10px
  563. }
  564.  
  565. #credit a:hover {
  566. color:#fff;
  567. background-color:#191919;
  568. }
  569.  
  570. {CustomCSS}</style></head><body>
  571. <div id="sidebar">
  572. <div class="sidebarimage"><img src="{image:sidebar}"/></div>
  573. <div id="description">{Description}</div>
  574. <div id="links">
  575. <a href="/">home</a>
  576. <a href="/ask">mssg</a><br>
  577. <a href="{text:link 1 url}">{text:link 1}</a>
  578. <a href="{text:link 2 url}">{text:link 2}</a><br>
  579. <a href="{text:link 3 url}">{text:link 3}</a>
  580. <a href="{text:link 4 url}">{text:link 4}</a>
  581. </div></div>
  582. {block:ifHeader}
  583. <div id="header"></div>
  584. <div id="title">{Title}<div class="title2">{text:second title}</div>{/block:ifHeader}
  585.  
  586. {block:HasPages}{block:Pages}
  587.  
  588. <a href="{URL}">{Label}</a>{/block:Pages}{/block:HasPages}
  589.  
  590. </div></center></i>
  591.  
  592.  
  593. </div>
  594.  
  595. <div id="entries">{block:Posts}<div id="post">
  596.  
  597.  
  598. {block:Text}<div id="text"><h1>{block:Title}{Title}{/block:Title}</h1><h2>{Body}</h2></div>{/block:Text}
  599.  
  600. {block:Photo}
  601. {LinkOpenTag}<img src="{PhotoURL-500}" alt="{PhotoAlt}"/>{LinkCloseTag}<br><br>{block:Caption}<h3>{Caption}</h3>{/block:Caption}
  602. {/block:Photo}
  603.  
  604. {block:Photoset}
  605. {Photoset-500}{block:Caption}<h3>{Caption}</h3>{/block:Caption}
  606. {/block:Photoset}
  607.  
  608. {block:Quote}
  609. <h4><big>❝</big> {Quote}</h4>{block:Source}<h5>- {Source}</h5>{/block:Source}
  610. {/block:Quote}
  611.  
  612. {block:Link}<h1><a href="{URL}" {Target}>{Name}</a></h1>{block:Description}<h2>{Description}</h2>{/block:Description}{/block:Link}
  613.  
  614. {block:Chat}
  615. {block:Title}<a href="{Permalink}"><h1>{Title}</h1></a>{/block:Title}
  616. <div class="chat"><ul>{block:Lines}
  617. <li class="person{UserNumber}">{block:Label}
  618. <span class="label">{Label}</span>{/block:Label} {Line}</li>{/block:Lines}</ul></div>
  619. {/block:Chat}
  620.  
  621. {block:Audio}<div class="audio">{block:ifAlbumArt}<div class="albumart"><img src="http://static.tumblr.com/jn9hrij/20Ul2zzsr/albumart.jpg"></div>{/block:IfAlbumArt}{block:AlbumArt}<div class="albumart"><img src="{AlbumArtURL}"/></div>{/block:AlbumArt}
  622. <div class="audioinfo">{block:TrackName}<b>Title:</b> {TrackName}<br />{/block:TrackName}{block:Artist}<b>Artist:</b> {Artist}<br />{/block:Artist}
  623. {/block:ExternalAudio}<b>Played:</b> {PlayCount} times</div>
  624. <br><div class="playercontainer">{AudioPlayerWhite}</div></div>
  625. {block:Caption}{Caption}{/block:Caption}<br>{/block:Audio}
  626.  
  627. {block:Video}{Video-500}{block:Caption}<h2>{Caption}</h2>{/block:Caption}{/block:Video}
  628.  
  629. {block:Answer}<div id="questions"><b>{Asker}</b> said: {Question}</div>
  630. <div id="answers">{Answer}</div>{/block:answer}
  631.  
  632. <div id="info">
  633. {block:Date}<a href="{Permalink}">{TimeAgo}</a></div><div id="infolinks">{block:NoteCount}<a href="{Permalink}">{NoteCountWithLabel}</a>{/block:NoteCount}{block:RebloggedFrom}&nbsp;<a href="{ReblogParentURL}">✫ {ReblogParentName}</a>{/block:RebloggedFrom} {block:ContentSource} &nbsp;<a href="{SourceURL}">©{SourceLink}</a>{/block:ContentSource}&nbsp;&nbsp;<a href="{ReblogURL}" target="_blank">+reblog</a></div>{/block:Date}
  634.  
  635. <div class="tags">{block:HasTags}<b>filed under:</b> &nbsp;{block:Tags}<a href="{TagURL}">#{Tag}</a >&nbsp;&nbsp;&nbsp;{/block:Tags}{/block:HasTags}{/block:Tags}</div>
  636.  
  637. <div class="note">
  638. {block:PostNotes}{PostNotes}{/block:PostNotes}
  639. </div>
  640. </div>
  641. {/block:Posts}
  642.  
  643. {block:Pagination}
  644. <div id="pager">
  645. <p align="center">
  646. {block:PreviousPage}<a href="{PreviousPage}" class="jump_page"> <small>←</small> </a>{/block:PreviousPage}
  647.  
  648. {block:JumpPagination length="5"}
  649. {block:CurrentPage}<span class="current_page">{PageNumber}</span>{/block:CurrentPage}{block:JumpPage}
  650. <a class="jump_page" href="{URL}">{PageNumber}</a>
  651. {/block:JumpPage}{/block:JumpPagination}
  652.  
  653. {block:NextPage}<a href="{NextPage}" class="jump_page"> <small>→</small> </a>{/block:NextPage}</div>
  654. {/block:Pagination}
  655.  
  656. </div>
  657.  
  658. </body>
  659.  
  660. <div id="credit"><a href="http://hawthorneys.tumblr.com">© theme</div>
  661.  
  662. </html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement