Advertisement
robbstark

Theme 005 | "Ninja Heroes"

Feb 26th, 2014
863
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 7.99 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. <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
  5. <head>
  6.  
  7.  
  8. <title>{Title}</title>
  9. <link rel="shortcut icon" href="{Favicon}">
  10. <link rel="alternate" type="application/rss+xml" href="{RSS}">
  11. {block:Description}<meta name="description" content="{MetaDescription}" />{/block:Description}
  12.  
  13. <link href='http://fonts.googleapis.com/css?family=Open+Sans+Condensed:300,700|Nixie+One|Monda:400,700|Tulpen+One|Great+Vibes|Pathway+Gothic+One|Noticia+Text:400,400italic|Strait&subset=latin,latin-ext' rel='stylesheet' type='text/css'>
  14.  
  15. <meta name="color:title1" content="#80a1a2">
  16. <meta name="color:title2" content="#727272">
  17. <meta name="color:links" content="#577475">
  18. <meta name="color:background" content="#FFFFFF">
  19. <meta name="color:text" content="#727272">
  20. <meta name="color:sblinks" content="#b7d7d8">
  21. <meta name="color:tags" content="#577475">
  22. <meta name="color:hover" content="#FFFFFF">
  23. <meta name="color:borders" content="#b7d7d8">
  24. <meta name="color:description" content="#727272">
  25.  
  26. <meta name="image:sidebar" content="">
  27.  
  28. <meta name="text:Title1" content="">
  29. <meta name="text:Title2" content="">
  30. <meta name="text:Link1" content="">
  31. <meta name="text:Link1URL" content="/">
  32. <meta name="text:Link2" content="">
  33. <meta name="text:Link2URL" content="/">
  34. <meta name="text:Link3" content="">
  35. <meta name="text:Link3URL" content="/">
  36. <meta name="text:Link4" content="">
  37. <meta name="text:Link4URL" content="/">
  38.  
  39. <style type="text/css">
  40.  
  41. body {
  42. font-family:calibri;
  43. color:{color:text};
  44. background-color:{color:background};
  45. background-image:{image:background};
  46. }
  47.  
  48. a {
  49. text-decoration:none;
  50. -moz-outline-style:none;
  51. color:{color:links};
  52. }
  53.  
  54. img {
  55. border:none;
  56. }
  57.  
  58.  
  59. h1 {
  60. font-size:12px;
  61. text-transform:uppercase;
  62. }
  63.  
  64. blockquote {
  65. padding-left:5px;
  66. border-left:2px solid;
  67. }
  68.  
  69. blockquote blockquote {
  70. padding-left:5px;
  71. border-left:2px solid;
  72. }
  73.  
  74.  
  75. a:hover {
  76. opacity:1;
  77. color:{color:hover};
  78. -webkit-transition: all 0.5s ease;
  79. -moz-transition: all 0.5s ease;
  80. -o-transition: all 0.5s ease
  81. }
  82.  
  83. #sb {
  84. position:fixed;
  85. margin-top:80px;
  86. margin-left:850px;
  87. width:200px;
  88. }
  89.  
  90. #sb2 {
  91. position:fixed;
  92. top:150px;
  93. left:80px;
  94. width:100px;
  95. }
  96.  
  97. #title1 {
  98. font-family:'open sans condensed';
  99. text-transform:uppercase;
  100. text-align:center;
  101. color:{color:Title1};
  102. }
  103.  
  104. #title2 {
  105. text-transform:uppercase;
  106. font-weight:bold;
  107. font-size:10px;
  108. text-align:center;
  109. color:{color:Title2};
  110. }
  111.  
  112. #sblinks {
  113. position:fixed;
  114. z-index:2;
  115. margin-top:5px;
  116. margin-left:13px;
  117. line-height:40%;
  118. }
  119.  
  120. #sblinks a {
  121. display:block;
  122. width:70px;
  123. padding-top:5px;
  124. padding-bottom:5px;
  125. padding-left:2px;
  126. padding-right:2px;
  127. text-align:center;
  128. font-size:9px;
  129. font-weight:bold;
  130. text-transform:uppercase;
  131. background-color:{color:sblinks};
  132. color:{color:links};
  133. }
  134.  
  135. #sblinks a:hover {
  136. opacity:0.5;
  137. background-color:{color:hover};
  138. }
  139.  
  140. #pagination {
  141. position:fixed;
  142. z-index:1;
  143. margin-top:56px;
  144. word-spacing:40px;
  145. margin-left:-20px;
  146. color:{color:links};
  147. }
  148.  
  149.  
  150. #sbimg {
  151. width:200px;
  152. }
  153.  
  154. #sbimg img {
  155. width:200px;
  156. border:2px solid {color:borders};
  157. padding:9px;
  158. }
  159.  
  160. #description {
  161. width:200px;
  162. padding:5px;
  163. font-size:12px;
  164. font-family:'cambria';
  165. text-align:justify;
  166. color:{color:description};
  167. }
  168.  
  169. #all {
  170. padding:10px;
  171. width:500px;
  172. margin-left:250px;
  173. margin-top:10px;
  174. }
  175.  
  176. #posts {
  177. width:500px;
  178. padding-bottom:20px;
  179. margin-top:30px;
  180. padding:10px;
  181. font-size:11px;
  182. font-family:'cambria';
  183. }
  184.  
  185. #tags {
  186. width:500px;
  187. font-family:'calibri';
  188. font-size:10px;
  189. text-transform:none;
  190. font-weight:bold;
  191. text-align:right;
  192. }
  193.  
  194. #tags a {
  195. color:{color:tags};
  196. }
  197.  
  198. #info {
  199. width:500px;
  200. font-family:'calibri';
  201. font-size:10px;
  202. text-transform:uppercase;
  203. letter-spacing:1px;
  204. font-weight:bold;
  205. border-top:1px solid;
  206. padding-top:4px;
  207. text-align:right;
  208. margin-top:5px;
  209. border-color:{color:borders};
  210. }
  211.  
  212. #info a {
  213. color:{color:tags};
  214. -webkit-transition: all 0.5s ease;
  215. -moz-transition: all 0.5s ease;
  216. -o-transition: all 0.5s ease
  217. }
  218.  
  219. #info a:hover {
  220. color:{color:hover};
  221. }
  222.  
  223. #question {
  224. font-size:11px;
  225. font-family:'calibri';
  226. text-align:left;
  227. font-style:none;
  228. border:1px dashed;
  229. padding:8px;
  230. color:{color:text};
  231. }
  232.  
  233. #question a {
  234. color:{color:links};
  235. }
  236.  
  237. #credit {
  238. position:fixed;
  239. font-family:cambria;
  240. text-transform:uppercase;
  241. font-size:11px;
  242. bottom:5px;
  243. right:5px;
  244. border:1px solid;
  245. padding:2px;
  246. border-color:{color:borders};
  247. }
  248.  
  249. #credit a {
  250. text-decoration:none;
  251. color:{color:links};
  252. }
  253.  
  254. {CustomCSS}</style></head><body>
  255.  
  256. <div id="sb">
  257. <div id="sbimg"><img src="{image:sidebar}"></div>
  258. <div id="description">{Description}</div>
  259.  
  260. </div>
  261.  
  262. <div id="sb2">
  263. <div id="title1">{text:Title1}</div>
  264. <div id="title2">{text:Title2}</div>
  265.  
  266. <div id="sblinks">
  267. <center><a href="/">home</a><br/>
  268. <a href="/ask">ask</a><br/>
  269. {block:IfLink1}
  270. <a href="{text:Link1URL}">{text:Link1}</a>
  271. {/block:IfLink1}<br/>
  272. {block:IfLink2}
  273. <a href="{text:Link2URL}">{text:Link2}</a>
  274. {/block:IfLink2}<br/>
  275. {block:IfLink3}
  276. <a href="{text:Link3URL}">{text:Link3}</a>
  277. {/block:IfLink3}<br/>
  278. {block:IfLink4}
  279. <a href="{text:Link4URL}">{text:Link4}</a>
  280. {/block:IfLink4}</center>
  281. </div>
  282.  
  283. {block:Pagination}<div id="pagination">
  284. {block:PreviousPage}<a href="{PreviousPage}">&laquo</a>{/block:PreviousPage}&nbsp;&nbsp;
  285. {block:NextPage}<a href="{NextPage}">&raquo</a>{/block:NextPage}
  286. </div>{/block:Pagination}
  287. </div>
  288.  
  289. <div id="all">{block:Posts}<div id="posts">
  290.  
  291. {block:Text}<h1>{block:Title}{Title}{/block:Title}</h1>{Body}{/block:Text}
  292.  
  293. {block:Photo}{LinkOpenTag}<img src="{PhotoURL-500}">{LinkCloseTag}{block:Caption}{Caption}{/block:Caption}{/block:Photo}
  294.  
  295. {block:Link}<h1><a href="{URL}"{Target}>{Name}</a></h1>{block:Description}{Description}{/block:Description}{/block:Link}
  296.  
  297. {block:Photoset}{Photoset-500}{block:Caption}{Caption}{/block:Caption}{/block:Photoset}
  298.  
  299. {block:Quote}"{Quote}"<br/><span style="padding-left:3px;font-style:italic;font-family:cambria;">-{Source}</span>{/block:Quote}
  300.  
  301. {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>
  302. <br>{block:TrackName}<b>Title:</b> {TrackName}<br />{/block:TrackName}
  303. <br>{block:Artist}<b>Artist:</b> {Artist}<br />{/block:Artist}
  304. {/block:ExternalAudio}<br><b>Played:</b> {PlayCount} times
  305. {/block:Audio}
  306.  
  307. {block:Video}{Video-500}{block:Caption}{Caption}{/block:Caption}{/block:Video}
  308.  
  309. {block:Chat}{block:Title}<h1>{Title}</h1>{/block:Title}{block:Lines}{block:Label}<b>{Label}</b>{/block:Label} {Line}<br>{/block:Lines}{/block:Chat}
  310.  
  311.  
  312. {block:Answer}<div id="question"><span style="font-family:cambria;">→</span><b> [{Asker}]</span> said: </b><br/><i>" {Question} "</i></div><left>{Answer}{/block:Answer}
  313.  
  314. <div id="info">
  315. <a href="{Permalink}">{TimeAgo}</a> {block:RebloggedFrom} - <a href="{ReblogParentURL}">via</a>{/block:RebloggedFrom} |{block:ContentSource} <a href="{SourceURL}">source</a> - {/block:ContentSource}{block:RebloggedFrom} <a href="{ReblogParentURL}" target="_blank"></a>{/block:RebloggedFrom} <a href="{Permalink}">{NoteCountWithLabel}</a>
  316. {block:HasTags}<div id="tags">{block:Tags}<a href="{TagURL}">#{Tag}</a> {/block:Tags}</div>{/block:HasTags}</div></div>
  317. {/block:Posts}
  318. {block:PostNotes}<div id="notes">{PostNotes}</div>{/block:PostNotes}
  319. {/block:Posts}</div></div></div>
  320.  
  321. <div id="credit"><a href="http://rivverrun.tumblr.com">rivverrun</a></div>
  322.  
  323. </body></html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement