Advertisement
Guest User

lanadelrheys theme 1

a guest
Oct 3rd, 2014
230
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 7.22 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.  
  6. <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
  7. <head>
  8. <link href='http://fonts.googleapis.com/css?family=Droid+Serif' rel='stylesheet' type='text/css'>
  9. <link href='http://fonts.googleapis.com/css?family=Playball' rel='stylesheet' type='text/css'>
  10. <link href='http://fonts.googleapis.com/css?family=Playball' rel='stylesheet' type='text/css'>
  11. <title>{Title}</title>
  12. <link rel="shortcut icon" href="{Favicon}">
  13. <link rel="alternate" type="application/rss+xml" href="{RSS}">
  14. {block:Description}<meta name="description" content="{MetaDescription}" />{/block:Description}
  15.  
  16. <meta name="color:Background" content=""/>
  17. <meta name="color:Text" content="#000000"/>
  18. <meta name="color:Link" content="#000000"/>
  19. <meta name="color:Hover" content="#f2f2f2"/>
  20. <meta name="color:Scrollbar" content="#000000"/>
  21.  
  22. <meta name="image:sidebar" content="https://33.media.tumblr.com/1f47f44f8c6982ea791a92592e308855/tumblr_nc412vLIBT1su3k2ho7_1280.jpg"/>
  23.  
  24.  
  25. <meta name="text:link1" content="home">
  26. <meta name="text:link1 url" content="/">
  27. <meta name="text:link2" content="ask">
  28. <meta name="text:link2 url" content="/ask">
  29. <meta name="text:link3" content="link3">
  30. <meta name="text:link3 url" content="/">
  31. <meta name="text:link4" content="link4">
  32. <meta name="text:link4 url" content="/">
  33.  
  34. <style type="text/css">
  35.  
  36. #bite
  37. #bite a{
  38. display:block
  39. }
  40. #bite .death {
  41. margin-top:-40px;filter: alpha(opacity = 0);
  42. opacity:0;-webkit-transition: all 0.5s ease-out;
  43. -moz-transition: all 0.5s ease-out;transition: all 0.5s ease-out;
  44. }
  45.  
  46. #bite:hover .death {
  47. margin-top:2px;
  48. -webkit-transition: all 0.8s ease-out;
  49. -moz-transition: all 0.8s ease-out;
  50. transition: all 0.8s ease-out;
  51. filter: alpha(opacity = 100);
  52. filter: alpha(opacity = 100);
  53. opacity:100;
  54. }
  55.  
  56. ::-webkit-scrollbar{height: 4px; width: 3px; -webkit-border-radius: 0px; background-color:{color:Background};}
  57. ::-webkit-scrollbar-thumb{background-color:{color:Scrollbar};}
  58. ::-webkit-scrollbar-track{background-color:{color:Background};}
  59.  
  60. body {
  61. background:{color:background};
  62. margin:0px;
  63. color:{color:text};
  64. font-family:times;
  65. font-size:10px;
  66. line-height:100%;
  67. }
  68.  
  69. a {
  70. text-decoration:none;
  71. outline:none;
  72. -moz-outline-style:none;
  73. color:{color:link};
  74. }
  75.  
  76.  
  77. blockquote {
  78. padding-left:5px;
  79. border-left:2px solid;
  80. }
  81.  
  82. blockquote blockquote {
  83. padding-left:5px;
  84. border-left:2px solid;
  85. }
  86.  
  87. h1 {
  88. font-size:9px;
  89. }
  90.  
  91. a:hover {
  92. opacity:10;
  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.  
  101. #entries {
  102. padding:15px;
  103. width:550px;
  104. margin-left:275px;
  105. margin-right:auto;
  106. margin-top:100px;
  107. margin-bottom:50px;
  108. position:fixed;
  109. overflow: auto;
  110. height: 500px;
  111. background: #d7d4d4;
  112. border: 2px #000 dotted;
  113. opacity:.8;
  114. padding: 20px;
  115.  
  116.  
  117. }
  118.  
  119.  
  120. #info {
  121. text-align:left;
  122. margin-top:10px;
  123. text-transform:lowercase;
  124. font-size:9px;
  125. letter-spacing:1px;
  126. padding:2px;
  127. background-color:white;
  128. border-bottom:1px solid#000
  129. }
  130.  
  131. #info a{
  132. color:#000;
  133. }
  134.  
  135. #description {
  136. position:fixed;
  137. font-family: 'Droid Serif', serif;
  138. font-size:9px;
  139. width:150px;
  140. margin-left:480px;
  141. margin-top:-150px;
  142. height:auto;
  143. background: #E0E0E0;
  144. padding: 15px;
  145. opacity: 0.8;
  146. text-align:center;
  147. border: 1px #000 dashed;
  148. }
  149.  
  150. #links {
  151. position:fixed;
  152. font-family: times;
  153. text-transform:none;
  154. font-size:12px;
  155. margin-top:8px;
  156. margin-left:500px;
  157. width:150px;
  158. text-align:center;
  159. }
  160.  
  161. #tags {
  162. font-family:times;
  163. letter-spacing:0px;
  164. text-transform:lowercase;
  165. font-size:8px;
  166. margin-top:4px;
  167. background-color:white;
  168. color:black;
  169. }
  170.  
  171. #tags a{
  172. display:inline; background-color:white;
  173. text-align:left;
  174. }
  175.  
  176. #asker {
  177. padding:10px;
  178. text-align:left;
  179. background-color:#fff;
  180. color:#000;
  181. border:1px dashed#C0C0C0;
  182. }
  183.  
  184. #asker a{
  185. color:#A0A0A0;
  186. font-size:8.5px;
  187. }
  188.  
  189.  
  190. #sidebar .title {
  191. width:400px;
  192. font-family: georgia;
  193. margin-top:190px;
  194. margin-left:450px;
  195. font-size: 30px;
  196. text-align: center
  197.  
  198. }
  199.  
  200. #sidebar {
  201. position:fixed;
  202. width:250px;
  203. height:auto;
  204. margin-left:125px;
  205. margin-top:50px;
  206. }
  207.  
  208.  
  209.  
  210. #sidebar img{
  211. position:fixed;
  212. width:500px;
  213. height:200px;
  214. margin-left:200px;
  215. margin-top:-230px;
  216. opacity:0.8;
  217. border: 2px #ababab solid;
  218. padding:5;
  219. }
  220.  
  221.  
  222.  
  223. #pagination {
  224. position:fixed;
  225. font-family:times;
  226. font-size:9px;
  227. margin-top:20px;
  228. margin-left:275px;
  229. text-align:center;
  230. }
  231.  
  232. {CustomCSS}</style></head><body>
  233.  
  234. <div id="sidebar">
  235. <div id="bite">
  236. <div class="title"><a href="/">{Title}</a></div>
  237. <center><div id="sidebarimg"><img src="{image:sidebar}"></div>
  238. <div id="links">
  239. <a href="{text:link1 url}">{text:link1}</a>
  240. <a href="{text:link2 url}">{text:link2}</a>
  241. <a href="{text:link3 url}">{text:link3}</a>
  242. <a href="{text:link4 url}">{text:link4}</a>
  243. </div>
  244.  
  245. <div class="death">
  246. <div id="description">
  247. ❜ {Description} ❛
  248. </div></div>
  249. <div id="pagination">
  250. {block:Pagination}
  251. {block:NextPage}<a href="{NextPage}">fly»</a>{/block:NextPage} <br><br>
  252. {block:PreviousPage}<a href="{PreviousPage}">«fall</a>{/block:PreviousPage}
  253. {/block:Pagination}
  254. </div>
  255. </div>
  256.  
  257. <div id="entries">{block:Posts}<div id="post">
  258.  
  259. {block:Text}<h1>{block:Title}{Title}{/block:Title}</h1>{Body}{/block:Text}
  260.  
  261. {block:Photo}{LinkOpenTag}<img src="{PhotoURL-500}">{LinkCloseTag}{block:Caption}{Caption}{/block:Caption}{/block:Photo}
  262.  
  263. {block:Photoset}{Photoset-500}{block:Caption}{Caption}{/block:Caption}{/block:Photoset}
  264.  
  265. {block:Quote}{Quote}{block:Source} —{Source}{/block:Source}{/block:Quote}
  266.  
  267. {block:Link}<h1><a href="{URL}" {Target}>{Name}</a></h1>{block:Description}{Description}{/block:Description}{/block:Link}
  268.  
  269. {block:Chat}{block:Title}<h1>{Title}</h1>{/block:Title}{block:Lines}{block:Label}<b>{Label}</b>{/block:Label} {Line}<br>{/block:Lines}{/block:Chat}
  270.  
  271. {block:Audio}<left>{block:AlbumArt}<img src="{AlbumArtURL}" width="85px" height="85px" align="left" style="margin-right:10px" />{/block:AlbumArt}<span class="audio">{AudioPlayerBlack}</left></span>
  272. <br>{block:TrackName}<b>legend.</b> {TrackName}<br />{/block:TrackName}
  273. <br>{block:Artist}<b>designed.</b> {Artist}<br />{/block:Artist}
  274. {/block:ExternalAudio}<br><b>performed.</b> {PlayCount} times
  275. {/block:Audio}
  276.  
  277. {block:Video}{Video-500}{block:Caption}{Caption}{/block:Caption}{/block:Video}
  278.  
  279. {block:Answer}<div id="asker"><span style="font-family:times;font-size:8.7px;font-style:italic">{Asker} requested.</span> {Question}</div><center>{Answer}{/block:Answer}
  280.  
  281. <div id="info">
  282. {block:Date} {TimeAgo}{/block:Date} + <a href="{Permalink}">{NoteCountWithLabel}</a>{block:RebloggedFrom} + <a href="{ReblogParentURL}"
  283. title="{ReblogParentTitle}">FROM.</a> + <a href="{ReblogRootURL}"title="{ReblogRoottitle}">BEGINNING.</a>{/block:RebloggedFrom}
  284. {block:HasTags}<div id="tags">{block:Tags} <a href="{TagURL}">♚{Tag}</a> {/block:Tags}</div>{/block:HasTags}</div></div>
  285. {/block:Posts}
  286. {block:PostNotes}<div id="notes">{PostNotes}</div>{/block:PostNotes}
  287. {/block:Posts}</div></div></div>
  288.  
  289.  
  290. <div style="position:fixed;bottom:7px; right:8px; font-size:14px;border:1px solid#B8B8B8 ; padding:5px"><a href="http://lanadelrheys.tumblr.com/">✘✘</a></div>
  291.  
  292. </body>
  293. </div>
  294. </html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement