Advertisement
misscharliepace

Theme 58 by myknightofflowers

Sep 16th, 2015
140
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 5.88 KB | None | 0 0
  1. <html>
  2.  
  3. <!--*:・゚✧*:・゚✧*:・゚✧*:・゚✧*:・゚✧*:・゚✧*:・゚✧*:・゚✧*:・゚✧*:・゚✧*:・゚✧*:・゚✧*:・゚✧*:・゚✧
  4.  
  5. THEME 58 BY MYKNIGHTOFFLOWERS | DON'T DO ANY OF THE STUFF YOU AREN'T
  6. SUPPOSED TO DO AND HAVE A LOVELY DAY
  7.  
  8. *:・゚✧*:・゚✧*:・゚✧*:・゚✧*:・゚✧*:・゚✧*:・゚✧*:・゚✧*:・゚✧*:・゚✧*:・゚✧*:・゚✧*:・゚✧*:・゚✧*-->
  9.  
  10.  
  11. <head>
  12.  
  13. <title>{Title}</title>
  14. <link rel="shortcut icon" href="{Favicon}" />
  15.  
  16. {block:Description}<meta name="description" content="{MetaDescription}" />{/block:Description}
  17.  
  18. <meta name="color:text" content="#aaaaaa"/>
  19. <meta name="color:link" content="#ce9b9b"/>
  20. <meta name="color:link hover" content="#ccc"/>
  21. <meta name="color:lines" content="#efefef"/>
  22. <meta name="color:sidebar" content="#ccc"/>
  23.  
  24. <meta name="text:link1" content=""/>
  25. <meta name="text:link1text" content=""/>
  26. <meta name="text:link2" content=""/>
  27. <meta name="text:link2text" content=""/>
  28.  
  29. <style type="text/css">
  30.  
  31. body{
  32. font-family:arial;
  33. font-size:10px;
  34. text-align:justify;
  35. background:#ffffff;
  36. -webkit-background-size: cover;
  37. -moz-background-size: cover;
  38. -o-background-size: cover;
  39. background-size: cover;
  40. color:{color:text};
  41. margin:0;
  42. overflow-y: scroll;
  43. overflow-x: hidden;
  44. }
  45.  
  46. a:link {
  47. -webkit-transition: all 0.5s ease;
  48. -moz-transition: all 0.5s ease;
  49. -o-transition: all 0.5s ease;
  50. text-decoration:none;}
  51. a:visited {text-decoration:none;}
  52. a:hover {
  53. -webkit-transition: all 0.5s ease-in-out;
  54. transition: all 0.5s ease-in-out;
  55. text-decoration:none; color:{color:link hover};
  56. }
  57. a:active {text-decoration:none;}
  58.  
  59. #cent{
  60. margin-left:450px;
  61. margin-top:20px;
  62. position:relative;
  63. }
  64.  
  65. #post{
  66. opacity:1;
  67. -webkit-transition: all 1s ease-in-out;
  68. transition: all 1s ease-in-out;
  69. padding:15px;
  70. position:relative;
  71. width:400px;
  72. }
  73.  
  74. #post:hover {
  75. opacity:0.85;
  76. -webkit-transition: all 1s ease;
  77. -moz-transition: all 1s ease;
  78. -o-transition: all 1s ease;
  79. }
  80.  
  81. #notes {
  82. text-transform:uppercase;
  83. font-family:times;
  84. font-size:7px;
  85. padding-bottom:10px;
  86. padding-top:10px;
  87. letter-spacing:0.1em;
  88. background:transparent;
  89. }
  90.  
  91. #notes a, #notes a:link:hover,
  92. #notes a:visited:hover {
  93. text-decoration:none;
  94. color:{color:text};
  95. letter-spacing:0.1em;
  96. }
  97.  
  98. hr {border: 0;height: 1px;background: {color:lines};}
  99. img{vertical-align:text-bottom}
  100. h1 {font-family:times;font-size:19px;font-style:italic;}
  101. blockquote {padding-left: 10px;border-left: 2px solid #f5f5f5;}
  102. #quotee {font-size:12px;font-family:georgia;}
  103.  
  104. #side {
  105. text-align:center;
  106. margin-top:300px;
  107. margin-left:100px;
  108. position:fixed;
  109. font-size:9px;
  110. font-family:arial;
  111. width:270px;
  112. text-transform:lowercase;
  113. }
  114.  
  115. #side a, #side a:link:hover,
  116. #side a:visited:hover {
  117. text-decoration:none;
  118. color:{color:link};
  119. letter-spacing:0.1em;
  120. }
  121.  
  122. #title {
  123. font-size:30px;
  124. text-transform:lowercase;
  125. letter-spacing:0.1em;
  126. font-family:times;
  127. }
  128.  
  129. #description {
  130. -webkit-transition: all 1s ease;
  131. -moz-transition: all 1s ease;
  132. -o-transition: all 1s ease;
  133. opacity:0;
  134. }
  135.  
  136. #side:hover #description {
  137. opacity:1;
  138. }
  139.  
  140. #linkses {
  141. -webkit-transition: all 1s ease;
  142. -moz-transition: all 1s ease;
  143. -o-transition: all 1s ease;
  144. opacity:0;
  145. }
  146.  
  147. #side:hover #linkses {
  148. opacity:1;
  149. }
  150.  
  151.  
  152. {CustomCSS}</style>
  153. </head>
  154. <body>
  155. <body link="#ce9b9b" vlink="#ce9b9b" alink="#aaa">
  156.  
  157. <div id="line"> </div>
  158.  
  159. <div id="side">
  160. <div id="title"><a href="/">{title}</a></div>
  161. <div id="description"><p>{Description}</p></div>
  162. <div id="linkses">
  163. <span title="Message"><a href="/ask">i.</a href></span>
  164. <span title="{text:link1text}"><a href="{text:link1}">ii.</a href></span>
  165. <span title="{text:link2text}"><a href="{text:link2}">iii.</a href></span>
  166. <br><br>
  167. {block:PreviousPage}<a href="{PreviousPage}">ice</a>{/block:PreviousPage} {block:NextPage}<a href="{NextPage}">fire</a>{/block:NextPage}
  168. </div>
  169. </div>
  170.  
  171. <div style="position:fixed; bottom:0px; right:10px; font-size:7px;z-index:999999;">
  172. <a href="http://myknightofflowers.tumblr.com/">T H E M E </a><br><br>
  173. </div>
  174.  
  175. <div id="cent">
  176.  
  177. {block:Posts}
  178. <div id="post">
  179. <div id="notes">
  180. <a href="{Permalink}">{TimeAgo}</a> with
  181. <a href="{Permalink}">{NoteCountWithLabel}</a>
  182. <hr>
  183. </div>
  184. {block:Text}
  185. <h1>
  186. {block:Title}{Title}{/block:Title}</h1>
  187. {Body}
  188. {/block:Text}
  189.  
  190. {block:Photo}
  191. <a href="{permalink}"><img src="{PhotoURL-400}" width="400"/></a>
  192. <br>
  193. {/block:Photo}
  194.  
  195. {block:Photoset}
  196. {Photoset-400}
  197. {/block:Photoset}
  198.  
  199. {block:Quote}
  200. <div align="center">
  201. <div id="quotee">
  202. ❝<i>{Quote}</i>❞
  203. </div>
  204. -<br>
  205. <span style="text-transform:uppercase; font-size:8px; letter-spacing:0.2em;">
  206. {block:Source}{Source}{/block:Source}
  207. </span>
  208. </div>
  209. {/block:Quote}
  210.  
  211. {block:Video}
  212. {Video-400}<br>
  213. {PlayCountWithLabel}
  214. {/block:Video}
  215.  
  216. {block:Link}
  217. <h1>
  218. <a href="{URL}" class="link" {Target}>{Name}</a></h1>
  219. {block:Description}{Description}{/block:Description}
  220. {/block:Link}
  221.  
  222. {block:Chat}
  223. {block:Lines}
  224.  
  225. {block:Label}
  226. <br><div style="display:inline; letter-spacing:0.2em; text-transform:uppercase;">{Label}</div>
  227. {/block:Label}
  228. <span style="font-style:italic">{Line}</span>
  229. {/block:Lines}
  230. <br>
  231. {/block:Chat}
  232.  
  233. {block:Audio}
  234. {AudioPlayerWhite}
  235. <br>
  236. {/block:Audio}
  237.  
  238. {block:Answer}
  239. <div style="padding-bottom:10px; border-bottom:double {color:lines}">
  240. <b>Q:</b> {Question} - ({Asker})
  241. </div>
  242. {Answer}
  243. {/block:Answer}
  244.  
  245. {block:PermalinkPage}
  246. {NoteCountWithLabel}
  247. {block:Caption}
  248. {Caption}
  249. {/block:Caption}
  250. <br><br>
  251. {block:PostNotes}{PostNotes}{/block:PostNotes}</div>
  252. {/block:PermalinkPage}
  253.  
  254. <div id="notes" style="text-align:right">
  255. <hr>
  256. {block:ContentSource}
  257. <a href="{SourceURL}">src</a>
  258. {/block:ContentSource}
  259. {block:RebloggedFrom}
  260. <a href="{ReblogParentURL}">via</a>
  261. {/block:RebloggedFrom},
  262. {block:Tags} <a href="{TagUrl}">{Tag}</a> {/block:Tags}
  263. </div>
  264. </div>{/block:Posts}
  265.  
  266. </div>
  267.  
  268. </body>
  269. </html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement