Advertisement
paulveretts

Theme 22 / [ CLARITY ]

Oct 4th, 2013
239
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 10.92 KB | None | 0 0
  1.  
  2.  
  3. <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
  4. <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
  5.  
  6. <head><title>{Title}</title>
  7. <link rel="shortcut icon" href="{Favicon}">
  8. <link rel="alternate" type="application/rss+xml" href="{RSS}">
  9. {block:Description}<meta name="description" content="{MetaDescription}" />{/block:Description}
  10.  
  11.  
  12. <!--META NAMES-->
  13.  
  14. <meta name="color:body" content="#adabab"/>
  15. <meta name="color:links" content="#80aee2"/>
  16. <meta name="color:sblinks" content="#d5d3d3">
  17. <meta name="color:sbarhoverbg" content="#80aee2">
  18. <meta name="color:border" content="#f5f5f5">
  19. <meta name="color:hover" content="#0e0e0e"/>
  20. <meta name="color:questionbg" content="#f7f7f7"/>
  21. <meta name="color:descbg" content="#131313"/>
  22. <meta name="color:info" content="#d8d8d8">
  23.  
  24. <meta name="color:bg" content="#f7f7f7">
  25. <meta name="color:sidebarbg" content="#131313">
  26. <meta name="color:scrollbar" content="#131313">
  27. <meta name="color:scrollbarbg" content="#ffffff">
  28.  
  29. <meta name="image:sb" content=""/>
  30.  
  31. <meta name="text:Sidebar Border Radius" content="3"/>
  32. <meta name="text:link 1" content=""/>
  33. <meta name="text:Question Verb" content=""/>
  34. <meta name="text:link 3" content=""/>
  35. <meta name="text:link 3 url" content="/">
  36. <meta name="text:link 4" content=""/>
  37. <meta name="text:link 4 url" content="/">
  38.  
  39.  
  40. <!--
  41.  
  42. THEME BY JÚLIA // @mclahei
  43. base code by hogwat
  44.  
  45. YOU CAN:
  46. Use and tweak the code on your blog only.
  47. Reblog/Like the original post.
  48. Come to me for help if you find any problems.
  49. Use my codes as base codes, ONLY with my previously given consent.
  50. Move credit to a page on the blog, such as faq. Just make sure it's still visible.
  51.  
  52. YOU CAN'T:
  53. Repost any of the codes.
  54. Remove credit from view.
  55. Use as base code without me knowing.
  56.  
  57. ENJOY THIS THEME ♥
  58. -->
  59.  
  60. <script language="JavaScript" src="http://dl.dropbox.com/u/3173073/GothicDarkness/qTip.js" type="text/JavaScript"></script>
  61.  
  62. <style type="text/css">
  63.  
  64. div#qTip {
  65. padding: 5px;
  66. display: none;
  67. width:100px;
  68. text-align: justify;
  69. position: absolute;
  70. font-style:normal;
  71. font-size:8px;
  72. line-height:9px;
  73. z-index: 1000;
  74. background-color:{color:sidebarbg};
  75. color: {color:sblinks};
  76. text-transform:uppercase;
  77. letter-spacing:1px;
  78. }
  79.  
  80. ::-webkit-scrollbar-thumb {
  81. height:auto;
  82. background-color:{color:Scrollbar};
  83. }
  84.  
  85. ::-webkit-scrollbar {
  86. height:9px;
  87. width:4px;
  88. background-color:{color:ScrollbarBg};
  89. }
  90.  
  91. body {
  92. background-color:{color:bg};
  93. font-family:calibri;
  94. font-size:10px;
  95. text-align:justify;
  96. color:{color:body};
  97. margin:0;
  98. }
  99.  
  100. a {
  101. color:{color:links};
  102. text-decoration:none;
  103. -moz-outline-style:none;
  104. }
  105.  
  106. a:hover{
  107. color:{color:hover};
  108. -moz-transition-duration:0.3s;
  109. -webkit-transition-duration:0.3s;
  110. -o-transition-duration:0.3s;
  111. }
  112.  
  113. img {
  114. border:none;
  115. }
  116.  
  117. blockquote {
  118. padding-left:5px;
  119. border-left:2px solid;
  120. }
  121.  
  122. blockquote blockquote {
  123. padding-left:5px;
  124. border-left:2px solid;
  125. }
  126.  
  127. #question {
  128. padding:10px;
  129. font-size:11px;
  130. font-style:italic;
  131. text-align:center;
  132. background:{color:questionbg};
  133. }
  134.  
  135.  
  136. /*SIDEBAR*/
  137.  
  138. #sidebar{
  139. position:fixed;
  140. background:{color:sidebarbg};
  141. padding:100px;
  142. border-right:1px solid #444;
  143. padding-top:150px;
  144. height:2000px;
  145. margin-top:-100px;
  146. margin-left:0px;
  147. width:245px;
  148. }
  149.  
  150. #sidebarimg img{
  151. width:110px;
  152. padding:30px;
  153. margin-left:40px;
  154. background:#222;
  155. border-radius:{text:Sidebar Border Radius}px;
  156. }
  157.  
  158. #links{
  159. width:245px;
  160. font-size:12px;
  161. margin-left:0px;
  162. text-transform:uppercase;
  163. margin-top:20px;
  164. text-align:center;
  165. -moz-transition-duration:1s;
  166. -webkit-transition-duration:1s;
  167. -o-transition-duration:1s;
  168. }
  169.  
  170. #links a{
  171. display:inline-block;
  172. color:{color:sblinks};
  173. background:#222;
  174. padding:40px;
  175. height:15px;
  176. margin-bottom:3px;
  177. width:40px;
  178. -moz-transition-duration:1s;
  179. -webkit-transition-duration:1s;
  180. -o-transition-duration:1s;
  181. }
  182.  
  183. #links a:hover{
  184. color:{color:hover};
  185. background:{color:sbarhoverbg};
  186. font-style:italic;
  187. -moz-transition-duration:0.3s;
  188. -webkit-transition-duration:0.3s;
  189. -o-transition-duration:0.3s;
  190. }
  191.  
  192. #desc{
  193. width:230px;
  194. margin-top:0px;
  195. padding:7px;
  196. font-size:10px;
  197. color:{color:desc};
  198. background:{color:descbg};
  199. }
  200.  
  201.  
  202. .pagi {
  203. font-size:7px;
  204. text-transform:uppercase;
  205. letter-spacing:3px;
  206. font-style:normal
  207. padding:5px;
  208. text-align:center;
  209. margin-left:0px;
  210. margin-top:80px;
  211. }
  212.  
  213. .pagi a {
  214. color:{color:sblinks};
  215. background:#131313;
  216. }
  217.  
  218. .pagi a:hover {
  219. color:{color:hover};
  220. }
  221.  
  222.  
  223. /*ENTRIES*/
  224.  
  225. #container {
  226. width:500px;
  227. padding:0px;
  228. margin-left:520px;
  229. margin-top:55px;
  230. }
  231.  
  232. #post{
  233. background:#fff;
  234. border:1px solid {color:border};
  235. width:500px;
  236. padding:20px;
  237. margin-top:10px;
  238. }
  239.  
  240.  
  241. /*POST INFO*/
  242.  
  243. #info {
  244. width:500px;
  245. text-align:right;
  246. font-family:calibri;
  247. font-size:8px;
  248. text-transform:uppercase;
  249. padding:1px;
  250. color:{color:info};
  251. line-height:10px;
  252. border-top:1px solid {color:border};
  253. margin-top:5px;
  254. margin-bottom:10px;
  255. }
  256.  
  257. #info a{
  258. color:{color:info};
  259. }
  260.  
  261. #info a:hover{
  262. color:{color:hover};
  263. }
  264.  
  265. #tags{
  266. width:500px;
  267. padding:5px;
  268. margin-top:0px;
  269. margin-left:-5px;
  270. float:left;
  271. text-align:right;
  272. font-size:8px;
  273. opacity:1;
  274. color:{color:links};
  275. transition-duration: 0.5s;
  276. -moz-transition-duration: 0.5s;
  277. -webkit-transition-duration: 0.5s;
  278. -o-transition-duration: 0.5s;
  279. }
  280.  
  281. #tags a {
  282. display:inline-block;
  283. color:{color:info};
  284. font-size:8px;
  285. text-align:center;
  286. text-decoration:none;
  287. }
  288.  
  289. #notes{
  290. font-size:7px;
  291. text-transform:uppercase;
  292. }
  293.  
  294. #cred {
  295. position:fixed;
  296. font-family:'times';
  297. text-transform:uppercase;
  298. font-size:8px;
  299. right:9px;
  300. bottom:9px;
  301. padding:4px;
  302. letter-spacing:1px;
  303. }
  304.  
  305. #cred a{
  306. padding:5px;
  307. }
  308.  
  309. #cred a:hover {
  310. color:#fff;
  311. background:{color:sbarhoverbg};
  312. }
  313.  
  314. {CustomCSS}
  315.  
  316. </style></head>
  317.  
  318.  
  319. <body>
  320.  
  321. <div id="sidebar">
  322. <div id="sidebarimg">
  323. <a href="/" title="{description}"><img src="{image:sb}"></a></div>
  324. <div id="links">
  325. <a href="/" title="home">i.</a>
  326. <a href="/ask" title="message">ii.</a>
  327. <a href="{text:link 3 url}" title="{text:link 3}">iii.</a>
  328. <a href="{text:link 4 url}" title="{text:link 4}">iv.</a>
  329. </div>
  330. {block:Pagination}
  331. <div class="pagi">
  332. {block:PreviousPage}
  333. <a href="{PreviousPage}">back</a>
  334. {/block:PreviousPage}
  335. {block:NextPage}
  336. <a href="{NextPage}">/ next</a>
  337. {/block:NextPage}
  338. </div>
  339. {/block:Pagination}
  340. </div>
  341. </div>
  342.  
  343.  
  344. <div id="container">
  345. {block:Posts}
  346. <div id="post">
  347.  
  348. <!--TEXT POSTS-->
  349.  
  350. {block:Text}
  351. {block:Title}<h2>{Title}</h2>{/block:Title}
  352. {Body}
  353. {/block:Text}
  354.  
  355. <!--ASKS-->
  356.  
  357. {block:Answer}
  358. <div id="question">
  359. {Asker} {text:Question Verb}: {Question}
  360. </div>
  361. {Answer}
  362. {/block:Answer}
  363.  
  364. <!--QUOTE POSTS-->
  365. {block:Quote}
  366.  
  367. <div class="quote">
  368. <div class="quotetext_{Length}"><big><b><i>"{Quote}"</i></b></big></div>
  369. {block:Source}<div class="source">{Source}</div>{/block:Source}
  370. </div>
  371. {/block:Quote}
  372.  
  373. <!--LINK POSTS-->
  374.  
  375. {block:Link}
  376. <h2><a href="{URL}">{Name}</a></h2>
  377. {block:Description}{Description}{/block:Description}
  378. {/block:Link}
  379.  
  380. <!--CHAT POSTS-->
  381.  
  382. {block:Chat}
  383. {block:Title}<h2>{Title}</h2>{/block:Title}
  384. <ul class="convo">{block:Lines}<li class="line">{block:Label}<span class="label">{Label}</span>{/block:Label}
  385. {Line}</li>{/block:Lines}</ul>
  386. {/block:Chat}
  387.  
  388. <!--PHOTO POSTS-->
  389.  
  390. {block:Photo}
  391. {LinkOpenTag}<img src="{PhotoURL-500}" alt="{PhotoAlt}" width="500px">{LinkCloseTag}
  392.  
  393. {block:Caption}{Caption}{/block:Caption}
  394. {/block:Photo}
  395.  
  396. <!--PHOTOSET POSTS-->
  397.  
  398. {block:Photoset}
  399. {Photoset-500}
  400. {block:Caption}{Caption}{/block:Caption}
  401. {/block:Photoset}
  402.  
  403. <!--VIDEO POSTS-->
  404.  
  405. {block:Video}
  406. {Video-500}
  407. {block:Caption}{Caption}{/block:Caption}
  408. {/block:Video}
  409.  
  410.  
  411. <!--AUDIO-->
  412.  
  413. {block:Audio}<left>{block:AlbumArt}<img src="{AlbumArtURL}" width="60px" height="60px" align="left" style="margin-right:10px" />{/block:AlbumArt}<span class="audio">{AudioPlayerBlack}</left></span>
  414. {block:TrackName}<b>Title:</b> {TrackName}<br />{/block:TrackName}
  415. {block:Artist}<b>Artist:</b> {Artist}<br />{/block:Artist}
  416. {/block:ExternalAudio}<b>Played:</b> {PlayCount} times <br>
  417. {/block:Audio}
  418.  
  419.  
  420. <!--POST INFO-->
  421.  
  422. <div id="info">
  423. {block:RebloggedFrom} <a href="{ReblogParentURL}">via</a> - {/block:RebloggedFrom}
  424. {block:ContentSource} <a href="{SourceURL}"><a href="{SourceURL}">source</a>{/block:ContentSource}
  425. {block:RebloggedFrom} <a href="{ReblogParentURL}" target="_blank"></a>{/block:RebloggedFrom}
  426. <a href="{Permalink}">{NoteCount}</a> <a style="color:#f377a0;">♥</a></a>
  427. {block:HasTags}<div id="tags">
  428.  
  429. {block:Tags}<a href="/tagged/{Tag}">#{Tag}</a>&nbsp;{/block:Tags}
  430. </div>{block:HasTags}
  431. </div>
  432. </div>
  433.  
  434. {/block:Posts}
  435. <br><br>{block:PostNotes}<div id="notes">{PostNotes}</div>{/block:PostNotes}
  436. {/block:Posts}</div></div></div>
  437. <br><br><br><br>
  438.  
  439.  
  440. </div></div>
  441.  
  442. {/block:Posts}
  443.  
  444. <div id="cred">
  445. <a href="http://mclahei.tumblr.com/">ML</a>
  446. </div>
  447.  
  448. </body></html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement