Advertisement
narruldthemes

theme 10

May 29th, 2013
539
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 13.14 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. <!-- THEME BY NARRULD do not copy or remove credit -->
  6.  
  7. <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
  8.  
  9.  
  10. <head>
  11.  
  12.  
  13. <meta name="color:bg" content="#FFFFFF">
  14. <meta name="color:link" content="#E6E4E4">
  15. <meta name="color:hover" content="#454545">
  16. <meta name="color:infobg" content="#FCFCFC">
  17. <meta name="color:text" content="#9A9A9A">
  18. <meta name="color:tags" content="#EDEDED">
  19. <meta name="color:scrollbar" content="#D6D5D5">
  20. <meta name="color:border" content="#FAFAFA">
  21.  
  22. <meta name="text:sidebartitle" content="">
  23.  
  24. <meta name="text:linkA" content="">
  25. <meta name="text:linkA url" content="/">
  26. <meta name="text:linkB" content="">
  27. <meta name="text:linkB url" content="/">
  28. <meta name="text:linkC" content="">
  29. <meta name="text:linkC url" content="/">
  30. <meta name="text:linkD" content="">
  31. <meta name="text:linkD url" content="/">
  32.  
  33. <meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
  34. <title>{Title}</title> {block:Description}<meta name="description" content="{MetaDescription}" />{/block:Description}
  35. <link rel="shortcut icon" href="{Favicon}" />
  36. <link rel="alternate" type="application/rss+xml" href="{RSS}" />
  37.  
  38. <style type="text/css">
  39.  
  40.  
  41. a {
  42. color:{color:link};
  43. text-decoration:none;
  44. -moz-transition-duration:0.5s;
  45. -webkit-transition-duration:0.5s;
  46. -o-transition-duration:0.5s;
  47. }
  48.  
  49. a:hover {
  50. color:{color:hover};
  51. text-decoration:none;
  52. -moz-transition-duration:0.5s;
  53. -webkit-transition-duration:0.5s;
  54. -o-transition-duration:0.5s;
  55. }
  56.  
  57.  
  58. ::-webkit-scrollbar {background-color:{color:infobg}; height:8px; width:8px}
  59. ::-webkit-scrollbar-thumb:vertical {background-color:{color:scrollbar}; height:50px}
  60. ::-webkit-scrollbar-thumb:horizontal {background-color:{color:scrollbar}; height:8px!important}
  61.  
  62. body {
  63. background-color:{color:bg};
  64. font-family:cambria;
  65. font-weight:normal;
  66. }
  67.  
  68.  
  69.  
  70.  
  71. h1 {
  72. font-weight:normal;
  73. font-size:10px;
  74. text-align:center;
  75. font-style:normal;
  76. line-height:80%;
  77. letter-spacing:1px;
  78. text-transform:uppercase;
  79. color:{color:text};
  80. }
  81.  
  82. h2 {
  83. font-size:15px;
  84. text-align:center;
  85. line-height:100%;
  86. letter-spacing:-0.5px;
  87. color:{color:text};
  88. font-weight:normal;
  89. padding:5px;
  90. padding-bottom:2px;
  91. }
  92.  
  93.  
  94. blockquote {
  95. border-left:2px solid {color:text};
  96. padding-left:5px;
  97. margin:5px;
  98. }
  99.  
  100. #theme {
  101. background-color:{color:bg};
  102. width:700px;
  103. margin: 0 auto -12px auto;
  104. text-align: center;
  105. }
  106.  
  107. #sidebar {
  108. color:{color:text};
  109. position:fixed;
  110. width:150px;
  111. height:auto;
  112. margin-top:180px;
  113. text-align:left;
  114. }
  115.  
  116. #sidebar img {
  117. width:250px;
  118. height:70px;
  119. margin-top:10px;
  120. margin-left: 660px;
  121. }
  122.  
  123.  
  124. .links {
  125. position: absolute;
  126. margin-top: 100px;
  127. margin-left: 685px;
  128. font-size:10px;
  129. width: 200px;
  130. text-transform:uppercase;
  131. text-align:center;
  132. letter-spacing:2px;
  133. line-height:170%;
  134. }
  135.  
  136. .links a{
  137. padding:4px;
  138. border-top: 1px solid;
  139. color:{color:link};
  140. letter-spacing:0px;
  141. text-decoration:none;
  142. -moz-transition-duration:1s;
  143. -webkit-transition-duration:1s;
  144. -o-transition-duration:1s;
  145. }
  146.  
  147. .links a:hover{
  148. background-color:{color:hover};
  149. -moz-transition-duration:1s;
  150. -webkit-transition-duration:1s;
  151. -o-transition-duration:1s;
  152. }
  153.  
  154. .desc {
  155. margin-top:-5px;
  156. margin-left: 710px;
  157. width: 150px;
  158. overflow: auto;
  159. text-align:justify;
  160. font-size:10px;
  161. color:{color:text};
  162. letter-spacing:1px;
  163. line-height:150%;
  164. }
  165.  
  166. .desc a {
  167. color:{color:link};
  168. }
  169.  
  170. .sidebartitle {
  171. position: absolute;
  172. margin-top: -150px;
  173. margin-left: -815px;
  174. text-align: right;
  175. font-size: 20px;
  176. line-height: 150%;
  177. height: 60px;
  178. border-right: 1px solid #ccc;
  179. padding: 7px;
  180. width: 120px;
  181. font-style: italic;
  182. text-transform: lowercase;
  183. color: {color:hover};
  184. }
  185.  
  186. .pagi {
  187. font-size:9px;
  188. text-transform:uppercase;
  189. letter-spacing:2px;
  190. font-style:normal;
  191. text-align:left;
  192. margin-top: -62px;
  193. margin-left: -80px;
  194. border-right: 1px solid #ccc;
  195. width: 84px;
  196. }
  197.  
  198. .pagi a {
  199. color:{color:link};
  200. }
  201.  
  202. #stuffcontainer {
  203. float:left;
  204. margin-left:100px;
  205. margin-top:45px;
  206. text-align:justify;
  207. background-color:{color:bg};
  208. color:{color:text};
  209. margin-bottom: 35px;
  210. }
  211.  
  212. #stuff {
  213. width:500px;
  214. margin-top:75px;
  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. border-bottom:1px solid {color:border};
  282. -moz-transition-duration:0.5s;
  283. -webkit-transition-duration:0.5s;
  284. -o-transition-duration:0.5s;
  285. }
  286.  
  287. #postinfo a {
  288. color:{color:link};
  289. text-align:center;
  290. letter-spacing:1px;
  291. font-style:normal;
  292. }
  293.  
  294. #postinfo a:hover {
  295. color:{color:linkhover};
  296. }
  297.  
  298. .note {
  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. .note 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-style:normal;
  321. width:500px;
  322. text-transform:uppercase;
  323. font-style:normal;
  324. color:{color:tags};
  325. letter-spacing:2px;
  326. line-height:120%;
  327. font-size:8px;
  328. text-align:left;
  329. padding:2px;
  330. -moz-transition-duration:0.5s;
  331. -webkit-transition-duration:0.5s;
  332. -o-transition-duration:0.5s;
  333. }
  334.  
  335. .tags a {
  336. color:{color:tags};
  337. letter-spacing:1px;
  338. padding:1px;
  339. }
  340.  
  341. .tags a:hover {
  342. color:{color:link};
  343. }
  344.  
  345. ul.chat, .chat ol, .chat li {
  346. list-style:none;
  347. margin:0px;
  348. padding:2px;
  349. }
  350.  
  351. .label {
  352. text-decoration:underline;
  353. font-weight:700;
  354. background-color:{color:infobg};
  355. margin-right:5px;
  356. }
  357.  
  358. #cred {
  359. position:fixed;
  360. font-size:8px;
  361. font-weight:normal;
  362. line-height:150%;
  363. letter-spacing:2px;
  364. right:10px;
  365. bottom:10px;
  366. text-transform:uppercase;
  367. text-align:center;
  368. }
  369.  
  370. #cred a {
  371. padding:3px;
  372. color:{color:bg};
  373. background-color:{color:link};
  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="theme">
  385. <div id="sidebar">
  386. <img src="http://24.media.tumblr.com/1cd70f4a3b0a111d45eab869a62eb9f4/tumblr_mmndrvqGbN1qjrioao1_r1_400.jpg">
  387. <div class="links">
  388. <div class="sidebartitle">{text:sidebartitle}</div>
  389. {block:IfLinkA}
  390. <a href="{text:linkA url}">{text:linkA}</a>
  391. {/block:IfLinkA}
  392. {block:IfLinkB}
  393. <a href="{text:linkB url}">{text:linkB}</a>
  394. {/block:IfLinkB}
  395. {block:IfLinkC}
  396. <a href="{text:linkC url}">{text:linkC}</a>
  397. {/block:IfLinkC}
  398. {block:IfLinkD}
  399. <a href="{text:linkD url}">{text:linkD}</a>
  400. {/block:IfLinkD}
  401. </div>
  402. <div class="desc">
  403. {Description}
  404. </div>
  405. {block:Pagination}
  406. <div class="pagi">
  407. {block:PreviousPage}
  408. <a href="{PreviousPage}">«</a>
  409. {/block:PreviousPage}
  410. {block:JumpPagination length="3"}
  411. {block:CurrentPage}
  412. <span class="current_page">{PageNumber}</span>
  413. {/block:CurrentPage}
  414. {block:JumpPage}
  415. <a class="jump_page" href="{URL}">{PageNumber}</a>
  416. {/block:JumpPage}
  417. {/block:JumpPagination}
  418. {block:NextPage}
  419. <a href="{NextPage}">»</a>
  420. {/block:NextPage}
  421. </div>
  422. {/block:Pagination}
  423. </div>
  424.  
  425.  
  426. <div id="stuffcontainer">
  427.  
  428. {block:Posts}
  429.  
  430. <div id="stuff">
  431.  
  432. {block:Text}{block:Title}<h2>{Title}</h2>{/block:Title}{Body}{/block:Text}
  433.  
  434. {block:Quote}<h2>“{Quote}”</h2><h1>{Source}</h1>{/block:Quote}
  435.  
  436. {block:Link}<a href="{URL}"><h2>{Name}</h2></a>
  437. {block:Description}<p>{Description}</p>{/block:Description}{/block:Link}
  438.  
  439. {block:Photo}<center><img src="{PhotoURL-500}"/></center>{block:Caption}{Caption}{/block:Caption}{/block:Photo}
  440.  
  441. {block:Photoset}<center>{Photoset-500}</center>
  442. {block:Caption}{Caption}{/block:Caption}{/block:Photoset}
  443.  
  444. {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}
  445.  
  446. {block:Video}{Video-500}{block:Caption}{Caption}{/block:Caption}{/block:Video}
  447.  
  448. {block:Answer}<div class="ask">{Asker} asked: {Question}</div><div class="ans">{Answer}</div>{/block:answer}
  449.  
  450. {block:Audio}<div class="audio">{block:AlbumArt}<div class="albumart"><img src="{AlbumArtURL}"/></div>{/block:AlbumArt}
  451. <div class="audioinfo">{block:TrackName}<b>Title:</b> {TrackName}<br />{/block:TrackName}{block:Artist}<b>Artist:</b> {Artist}<br />{/block:Artist}
  452. {/block:ExternalAudio}<b>Played:</b> {PlayCount} times</div>
  453. <br><div class="playercontainer">{AudioPlayerWhite}</div></div>
  454. {block:Caption}{Caption}{/block:Caption}<br>{/block:Audio}
  455.  
  456.  
  457.  
  458. {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}
  459. {block:ContentSource} / <a href="{SourceURL}">{SourceLink}</a>{/block:ContentSource}</div>{/block:Date}
  460. {block:HasTags}
  461. <div class="tags">
  462. {block:Tags}<a href="{TagURL}">#&nbsp;{Tag}</a>{/block:Tags}</div>
  463. {/block:HasTags}
  464. <div class="note">
  465. {block:PostNotes}{PostNotes}{/block:PostNotes}
  466. </div>
  467. </div>
  468. {/block:Posts}
  469.  
  470.  
  471. </div>
  472.  
  473. <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">
  474.  
  475. </div>
  476. </div>
  477. </div>
  478. </body>
  479. </html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement