Advertisement
misscharliepace

Theme 31 by myknightofflowers

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