Advertisement
misscharliepace

Theme 1 by myknightofflowers

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