fallenvvings

Knave (theme #1)

Jul 27th, 2014
301
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 8.67 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. THIS THEME WAS CREATED BY: NATALIE (ROSYSTARLINGTHEMES)
  5. You can edit this theme as much as you want.
  6. Please DO NOT remove the credit.
  7. Please like or reblog the post if you use this theme.
  8. THANKS! Enjoy!
  9. -->
  10.  
  11.  
  12. <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
  13. <head>
  14.  
  15. <title>{Title}</title>
  16. <link rel="shortcut icon" href="{Favicon}">
  17. <link rel="alternate" type="application/rss+xml" href="{RSS}">
  18. {block:Description}<meta name="description" content="{MetaDescription}" />{/block:Description}
  19.  
  20.  
  21. <meta name="color:Text" content="#bbbbbb"/>
  22. <meta name="color:Link" content="#aaaaaa"/>
  23. <meta name="color:Tags" content="#cccccc"/>
  24. <meta name="color:Hover" content="#f1f1f1"/>
  25. <meta name="color:background" content="#ffffff"/>
  26.  
  27. <meta name="image:sidebar image" content=""/>
  28. <meta name="image:sidebar image 2" content=""/>
  29. <meta name="image:bg" content=""/>
  30.  
  31. <meta name="text:link 1" content="link">
  32. <meta name="text:link 1 url" content="/">
  33. <meta name="text:link 2" content="link">
  34. <meta name="text:link 2 url" content="/">
  35. <meta name="text:link 3" content="link">
  36. <meta name="text:link 3 url" content="/">
  37. <meta name="text:link 4" content="link">
  38. <meta name="text:link 4 url" content="/">
  39. <meta name="text:link 5" content="link">
  40. <meta name="text:link 5 url" content="/">
  41. <meta name="text:link 6" content="link">
  42. <meta name="text:link 6 url" content="/">
  43.  
  44.  
  45.  
  46. <style type="text/css">
  47.  
  48. .tumblr_audio_player {height: 40px; width: 200px;}
  49.  
  50. ::-webkit-scrollbar {width: 5px;height: 5px;}
  51. ::-webkit-scrollbar-button:start:decrement,
  52. ::-webkit-scrollbar-button:end:increment {height: 6px;display: block;background-color: white;}
  53. ::-webkit-scrollbar-track-piece {background-color: white;}
  54. ::-webkit-scrollbar-thumb:vertical {height: 9px;background-color: black;}
  55.  
  56.  
  57. body {
  58. background:{color:background};
  59. margin:0px;
  60. color:{color:text};
  61. font-family:Arial, Helvetica;
  62. font-size:12px;
  63. line-height:110%;
  64. background-image:url('{image:bg}');
  65. background-repeat:repeat;
  66. background-attachment:fixed;
  67. background-position:left top;
  68. }
  69.  
  70. a {
  71. text-decoration:none;
  72. -moz-outline-style:none;
  73. color:{color:link};
  74. }
  75.  
  76. img {
  77. border:none;
  78. }
  79.  
  80.  
  81. h1 {
  82. font-size:12px;
  83. text-transform:uppercase;
  84. }
  85.  
  86. blockquote {
  87. padding-left:5px;
  88. border-left:2px solid;
  89. }
  90.  
  91. blockquote blockquote {
  92. padding-left:5px;
  93. border-left:2px solid;
  94. }
  95.  
  96.  
  97. a:hover {
  98. opacity:1;
  99. color:{color:hover};
  100. -webkit-transition: all 0.5s ease;
  101. -moz-transition: all 0.5s ease;
  102. -o-transition: all 0.5s ease
  103. }
  104.  
  105. #all {
  106. padding:10px;
  107. width:400px;
  108. margin-left:600px;
  109. margin-top:10px;
  110. font-size:13px;
  111. }
  112.  
  113. #posts {
  114. width:400px;
  115. padding-bottom:20px;
  116. padding:10px;
  117. margin-top:30px;
  118. background-color:{color:Post};
  119. line-height:15px;
  120. }
  121.  
  122.  
  123. #details {
  124. text-align:right;
  125. margin-top:8px;
  126. text-transform:uppercase;
  127. font-size:11px;
  128. font-style:none;
  129. }
  130.  
  131.  
  132. #tags {
  133. font-family:cambria;
  134. letter-spacing:0px;
  135. text-transform:lowercase;
  136. font-size:11px;
  137. font-style:italic;
  138. margin-top:2px;
  139. text-align:right;
  140. }
  141.  
  142. #tags a {
  143. display:inline-block;
  144. padding:-3px;
  145. text-align:right;
  146. color:{color:Tags};
  147. -webkit-transition: all 0.6s ease-in-out;
  148. -moz-transition: all 0.6s ease-in-out;
  149. -o-transition: all 0.6s ease-in-out;
  150. -ms-transition: all 0.6s ease-in-out;
  151. -transition: all 0.6s ease-in-out;
  152. }
  153.  
  154.  
  155. #question {
  156. padding:8px;
  157. font-family:cambria;
  158. letter-spacing:2px;
  159. text-align:right;
  160. font-style:italic;
  161. border:3px {color:border} solid;
  162. color:{color:text};
  163. background-color:{color:background}
  164. }
  165.  
  166. #pagi{
  167. width:100px;
  168. font-size:12px;
  169. text-align:center;
  170. margin-left:70px;
  171. margin-top:15px;
  172. position:fixed;
  173. font-family:cambria;
  174. }
  175.  
  176. #sidebar {
  177. width:250px;
  178. height:250px;
  179. position:fixed;
  180. margin-left:200px;
  181. margin-top:200px;
  182. }
  183.  
  184. .img1 img{
  185. width:123px;
  186. height:123px;
  187. margin-left:60px;
  188. }
  189.  
  190. .img2 img{
  191. width:123px;
  192. height:123px;
  193. margin-left:60px;
  194. }
  195.  
  196. #sidebar:hover .img1 img{
  197. margin-left:0px;
  198. -webkit-transition: all 0.4s ease-in-out;
  199. -moz-transition: all 0.4s ease-in-out;
  200. -o-transition: all 0.4s ease-in-out;
  201. -ms-transition: all 0.4s ease-in-out;
  202. -transition: all 0.4s ease-in-out;
  203. }
  204.  
  205. #sidebar:hover .img2 img{
  206. margin-left:125px;
  207. -webkit-transition: all 0.4s ease-in-out;
  208. -moz-transition: all 0.4s ease-in-out;
  209. -o-transition: all 0.4s ease-in-out;
  210. -ms-transition: all 0.4s ease-in-out;
  211. -transition: all 0.4s ease-in-out;
  212. }
  213.  
  214.  
  215. .desc {
  216. margin-top:-247px;
  217. padding:3px;
  218. width:117px;
  219. height:115px;
  220. margin-left:124px;
  221. text-align:center;
  222. overflow:auto;
  223. visibility:hidden;
  224. line-height:14px;
  225. }
  226.  
  227. #sidebar:hover .desc {
  228. visibility:visible;
  229. }
  230.  
  231. .links{
  232. padding:3px;
  233. width:115px;
  234. height:115px;
  235. margin-top:2px;
  236. text-align:center;
  237. visibility:hidden;
  238. line-height:20px;
  239. }
  240.  
  241. #sidebar:hover .links{
  242. visibility:visible;
  243. }
  244.  
  245.  
  246. {CustomCSS}</style></head><body>
  247.  
  248.  
  249. <div id="sidebar">
  250. <div class="img1"><img src="{image:sidebar image}"></div>
  251. <div class="img2"><img src="{image:sidebar image 2}"></div>
  252. <div class="desc">{Description}</div>
  253. <div class="links">
  254. <a style="margin-top:10px;" href="{text:link 1 url}">{text:link 1}</a></br>
  255. <a href="{text:link 2 url}">{text:link 2}</a></br>
  256. <a href="{text:link 3 url}">{text:link 3}</a></br>
  257. <a href="{text:link 4 url}">{text:link 4}</a></br>
  258. <a href="{text:link 5 url}">{text:link 5}</a></br>
  259. <a href="{text:link 6 url}">{text:link 6}</a></br>
  260. </div>
  261.  
  262. {block:Pagination}<div id="pagi">
  263. {block:PreviousPage}<a href="{PreviousPage}">&larr;</a>&nbsp;&nbsp;{/block:PreviousPage}
  264. {block:JumpPagination length="3"}
  265. {block:CurrentPage}<span class="current_page">{PageNumber}</span>&nbsp;&nbsp;{/block:CurrentPage}
  266. {block:JumpPage}<a class="jump_page" href="{URL}">{PageNumber}</a>&nbsp;&nbsp;{/block:JumpPage}
  267. {/block:JumpPagination}
  268. {block:NextPage}<a href="{NextPage}">&rarr;</a>{/block:NextPage}
  269. </div>{/block:Pagination}
  270. </div>
  271.  
  272. <div id="all">{block:Posts}<div id="posts">
  273.  
  274. {block:Text}<h1>{block:Title}{Title}{/block:Title}</h1>{Body}{/block:Text}
  275.  
  276. {block:Photo}{LinkOpenTag}<img src="{PhotoURL-400}">{LinkCloseTag}{block:Caption}{Caption}{/block:Caption}{/block:Photo}
  277.  
  278. {block:Link}<h1><a href="{URL}" {Target}>{Name}</a></h1>{block:Description}{Description}{/block:Description}{/block:Link}
  279.  
  280. {block:Photoset}{Photoset-400}{block:Caption}{Caption}{/block:Caption}{/block:Photoset}
  281.  
  282. {block:Quote}{Quote}{/block:Quote}
  283.  
  284. {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>
  285. <br>{block:TrackName}<b>Title:</b> {TrackName}<br />{/block:TrackName}
  286. <br>{block:Artist}<b>Artist:</b> {Artist}<br />{/block:Artist}
  287. {/block:ExternalAudio}<br><b>Played:</b> {PlayCount} times
  288. {/block:Audio}
  289.  
  290. {block:Video}{Video-400}{block:Caption}{Caption}{/block:Caption}{/block:Video}
  291.  
  292. {block:Chat}{block:Title}<h1>{Title}</h1>{/block:Title}{block:Lines}{block:Label}<b>{Label}</b>{/block:Label} {Line}<br>{/block:Lines}{/block:Chat}
  293.  
  294.  
  295. {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}
  296.  
  297. <div id="details">
  298. <br><a title="{MonthNumber}.{DayOfMonth}.{Year}" href="{Permalink}">★</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}</br><a href="{Permalink}">{NoteCountWithLabel}</a><span style="float:left;">{likebutton size="15"}</span><span style="float:left; margin-left:5px;">{reblogbutton size="15"}</span>
  299. {block:HasTags}<div id="tags">{block:Tags} #<a href="{TagURL}">{Tag}</a> {/block:Tags}</div>{/block:HasTags}</div></div>
  300. {/block:Posts}
  301. {block:PostNotes}<div id="notes">{PostNotes}</div>{/block:PostNotes}
  302.  
  303. {/block:Posts}</div></div></div>
  304.  
  305. <div style="position:fixed;bottom:2px; right:3px;"><a title="rosystarlingthemes" href="http://rosystarling.co.vu/"><img width="80px;" src="http://fc03.deviantart.net/fs70/f/2012/318/3/2/stock_black_flying_birds_3___silhouette_by_jassy2012-d5l1xqo.png"></a></div>
  306.  
  307.  
  308. </body></html>
Advertisement
Add Comment
Please, Sign In to add comment