Advertisement
misscharliepace

Theme 40 by myknightofflowers

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