Advertisement
narruldthemes

theme 28

Mar 1st, 2014
428
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 13.29 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. <!--
  6.  
  7. THEME BY NARRULD do not copy or remove credit
  8.  
  9. -->
  10.  
  11.  
  12. <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
  13. <head>
  14.  
  15. <title>{Title}</title>
  16. <link rel="shortcut icon" href="{Favicon}">
  17. <link rel="alternate" type="application/rss+xml" href="{RSS}">
  18. {block:Description}<meta name="description" content="{MetaDescription}" />{/block:Description}
  19.  
  20.  
  21. <meta name="color:Text" content="#bbbbbb"/>
  22. <meta name="color:Link" content="#aaaaaa"/>
  23. <meta name="color:linkbg" content="#eeeeee"/>
  24. <meta name="color:linkhover" content="#ffffff"/>
  25. <meta name="color:Tags" content="#cccccc"/>
  26. <meta name="color:Hover" content="#f1f1f1"/>
  27. <meta name="color:Line" content="#f2f2f2"/>
  28. <meta name="color:Border" content="#eeeeee"/>
  29. <meta name="color:scrollbarbg" content="ffffff"/>
  30.  
  31. <meta name="image:sidebar" content=""/>
  32. <meta name="image:bg" 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.  
  44. <style type="text/css">
  45.  
  46.  
  47.  
  48. ::-webkit-scrollbar-thumb{ background-color: {color:scrollbarbg}; border: 2px solid #fff; height:auto; }
  49.  
  50. ::-webkit-scrollbar { height:8px; width:11px; background-color: {color:scrollbarbg}; border:4.5px solid #fff; }
  51.  
  52.  
  53. body {
  54. background:{color:background};
  55. margin:0px;
  56. color:{color:text};
  57. font-family:candara;
  58. font-size:11px;
  59. line-height:100%;
  60. }
  61.  
  62. a {
  63. text-decoration:none;
  64. -moz-outline-style:none;
  65. color:{color:link};
  66. }
  67.  
  68. img {
  69. border:none;
  70. }
  71.  
  72.  
  73. h1 {
  74. font-size:18px;
  75. text-transform:uppercase;
  76. padding:8px;
  77. }
  78.  
  79. blockquote {
  80. padding-left:5px;
  81. border-left:2px solid;
  82. }
  83.  
  84. blockquote blockquote {
  85. padding-left:5px;
  86. border-left:2px solid;
  87. }
  88.  
  89.  
  90. a:hover {
  91. opacity:1;
  92. color:{color:hover};
  93. -webkit-transition: all 0.5s ease;
  94. -moz-transition: all 0.5s ease;
  95. -o-transition: all 0.5s ease
  96. }
  97.  
  98.  
  99. #sidebar {
  100. position:fixed;
  101. width:120px;
  102. margin-left:260px;
  103. margin-top:200px;
  104. opacity:1;
  105. }
  106.  
  107. #sidebarimage {
  108. width 120px;
  109. }
  110.  
  111. #sidebarimage img {
  112. width:80px;
  113. height:80px;
  114. margin-top:-80px;
  115. padding:6px;
  116. border:2px solid #eee;
  117. }
  118.  
  119.  
  120. .desc {
  121. position:fixed;
  122. margin-top:110px;
  123. margin-left:-47px;
  124. font-family:candara;
  125. line-height:95%;
  126. font-size:11px;
  127. width:130px;
  128. padding:9px;
  129. text-align:justify;
  130. color:{color:text};
  131. }
  132.  
  133. .desc a
  134. {color:{color:text};
  135. -moz-transition-duration:0.6s;
  136. -webkit-transition-duration:0.6s;
  137. -o-transition-duration:0.6s;
  138. }
  139.  
  140.  
  141. .links {
  142. width:140px;
  143. height:5px;
  144. padding: 9px;
  145. font-size:12px;
  146. text-align:center;
  147. margin-top:0px;
  148. margin-left:-53px;
  149. text-align:right;
  150. text-transform:lowercase;
  151. letter-spacing:1px;
  152. position:fixed;
  153. padding-bottom:7px;
  154. color:{color:link};
  155. }
  156.  
  157. .links a {
  158. display: block;
  159. padding: 5px;
  160. font-size: 11px;
  161. margin-bottom:5px;
  162. background-color: {color:linkbg};
  163. -moz-transition-duration:0.4s;
  164. -webkit-transition-duration:0.4s;
  165. -o-transition-duration:0.4s;
  166. }
  167.  
  168. .links a:hover {
  169. text-transform: lowercase;
  170. background-color:{color:linkhover};
  171. color:{color:link};
  172. letter-spacing:3px;
  173. -moz-transition-duration:0.4s;
  174. -webkit-transition-duration:0.4s;
  175. -o-transition-duration:0.4s;
  176. }
  177.  
  178.  
  179. #pagi{
  180. width:100px;
  181. font-size:10px;
  182. text-align:center;
  183. margin-left:15px;
  184. margin-top:-108px;
  185. position:fixed;
  186. font-family:candara;
  187. letter-spacing:0px;
  188. }
  189.  
  190.  
  191. #all {
  192. padding:10px;
  193. width:500px;
  194. margin-left:420px;
  195. margin-top:50px;
  196. font-size:10px;
  197. padding-bottom:40px;
  198. }
  199.  
  200.  
  201.  
  202. #posts {
  203. width:500px;
  204. padding-bottom:20px;
  205. padding:10px;
  206. margin-top:30px;
  207. background-color:{color:Post};
  208. }
  209.  
  210.  
  211. #details {
  212. text-align:right;
  213. margin-top:-19px;
  214. text-transform:lowercase;
  215. font-size:10px;
  216. font-style:none;
  217. color:{color:info};
  218. }
  219.  
  220. #date {
  221. text-align:left;
  222. margin-top:7px;
  223. text-decoration:underline;
  224. font-size:10px;
  225. font-style:none;
  226. color:{color:info};
  227. border-top:1px solid #f2f2f2;
  228. }
  229.  
  230.  
  231. #tags {
  232. font-family:candara;
  233. letter-spacing:0px;
  234. text-transform:lowercase;
  235. font-size:10px;
  236. font-style:italic;
  237. margin-top:3px;
  238. text-align:right;
  239. }
  240.  
  241. #tags a {
  242. display:inline-block;
  243. padding:-3px;
  244. text-align:right;
  245. color:{color:Tags};
  246. -webkit-transition: all 0.6s ease-in-out;
  247. -moz-transition: all 0.6s ease-in-out;
  248. -o-transition: all 0.6s ease-in-out;
  249. -ms-transition: all 0.6s ease-in-out;
  250. -transition: all 0.6s ease-in-out;
  251. }
  252.  
  253.  
  254. #question {
  255. padding:14px;
  256. font-family:candara;
  257. letter-spacing:0px;
  258. text-align:left;
  259. line-height:110%;
  260. font-size:11px;
  261. margin-bottom:10px;
  262. color:{color:text};
  263. font-weight:bold;
  264. border:2px solid #ddd;
  265. }
  266.  
  267. #asker {
  268. text-transform:lowercase;
  269. letter-spacing:0px;
  270. font-size:18px;
  271. margin-top:-28px;
  272. margin-bottom:18px;
  273. margin-left:-5px;
  274. color:{color:text};
  275. }
  276.  
  277. .newplayerbutton {
  278. position: relative;
  279. width: 28px;
  280. height: 27px;
  281. overflow: hidden;
  282. background-color: #ccc;
  283. }
  284.  
  285. .playerbuttonhug {
  286. position: absolute;
  287. top: -11px;
  288. left: -12px;
  289. }
  290.  
  291.  
  292. .tumblr_audio_player {
  293. border: none;
  294. padding: 0px;
  295. margin: 0px;
  296. height: 50px;
  297. width: 500px;
  298. background-color: #ccc;
  299. }
  300.  
  301. .playerbuttonbg {
  302. position: absolute;
  303. left: 20px;
  304. top: 20px;
  305. width: 28px;
  306. height: 28px;
  307. background-color: white;
  308. padding: 10px;
  309. -webkit-border-radius: 40px;
  310. -moz-border-radius: 40px;
  311. border-radius: 40px;
  312. opacity: .4;
  313. filter: alpha(opacity=40);
  314. -moz-opacity: 0.4;
  315. -khtml-opacity: 0.4;
  316. transition: opacity .7s ease-in-out;
  317. -moz-transition: opacity .7s ease-in-out;
  318. -webkit-transition: opacity .7s ease-in-out;
  319. }
  320.  
  321. .playerbuttonbg:hover {
  322. opacity: 1;
  323. filter: alpha(opacity=100);
  324. -moz-opacity: 1;
  325. -khtml-opacity: 1;
  326. }
  327.  
  328. .audioimgwrapper {
  329. position: absolute;
  330. left: 0px;
  331. top: 0px;
  332. -webkit-border-radius: 50px;
  333. -moz-border-radius: 50px;
  334. border-radius: 50px;
  335. overflow: hidden;
  336. width: 88px;
  337. height: 88px;
  338. }
  339.  
  340. .audioimgwrapper img {
  341. width: 100%;
  342. height: auto;
  343. -webkit-border-radius: 50px;
  344. -moz-border-radius: 50px;
  345. border-radius: 50px;
  346. }
  347.  
  348. .trackdetails {
  349. width: auto;
  350. display:inline-block;
  351. margin-left: 100px;
  352. min-height: 85px;
  353. }
  354.  
  355. .audiowrapper {
  356. position: relative;
  357. display:inline-block;
  358. }
  359.  
  360. #quote {
  361. font-size:18px;
  362. letter-spacing:-1px;
  363. line-height:100%;
  364. }
  365.  
  366.  
  367.  
  368. {CustomCSS}</style></head><body>
  369.  
  370.  
  371. <div id="sidebar">
  372. <div id="sidebarimage"><img src="{image:sidebar}"></div>
  373. <div class="desc">
  374. {Description}
  375. </div>
  376. <div class="links">
  377. {block:IfLinkA}
  378. <a href="{text:linkA url}">{text:linkA}</a>
  379. {/block:IfLinkA}
  380. {block:IfLinkB}
  381. <a href="{text:linkB url}">{text:linkB}</a>
  382. {/block:IfLinkB}
  383. {block:IfLinkC}
  384. <a href="{text:linkC url}">{text:linkC}</a>
  385. {/block:IfLinkC}
  386. {block:IfLinkD}
  387. <a href="{text:linkD url}">{text:linkD}</a>
  388. {/block:IfLinkD}
  389. </div>
  390. {block:Pagination}
  391. <div id="pagi">
  392. {block:PreviousPage}
  393. <a href="{PreviousPage}">back</a>
  394. {/block:PreviousPage}
  395. /{block:NextPage}
  396. <a href="{NextPage}">forth</a>
  397. {/block:NextPage}
  398. </div>
  399. {/block:Pagination}
  400. </div>
  401.  
  402. <div id="all">{block:Posts}<div id="posts">
  403.  
  404. {block:Text}<h1>{block:Title}{Title}{/block:Title}</h1>{Body}{/block:Text}
  405.  
  406. {block:Photo}{LinkOpenTag}<img src="{PhotoURL-500}">{LinkCloseTag}{block:Caption}{Caption}{/block:Caption}{/block:Photo}
  407.  
  408. {block:Link}<h1><a href="{URL}" {Target}>{Name}</a></h1>{block:Description}{Description}{/block:Description}{/block:Link}
  409.  
  410. {block:Photoset}{Photoset-500}{block:Caption}{Caption}{/block:Caption}{/block:Photoset}
  411.  
  412. {block:Quote}<div id="quote">"{Quote}"<br><span style="text-align:right;font-size:12px;">— {Source}</span></div>{/block:Quote}
  413.  
  414. {block:AudioPlayer}
  415. <div class="audiowrapper">
  416. {block:AlbumArt}
  417. <div class="audioimgwrapper"><img src="{AlbumArtURL}"></div>
  418. {/block:AlbumArt}
  419.  
  420. <div class="playerbuttonbg">
  421. <div class="newplayerbutton">
  422. <div class="playerbuttonhug">
  423.  
  424. {AudioPlayerWhite}
  425.  
  426. </div>
  427. </div>
  428. </div>
  429.  
  430. <div class="trackdetails">
  431.  
  432. {block:TrackName}{TrackName}{/block:TrackName}<br/>
  433. {block:Artist}Artist: {Artist}{/block:Artist}<br/>
  434. {block:Album}Album: {Album}{/block:Album}<br/>
  435. {PlayCountWithLabel}
  436.  
  437. </div>
  438. </div>
  439. {/block:AudioPlayer}
  440.  
  441. {block:Video}{Video-500}{block:Caption}{Caption}{/block:Caption}{/block:Video}
  442.  
  443. {block:Chat}{block:Title}<h1>{Title}</h1>{/block:Title}{block:Lines}{block:Label}<b>{Label}</b>{/block:Label} {Line}<br>{/block:Lines}{/block:Chat}
  444.  
  445.  
  446. {block:Answer}<div id="question"><span style="text-transform:lowercase;font-size:18px;letter-spacing:0px;"> {Asker}: </span>{Question}</div><left> {Answer}{/block:Answer}
  447.  
  448. <div id="date">
  449. <br> <a href="{Permalink}">{Month} {DayOfMonthWithZero} at {12Hour}:{Minutes}</u> </a> </div>
  450. <div id="details">
  451. <br>// {block:RebloggedFrom} <a href="{ReblogParentURL}">via </a>{/block:RebloggedFrom} // {block:ContentSource} <a href="{SourceURL}">source <a href="{SourceURL}"></a> {/block:ContentSource} ♥ <a href="{Permalink}">{NoteCount}</a> <span style="text-transform:uppercase;padding:0px 4px 0px 4px;"><a title="reblog" href="{ReblogURL}" target="_blank">reblog</a></span>
  452. {block:HasTags}<div id="tags">{block:Tags} #<a href="{TagURL}">{Tag}</a> {/block:Tags}</div>{/block:HasTags}</div></div>
  453. {/block:Posts}
  454. {block:PostNotes}
  455.  
  456. <div id="notes">{PostNotes}</div>{/block:PostNotes}
  457. {/block:Posts}</div></div></div>
  458.  
  459.  
  460.  
  461. <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">
  462.  
  463.  
  464.  
  465.  
  466. </body></html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement