Advertisement
narruldthemes

theme 2

Mar 24th, 2013
701
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 11.04 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="#AAAAAA">
  13. <meta name="color:link hover" content="bbbbbb">
  14. <meta name="color:link bg" content="#eeeeee">
  15. <meta name="color:text" content="#AAAAAA">
  16. <meta name="color:tags" content="#AAAAAA">
  17. <meta name="color:scrollbar" content="#EEEEEE">
  18. <meta name="color:border" content="#F5F5F5">
  19.  
  20. <meta name="image:sidebar" content=""/>
  21.  
  22. <meta name="text:link1" content="">
  23. <meta name="text:link1 url" content="/">
  24. <meta name="text:link2" content="">
  25. <meta name="text:link2 url" content="/">
  26. <meta name="text:link3" content="">
  27. <meta name="text:link3 url" content="/">
  28. <meta name="text:link4" content="">
  29. <meta name="text:link4 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:bg}; 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:11px;
  72. text-align:center;
  73. font-style:italic;
  74. line-height:50%;
  75. letter-spacing:1px;
  76. text-transform:lowercase;
  77. color:{color:text};
  78. }
  79.  
  80. h2 {
  81. font-size:10px;
  82. text-align:center;
  83. line-height:100%;
  84. letter-spacing:-0.5px;
  85. color:{color:text};
  86. font-weight:bold;
  87. text-transform:uppercase;
  88. padding:5px;
  89. padding-bottom:2px;
  90. }
  91.  
  92.  
  93. blockquote {
  94. border-left:2px solid {color:text};
  95. padding-left:5px;
  96. margin:5px;
  97. }
  98.  
  99. #themenum {
  100. background-color:{color:bg};
  101. width:700px;
  102. margin: 0 auto -12px auto;
  103. text-align: center;
  104. }
  105.  
  106. #sidebar {
  107. color:{color:text};
  108. position:fixed;
  109. width:120px;
  110. height:auto;
  111. margin-top:210px;
  112. margin-left:-50px;
  113. text-align:left;
  114.  
  115. }
  116.  
  117.  
  118. #sidebar img {
  119. width:120px;
  120. height:120px;
  121. margin-bottom:10px;
  122. margin-top: 20px;
  123. outline:1px solid #f5f5f5;
  124. outline-offset:4px;
  125. }
  126.  
  127. .slinks {
  128. border: 1px solid #e0e0e0;
  129. width: 110px;
  130. margin-bottom:10px;
  131. margin-top:-8px;
  132. margin-left: 5px;
  133. font-size:12px;
  134. text-transform:uppercase;
  135. text-align:center;
  136. letter-spacing:3px;
  137. line-height:180%;
  138. background-color:{color:link bg};
  139.  
  140.  
  141. }
  142.  
  143. .slinks a{
  144. padding:3px;
  145. color:{color:link};
  146. letter-spacing:0px;
  147. text-decoration:none;
  148. -moz-transition-duration:1s;
  149. -webkit-transition-duration:1s;
  150. -o-transition-duration:1s;
  151. #sidebar .links {opacity:0;}
  152.  
  153. #sidebar:hover .links {opacity:1;}
  154. }
  155.  
  156. .slinks a:hover{
  157. color:#f1f1f1;
  158. -moz-transition-duration:1s;
  159. -webkit-transition-duration:1s;
  160. -o-transition-duration:1s;
  161. }
  162.  
  163. .description {
  164. margin-bottom:10px;
  165. margin-top:-5px;
  166. margin-left: 7px;
  167. text-align:center;
  168. font-size:9px;
  169. width: 110px;
  170. color:{color:text};
  171. letter-spacing:1px;
  172. line-height:105%;
  173. }
  174.  
  175. .description a {
  176. color:{color:link};
  177. }
  178.  
  179. .description a:hover {
  180. color:#f1f1f1;
  181. }
  182.  
  183. .pagination {
  184. font-size:8px;
  185. text-transform:uppercase;
  186. letter-spacing:3px;
  187. font-style:normal;
  188. text-align:center;
  189. margin-top: -5px;
  190. }
  191.  
  192. .pagination a {
  193. color:{color:link};
  194. }
  195.  
  196. #postcontainer {
  197. float:left;
  198. margin-left:200px;
  199. margin-top:50px;
  200. text-align:justify;
  201. background-color:{color:bg};
  202. color:{color:text};
  203. margin-bottom: 35px;
  204. }
  205.  
  206.  
  207. #posts {
  208. width:500px;
  209. margin-top:65px;
  210. text-align:justify;
  211. font-size:11px;
  212. line-height:90%;
  213. letter-spacing:0x;
  214. color:{color:text};
  215. outline:1px solid #f5f5f5;
  216. outline-offset:20px;
  217. }
  218.  
  219.  
  220.  
  221. #info {
  222. font-family:consolas;
  223. width:490px;
  224. margin-top:3px;
  225. padding:2px;
  226. padding-left:8px;
  227. font-size:8px;
  228. color:{color:link};
  229. text-transform:uppercase;
  230. font-style:normal;
  231. letter-spacing:2px;
  232. text-align:right;
  233. border-bottom:1px solid #f5f5f5;
  234. -moz-transition-duration:0.5s;
  235. -webkit-transition-duration:0.5s;
  236. -o-transition-duration:0.5s;
  237. }
  238.  
  239. #info a {
  240. color:{color:link};
  241. text-align:right;
  242. letter-spacing:1px;
  243. font-style:normal;
  244. }
  245.  
  246. #info a:hover {
  247. color:{color:hover};
  248. }
  249.  
  250. .caption {
  251. width:500px;
  252. text-align:justify;
  253. line-height:120%;
  254. }
  255.  
  256. .question {
  257. padding:10px;
  258. text-align:left;
  259. color:{color:text};
  260. background-color:{color:infobg};
  261. border-bottom:1px solid {color:text};
  262. }
  263.  
  264. .answer {
  265. text-align:left;
  266. padding:10px;
  267. color:{color:text};
  268. }
  269.  
  270. .music {
  271. width:500px;
  272. padding-bottom:10px;
  273. background-color:{color:infobg};
  274. }
  275.  
  276. .albumart {
  277. float:left;
  278. padding:0px 10px 10px 0px;
  279. }
  280.  
  281. .albumart img {
  282. width:45px;
  283. height:45px;
  284. }
  285.  
  286. .playercontainer {
  287. text-align:left;
  288. padding:10px;
  289. background-color:#ffffff;
  290. width:480px;
  291. }
  292.  
  293. .musicinfo {
  294. padding:10px;
  295. color:{color:text};
  296. }
  297.  
  298. .postnote {
  299. text-transform:uppercase;
  300. font-style:normal;
  301. letter-spacing:0px;
  302. font-size: 9px;
  303. text-align:left;
  304. line-height:90%;
  305. margin-left:-40px;
  306. }
  307.  
  308. .postnote li {
  309. list-style-type:none;
  310. border-bottom:1px solid {color:border};
  311. padding:10px 25px 10px 25px;
  312. text-align:left;
  313. margin:0px;
  314. -moz-transition-duration:0.5s;
  315. -webkit-transition-duration:0.5s;
  316. -o-transition-duration:0.5s;
  317. }
  318.  
  319. .tags {
  320. font-family:consolas;
  321. font-style:normal;
  322. width:500px;
  323. text-transform:uppercase;
  324. font-style:normal;
  325. color:{color:tags};
  326. letter-spacing:2px;
  327. line-height:120%;
  328. font-size:8px;
  329. text-align:right;
  330. padding:2px;
  331. -moz-transition-duration:0.5s;
  332. -webkit-transition-duration:0.5s;
  333. -o-transition-duration:0.5s;
  334. }
  335.  
  336. .tags a {
  337. color:{color:text};
  338. letter-spacing:1px;
  339. padding:1px;
  340. }
  341.  
  342. .tags a:hover {
  343. color:#f1f1f1;
  344. }
  345.  
  346. ul.chat, .chat ol, .chat li {
  347. list-style:none;
  348. margin:0px;
  349. padding:2px;
  350. }
  351.  
  352. .tab {
  353. text-decoration:underline;
  354. font-weight:700;
  355. background-color:{color:bg};
  356. margin-right:5px;
  357. }
  358.  
  359. #credit {
  360. position:fixed;
  361. font-size:8px;
  362. font-weight:normal;
  363. line-height:150%;
  364. letter-spacing:2px;
  365. right:10px;
  366. bottom:10px;
  367. text-transform:uppercase;
  368. text-align:center;
  369. }
  370.  
  371. #credit a {
  372. padding:3px;
  373. color:{color:text};
  374. -moz-transition-duration:0.5s;
  375. -webkit-transition-duration:0.5s;
  376. -o-transition-duration:0.5s;
  377. }
  378.  
  379. {CustomCSS}
  380.  
  381. </style></head>
  382.  
  383. <body>
  384. <div id="themenum">
  385. <div id="sidebar">
  386. <img src="{image:sidebar}">
  387. <div class="slinks">
  388. {block:IfLink1}
  389. <a href="{text:link1 url}">{text:link1}</a>
  390. {/block:IfLink1}
  391. {block:IfLink2}
  392. <a href="{text:link2 url}">{text:link2}</a>
  393. {/block:IfLink2}
  394. {block:IfLink3}
  395. <a href="{text:link3 url}">{text:link3}</a>
  396. {/block:IfLink3}
  397. {block:IfLink4}
  398. <a href="{text:link4 url}">{text:link4}</a>
  399. {/block:IfLink4}
  400. </div>
  401. <div class="description">
  402. {Description}
  403. </div>
  404. {block:Pagination}
  405. <div class="pagination">
  406. {block:PreviousPage}
  407. <a href="{PreviousPage}">«</a>
  408. {/block:PreviousPage}
  409. {block:JumpPagination length="3"}
  410. {block:CurrentPage}
  411. <span class="current_page">{PageNumber}</span>
  412. {/block:CurrentPage}
  413. {block:JumpPage}
  414. <a class="jump_page" href="{URL}">{PageNumber}</a>
  415. {/block:JumpPage}
  416. {/block:JumpPagination}
  417. {block:NextPage}
  418. <a href="{NextPage}">»</a>
  419. {/block:NextPage}
  420. </div>
  421. {/block:Pagination}
  422. </div>
  423.  
  424. <div id="postcontainer">
  425.  
  426. {block:Posts}
  427.  
  428. <div id="posts">
  429.  
  430. {block:Text}{block:Title}<h2>{Title}</h2>{/block:Title}{Body}{/block:Text}
  431.  
  432. {block:Quote}<h2>“{Quote}”</h2><h1>{Source}</h1>{/block:Quote}
  433.  
  434. {block:Link}<a href="{URL}"><h2>{Name}</h2></a>
  435. {block:Description}<p>{Description}</p>{/block:Description}{/block:Link}
  436.  
  437. {block:Photo}<center><img src="{PhotoURL-500}"/></center>{block:Caption}{Caption}{/block:Caption}{/block:Photo}
  438.  
  439. {block:Photoset}<center>{Photoset-500}</center>
  440. {block:Caption}{Caption}{/block:Caption}{/block:Photoset}
  441.  
  442. {block:Chat}<ul class="chat">{block:Title}<h2>{Title}</h2>{/block:Title}{block:Lines}<li>{block:Label}<span class="tab">{Label}</span>{/block:Label}&nbsp;{Line}</li>{/block:Lines}</ul>{/block:Chat}
  443.  
  444. {block:Video}{Video-500}{block:Caption}{Caption}{/block:Caption}{/block:Video}
  445.  
  446. {block:Answer}<div class="question">{Asker} asked: {Question}</div><div class="answer">{Answer}</div>{/block:answer}
  447.  
  448. {block:Audio}<div class="music">{block:AlbumArt}<div class="albumart"><img src="{AlbumArtURL}"/></div>{/block:AlbumArt}
  449. <div class="musicinfo">{block:TrackName}<b>Title:</b> {TrackName}<br />{/block:TrackName}{block:Artist}<b>Artist:</b> {Artist}<br />{/block:Artist}
  450. {/block:ExternalAudio}<b>Played:</b> {PlayCount} times</div>
  451. <br><div class="playercontainer">{AudioPlayerWhite}</div></div>
  452. {block:Caption}{Caption}{/block:Caption}<br>{/block:Audio}
  453.  
  454.  
  455.  
  456. {block:Date}<a href="{Permalink}"><div id="info">{TimeAgo} {block:NoteCount} WITH <a href="{Permalink}">{NoteCountWithLabel}</a>{/block:NoteCount}{block:RebloggedFrom} VIA <a href="{ReblogParentURL}">{ReblogParentName}</a>{/block:RebloggedFrom}
  457. {block:ContentSource} (Source: <a href="{SourceURL}">{SourceLink})</a>{/block:ContentSource}</div>{/block:Date}
  458. {block:HasTags}
  459. <div class="tags">
  460. Tagged as: {block:Tags}<a href="{TagURL}">{Tag}</a>,{/block:Tags}</div>
  461. {/block:HasTags}
  462. <div class="postnote">
  463. {block:PostNotes}{PostNotes}{/block:PostNotes}
  464. </div>
  465. </div>
  466. {/block:Posts}
  467.  
  468.  
  469. </div>
  470.  
  471. <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">
  472.  
  473. </div>
  474. </div>
  475. </div>
  476. </body>
  477. </html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement