Advertisement
misscharliepace

Theme 50 by myknightofflowers

Dec 3rd, 2014
206
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 6.89 KB | None | 0 0
  1. <html>
  2.  
  3. <!------Theme 50 by myknightofflowers, don't do any of the stuff you aren't supposed to do and have a lovely day (& HAPPY HOLIDAYS FRIENDS)----->
  4.  
  5. <head>
  6.  
  7. <title>{Title}</title>
  8. <link rel="shortcut icon" href="{Favicon}" />
  9.  
  10. {block:Description}<meta name="description" content="{MetaDescription}" />{/block:Description}
  11.  
  12. <meta name="color:text" content="#aaaaaa"/>
  13. <meta name="color:link" content="#ce9b9b"/>
  14. <meta name="color:link hover" content="#ce9b9b"/>
  15.  
  16. <meta name="image:sidebar" content="">
  17.  
  18. <meta name="text:Bauble Hover Box" content=""/>
  19. <meta name="text:link1" content=""/>
  20. <meta name="text:link1text" content=""/>
  21. <meta name="text:link2" content=""/>
  22. <meta name="text:link2text" content=""/>
  23. <meta name="text:link3" content=""/>
  24. <meta name="text:link3text" content=""/>
  25.  
  26. <style type="text/css">
  27.  
  28. body{font-family:arial;font-size:10px;text-align:justify;background: #ffffff;color:{color:text};margin:0;}
  29.  
  30. a:link {-webkit-transition: all 1s ease;-moz-transition: all 1s ease;-o-transition: all 1s ease;text-decoration:none;}
  31. a:visited {text-decoration:none;}
  32. a:hover {-webkit-transition: all 1s ease;-moz-transition: all 1s ease;-o-transition: all 1s ease;text-decoration:none;color:{color:link hover};}
  33. a:active {text-decoration:none;}
  34.  
  35. #cent{width:560px;left:50%;margin-left:-280px;margin-top:-180px;background-color:white;position:relative;}
  36.  
  37. .post{-webkit-transition: all 1s ease;-moz-transition: all 1s ease;-o-transition: all 1s ease;opacity:1;width:500px;height:auto;float:left;overflow:hidden;margin:0px;padding:5px;padding-right:30px;padding-left:30px;background:white;}
  38.  
  39. #post:hover {opacity:0.85;-webkit-transition: all 1s ease;-moz-transition: all 1s ease; -o-transition: all 1s ease;}
  40.  
  41. #description {text-transform:lowercase;font-size:11px;font-family:times;text-align:center;width:560px;border-bottom:double #efefef;}
  42.  
  43. #linkses {width:560px;text-transform:uppercase;font-family:arial;letter-spacing:0.4em;background:#f9f9f9;padding-top:5px;padding-bottom:3px;}
  44.  
  45. #title {position:relative;left:50%;width:300px;height:100px;padding:30px;margin-left:-180px;top:50px;font-family:georgia;letter-spacing:0.1em;font-size:11px;background:rgba(255, 255, 255, 0.8);z-index:9999;}
  46.  
  47. tr {font-size:8px;text-align:center;}
  48.  
  49. td {padding:5px;padding-left:15px;padding-right:10px;text-align:center;-webkit-transition: all 1s ease;-moz-transition: all 1s ease;-o-transition: all 1s ease;}
  50.  
  51. td a:link, td a:visited {text-decoration:none;color:{color:text};-webkit-transition: all 1s ease;-moz-transition: all 1s ease;-o-transition: all 1s ease;}
  52.  
  53. #notes {text-transform:uppercase;font-family:times;font-size:7px;padding-bottom:10px;padding-top:10px;letter-spacing:0.1em;}
  54.  
  55. #notes a:link, #notes a:visited { text-decoration:none;color:{color:text};letter-spacing:0.1em;}
  56.  
  57. #quotee {font-size:12px;font-family:georgia;}
  58.  
  59. hr {border: 0;height: 1px;background: #efefef;}
  60.  
  61. blockquote {padding-left: 10px;border-left: 2px solid #f5f5f5;}
  62.  
  63. .header {width:900px;height:120px;margin-top:0px;margin-left:0px;padding:0;position:fixed;}
  64.  
  65. h1 {font-family:times;font-size:19px;font-style:italic;}
  66.  
  67. #pagination {font-size:8px;font-family:georgia;font-style:italic;letter-spacing:0.4em;}
  68.  
  69. #sidebarimage {padding-top:50px;display:block;}
  70.  
  71. #baubles {position:fixed;margin-top:-180px; padding-left:20px;}
  72.  
  73. #baubles:hover ~ #baubletext {opacity:1;}
  74.  
  75. #baubletext {-webkit-transition: all 1s ease;-moz-transition: all 1s ease;-o-transition: all 1s ease;position:fixed;opacity:0;margin-top:-60px;margin-left:20px;width:100px;text-align:center;border:double #efefef;background-color:#f9f9f9;padding:10px;}
  76.  
  77. #baubletext:hover {opacity:1;}
  78.  
  79. {CustomCSS}</style>
  80.  
  81. </head>
  82. <body>
  83.  
  84. <body link="{color:link}" vlink="{color:link}" alink="#999999">
  85.  
  86. <div id="title"><center>
  87. <a style="font-size:25px;letter-spacing:0.1em;font-family:times;" href="/"><i>{Title}</i></a>
  88. <br>
  89. <p>{Description}</p>
  90. <div id="pagination">
  91. {block:PreviousPage}<a href="{PreviousPage}">retreat</a>{/block:PreviousPage} -
  92. {block:NextPage}<a href="{NextPage}">onwards</a>{/block:NextPage}
  93. </center>
  94. </div>
  95. </div>
  96.  
  97. <div id="baubles">
  98. <img src="http://cdn.vectorstock.com/i/composite/75,15/christmas-decorations-vector-307515.jpg" height="130px">
  99. </div>
  100.  
  101. <div id="baubletext">
  102. {text:Bauble Hover Box}
  103. </div>
  104.  
  105. <div id="cent">
  106.  
  107. <div id="description">
  108. <div id="sidebarimage">
  109. <a href="/">
  110. <img src="{image:sidebar}" height="200" width="558"></a>
  111. </div>
  112.  
  113. <div id="linkses"><center>
  114. <table><tr>
  115. <td><span title="Ask"><a href="/ask">Message</a href></span></td>
  116. <td><span title="{text:link1text}"><a href="{text:link1}">{text:link1text}</a href></span></td>
  117. <td><span title="{text:link2text}"><a href="{text:link2}">{text:link2text}</a href></span></td>
  118. <td><span title="{text:link3text}"><a href="{text:link3}">{text:link3text}</a href></span></td>
  119. </tr></table>
  120. </center></div>
  121. </div>
  122.  
  123. <br><br>
  124.  
  125. {block:Posts}
  126. <div class="post">
  127.  
  128. <div id="notes">
  129. <a href="{Permalink}">{TimeAgo}</a> with
  130. <a href="{Permalink}">{NoteCountWithLabel}</a>
  131. </div>
  132.  
  133. {block:Text}
  134. <h1>
  135. {block:Title}{Title}{/block:Title}</h1>
  136. {Body}
  137. {/block:Text}
  138.  
  139. {block:Photo}
  140. <a href="{permalink}"><img src="{PhotoURL-500}" width="500"/></a>
  141. <br>
  142. {/block:Photo}
  143.  
  144. {block:Photoset}
  145. {Photoset-500}
  146. {/block:Photoset}
  147.  
  148. {block:Quote}
  149. <div align="center">
  150. <div id="quotee">
  151. ❝<i>{Quote}</i>❞
  152. </div>
  153. -<br>
  154. <span style="text-transform:uppercase; font-size:8px; letter-spacing:0.2em;">
  155. {block:Source}{Source}{/block:Source}
  156. </span>
  157. </div>
  158. {/block:Quote}
  159.  
  160. {block:Video}
  161. {Video-500}<br>
  162. {PlayCountWithLabel}
  163. {/block:Video}
  164.  
  165. {block:Link}
  166. <h1>
  167. <a href="{URL}" class="link" {Target}>{Name}</a></h1>
  168. {block:Description}{Description}{/block:Description}
  169. {/block:Link}
  170.  
  171. {block:Chat}
  172. {block:Lines}
  173.  
  174. {block:Label}
  175. <br><div style="display:inline; letter-spacing:0.2em; text-transform:uppercase;">{Label}</div>
  176. {/block:Label}
  177. <span style="font-style:italic">{Line}</span>
  178. {/block:Lines}
  179. <br>
  180. {/block:Chat}
  181.  
  182. {block:Audio}
  183. {AudioPlayerWhite}
  184. <br>
  185. {/block:Audio}
  186.  
  187. {block:Answer}
  188. <div style="padding-bottom:10px; border-bottom:double #efefef">
  189. <b>Q:</b> {Question} - ({Asker})
  190. </div>
  191. {Answer}
  192. {/block:Answer}
  193.  
  194. {block:PermalinkPage}
  195. {NoteCountWithLabel}
  196. {block:Caption}
  197. {Caption}
  198. {/block:Caption}
  199. <br><br>
  200. {block:PostNotes}{PostNotes}{/block:PostNotes}</div>
  201. {/block:PermalinkPage}
  202.  
  203. <div id="notes" style="text-align:right">
  204. {block:ContentSource}
  205. <a href="{SourceURL}">src</a>
  206. {/block:ContentSource}
  207. {block:RebloggedFrom}
  208. <a href="{ReblogParentURL}">via</a>
  209. {/block:RebloggedFrom},
  210. {block:Tags} <a href="{TagUrl}">{Tag}</a> {/block:Tags}
  211. </div>
  212.  
  213. </div>{/block:Posts}
  214.  
  215. <div style="position:fixed; bottom:10px; right:10px; font-size:7px;background:white;padding:5px;padding-bottom:0px; text-align:center;border:white double;">
  216. <a href="http://myknightofflowers.tumblr.com/">T H E M E</a><br><br>
  217. </div>
  218.  
  219. </div>
  220. </body>
  221. </html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement