Advertisement
narruldthemes

theme 14

Jul 23rd, 2013
925
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 13.45 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.  
  5. <!--THEME BY NARRULD do not copy or remove credit-->
  6.  
  7.  
  8. <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
  9. <head><title>{Title}</title>
  10. <link rel="shortcut icon" href="{Favicon}">
  11. <link rel="alternate" type="application/rss+xml" href="{RSS}">
  12. {block:Description}<meta name="description" content="{MetaDescription}" />{/block:Description}
  13.  
  14.  
  15.  
  16. <meta name="color:titlebg" content="#000000"/>
  17. <meta name="color:Sidebar" content="#ffffff"/>
  18. <meta name="color:Text" content="#a8a8a8"/>
  19. <meta name="color:Link" content="#b8b8b8"/>
  20. <meta name="color:Tags" content="f0f0f0"/>
  21. <meta name="color:Hover" content="#f2f2f2"/>
  22. <meta name="color:Line" content="#f2f2f2"/>
  23. <meta name="color:Post" content="#ffffff"/>
  24. <meta name="color:Answer" content="#eeeeee">
  25. <meta name="color:linkbg" content="#000000">
  26. <meta name="color:scrollbarbg" content="#cccccc">
  27.  
  28.  
  29.  
  30. <meta name="image:sidebar" content=""/>
  31. <meta name="image:sidebar2" content=""/>
  32. <meta name="text:sidebartitle" content="">
  33.  
  34. <meta name="text:linkA" content="">
  35. <meta name="text:linkA url" content="/">
  36. <meta name="text:linkB" content="">
  37. <meta name="text:linkB url" content="/">
  38. <meta name="text:linkC" content="">
  39. <meta name="text:linkC url" content="/">
  40. <meta name="text:linkD" content="">
  41. <meta name="text:linkD url" content="/">
  42.  
  43. <link href='http://fonts.googleapis.com/css?family=Dancing+Script' rel='stylesheet' type='text/css'>
  44.  
  45.  
  46. <style type="text/css">
  47.  
  48.  
  49. /* --- SCROLLBAR ---*/
  50.  
  51. ::-webkit-scrollbar {
  52. width: 5px;height: 5px;}
  53. ::-webkit-scrollbar-button:start:decrement,
  54. ::-webkit-scrollbar-button:end:increment {
  55. height: 6px;display: block;background-color: {color:white};}
  56. ::-webkit-scrollbar-track-piece {
  57. background-color: {color:scrollbarbg};}
  58. ::-webkit-scrollbar-thumb:vertical {
  59. height: 9px;background-color: {color:scrollbarbg};border-top:1px solid {color:scrollbarbg};border-bottom:1px solid {color:scrollbarbg};}
  60.  
  61.  
  62. /* --- BODY ---*/
  63.  
  64. body {
  65. background:{color:background};
  66. margin:0px;
  67. color:{color:text};
  68. font-family:cambria;
  69. font-size:9px;
  70. line-height:100%;
  71. }
  72.  
  73. a {
  74. text-decoration:none;
  75. outline:none;
  76. -moz-outline-style:none;
  77. color:{color:link};
  78. }
  79.  
  80. img {
  81. border:none;
  82. }
  83.  
  84. blockquote {
  85. padding-left:5px;
  86. border-left:2px solid;
  87. }
  88.  
  89. blockquote blockquote {
  90. padding-left:5px;
  91. border-left:2px solid;
  92. }
  93.  
  94. h1 {
  95. font-size:9px;
  96. text-transform:uppercase;
  97. }
  98.  
  99. a:hover {
  100. opacity:10;
  101. color:{color:hover};
  102. -webkit-transition: all 0.7s ease;
  103. -moz-transition: all 0.7s ease;
  104. -o-transition: all 0.7s ease
  105. }
  106.  
  107. /* --- POST ENTRIES ---*/
  108.  
  109.  
  110. #entries {
  111. padding:10px;
  112. width:500px;
  113. margin-left:450px;
  114. margin-top:80px;
  115. font-size:10px;
  116. }
  117.  
  118. /* --- BODY: POSTS ---*/
  119.  
  120.  
  121. #post {
  122. width:500px;
  123. padding-bottom:70px;
  124. padding:10px;
  125. margin-top:15px;
  126. background-color:{color:Post};
  127. }
  128.  
  129. /* --- SIDEBAR IMAGE ---*/
  130.  
  131.  
  132. #sidebar {
  133. width:100px;
  134. position:fixed;
  135. margin-left:260px;
  136. margin-top:150px;
  137. opacity:.8;
  138. background-color:{color:Sidebar};
  139. }
  140.  
  141. #sidebarimage {
  142. width 100px;
  143. }
  144.  
  145. #sidebarimage img {
  146. position: fixed;
  147. width:190px;
  148. height: 350px;
  149. border:solid 1px;
  150. padding:6px;
  151. border-color: #ccc;
  152. margin-left: -40px;
  153. margin-top: -75px;
  154. background-color:{color:Sidebar};
  155. }
  156.  
  157. #sidebar2 {
  158. width:100px;
  159. position:fixed;
  160. margin-left:260px;
  161. margin-top:400px;
  162. opacity:.8;
  163. background-color:{color:Sidebar};
  164. }
  165.  
  166. #sidebarimage2 {
  167. width 100px;
  168. }
  169.  
  170. #sidebarimage2 img {
  171. position: fixed;
  172. width:190px;
  173. height:350px;
  174. border:solid 1px;
  175. padding:6px;
  176. border-color: #ccc;
  177. margin-left: 750px;
  178. margin-top:-70px;
  179. background-color:{color:Sidebar};
  180. }
  181.  
  182. /* --- SIDEBAR TITLE ---*/
  183.  
  184. @font-face{font-family:Halo Handletter;src:url(http://static.tumblr.com/9wzbixa/Chgmj2j5c/halohandletter.ttf);}
  185.  
  186. .sidebartitle {
  187. position: absolute;
  188. font-family:halo handletter;
  189. margin-top: -200px;
  190. margin-left: 190px;
  191. font-size: 44px;
  192. padding: 18px;
  193. padding-top: 22px;
  194. padding-bottom: 15px;
  195. width: 500px;
  196. text-align: center;
  197. font-style: italic;
  198. background-color: {color:titlebg};
  199. }
  200.  
  201.  
  202. /* --- SIDEBAR LINKS ---*/
  203.  
  204. #sidebar .links {
  205. opacity: 0;
  206. -webkit-transition: all .7s ease;
  207. -moz-transition: all .7s ease;
  208. -o-transition: all .7s ease;
  209. transition: all .7s ease;
  210. margin-left:820px;
  211. width: 105px;
  212. margin-top:42px;
  213. -webkit-transition:.6s linear;
  214. -webkit-transition: all .6s linear;
  215. -moz-transition: all .6s linear;
  216. transition: all .6s linear;
  217. }
  218.  
  219.  
  220. #sidebar:hover .links{
  221. opacity: 0.9;
  222. width: 105px;
  223. margin-top:42px;
  224. margin-left:790px;
  225. z-index:10;
  226. -webkit-animation:flip 1s;
  227. -moz-animation:flip 1s;
  228. -ms-animation:flip 1s;
  229. }
  230.  
  231. .links {
  232. width:105px;
  233. height:5px;
  234. padding: 9px;
  235. font-size:8px;
  236. text-align:center;
  237. margin-top:30px;
  238. margin-left:790px;
  239. text-align:center;
  240. text-transform:uppercase;
  241. letter-spacing:1px;
  242. position:fixed;
  243. padding-bottom:7px;
  244. opacity: 0.9
  245. }
  246.  
  247. .links a {
  248. display: block;
  249. padding: 5px;
  250. font-size: 12px;
  251. background-color: {color:linkbg};
  252. }
  253.  
  254. .links a:hover {
  255. font-style: italic;
  256. text-transform: lowercase;
  257. }
  258.  
  259.  
  260. /* --- DESCRIPTION ---*/
  261.  
  262. #sidebar #description {
  263. opacity: 0;
  264. -webkit-transition: all .7s ease;
  265. -moz-transition: all .7s ease;
  266. -o-transition: all .7s ease;
  267. transition: all .7s ease;
  268. margin-left:-32px;
  269. width: 105px;
  270. margin-top:45px;
  271. -webkit-transition:.6s linear;
  272. -webkit-transition: all .6s linear;
  273. -moz-transition: all .6s linear;
  274. transition: all .6s linear;
  275. }
  276.  
  277.  
  278. #sidebar:hover #description{
  279. opacity: 0.9;
  280. width: 105px;
  281. margin-top:45px;
  282. margin-left:-2px;
  283. z-index:10;
  284. -webkit-animation:flip 1s;
  285. -moz-animation:flip 1s;
  286. -ms-animation:flip 1s;
  287. }
  288.  
  289. #description {
  290. position:fixed;
  291. overflow: auto;
  292. height: 110px;
  293. line-height:120%;
  294. font-size:10px;
  295. font-style:italic;
  296. width:105px;
  297. padding:12px;
  298. margin-left:8px;
  299. margin-top: 45px;
  300. background-color: #fff;
  301. opacity: 0.9;
  302. color:{color:text};
  303. }
  304.  
  305. #description a {color:{color:text}; -moz-transition-duration:0.4s;
  306. -webkit-transition-duration:0.4s; -o-transition-duration:0.4s;}
  307.  
  308. /* --- PAGINATION---*/
  309.  
  310. #sidebar #pagination {
  311. opacity: 0;
  312. -webkit-transition: all .7s ease;
  313. -moz-transition: all .7s ease;
  314. -o-transition: all .7s ease;
  315. transition: all .7s ease;
  316. margin-left:829px;
  317. width: 95px;
  318. margin-top:160px;
  319. -webkit-transition:.6s linear;
  320. -webkit-transition: all .6s linear;
  321. -moz-transition: all .6s linear;
  322. transition: all .6s linear;
  323. }
  324.  
  325.  
  326. #sidebar:hover #pagination{
  327. opacity: 0.9;
  328. width: 95px;
  329. margin-top:160px;
  330. margin-left:799px;
  331. z-index:10;
  332. -webkit-animation:flip 1s;
  333. -moz-animation:flip 1s;
  334. -ms-animation:flip 1s;
  335. }
  336.  
  337.  
  338. #pagination {
  339. width:95px;
  340. font-size:12px;
  341. padding: 5px;
  342. text-align:center;
  343. margin-left:799px;
  344. margin-top:147px;
  345. position:fixed;
  346. letter-spacing:1px;
  347. background-color: {color:linkbg};
  348. opacity: 0.9
  349. }
  350.  
  351. #pagination:hover {
  352. font-style: italic;
  353. text-transform: lowercase;
  354. opacity:0.2;
  355. }
  356.  
  357. /* --- POST INFO ---*/
  358.  
  359.  
  360. #info {
  361. text-align:left;
  362. margin-top:10px;
  363. text-transform:uppercase;
  364. font-size:8px;
  365. font-style:none;
  366. border-top:1px solid {color:Line}
  367. }
  368.  
  369.  
  370. /* --- POST TAGS---*/
  371.  
  372.  
  373. #tags {
  374. letter-spacing:0px;
  375. text-transform:lowercase;
  376. font-size:10px;
  377. font-style:italic;
  378. margin-top:4px;
  379. text-align:left;
  380. }
  381.  
  382. #tags
  383. a {display:inline;background-color:{color:Tags};padding:-3px;text-align:left;
  384. -webkit-transition: all 0.6s ease-in-out;
  385. -moz-transition: all 0.6s ease-in-out;
  386. -o-transition: all 0.6s ease-in-out;
  387. -ms-transition: all 0.6s ease-in-out; transition: all 0.6s ease-in-out;}
  388.  
  389.  
  390. /* --- QUESTIONS ---*/
  391.  
  392. #asker {
  393. padding:5px;
  394. letter-spacing:1px;
  395. text-align:left;
  396. font-style:italic;
  397. margin-left:10px;
  398. border-left:3px #eee solid;
  399. background-color:{color:background}
  400. }
  401.  
  402. {CustomCSS}</style></head><body>
  403.  
  404. <div id="sidebar">
  405. <div id="sidebarimage"><img src="{image:sidebar}"></div>
  406. <div id="sidebarimage2"><img src="{image:sidebar2}"></div>
  407. <div class="sidebartitle">{text:sidebartitle}</div>
  408. <div id="description">
  409. {Description}
  410. </div>
  411. <div class="links">
  412. {block:IfLinkA}
  413. <a href="{text:linkA url}">{text:linkA}</a>
  414. {/block:IfLinkA}
  415. <p>
  416. {block:IfLinkB}
  417. <a href="{text:linkB url}">{text:linkB}</a>
  418. {/block:IfLinkB}
  419. <p>
  420. {block:IfLinkC}
  421. <a href="{text:linkC url}">{text:linkC}</a>
  422. {/block:IfLinkC}
  423. <p>
  424. {block:IfLinkD}
  425. <a href="{text:linkD url}">{text:linkD}</a>
  426. {/block:IfLinkD}
  427. </div>
  428. {block:Pagination}
  429. <div id="pagination">
  430. {block:PreviousPage}
  431. <a href="{PreviousPage}">LAST</a>
  432. {/block:PreviousPage}
  433. {block:NextPage}
  434. <a href="{NextPage}">NEXT</a>
  435. {/block:NextPage}
  436. </div>
  437. {/block:Pagination}
  438. </div>
  439.  
  440. <div id="entries">{block:Posts}<div id="post">
  441.  
  442. {block:Text}<h1>{block:Title}{Title}{/block:Title}</h1>{Body}{/block:Text}
  443.  
  444. {block:Photo}{LinkOpenTag}<img src="{PhotoURL-500}">{LinkCloseTag}{block:Caption}{Caption}{/block:Caption}{/block:Photo}
  445.  
  446. {block:Photoset}{Photoset-500}{block:Caption}{Caption}{/block:Caption}{/block:Photoset}
  447.  
  448. {block:Quote}{Quote}{/block:Quote}
  449.  
  450. {block:Link}<h1><a href="{URL}" {Target}>{Name}</a></h1>{block:Description}{Description}{/block:Description}{/block:Link}
  451.  
  452. {block:Chat}{block:Title}<h1>{Title}</h1>{/block:Title}{block:Lines}{block:Label}<b>{Label}</b>{/block:Label} {Line}<br>{/block:Lines}{/block:Chat}
  453.  
  454. {block:Audio}<left>{block:AlbumArt}<img src="{AlbumArtURL}" width="80px" height="80px" align="left" style="margin-right:10px" />{/block:AlbumArt}<span class="audio">{AudioPlayerWhite}</left></span>
  455. <br>{block:TrackName}<b>Title:</b> {TrackName}<br />{/block:TrackName}
  456. <br>{block:Artist}<b>Artist:</b> {Artist}<br />{/block:Artist}
  457. {/block:ExternalAudio}<br><b>Played:</b> {PlayCount} times
  458. {/block:Audio}
  459.  
  460. {block:Video}{Video-500}{block:Caption}{Caption}{/block:Caption}{/block:Video}
  461.  
  462. {block:Answer}<div id="asker"><span style="font-family:cambria;font-size:9px;font-style:italic;">✎ {Asker}: </span>{Question}</div><left><font face="cambria">{Answer}</font>{/block:Answer}
  463.  
  464. <div id="info">
  465. <br>posted <a href="{Permalink}">{TimeAgo}</a> {block:RebloggedFrom} via <a href="{ReblogParentURL}">{ReblogParentName}</a>{/block:RebloggedFrom} {block:ContentSource}(<a href="{SourceURL}">© <a href="{SourceURL}">{SourceLink}</a>){/block:ContentSource}{block:RebloggedFrom} <a href="{ReblogParentURL}" target="_blank"></a>{/block:RebloggedFrom} with <a href="{Permalink}">{NoteCountWithLabel}</a>
  466. {block:HasTags}<div id="tags"><img src="http://static.tumblr.com/qlfmldj/wOKmcnquv/untitled-2.png">{block:Tags} #<a href="{TagURL}">{Tag}</a> {/block:Tags}</div>{/block:HasTags}</div></div>
  467. {/block:Posts}
  468. {block:PostNotes}<div id="notes">{PostNotes}</div>{/block:PostNotes}
  469. {/block:Posts}</div></div></div>
  470.  
  471.  
  472. <!--
  473. THEME MAKER CREDIT
  474. -->
  475.  
  476. <div style="float: right; position: fixed; bottom: -6px; right: 2px;"><a href="http://narruld.tumblr.com"><img src="http://static.tumblr.com/u7ncy54/yx6mp2nu0/untitled2.png">
  477.  
  478.  
  479. </body></html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement