Advertisement
dizzyperrie

Theme Number Seven By Floraleigh

Jul 26th, 2014
258
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 6.00 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. <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
  3. <head><title>{Title}</title>
  4. <link rel="shortcut icon" href="{Favicon}">
  5. <link rel="alternate" type="application/rss+xml" href="{RSS}">
  6. {block:Description}<meta name="description" content="{MetaDescription}" />{/block:Description}
  7.  
  8. <!--
  9.  
  10. BASE CODE BY FELICITYSMAOK
  11.  
  12. ✿THEME MADE BY FLORALEIGH✿
  13.  
  14. ✿DO NOT CLAIM AS YOURS OR REPOST IT✿
  15. -->
  16.  
  17. <meta name="color:Background" content="#ffffff"/>
  18. <meta name="color:Text" content="#838282"/>
  19. <meta name="color:Link" content="#b8b8b8"/>
  20. <meta name="image:sidebar" content=""/>
  21. <meta name="color:linkhover" content="#cecece"/>
  22. <meta name="color:bold" content="#000000">
  23. <meta name="color:italic" content="#cecece">
  24. <meta name="color:asker bg" content="#000000">
  25. <meta name="color:border" content="#000000">
  26.  
  27. <meta name="text:Title" content="" />
  28. <meta name="text:Link1" content="" />
  29. <meta name="text:Link1 Title" content="" />
  30. <meta name="text:Link2" content="" />
  31. <meta name="text:Link2 Title" content="" />
  32. <meta name="text:Link3" content="" />
  33. <meta name="text:Link3 Title" content="" />
  34.  
  35. <style type="text/css">
  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. body {
  57. background:{color:background};
  58. margin:0px;
  59. color:{color:text};
  60. font-family:arial;
  61. font-size:10px;
  62. line-height:100%;
  63. }
  64.  
  65. a {
  66. color:{color:link};
  67. text-decoration: none;
  68. }
  69.  
  70. a:hover {
  71. color:{color:linkhover};
  72.  
  73.  
  74. }
  75.  
  76. img {
  77. border:none;
  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. h1 {
  91. font-size:15px;
  92. }
  93.  
  94. b, strong {
  95. color:{color:bold};
  96. font-weight:bold;
  97. }
  98.  
  99. i, em {
  100. color:{color:italic};
  101. }
  102.  
  103. #entries {
  104. padding:10px;
  105. width:400px;
  106. margin-left:500px;
  107. margin-top:40px;
  108. }
  109.  
  110. #post {
  111. width:400px;
  112. padding-bottom:20px;
  113. }
  114.  
  115. #sidebar {
  116. width:150px;
  117. position:fixed;
  118. margin-left:250px;
  119. margin-top:100px;
  120. }
  121.  
  122. #title {
  123. font-weight:bold;
  124. font-size:13px;
  125. text-align:center;
  126. margin-bottom:5px;
  127. letter-spacing:1px;
  128. }
  129.  
  130. #sidebarimage {
  131. width 150px;
  132. }
  133.  
  134. #sidebarimage img {
  135. width:150px;
  136. height:150px;
  137. }
  138.  
  139. #description {
  140. font:arial;
  141. width:140px;
  142. font-size:10px;
  143. margin-top:20px;
  144. padding:6px;
  145. }
  146.  
  147. #pagination {
  148. font-size:12px;
  149. text-align:center;
  150. }
  151.  
  152. #info {
  153. width:490px;
  154. padding:5px;
  155. font-size:8px;
  156. color:{color:link};
  157. margin-top:10px;
  158. margin-bottom:5px;
  159. letter-spacing:2px;
  160. text-align:left;
  161. }
  162.  
  163. #questions {
  164. background-color: {color:asker bg};
  165. padding:11px;
  166. margin-top: 5px;
  167. margin-bottom:5px;
  168. font-size:10px;
  169. text-align:left;
  170. }
  171.  
  172. #answer {
  173. font-size:10px;
  174. text-transform:lowercase;
  175. }
  176.  
  177. #links {
  178. padding:5px;
  179. font-size:9px;
  180. text-align:center;
  181. letter-spacing:1px;
  182. position:absolute;
  183. float:left;
  184. width:150px;
  185. }
  186.  
  187. #cred {
  188. position:fixed;
  189. bottom:15px;
  190. right:15px;
  191. font-size:8px;
  192. padding:5px;
  193. text-transform:uppercase;
  194. border:1px solid {color:border}; padding: 2px 3px 2px 3px;}
  195.  
  196. {CustomCSS}</style></head><body>
  197. <div id="bite">
  198. <div id="sidebar">
  199.  
  200. <div id="title"</a>{Title}</div>
  201.  
  202. <div id="sidebarimage"><"{image:sidebar}"></div>
  203.  
  204. <center><div id="links">
  205. <a href="/home">home</a>
  206. <a href="/ask">ask</a>
  207. <a href="{text:link1 url}">{text:link1}</a>
  208. <a href="{text:link2 url}">{text:link2}</a>
  209. <a href="{text:link3 url}">{text:link3}</a> </center>
  210.  
  211. <center>
  212. <div class="death"><div id="description">{Description}</div></center>
  213.  
  214.  
  215. <div id="pagination">
  216. {block:Pagination}{block:PreviousPage}<a href="{PreviousPage}">prev</a>{/block:PreviousPage}
  217. {block:NextPage}<a href="{NextPage}">next</a>{/block:NextPage}{/block:Pagination}
  218. </div>
  219.  
  220. </div>
  221. <div id="cred"><a href="/">theme</a></div>
  222. <div id="entries">{block:Posts}<div id="post">
  223.  
  224. {block:Text}<h1>{block:Title}{Title}{/block:Title}</h1>{Body}{/block:Text}
  225.  
  226. {block:Photo}{LinkOpenTag}<img src="{PhotoURL-400}">{LinkCloseTag}{block:Caption}{Caption}{/block:Caption}{/block:Photo}
  227.  
  228. {block:Photoset}{Photoset-400}{block:Caption}{Caption}{/block:Caption}{/block:Photoset}
  229.  
  230. {block:Quote}{Quote}{block:Source} —{Source}{/block:Source}{/block:Quote}
  231.  
  232. {block:Link}<h1><a href="{URL}" {Target}>{Name}</a></h1>{block:Description}{Description}{/block:Description}{/block:Link}
  233.  
  234. {block:Chat}{block:Title}<h1>{Title}</h1>{/block:Title}{block:Lines}{block:Label}<b>{Label}</b>{/block:Label} {Line}<br>{/block:Lines}{/block:Chat}
  235.  
  236. {block:Audio}{AudioPlayerWhite}{block:Caption}{Caption}{/block:Caption}{/block:Audio}
  237.  
  238. {block:Video}{Video-500}{block:Caption}{Caption}{/block:Caption}{/block:Video}
  239.  
  240. {block:Answer}<div id="questions"><b>{Asker}</b> said: {Question}</div>
  241. <div id="answer">{Answer}</div>{/block:answer}
  242.  
  243. <div id="info"> <a href="{Perimalink}">{block:Date}<a href="{Permalink}">{TimeAgo}</a>{/block:Date} with <a href="{Permalink}">{NoteCountWithLabel}</a> {block:RebloggedFrom} - <a href="{ReblogParentURL}"> via </a> {/block:RebloggedFrom}
  244. {block:ContentSource} - <a href="{SourceURL}">source</a>{/block:ContentSource}{/block:RebloggedFrom}<div id="tags">
  245. {block:HasTags}{block:Tags} <small> # </small> <a href="{TagURL}">{Tag}</a> {/block:Tags}{/block:HasTags}</div></div></div>
  246.  
  247. {block:PostNotes}{PostNotes}{/block:PostNotes}
  248. {/block:Posts}</div>
  249. </body></html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement