Advertisement
harreyeh

theme 02: better than words

Dec 21st, 2013
395
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 10.87 KB | None | 0 0
  1. <!-- ᴛʜᴇᴍᴇ 02 ʙʏ ʜᴀʀᴅᴢɪᴀᴍ
  2. please don't take off the credit it's really small!!!!
  3.  
  4.  
  5. ╭━━━━┳╮╱╭┳━━━┳━╮╭━┳━━━┳━━━╮ ╭━━┳╮╱╱╭╮
  6. ┃╭╮╭╮┃┃╱┃┃╭━━┫┃╰╯┃┃╭━━┫╭━╮┃ ┃╭╮┃╰╮╭╯┃
  7. ╰╯┃┃╰┫╰━╯┃╰━━┫╭╮╭╮┃╰━━┫╰━━╮ ┃╰╯╰╮╰╯╭╯
  8. ╱╱┃┃╱┃╭━╮┃╭━━┫┃┃┃┃┃╭━━┻━━╮┃ ┃╭━╮┣╮╭╯
  9. ╱╱┃┃╱┃┃╱┃┃╰━━┫┃┃┃┃┃╰━━┫╰━╯┃ ┃╰━╯┃┃┃
  10. ╱╱╰╯╱╰╯╱╰┻━━━┻╯╰╯╰┻━━━┻━━━╯ ╰━━━╯╰╯
  11. ╭╮╱╭┳━━━┳━━━┳━━━┳━━━━┳━━┳━━━┳━╮╭━╮
  12. ┃┃╱┃┃╭━╮┃╭━╮┣╮╭╮┣━━╮━┣┫┣┫╭━╮┃┃╰╯┃┃
  13. ┃╰━╯┃┃╱┃┃╰━╯┃┃┃┃┃╱╭╯╭╯┃┃┃┃╱┃┃╭╮╭╮┃
  14. ┃╭━╮┃╰━╯┃╭╮╭╯┃┃┃┃╭╯╭╯╱┃┃┃╰━╯┃┃┃┃┃┃
  15. ┃┃╱┃┃╭━╮┃┃┃╰┳╯╰╯┣╯━╰━┳┫┣┫╭━╮┃┃┃┃┃┃
  16. ╰╯╱╰┻╯╱╰┻╯╰━┻━━━┻━━━━┻━━┻╯╱╰┻╯╰╯╰╯
  17.  
  18.  
  19. hardziam.tumblr.com // themesbyzsu.tumblr.com-->
  20.  
  21. <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
  22.  
  23. <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
  24.  
  25. <head>
  26.  
  27. <title>{Title}</title>
  28. <link rel="shortcut icon" href="{Favicon}">
  29. <link rel="alternate" type="application/rss+xml" href="{RSS}">
  30.  
  31.  
  32. <meta name="color:background" content="#f0f8fc" />
  33. <meta name="color:border" content="#9DECF5" />
  34. <meta name="color:post" content="#e3eff5" />
  35. <meta name="color:text" content="#6783a2" />
  36. <meta name="color:link" content="#8d8c8d" />
  37. <meta name="color:linkhovercolor" content="#9DECF5" />
  38. <meta name="image:sidebar" content="" />
  39. <meta name="image:background" content="" />
  40. <meta name="text:Link1" content="/" />
  41. <meta name="text:Link1 Title" content="link" />
  42. <meta name="text:Link2" content="/" />
  43. <meta name="text:Link2 Title" content="link" />
  44. <meta name="text:Link3" content="/" />
  45. <meta name="text:Link3 Title" content="link" />
  46. <meta name="text:Link4" content="/" />
  47. <meta name="text:Link4 Title" content="link" />
  48. <meta name="text:Link5" content="/" />
  49. <meta name="text:Link5 Title" content="link" />
  50.  
  51. <script language="JavaScript" src="http://dl.dropbox.com/u/3173073/GothicDarkness/qTip.js" type="text/JavaScript"></script>
  52.  
  53. <style>
  54. div#qTip {
  55. padding: 3px;
  56. display: none;
  57. text-align: center;
  58. position: fixed;
  59. font-size:10px;
  60. line-height:10px;
  61. font-family:helvetica;
  62. font-style:italic;
  63. z-index: 1000;
  64. background-color:#fff;
  65. color: #090707;
  66. text-transform:none;
  67. letter-spacing: 1px;
  68. }
  69. </style>
  70.  
  71. <style type="text/css">
  72.  
  73. body {
  74. background: {color:background};
  75. background-image: url('{image:background}');
  76. margin-left: 100px;
  77. padding: 0;
  78. font-family: trebuchet ms;
  79. color:{color:text};
  80. position:absolute;
  81. }
  82. a {
  83. text-decoration:none;
  84. outline:none;
  85. -moz-outline-style:none;
  86. color:{color:link};
  87. -webkit-transition: all 0.5s ease-in-out;
  88. -moz-transition: all 0.5s ease-in-out;
  89. -o-transition: all 0.5s ease-in-out;
  90. }
  91.  
  92. a:hover {
  93. color:{color:linkhovercolor};
  94. -webkit-transition: all 0.5s ease-in-out;
  95. -moz-transition: all 0.5s ease-in-out;
  96. -o-transition: all 0.5s ease-in-out;
  97. }
  98.  
  99.  
  100. #title {
  101. width:220px;
  102. background:black;
  103. border-bottom:3px solid {color:border};
  104. padding:5px;
  105. font-family:helvetica;
  106. color:white;
  107. font-size:14px;
  108. margin-left:0px;
  109. font-style:bold;
  110. text-align:left;
  111. font-style:italic;
  112. }
  113.  
  114.  
  115. #sidebar {
  116. z-index:100;
  117. position:fixed;
  118. margin-top:60px;
  119. margin-left:70px;
  120. width:190px;
  121. padding:5px;
  122.  
  123. }
  124.  
  125.  
  126. #sidebarpic img {
  127. margin-top:30px;
  128. margin-bottom:2px;
  129. width:230px;
  130. height:auto;
  131. opacity:1.0;
  132. -webkit-transition: all 0.9s ease;
  133. -moz-transition: all 0.9s ease;
  134. transition: all 0.9s ease;
  135. }
  136.  
  137. #sidebarpic img:hover{
  138. opacity:0.6;
  139. -webkit-transition: all 0.9s ease;
  140. -moz-transition: all 0.9s ease;
  141. transition: all 0.9s ease;
  142. }
  143. #description {
  144. padding:3px;
  145. margin-top:2px;
  146. padding-bottom:5px;
  147. margin-left:0px;
  148. z-index:999999;
  149. width: 180px;
  150. height:80px;
  151. font-size:11px;
  152. font-family:trebuchet ms;
  153. }
  154.  
  155.  
  156. #entry {
  157. font-size:10px;
  158. margin-left: 390px;
  159. margin-top:40px;
  160. float: right;
  161.  
  162. }
  163. a.pagelink:link { color: #F7F7F7; text-decoration: none; }
  164.  
  165. a.pagelink:visited { color: #F7F7F7; text-decoration: none; }
  166.  
  167. a.pagelink:active { color: #F7F7F7; text-decoration: none; }
  168.  
  169. a.pagelink:hover { color: gray; text-decoration: none; }
  170.  
  171. #links{
  172. width:30px;
  173. padding:0px;
  174. font-size:13px;
  175. margin-top:0px;
  176. margin-left:192px;
  177. position:fixed;
  178. display:inline-block;
  179. width:180px;
  180. font-family:arial;
  181. }
  182.  
  183.  
  184. #links a{
  185. width:30px;
  186. color:black;
  187. display:inline-block;
  188. background:none;
  189. padding:3px;
  190. font-family:helvetica;
  191. font-size:10px;
  192. letter-spacing:1px;
  193. font-style:italic;
  194. text-transform:none;
  195. font-weight:bold;
  196. text-align:center;
  197. -webkit-transition: all .4s linear;
  198. -webkit-transition: all .4s linear;
  199. -moz-transition: all .4s linear;
  200. transition: all .4s linear;}
  201.  
  202. #links a:hover {
  203. text-align:right;
  204. padding-left:20px;
  205. -webkit-transition: all .4s linear;
  206. -webkit-transition: all .4s linear;
  207. -moz-transition: all .4s linear;
  208. transition: all .4s linear;}
  209.  
  210. #pagination {
  211. margin-top:-35px;
  212. width:230px;
  213. border-top:1px solid black;
  214. }
  215.  
  216. #pagination a{
  217. color:black;
  218. -webkit-transition: all .4s linear;
  219. -webkit-transition: all .4s linear;
  220. -moz-transition: all .4s linear;
  221. transition: all .4s linear;
  222. }
  223.  
  224. #pagination a:hover{
  225. color:gray;
  226. -webkit-transition: all .4s linear;
  227. -webkit-transition: all .4s linear;
  228. -moz-transition: all .4s linear;
  229. transition: all .4s linear;
  230. }
  231.  
  232. #post {
  233. margin-bottom:10px;
  234. font-size:10px;
  235. padding: 5px;
  236. width: 500px;
  237. color:{color:text};
  238. text-align: justify;
  239. }
  240.  
  241. #info {
  242. text-align:center;
  243. background:#3D3F40;
  244. border:1px solid #eee;
  245. margin-top:2px;
  246. font-family:corbel;
  247. color:white;
  248. letter-spacing:0px;
  249. font-size:10px;
  250. text-transform:none;
  251. padding-right:3px;
  252. padding:3px;
  253. border-bottom:2px solid #9DECF5;
  254. margin-bottom:10px;
  255.  
  256. }
  257.  
  258.  
  259. #tags{
  260. margin-top:0px;
  261. background:#000;
  262. padding-top:3px;
  263. padding-left:3px;
  264. padding-bottom:3px;
  265. font-style:italic;
  266. font-family:corbel;
  267. font-size:9px;
  268. text-align:left;
  269. letter-spacing:0px;
  270. display:block;
  271. }
  272.  
  273. #tags a{
  274. display:inline-block;
  275. }
  276.  
  277. #quote {
  278. font-family:georgia;
  279. font-style:italic;
  280.  
  281.  
  282.  
  283. }
  284.  
  285. #credit {
  286. position:fixed;
  287. right:0px;
  288. bottom:0px;
  289. padding:4px;
  290. text-transform:uppercase;
  291. letter-spacing:2px;
  292. font-size:9px;
  293. margin-bottom:3px;
  294. margin-right:3px;
  295. border:1px solid;
  296. border-color:#bbb;
  297. background: #fff;
  298. -moz-transition-duration:1s;
  299. -webkit-transition-duration:1s;
  300. -o-transition-duration:1s;
  301. }
  302.  
  303. #credit:hover {
  304. background: gray;
  305. color: white;
  306. -moz-transition-duration:1s;
  307. -webkit-transition-duration:1s;
  308. -o-transition-duration:1s;
  309. }
  310.  
  311. {CustomCSS}
  312. </style>
  313. </head>
  314.  
  315. <body>
  316.  
  317. <div id="sidebar">
  318.  
  319.  
  320. <div id="sidebarpic"><a href="/"><img src="{image:sidebar}"/></a></div>
  321. <div id="title">{title}</div>
  322. <div id="links">
  323. <a href="{text:Link1}">{text:Link1 Title}</a><br>
  324. <a href="{text:Link2}">{text:Link2 Title}</a><br>
  325. <a href="{text:Link3}">{text:Link3 Title}</a><br>
  326. <a href="{text:Link4}">{text:Link4 Title}</a><br>
  327. {block:iflink5}
  328. <a href="{text:Link5}">{text:Link5 Title}</a>{/block:iflink5}
  329. </div>
  330. <div id="description">{block:Description}{Description}{/block:Description}</div>
  331.  
  332.  
  333. <br><br>
  334.  
  335. <div id="pagination">
  336. <center>
  337. {block:PreviousPage}<a href="{PreviousPage}"><font-size="9">«</font></a>{/block:PreviousPage} {block:NextPage} <a href="{NextPage}"><font-size="12">»</font></a>{/block:NextPage}</center>
  338. </div>
  339. </div>
  340.  
  341.  
  342.  
  343. <div id="entry">
  344. {block:Posts}
  345. <div id="post">
  346.  
  347. {block:Text}<h1>{block:Title}{Title}{/block:Title}</h1>{Body}{/block:Text}
  348.  
  349. {block:Quote}<div id="quote"><big><big><big><big>“{Quote}” </big></big></big></big></div> <div align="right">— {Source}</div>{/block:Quote}
  350.  
  351. {block:Link}<a href="{URL}" class="link" {Target}><i><h1>{Name} →</h1></i></a>
  352. {block:Description}<P>{Description}</p>{/block:Description}{/block:Link}
  353.  
  354. {block:Photo}<center>{LinkOpenTag}<img src="{PhotoURL-500}" alt="{PhotoAlt}"/>{LinkCloseTag}</center>{block:Caption}{Caption}{/block:Caption}{/block:Photo}
  355. {block:Photoset}<center>{Photoset-500}</center>{block:Caption}{Caption}{/block:Caption}{/block:Photoset}
  356.  
  357. {block:Chat}{block:Title}<t>{Title}</t><br>{/block:Title}{block:Lines}{block:Label}<b>{Label}</b>{/block:Label} {Line}<br>{/block:Lines}{/block:Chat}
  358. {block:Video}{Video-500}{block:Caption}{Caption}{/block:Caption}{/block:Video}
  359.  
  360. {block:Answer}
  361. <div class="question">
  362. <div align="right"><b><big><big><big><i><font face="georgia">{Asker}</big></big></i></font></big></b> asked:<br>
  363. <i>{Question}</i></div></div>
  364. <hr />
  365. {Answer}
  366. {/block:Answer}
  367.  
  368.  
  369.  
  370. {block:Audio}<span class="audio"><center>{AudioPlayerBlack}</center></span>{block:Caption}{Caption}{/block:Caption}{/block:Audio}
  371.  
  372. <div id="info"><a href="{Permalink}" class="pagelink">{TimeAgo}</a>{/block:Date}{block:NoteCount} with <a href="{Permalink}" class="pagelink">{NoteCount} notes</a>{/block:NoteCount}{block:RebloggedFrom} (<a class="pagelink" href="{ReblogParentURL}" class="pagelink">via</a>
  373. {block:ContentSource} / <a class="pagelink" href="{SourceURL}">source</a>){block:ContentSource}{/block:RebloggedFrom}<br>
  374. <div id="tags">
  375. {block:HasTags}tagged as:{block:Tags} <a class="pagelink" href="{TagURL}">{Tag}</a>, {/block:Tags}{/block:HasTags}</div></div></div>
  376. {/block:Posts}
  377.  
  378. {block:PostNotes}{PostNotes}{/block:PostNotes}
  379.  
  380. </div>
  381. <div id="credit"><a href="http://hollyliams.tumblr.com" target="_blank">❄</a></div>
  382. </body>
  383.  
  384. </html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement