Advertisement
misscharliepace

Theme 46 by myknightofflowers

Aug 22nd, 2014
136
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 6.01 KB | None | 0 0
  1. <html>
  2.  
  3. <!------Theme 46 by myknightofflowers, don't do any of the stuff you aren't supposed to do and have a lovely day----->
  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:lines" content="#efefef"/>
  15. <meta name="color:link hover" content="#ccc"/>
  16.  
  17. <meta name="image:sidebar" content="">
  18.  
  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. <meta name="text:link4" content=""/>
  26. <meta name="text:link4text" content=""/>
  27.  
  28. <style type="text/css">
  29.  
  30. body{
  31. font-family:times;
  32. font-size:10px;
  33. text-align:justify;
  34. background-color:#ffffff;
  35. color:{color:text};
  36. margin:0;
  37. }
  38.  
  39. a:link {
  40. -webkit-transition: all 0.5s ease;
  41. -moz-transition: all 0.5s ease;
  42. -o-transition: all 0.5s ease;
  43. text-decoration:none;}
  44. a:visited {text-decoration:none;}
  45. a:hover {
  46. -webkit-transition: all 0.5s ease-in-out;
  47. transition: all 0.5s ease-in-out;
  48. text-decoration:none; color:{color:link hover};
  49. }
  50. a:active {text-decoration:none;}
  51.  
  52. #cent{
  53. width:535px;
  54. margin-left:400px;
  55. margin-top:20px;
  56. background-color:transparent;
  57. position:relative;
  58. }
  59.  
  60. #post{
  61. opacity:1;
  62. -webkit-transition: all 1s ease-in-out;
  63. transition: all 1s ease-in-out;
  64. padding:15px;
  65. background-color:transparent;
  66. width:500px;
  67. float:left;
  68. margin-top:0px;
  69. position:relative;
  70. }
  71.  
  72. #post:hover {
  73. opacity:0.85;
  74. -webkit-transition: all 1s ease;
  75. -moz-transition: all 1s ease;
  76. -o-transition: all 1s ease;
  77. }
  78.  
  79. #title {
  80. -webkit-transition: all 1s ease;
  81. -moz-transition: all 1s ease;
  82. -o-transition: all 1s ease;
  83. font-size:20px;
  84. text-transform:lowercase;
  85. letter-spacing:0.1em;
  86. font-family:times;
  87. }
  88.  
  89. #description {
  90. margin-top:100px;
  91. margin-left:150px;
  92. position:fixed;
  93. padding:20px;
  94. font-size:9px;
  95. font-family:arial;
  96. width:150px;
  97. text-transform:lowercase;
  98. text-align:center;
  99. }
  100.  
  101. #linkses {
  102. font-size:25px;
  103. font-family:arial;
  104. }
  105.  
  106. #credit {
  107. margin-top:0px;
  108. margin-left:10px;
  109. position:fixed;
  110. }
  111.  
  112. #noteybit {
  113. text-transform:lowercase;
  114. font-size:8px;
  115. font-family:georgia;
  116. padding:5px;
  117. }
  118.  
  119. #quotee {
  120. font-size:12px;
  121. font-family:georgia;
  122. }
  123.  
  124. #pagination {
  125. font-size:8px;
  126. font-family:georgia;
  127. font-style:italic;
  128. letter-spacing:0.4em;
  129. }
  130.  
  131. hr {
  132. border: 0;
  133. height: 1px;
  134. background: {color:lines};
  135. }
  136.  
  137. blockquote {
  138. padding-left: 10px;
  139. border-left: 2px solid #f5f5f5;
  140. }
  141.  
  142. .header {
  143. width:900px;
  144. height:120px;
  145. margin-top:0px;
  146. margin-left:0px;
  147. padding:0;
  148. position:fixed;
  149. }
  150.  
  151. h1 {
  152. font-family:times;
  153. font-size:19px;
  154. font-style:italic;
  155. }
  156.  
  157. #sidebarimage {
  158. border:20px #f5f5f5 solid;
  159. }
  160.  
  161. img{
  162. vertical-align:text-bottom
  163. }
  164.  
  165. #linkses a:link:hover,
  166. #linkses a:visited:hover {
  167. color:white;
  168. text-decoration:none;
  169. letter-spacing:0.0em;
  170. }
  171.  
  172. {CustomCSS}</style>
  173. </head>
  174. <body>
  175.  
  176. <body link="{color:link}" vlink="{color:link}" alink="#999999">
  177.  
  178. <div id="description">
  179. <center>
  180. <div id="sidebarimage">
  181. <a href="/">
  182. <img src="{image:sidebar}" width="110"></a>
  183. </div>
  184. </center>
  185. <br>
  186. <div id="title"><a href="/">{Title}</a></div>
  187. <p>{Description}</p>
  188.  
  189. <div id="linkses">
  190. <span title="Ask"><a href="/ask" style="color:#848484">●</a href></span>
  191. <span title="{text:link1text}"><a href="{text:link1}" style="color:#A4A4A4">●</a href></span>
  192. <span title="{text:link2text}"><a href="{text:link2}" style="color:#BDBDBD">●</a href></span>
  193. <span title="{text:link3text}"><a href="{text:link3}" style="color:#D8D8D8">●</a href></span>
  194. <span title="{text:link4text}"><a href="{text:link4}" style="color:#E6E6E6">●</a href></span>
  195. </div>
  196.  
  197. <div id="pagination">
  198. {block:PreviousPage}<a href="{PreviousPage}">ice</a>{/block:PreviousPage} -
  199. {block:NextPage}<a href="{NextPage}">fire</a>{/block:NextPage}
  200. </div>
  201. </div>
  202.  
  203. <div style="position:fixed; bottom:0px; right:10px; font-size:7px;">
  204. <a href="http://myknightofflowers.tumblr.com/">T H E M E </a><br><br>
  205. </div>
  206.  
  207. <div id="cent">
  208. {block:Posts}
  209. <div id="post">
  210.  
  211. {block:Text}
  212. <h1>
  213. {block:Title}{Title}{/block:Title}</h1>
  214. <blockquote>{Body}</blockquote>
  215. {/block:Text}
  216.  
  217. {block:Photo}
  218. <a href="{permalink}"><img src="{PhotoURL-500}" width="500"/></a>
  219. <br>
  220. {/block:Photo}
  221.  
  222. {block:Photoset}
  223. {Photoset-500}
  224. {/block:Photoset}
  225.  
  226. {block:Quote}
  227. <div align="center">
  228. <div id="quotee">
  229. ❝<i>{Quote}</i>❞
  230. </div>
  231. -<br>
  232. <span style="text-transform:uppercase; font-size:8px; letter-spacing:0.2em;">
  233. {block:Source}{Source}{/block:Source}
  234. </span>
  235. </div>
  236. {/block:Quote}
  237.  
  238. {block:Video}
  239. {Video-500}<br>
  240. {PlayCountWithLabel}
  241. {/block:Video}
  242.  
  243. {block:Link}
  244. <h1>
  245. <a href="{URL}" class="link" {Target}>{Name}</a></h1>
  246. {block:Description}{Description}{/block:Description}
  247. {/block:Link}
  248.  
  249. {block:Chat}
  250. {block:Lines}
  251.  
  252. {block:Label}
  253. <br><div style="display:inline; letter-spacing:0.2em; text-transform:uppercase;">{Label}</div>
  254. {/block:Label}
  255. <span style="font-style:italic">{Line}</span>
  256. {/block:Lines}
  257. <br>
  258. {/block:Chat}
  259.  
  260. {block:Audio}
  261. {AudioPlayerWhite}
  262. <br>
  263. {/block:Audio}
  264.  
  265. {block:Answer}
  266. <div style="padding-bottom:10px; border-bottom:double {color:lines}">
  267. <b>Q:</b> {Question} - ({Asker})
  268. </div>
  269. {Answer}
  270. {/block:Answer}
  271.  
  272. {block:PermalinkPage}
  273. {NoteCountWithLabel}
  274. {block:Caption}
  275. {Caption}
  276. {/block:Caption}
  277. <br><br>
  278. {block:PostNotes}{PostNotes}{/block:PostNotes}</div>
  279. {/block:PermalinkPage}
  280.  
  281.  
  282. <div id="noteybit">
  283. <center>
  284. <hr>
  285. <i>
  286. <a href="{Permalink}">{TimeAgo}</a> /
  287. <a href="{Permalink}">{NoteCountWithLabel}</a> /
  288. {block:ContentSource}
  289. <a href="{SourceURL}">Source</a> /
  290. {/block:ContentSource}
  291. {block:RebloggedFrom}
  292. <a href="{ReblogParentURL}">via</a> //
  293. {/block:RebloggedFrom}
  294. {block:Tags} <a href="{TagUrl}">#{Tag}</a> {/block:Tags}
  295. </i>
  296. </center>
  297. </div>
  298. </div>{/block:Posts}
  299.  
  300. </div>
  301. </body>
  302. </html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement