Advertisement
narruldthemes

theme 16

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