Advertisement
khalisar

theme 5

Aug 4th, 2013
97
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 8.78 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. BASE CODE THEME BY NARRULD no credit is necessary but please do not copy and redistribute as your own base code. LIKE/REBLOG IF USING!
  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="#eeeeee"/>
  25. <meta name="color:scrollbarbg" content="ffffff"/>
  26.  
  27. <meta name="image:sidebar" content=""/>
  28. <meta name="image:bg" content=""/>
  29.  
  30. <meta name="text:linkA" content="">
  31. <meta name="text:linkA url" content="/">
  32. <meta name="text:linkB" content="">
  33. <meta name="text:linkB url" content="/">
  34. <meta name="text:linkC" content="">
  35. <meta name="text:linkC url" content="/">
  36. <meta name="text:linkD" content="">
  37. <meta name="text:linkD url" content="/">
  38.  
  39.  
  40.  
  41. <style type="text/css">
  42.  
  43.  
  44. ::-webkit-scrollbar {
  45. width: 5px;height: 5px;}
  46. ::-webkit-scrollbar-button:start:decrement,
  47. ::-webkit-scrollbar-button:end:increment {
  48. height: 6px;display: block;background-color: {color:white};}
  49. ::-webkit-scrollbar-track-piece {
  50. background-color: {color:scrollbarbg};}
  51. ::-webkit-scrollbar-thumb:vertical {
  52. height: 9px;background-color: {color:scrollbarbg};border-top:1px solid {color:scrollbarbg};border-bottom:1px solid {color:scrollbarbg};}
  53.  
  54.  
  55. body {
  56. background:{color:background};
  57. margin:0px;
  58. color:{color:text};
  59. font-family:Arial, Helvetica;
  60. font-size:9px;
  61. line-height:100%;
  62. }
  63.  
  64. a {
  65. text-decoration:none;
  66. -moz-outline-style:none;
  67. color:{color:link};
  68. }
  69.  
  70. img {
  71. border:none;
  72. }
  73.  
  74.  
  75. h1 {
  76. font-size:12px;
  77. text-transform:uppercase;
  78. }
  79.  
  80. blockquote {
  81. padding-left:5px;
  82. border-left:2px solid;
  83. }
  84.  
  85. blockquote blockquote {
  86. padding-left:5px;
  87. border-left:2px solid;
  88. }
  89.  
  90.  
  91. a:hover {
  92. opacity:1;
  93. color:{color:hover};
  94. -webkit-transition: all 0.5s ease;
  95. -moz-transition: all 0.5s ease;
  96. -o-transition: all 0.5s ease
  97. }
  98.  
  99.  
  100. #sidebar {
  101. position:fixed;
  102. width:120px;
  103. margin-left:200px;
  104. margin-top:-100px;
  105. opacity:1;
  106. }
  107.  
  108. #sidebarimage {
  109. width 120px;
  110. }
  111.  
  112. #sidebarimage img {
  113. width:180px;
  114. height:600px;
  115. padding:6px;
  116. }
  117.  
  118.  
  119. .desc {
  120. position:fixed;
  121. margin-top:-340px;
  122. background-color:#fff;
  123. margin-left:48px;
  124. opacity:.85;
  125. font-family:cambria;
  126. line-height:110%;
  127. font-size:9px;
  128. font-style:italic;
  129. width:80px;
  130. padding:9px;
  131. text-align:justify;
  132. color:{color:text};
  133. }
  134.  
  135. .desc a
  136. {color:{color:text};
  137. -moz-transition-duration:0.6s;
  138. -webkit-transition-duration:0.6s;
  139. -o-transition-duration:0.6s;
  140. }
  141.  
  142.  
  143. .links {
  144. position:fixed;
  145. margin-top:-367px;
  146. height:5px;
  147. background-color:#fff;
  148. margin-left:48px;
  149. width:80px;
  150. padding: 9px;
  151. word-spacing:2px;
  152. font-family:times;
  153. text-align:center;
  154. text-transform:none;
  155. }
  156.  
  157. .links a {
  158. letter-spacing: 0px;
  159. font-style:italic;
  160. }
  161.  
  162. .links a:hover {
  163. background-color: #9b9b9b;
  164. color:#fff;
  165. padding:3px;
  166. text-transform:uppercase;
  167. font-style:normal;
  168. -moz-transition-duration:.90s;
  169. -webkit-transition-duration:.90s;
  170. -o-transition-duration:.90s;
  171. }
  172.  
  173. #sidebar .links {
  174. opacity:0;
  175. -moz-transition-duration:.90s;
  176. -webkit-transition-duration:.90s;
  177. -o-transition-duration:.90s;
  178. }
  179.  
  180. #sidebar:hover .links {
  181. opacity:0.85;
  182. -moz-transition-duration:.50s;
  183. -webkit-transition-duration:.50s;
  184. -o-transition-duration:.50s;
  185. }
  186.  
  187.  
  188. #pagination {
  189. font-family:times;
  190. width:160px;
  191. font-size:9px;
  192. text-transform:uppercase;
  193. margin-top:-400px;
  194. margin-left:20px;
  195. padding-top:5px;
  196. word-spacing:1px;
  197. font-style:normal;
  198. text-align:center;
  199. }
  200.  
  201. #pagination a {
  202. color:{color:link};
  203. }
  204.  
  205.  
  206. #all {
  207. padding:10px;
  208. width:500px;
  209. margin-left:450px;
  210. margin-top:50px;
  211. font-size:10px;
  212. }
  213.  
  214.  
  215.  
  216. #posts {
  217. width:500px;
  218. padding-bottom:20px;
  219. padding:10px;
  220. margin-top:30px;
  221. background-color:{color:Post};
  222. }
  223.  
  224.  
  225. #details {
  226. text-align:right;
  227. margin-top:8px;
  228. text-transform:uppercase;
  229. font-size:8px;
  230. font-style:none;
  231. border-top:1px solid {color:Line};
  232. }
  233.  
  234.  
  235. #tags {
  236. font-family:cambria;
  237. letter-spacing:0px;
  238. text-transform:lowercase;
  239. font-size:10px;
  240. font-style:italic;
  241. margin-top:2px;
  242. text-align:right;
  243. }
  244.  
  245. #tags a {
  246. display:inline-block;
  247. padding:-3px;
  248. text-align:right;
  249. color:{color:Tags};
  250. -webkit-transition: all 0.6s ease-in-out;
  251. -moz-transition: all 0.6s ease-in-out;
  252. -o-transition: all 0.6s ease-in-out;
  253. -ms-transition: all 0.6s ease-in-out;
  254. -transition: all 0.6s ease-in-out;
  255. }
  256.  
  257.  
  258. #question {
  259. padding:8px;
  260. font-family:cambria;
  261. letter-spacing:2px;
  262. text-align:right;
  263. font-style:italic;
  264. border:3px {color:border} solid;
  265. color:{color:text};
  266. background-color:{color:background}
  267. }
  268.  
  269.  
  270. {CustomCSS}</style></head><body>
  271.  
  272. <div id="sidebar">
  273. <div id="sidebarimage"><img src="{image:sidebar}"></div>
  274. <div class="desc">
  275. {Description}
  276. </div>
  277. <div class="links">
  278. {block:IfLinkA}
  279. <a href="{text:linkA url}">{text:linkA}</a>
  280. {/block:IfLinkA}
  281. {block:IfLinkB}
  282. <a href="{text:linkB url}">{text:linkB}</a>
  283. {/block:IfLinkB}
  284. {block:IfLinkC}
  285. <a href="{text:linkC url}">{text:linkC}</a>
  286. {/block:IfLinkC}
  287. {block:IfLinkD}
  288. <a href="{text:linkD url}">{text:linkD}</a>
  289. {/block:IfLinkD}
  290. </div>
  291. {block:Pagination}<div id="pagi">
  292. {block:PreviousPage}<a href="{PreviousPage}">&larr;</a>&nbsp;&nbsp;{/block:PreviousPage}
  293. {block:JumpPagination length="3"}
  294. {block:CurrentPage}<span class="current_page">{PageNumber}</span>&nbsp;&nbsp;{/block:CurrentPage}
  295. {block:JumpPage}<a class="jump_page" href="{URL}">{PageNumber}</a>&nbsp;&nbsp;{/block:JumpPage}
  296. {/block:JumpPagination}
  297. {block:NextPage}<a href="{NextPage}">&rarr;</a>{/block:NextPage}
  298. </div>{/block:Pagination}
  299.  
  300. </div>
  301.  
  302. <div id="all">{block:Posts}<div id="posts">
  303.  
  304. {block:Text}<h1>{block:Title}{Title}{/block:Title}</h1>{Body}{/block:Text}
  305.  
  306. {block:Photo}{LinkOpenTag}<img src="{PhotoURL-500}">{LinkCloseTag}{block:Caption}{Caption}{/block:Caption}{/block:Photo}
  307.  
  308. {block:Link}<h1><a href="{URL}" {Target}>{Name}</a></h1>{block:Description}{Description}{/block:Description}{/block:Link}
  309.  
  310. {block:Photoset}{Photoset-500}{block:Caption}{Caption}{/block:Caption}{/block:Photoset}
  311.  
  312. {block:Quote}{Quote}{/block:Quote}
  313.  
  314. {block:Audio}<left>{block:AlbumArt}<img src="{AlbumArtURL}" width="80px" height="80px" align="left" style="margin-right:10px" />{/block:AlbumArt}<span class="audio">{AudioPlayerWhite}</left></span>
  315. <br>{block:TrackName}<b>Title:</b> {TrackName}<br />{/block:TrackName}
  316. <br>{block:Artist}<b>Artist:</b> {Artist}<br />{/block:Artist}
  317. {/block:ExternalAudio}<br><b>Played:</b> {PlayCount} times
  318. {/block:Audio}
  319.  
  320. {block:Video}{Video-500}{block:Caption}{Caption}{/block:Caption}{/block:Video}
  321.  
  322. {block:Chat}{block:Title}<h1>{Title}</h1>{/block:Title}{block:Lines}{block:Label}<b>{Label}</b>{/block:Label} {Line}<br>{/block:Lines}{/block:Chat}
  323.  
  324.  
  325. {block:Answer}<div id="question"><span style="text-transform:uppercase;font-size:9px;font-style:italic;">— {Asker}: </span>{Question}</div><left> <font face="cambria">{Answer}</font>{/block:Answer}
  326.  
  327. <div id="details">
  328. <br> posted <a href="{Permalink}">{ShortMonth} {DayOfMonthWithZero}, {Year} at {12Hour}:{Minutes} </a> {block:RebloggedFrom} from <a href="{ReblogParentURL}">{ReblogParentName}</a>{/block:RebloggedFrom} {block:ContentSource} <a href="{SourceURL}">© <a href="{SourceURL}">{SourceLink}</a> {/block:ContentSource}{block:RebloggedFrom} <a href="{ReblogParentURL}" target="_blank"></a>{/block:RebloggedFrom} with <a href="{Permalink}">{NoteCountWithLabel}</a>
  329. {block:HasTags}<div id="tags">tagged as:{block:Tags} #<a href="{TagURL}">{Tag}</a> {/block:Tags}</div>{/block:HasTags}</div></div>
  330. {/block:Posts}
  331. {block:PostNotes}<div id="notes">{PostNotes}</div>{/block:PostNotes}
  332. {/block:Posts}</div></div></div>
  333.  
  334.  
  335. <div style="position:fixed;bottom:2px; right:3px; font-size:9px; letter-spacing:1px; font-family:calibri;border:1px solid;padding:4px;"><a href="http://narruld.tumblr.com/">NARRULD</a></center></div>
  336.  
  337.  
  338. </body></html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement