Advertisement
misscharliepace

Theme 6 by myknightofflowers

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