Advertisement
misscharliepace

Theme 8 by myknightofflowers

Jun 17th, 2013
126
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 4.95 KB | None | 0 0
  1. <html>
  2.  
  3.  
  4. <!------GUYS I MADE MY VERY OWN THEME PLEASE DON'T REMOVE THE CREDIT THIS TOOK ME DAYS AND IT ISNT VERY GOOD ANYWAY I MEAN LOOK AT IT LOTS OF LOVE THE GENIUNELY SURPRISED I EVEN BOTHERED WITH THIS MYKNIGHTOFFLOWERS----->
  5.  
  6.  
  7.  
  8. <head>
  9.  
  10. <title>{Title}</title>
  11.  
  12. <link rel="shortcut icon" href="{Favicon}" />
  13.  
  14. {block:Description}<meta name="description" content="{MetaDescription}" />{/block:Description}
  15.  
  16. <meta name="color:background" content="#ffffff"/>
  17. <meta name="color:text" content="#a56262"/>
  18. <meta name="color:link" content="#435363"/>
  19.  
  20. <meta name="image:sidebar" content="">
  21.  
  22. <meta name="text:link1" content=""/>
  23. <meta name="text:link1text" content=""/>
  24. <meta name="text:link2" content=""/>
  25. <meta name="text:link2text" content=""/>
  26.  
  27. <style type="text/css">
  28.  
  29. body{
  30. color:{color:text};
  31. font-family:cambria;
  32. font-size:9px;
  33. text-align:justify;
  34. background-color:{color:background};
  35. }
  36.  
  37. a:link {
  38. -webkit-transition: all 0.5s ease;
  39. -moz-transition: all 0.5s ease;
  40. -o-transition: all 0.5s ease;
  41. text-decoration:none;}
  42. a:visited {text-decoration:none;}
  43. a:hover {
  44. -webkit-transition: all 0.5s ease-in-out;
  45. transition: all 0.5s ease-in-out;
  46. text-decoration:none;
  47. color:#999999}}
  48. a:active {text-decoration:none;}
  49.  
  50. #cent{
  51. width:508px;
  52. margin-left:320px;
  53. background-color:transparent;
  54. position:relative;
  55. }
  56.  
  57. #post{
  58. opacity:1;
  59. -webkit-transition: all 1s ease-in-out;
  60. transition: all 1s ease-in-out;
  61. padding:20px;
  62. background-color:transparent;
  63. width:500px;
  64. float:left;
  65. margin-top:0px;
  66. position:relative;
  67. }
  68.  
  69. #post:hover {
  70. opacity:0.85;
  71. -webkit-transition: all 1s ease;
  72. -moz-transition: all 1s ease;
  73. -o-transition: all 1s ease;
  74. }
  75.  
  76. #title {
  77. background-color:{color:transparent};
  78. width:100px;
  79. height:10px;
  80. margin-top:350px;
  81. left:120px;
  82. position:fixed;
  83. padding:5px;
  84. text-transform:uppercase;
  85. font-size:12px;
  86. }
  87.  
  88. #description{
  89. border:solid 1px #b1b1b1;
  90. background-color:{transparent};
  91. width:90px;
  92. height:90px;
  93. margin-top:395px;
  94. left:125px;
  95. position:fixed;
  96. padding:5px;
  97. }
  98.  
  99. #sidebarimage {
  100. -webkit-transition: all 1s ease-in-out;
  101. transition: all 1s ease-in-out;
  102. width:90px;
  103. height:90px;
  104. padding:5px;
  105. margin-top:250px;
  106. left:125px;
  107. border:solid 1px #b1b1b1;
  108. position:fixed;
  109. }
  110.  
  111. #sidebarimage:hover {
  112. opacity:0.8;
  113. -webkit-transition: all 1s ease-in-out;
  114. transition: all 1s ease-in-out;
  115. }
  116.  
  117. #linkses {
  118. margin-top:360px;
  119. left:120px;
  120. width:100px;
  121. text-transform:uppercase;
  122. font-size:8px;
  123. position:fixed;
  124. padding:5px;
  125. }
  126.  
  127. #credit {
  128. margin-top:0px;
  129. margin-left:0px;
  130. position:fixed;
  131. }
  132.  
  133. #noteybit {
  134. text-transform:uppercase;
  135. font-size:8px;
  136. padding:5px;
  137. border-top:solid 1px #e1e1e1;
  138. }
  139.  
  140. {CustomCSS}</style>
  141.  
  142. </head>
  143. <body>
  144.  
  145. <body link="{color:link}" vlink="{color:link}" alink="#999999">
  146.  
  147.  
  148. <div id="title"><center><b><a href="/">{title}</a></b></center></div>
  149.  
  150. <div id="description">
  151. <i>
  152. {Description}
  153. </i>
  154. </div>
  155.  
  156. <div id="sidebarimage">
  157. <img src="{image:sidebar}" height="90px" width="90px">
  158. </div>
  159.  
  160. <div style="position:fixed; bottom:0px; right:10px; font-size:13px;">
  161. <a href="http://myknightofflowers.tumblr.com/">© </a><br><br>
  162. </div>
  163.  
  164. <div id="linkses">
  165. <center>
  166. <hr size=1 color="#b1b1b1">
  167. <a href="/ask">Ask</a href>
  168. <a href="{text:link1}">{text:link1text}</a href>
  169. <a href="{text:link2}">{text:link2text}</a href>
  170. <a href="{text:link3}">{text:link3text}</a href><br>
  171. {block:PreviousPage}<a href="{PreviousPage}">← </a>{/block:PreviousPage}
  172. {block:NextPage}<a href="{NextPage}">→ </a>{/block:NextPage}
  173. </center>
  174. </div>
  175.  
  176.  
  177. <div id="cent">
  178.  
  179. {block:Posts}
  180.  
  181. <div id="post">
  182.  
  183. {block:Title}{Title}{/block:Title}
  184.  
  185. {block:Text}{Body}{/block:Text}
  186.  
  187. {block:Photo}
  188. <a href="{permalink}"><img src="{PhotoURL-500}" width="500"/></a>
  189. {/block:Photo}
  190.  
  191. {block:Photoset}
  192. {Photoset-500}
  193. {/block:Photoset}
  194.  
  195.  
  196. {block:Quote}
  197. {Quote}
  198. <div align="right">
  199. {block:Source}-{Source}{/block:Source}
  200. </div>
  201. {/block:Quote}
  202.  
  203.  
  204. {block:Video}
  205. {Video-500}<br>
  206. {PlayCountWithLabel}
  207. {/block:Video}
  208.  
  209.  
  210. {block:Link}
  211. <a href="{URL}" class="link" {Target}>{Name}</a><BR>
  212. {block:Description}{Description}{/block:Description}
  213. {/block:Link}
  214.  
  215. {block:Chat}
  216. {block:Lines}
  217. {block:Label}
  218. <br>{Label}
  219. {/block:Label}
  220. &nbsp;{Line}
  221. {/block:Lines}
  222. {/block:Chat}
  223.  
  224. {block:Audio}
  225. {AudioPlayerGrey}
  226. <br><div align="right">{block:Artist}
  227. Artist: {Artist}</div>
  228. {/block:Artist}<br>
  229. {block:Caption}{Caption}{/block:Caption}
  230. {/block:Audio}
  231.  
  232.  
  233. {block:Answer}
  234. {Asker} asked <b>{Question}</b><br>
  235. {Answer}
  236. {/block:Answer}
  237.  
  238. {block:PermalinkPage}
  239. {block:Caption}
  240. {Caption}
  241. {/block:Caption}
  242. <br>
  243. {block:NoteCount}
  244. {NoteCount} notes
  245. {/block:NoteCount}
  246. <Br>
  247. {block:PostNotes}{PostNotes}{/block:PostNotes}</div>
  248. {/block:PermalinkPage}
  249.  
  250. <div id="noteybit">
  251. <center>
  252. <a href="{Permalink}">{TimeAgo}</a> with
  253. <a href="{Permalink}">{NoteCountWithLabel} </a>|
  254. {block:Tags} <a href="{TagUrl}">#{Tag}</a> {/block:Tags}
  255. </center>
  256. </div>
  257.  
  258.  
  259. </div>
  260. {/block:Posts}
  261.  
  262.  
  263. </div>
  264.  
  265.  
  266.  
  267. </body>
  268. </html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement