Advertisement
narruldthemes

theme 17

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