Advertisement
narruldthemes

theme 27

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