Advertisement
misscharliepace

Theme 51 by myknightofflowers

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