Advertisement
misscharliepace

Theme 44 by myknightofflowers

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