Advertisement
narruldthemes

theme 8

May 11th, 2013
634
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 12.69 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. <!-- THEME BY NARRULD do not copy or remove credit -->
  4.  
  5. <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
  6.  
  7.  
  8. <head>
  9.  
  10.  
  11. <meta name="color:bg" content="#FFFFFF">
  12. <meta name="color:link" content="#E6E4E4">
  13. <meta name="color:hover" content="#454545">
  14. <meta name="color:infobg" content="#FCFCFC">
  15. <meta name="color:text" content="#9A9A9A">
  16. <meta name="color:tags" content="#EDEDED">
  17. <meta name="color:scrollbar" content="#D6D5D5">
  18. <meta name="color:border" content="#FAFAFA">
  19.  
  20. <meta name="image:sidebar" content=""/>
  21.  
  22. <meta name="text:linkA" content="">
  23. <meta name="text:linkA url" content="/">
  24. <meta name="text:linkB" content="">
  25. <meta name="text:linkB url" content="/">
  26. <meta name="text:linkC" content="">
  27. <meta name="text:linkC url" content="/">
  28. <meta name="text:linkD" content="">
  29. <meta name="text:linkD url" content="/">
  30.  
  31. <meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
  32. <title>{Title}</title> {block:Description}<meta name="description" content="{MetaDescription}" />{/block:Description}
  33. <link rel="shortcut icon" href="{Favicon}" />
  34. <link rel="alternate" type="application/rss+xml" href="{RSS}" />
  35.  
  36. <style type="text/css">
  37.  
  38.  
  39. a {
  40. color:{color:link};
  41. text-decoration:none;
  42. -moz-transition-duration:0.5s;
  43. -webkit-transition-duration:0.5s;
  44. -o-transition-duration:0.5s;
  45. }
  46.  
  47. a:hover {
  48. color:{color:hover};
  49. text-decoration:none;
  50. -moz-transition-duration:0.5s;
  51. -webkit-transition-duration:0.5s;
  52. -o-transition-duration:0.5s;
  53. }
  54.  
  55.  
  56. ::-webkit-scrollbar {background-color:{color:infobg}; height:8px; width:8px}
  57. ::-webkit-scrollbar-thumb:vertical {background-color:{color:scrollbar}; height:50px}
  58. ::-webkit-scrollbar-thumb:horizontal {background-color:{color:scrollbar}; height:8px!important}
  59.  
  60. body {
  61. background-color:{color:bg};
  62. font-family:cambria;
  63. font-weight:normal;
  64. }
  65.  
  66.  
  67.  
  68.  
  69. h1 {
  70. font-weight:normal;
  71. font-size:10px;
  72. text-align:center;
  73. font-style:normal;
  74. line-height:80%;
  75. letter-spacing:1px;
  76. text-transform:uppercase;
  77. color:{color:text};
  78. }
  79.  
  80. h2 {
  81. font-size:15px;
  82. text-align:center;
  83. line-height:100%;
  84. letter-spacing:-0.5px;
  85. color:{color:text};
  86. font-weight:normal;
  87. padding:5px;
  88. padding-bottom:2px;
  89. }
  90.  
  91.  
  92. blockquote {
  93. border-left:2px solid {color:text};
  94. padding-left:5px;
  95. margin:5px;
  96. }
  97.  
  98. #theme {
  99. background-color:{color:bg};
  100. width:700px;
  101. margin: 0 auto -12px auto;
  102. text-align: center;
  103. }
  104.  
  105. #sidebar {
  106. color:{color:text};
  107. position:fixed;
  108. width:140px;
  109. height:auto;
  110. margin-top:180px;
  111. text-align:left;
  112. }
  113.  
  114. #sidebar img {
  115. width:140px;
  116. height:190px;
  117. margin-top:50px;
  118. margin-left:-150px;
  119. }
  120.  
  121.  
  122.  
  123. .links {
  124. margin-top:-150px;
  125. margin-left: -151px;
  126. font-size:9px;
  127. text-transform:uppercase;
  128. text-align:center;
  129. letter-spacing:3px;
  130. line-height:170%;
  131. }
  132.  
  133. .links a{
  134. padding:3px;
  135. display: block;
  136. border: 1px solid #ffffff;
  137. background-color: #ffffff;
  138. width: 133px;
  139. opacity: 0.2;
  140. padding:3px;
  141. color:{color:link};
  142. letter-spacing:3px;
  143. text-decoration:none;
  144. -moz-transition-duration:1s;
  145. -webkit-transition-duration:1s;
  146. -o-transition-duration:1s;
  147. }
  148.  
  149. .links a:hover{
  150. color:{color:hover};
  151. opacity: 0.9;
  152. letter-spacing: 5px;
  153. -moz-transition-duration:1s;
  154. -webkit-transition-duration:1s;
  155. -o-transition-duration:1s;
  156. }
  157.  
  158. .desc {
  159. margin-top:-120px;
  160. margin-left: 2px;
  161. text-align:justify;
  162. font-size:10px;
  163. width: 120px;
  164. color:{color:text};
  165. letter-spacing:1px;
  166. line-height:150%;
  167. }
  168.  
  169. .desc a {
  170. color:{color:link};
  171. }
  172.  
  173. .pagi {
  174. font-size:8px;
  175. margin-top: 5px;
  176. margin-left: -12px;
  177. text-transform:uppercase;
  178. letter-spacing:3px;
  179. font-style:normal;
  180. text-align:center;
  181. }
  182.  
  183. .pagi a {
  184. color:{color:link};
  185. }
  186.  
  187. .title {
  188. position: fixed;
  189. margin-top: -20px;
  190. margin-left: 140px;
  191. border: 1px solid {color:hover};
  192. background-color: {color:hover};
  193. padding: 2px;
  194. width: 137px;
  195. }
  196.  
  197. .title a{
  198. color: {color:link}
  199. }
  200.  
  201. #stuffcontainer {
  202. float:left;
  203. margin-left:200px;
  204. margin-top:75px;
  205. text-align:justify;
  206. background-color:{color:bg};
  207. color:{color:text};
  208. margin-bottom: 35px;
  209. }
  210.  
  211.  
  212. #stuff {
  213. width:500px;
  214. margin-top:45px;
  215. text-align:justify;
  216. font-size:11px;
  217. line-height:90%;
  218. letter-spacing:0x;
  219. color:{color:text};
  220. }
  221.  
  222. .caption {
  223. width:500px;
  224. text-align:justify;
  225. line-height:120%;
  226. }
  227.  
  228. .ask {
  229. padding:10px;
  230. text-align:left;
  231. color:{color:text};
  232. background-color:{color:infobg};
  233. border-bottom:1px solid {color:border};
  234. border-right:1px solid {color:border};
  235. }
  236.  
  237. .ans {
  238. text-align:left;
  239. padding:10px;
  240. color:{color:text};
  241. }
  242.  
  243. .audio {
  244. width:500px;
  245. padding-bottom:10px;
  246. background-color:{color:infobg};
  247. }
  248.  
  249. .albumart {
  250. float:left;
  251. padding:0px 10px 10px 0px;
  252. }
  253.  
  254. .albumart img {
  255. width:45px;
  256. height:45px;
  257. }
  258.  
  259. .playercontainer {
  260. text-align:left;
  261. padding:10px;
  262. background-color:#ffffff;
  263. width:480px;
  264. }
  265.  
  266. .audioinfo {
  267. padding:10px;
  268. color:{color:text};
  269. }
  270.  
  271. #postinfo {
  272. width:490px;
  273. padding:5px;
  274. font-size:8px;
  275. color:{color:link};
  276. text-transform:uppercase;
  277. font-style:normal;
  278. letter-spacing:2px;
  279. text-align:left;
  280. border-top:1px solid {color:border};
  281. -moz-transition-duration:0.5s;
  282. -webkit-transition-duration:0.5s;
  283. -o-transition-duration:0.5s;
  284. }
  285.  
  286. #postinfo a {
  287. color:{color:link};
  288. text-align:center;
  289. letter-spacing:1px;
  290. font-style:normal;
  291. }
  292.  
  293. #postinfo a:hover {
  294. color:{color:hover};
  295. }
  296.  
  297. .note {
  298. text-transform:uppercase;
  299. font-style:normal;
  300. letter-spacing:0px;
  301. font-size: 9px;
  302. text-align:left;
  303. line-height:90%;
  304. margin-left:-40px;
  305. }
  306.  
  307. .note li {
  308. list-style-type:none;
  309. border-bottom:1px solid {color:border};
  310. padding:10px 25px 10px 25px;
  311. text-align:left;
  312. margin:0px;
  313. -moz-transition-duration:0.5s;
  314. -webkit-transition-duration:0.5s;
  315. -o-transition-duration:0.5s;
  316. }
  317.  
  318. .tags {
  319. font-style:normal;
  320. width:500px;
  321. text-transform:uppercase;
  322. font-style:normal;
  323. color:{color:tags};
  324. letter-spacing:2px;
  325. line-height:120%;
  326. font-size:8px;
  327. text-align:left;
  328. padding:0px;
  329. -moz-transition-duration:0.5s;
  330. -webkit-transition-duration:0.5s;
  331. -o-transition-duration:0.5s;
  332. }
  333.  
  334. .tags a {
  335. color:{color:tags};
  336. letter-spacing:1px;
  337. padding:1px;
  338. }
  339.  
  340. .tags a:hover {
  341. color:{color:link};
  342. }
  343.  
  344. ul.chat, .chat ol, .chat li {
  345. list-style:none;
  346. margin:0px;
  347. padding:2px;
  348. }
  349.  
  350. .label {
  351. text-decoration:underline;
  352. font-weight:700;
  353. background-color:{color:infobg};
  354. margin-right:5px;
  355. }
  356.  
  357. #cred {
  358. position:fixed;
  359. font-size:8px;
  360. font-weight:normal;
  361. line-height:150%;
  362. letter-spacing:2px;
  363. right:10px;
  364. bottom:10px;
  365. text-transform:uppercase;
  366. text-align:center;
  367. }
  368.  
  369. #cred a {
  370. padding:3px;
  371. color:{color:bg};
  372. background-color:{color:link};
  373. -moz-transition-duration:0.5s;
  374. -webkit-transition-duration:0.5s;
  375. -o-transition-duration:0.5s;
  376. }
  377.  
  378. {CustomCSS}
  379.  
  380. </style></head>
  381.  
  382. <body>
  383. <div id="theme">
  384. <div id="sidebar">
  385. <img src="{image:sidebar}">
  386. <div class="links">
  387. <div class="title">{title}</div>
  388. {block:IfLinkA}
  389. <a href="{text:linkA url}">{text:linkA}</a>
  390. {/block:IfLinkA}
  391. <p>
  392. {block:IfLinkB}
  393. <a href="{text:linkB url}">{text:linkB}</a>
  394. {/block:IfLinkB}
  395. <p>
  396. {block:IfLinkC}
  397. <a href="{text:linkC url}">{text:linkC}</a>
  398. {/block:IfLinkC}
  399. <p>
  400. {block:IfLinkD}
  401. <a href="{text:linkD url}">{text:linkD}</a>
  402. {/block:IfLinkD}
  403. </div>
  404. <div class="desc">
  405. {Description}
  406. </div>
  407. {block:Pagination}
  408. <div class="pagi">
  409. {block:PreviousPage}
  410. <a href="{PreviousPage}">last</a>
  411. {/block:PreviousPage}
  412. {block:NextPage}
  413. <a href="{NextPage}">next</a>
  414. {/block:NextPage}
  415. </div>
  416. {/block:Pagination}
  417. </div>
  418.  
  419. <div id="stuffcontainer">
  420.  
  421. {block:Posts}
  422.  
  423. <div id="stuff">
  424.  
  425. {block:Text}{block:Title}<h2>{Title}</h2>{/block:Title}{Body}{/block:Text}
  426.  
  427. {block:Quote}<h2>“{Quote}”</h2><h1>{Source}</h1>{/block:Quote}
  428.  
  429. {block:Link}<a href="{URL}"><h2>{Name}</h2></a>
  430. {block:Description}<p>{Description}</p>{/block:Description}{/block:Link}
  431.  
  432. {block:Photo}<center><img src="{PhotoURL-500}"/></center>{block:Caption}{Caption}{/block:Caption}{/block:Photo}
  433.  
  434. {block:Photoset}<center>{Photoset-500}</center>
  435. {block:Caption}{Caption}{/block:Caption}{/block:Photoset}
  436.  
  437. {block:Chat}<ul class="chat">{block:Title}<h2>{Title}</h2>{/block:Title}{block:Lines}<li>{block:Label}<span class="label">{Label}</span>{/block:Label}&nbsp;{Line}</li>{/block:Lines}</ul>{/block:Chat}
  438.  
  439. {block:Video}{Video-500}{block:Caption}{Caption}{/block:Caption}{/block:Video}
  440.  
  441. {block:Answer}<div class="ask">{Asker} asked: {Question}</div><div class="ans">{Answer}</div>{/block:answer}
  442.  
  443. {block:Audio}<div class="audio">{block:AlbumArt}<div class="albumart"><img src="{AlbumArtURL}"/></div>{/block:AlbumArt}
  444. <div class="audioinfo">{block:TrackName}<b>Title:</b> {TrackName}<br />{/block:TrackName}{block:Artist}<b>Artist:</b> {Artist}<br />{/block:Artist}
  445. {/block:ExternalAudio}<b>Played:</b> {PlayCount} times</div>
  446. <br><div class="playercontainer">{AudioPlayerWhite}</div></div>
  447. {block:Caption}{Caption}{/block:Caption}<br>{/block:Audio}
  448.  
  449.  
  450.  
  451. {block:Date}<div id="postinfo">{MonthNumberWithZero}-{DayOfMonthWithZero} / <a href="{Permalink}">{24Hour}:{Minutes}</a>{block:NoteCount} / <a href="{Permalink}">{NoteCountWithLabel}</a>{/block:NoteCount}{block:RebloggedFrom} / <a href="{ReblogParentURL}">{ReblogParentName}</a>{/block:RebloggedFrom}
  452. {block:ContentSource} / <a href="{SourceURL}">{SourceLink}</a>{/block:ContentSource}</div>{/block:Date}
  453. {block:HasTags}
  454. <div class="tags">
  455. {block:Tags}<a href="{TagURL}">#&nbsp;{Tag}</a>{/block:Tags}</div>
  456. {/block:HasTags}
  457. <div class="note">
  458. {block:PostNotes}{PostNotes}{/block:PostNotes}
  459. </div>
  460. </div>
  461. {/block:Posts}
  462.  
  463.  
  464. </div>
  465.  
  466. <div style="float: right; position: fixed; bottom: 1px; right: 1px;"><a href="http://narruld.tumblr.com"><img src="http://static.tumblr.com/u7ncy54/N2cml5uxc/untitled.png">
  467.  
  468. </div>
  469. </div>
  470. </div>
  471. </body>
  472. </html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement