Advertisement
Guest User

MILLY / BLOSSOM

a guest
Sep 18th, 2014
221
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 11.83 KB | None | 0 0
  1. <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
  2. <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
  3. <head><title>{Title}</title>
  4. <link rel="shortcut icon" href="{Favicon}">
  5. <link rel="alternate" type="application/rss+xml" href="{RSS}">
  6. {block:Description}<meta name="description" content="{MetaDescription}" />{/block:Description}
  7.  
  8. <!---- this is theme 46 by Hollywhood
  9. please don't remove the credit
  10. thank you
  11. --->
  12.  
  13. <link href='http://fonts.googleapis.com/css?family=Oswald' rel='stylesheet' type='text/css'>
  14.  
  15. <link href='http://fonts.googleapis.com/css?family=Iceland' rel='stylesheet' type='text/css'>
  16.  
  17. <link href='http://fonts.googleapis.com/css?family=Walter+Turncoat' rel='stylesheet' type='text/css'>
  18.  
  19. <link href='http://fonts.googleapis.com/css?family=Raleway:400,500' rel='stylesheet' type='text/css'>
  20.  
  21. <meta name="color:Background" content="#ffffff"/>
  22. <meta name="color:Text" content="#9B9B9B"/>
  23. <meta name="color:Link" content="#b8b8b8"/>
  24. <meta name="color:Link Hover" content="#eeeeee"/>
  25. <meta name="color:scrollbar" content="#D6D5D5">
  26. <meta name="color:title" content="#aaaaaa"/>
  27. <meta name="image:sidebar" content=""/>
  28. <meta name="image:Background" content=""/>
  29. <meta name="text:sidebartitle" content="">
  30. <meta name="text:I" content="one"/>
  31. <meta name="text:link I url" content="/"/>
  32. <meta name="text:II" content="two"/>
  33. <meta name="text:link II url" content="/"/>
  34. <meta name="text:III" content="three"/>
  35. <meta name="text:link III url" content="/"/>
  36. <meta name="text:IV" content="four"/>
  37. <meta name="text:link IV url" content="/"/>
  38. <meta name="text:V" content="five"/>
  39. <meta name="text:link V url" content="/"/>
  40.  
  41. <style type="text/css">
  42.  
  43. img{
  44. -webkit-transition: opacity 0.8s linear;
  45. opacity: 0.60;
  46. }
  47. img:hover{
  48. -webkit-transition: opacity 0.8s linear;
  49. opacity: 1;
  50. }
  51.  
  52.  
  53. @import url(http://static.tumblr.com/6hsqxdt/md2mgu4of/tinytots.css);
  54.  
  55.  
  56. ::selection {color:#fff;background:#450000;}
  57. ::-moz-selection {color:#fff;background:#450000;}
  58.  
  59. ::-webkit-scrollbar-thumb:vertical {
  60. height:12px;
  61. border:0px solid #fff;
  62. background-color:#D6D5D5;
  63. }
  64. ::-webkit-scrollbar-thumb:horizontal {
  65. background-color:#fff;
  66. }
  67. ::-webkit-scrollbar {
  68. width:0px;
  69. height:7px;
  70. border:0px solid #fff;
  71. background-color:#D6D5D5;
  72. }
  73. ::-webkit-scrollbar-button:start:decrement, ::-webkit-scrollbar-button:end:increment{
  74. display:block;
  75. height:8px;
  76. border-right:2px solid #fff;
  77. border-left:2px solid #fff;
  78. background-color:#D6D5D5;
  79. }
  80.  
  81. iframe#tumblr_controls {
  82. white-space:nowrap;
  83. -webkit-filter: invert(100%);
  84. -moz-filter: invert(100%);
  85. -o-filter: invert(100%);
  86. -ms-filter: invert(100%);
  87. filter: invert(100%);
  88. opacity:.2;transition: .8s ease-in-out;
  89. -webkit-transition: .8s ease-in-out;
  90. -moz-transition: .8s ease-in-out;
  91. -o-transition: .8s ease-in-out;
  92. }
  93.  
  94.  
  95. *, body, a, a:hover {cursor: url(http://i.imgur.com/IbPRleN.png), auto;}
  96.  
  97. h1 {
  98. font-weight:normal;
  99. font-size:13px;
  100. text-align:center;
  101. font-style:normal;
  102. line-height:100%;
  103. letter-spacing:1px;
  104. text-transform:normal;
  105. color:#9B9B9B;
  106. }
  107.  
  108. h2 {
  109. font-size:10px;
  110. text-align:center;
  111. line-height:100%;
  112. letter-spacing:-0.5px;
  113. color:#9B9B9B;
  114. font-weight:bold;
  115. text-transform:uppercase;
  116. padding:5px;
  117. padding-bottom:2px;
  118. }
  119.  
  120. blockquote {
  121. border-left:1px solid #ccc;
  122. padding:7px;
  123. margin:10px 2px 0px 10px
  124. }
  125.  
  126. body {
  127. background-image: url('http://static.tumblr.com/y3lxlii/Uzinc45j2/ayy.png');
  128. background-attachment: fixed;
  129. background-color:#944e4e;
  130. background-repeat: no-repeat;
  131. background-position: absolute;
  132. margin:0px;
  133. color:#fff;
  134. font-family: 'Raleway', sans-serif;
  135. font-size:9px;
  136. line-height:100%;
  137. }
  138.  
  139. a {
  140. text-decoration:none;
  141. outline:none;
  142. -moz-outline-style:none;
  143. color:#deb4b4;
  144. -moz-transition-duration:0.5s;
  145. -webkit-transition-duration:0.5s;
  146. -o-transition-duration:0.5s;
  147. }
  148.  
  149. a:hover {
  150. text-decoration:none;
  151. outline:none;
  152. -moz-outline-style:none;
  153. color:#eeeeee;
  154. }
  155.  
  156. b, strong, .strong {color:#5c3434;}
  157.  
  158. i, em, .em {color:#ff9191;}
  159.  
  160. img {
  161. border:none;
  162. }
  163.  
  164.  
  165. #post {
  166. width:500px;
  167. padding-bottom:50px;
  168. margin-top:20px;
  169. }
  170.  
  171. #entries {
  172. position:fixed;
  173. margin-top:1px;
  174. margin-bottom:45px;
  175. margin-left:140px;
  176. position:fixed;
  177. height: 290px;
  178. overflow-x: hidden;
  179. background-color: #;
  180. overflow-y: scroll;
  181. width: 459px;
  182. padding: 38px;
  183. background: ;
  184. top: 230px;
  185. }
  186.  
  187.  
  188.  
  189.  
  190. #sidebar {
  191. color:#9B9B9B;
  192. position:fixed;
  193. width:91px;
  194. height:auto;
  195. margin-top:220px;
  196. margin-left:640px;
  197. text-align:left;
  198. }
  199.  
  200.  
  201. #links {
  202. position:fixed;
  203. font-family: impact;
  204. width:600px;
  205. margin-top:-170px;
  206. margin-left:-170px;
  207. font-size:22px;
  208. text-transform:uppercase;
  209. text-align:left;
  210. line-height:100%;
  211. }
  212.  
  213. #links a {
  214. padding-left: 10px;
  215. color: #f7adad;
  216. opacity: 0.8;
  217. width: 160px;
  218. -webkit-transition:all .5s ease-in-out;
  219. -moz-transition:all .5s ease-in-out;
  220. transition:all .5s ease-in-out;
  221. }
  222.  
  223. #links a:hover {
  224. padding-left: 10px;
  225. color:#fff;
  226. text-shadow: 0px 0px 13px #86a3ae;
  227. -webkit-transition:all .5s ease-in-out;
  228. -moz-transition:all .5s ease-in-out;
  229. transition:all .5s ease-in-out;
  230. }
  231.  
  232.  
  233. #description {
  234. width:170px;
  235. font-family: 'Lato', sans-serif;
  236. margin-bottom:20px;
  237. margin-top:-100px;
  238. margin-left:-50px;
  239. text-align:left;
  240. font-size:9px;
  241. color: #fff;
  242. line-height:115%;
  243. }
  244.  
  245. #description a {
  246. color:#c3beb4;
  247. }
  248.  
  249. #description a:hover {
  250. color:#eeeeee;
  251. }
  252.  
  253. .sidebartitle {
  254. width:130px;
  255. text-align:right;
  256. font-family:'Bodoni MT Condensed';
  257. line-height:120%;
  258. margin-left:-4px;
  259. background:;
  260. word-spacing:2px;
  261. font-style:italic;
  262. letter-spacing:0px;
  263. font-size:32px;
  264. margin-top:-2px;
  265. color:#aaaaaa;
  266. }
  267.  
  268. #pagination {
  269. font-family:trebuchet ms;
  270. width:130px;
  271. font-size:8px;
  272. text-transform:normal;
  273. margin-top:620px;
  274. margin-left:38px;
  275. padding-left:5px;
  276. letter-spacing:1px;
  277. font-style:normal;
  278. text-align:right;
  279. }
  280.  
  281. #pagination a {
  282. color:#c3beb4;
  283. }
  284.  
  285. #info {
  286. font-family:tinytots;
  287. width:390px;
  288. margin-top:5px;
  289. padding-top:7px;
  290. font-size:7px;
  291. color:#fff;
  292. border-top:1px solid #8f5151;
  293. text-transform:uppercase;
  294. letter-spacing:1px;
  295. font-style:normal;
  296. text-align:right;
  297. -moz-transition-duration:0.2s;
  298. -webkit-transition-duration:0.2s;
  299. -o-transition-duration:0.2s;
  300. }
  301.  
  302. #info a {
  303. color:#a8a8a8;
  304. font-style:normal;
  305. }
  306.  
  307. #info a:hover {
  308. color:#eeeeee;
  309. -moz-transition-duration:0.2s;
  310. -webkit-transition-duration:0.2s;
  311. -o-transition-duration:0.2s;
  312. }
  313.  
  314. .tags {
  315. font-family:arial;
  316. font-style:normal;
  317. width:400px;
  318. text-transform:normal;
  319. font-style:normal;
  320. line-height:120%;
  321. padding-top:2px;
  322. font-size:8px;
  323. opacity:0;
  324. text-align:right;
  325. -moz-transition-duration:0.5s;
  326. -webkit-transition-duration:0.5s;
  327. -o-transition-duration:0.5s;
  328. }
  329. .tags a{
  330. color:#fff;
  331. -moz-transition-duration:0.2s;
  332. -webkit-transition-duration:0.2s;
  333. -o-transition-duration:0.2s;
  334. }
  335. .tags a:hover{
  336. color:#eeeeee;
  337. -moz-transition-duration:0.2s;
  338. -webkit-transition-duration:0.2s;
  339. -o-transition-duration:0.2s;
  340. }
  341.  
  342. #post:hover .tags{
  343. opacity:1;
  344. -moz-transition-duration:0.5s;
  345. -webkit-transition-duration:0.5s;
  346. -o-transition-duration:0.5s;
  347. }
  348.  
  349. .audio{
  350. background-color:#e5e5e5;
  351. height:65px;
  352. overflow:hidden;
  353. }
  354.  
  355. #ask {
  356. margin-top:-10px;
  357. padding-bottom:10px;
  358. padding-left:10px;
  359. text-align:left;
  360. color:#9B9B9B;
  361. line-height:130%;
  362. background-color:#f9f9f9;
  363. }
  364. #ask img {
  365. margin-left:-3px;
  366. margin-bottom:-9px;
  367. margin-top:6px;
  368. padding:3px;
  369. }
  370. #ans {
  371. text-align:left;
  372. padding:5px;
  373. color:#9B9B9B;
  374. }
  375.  
  376. #credit {
  377. font-size:9px;
  378. font-family:cambria;
  379. font-style:italic;
  380. letter-spacing:1px;
  381. -moz-transition-duration:0.5s;
  382. -webkit-transition-duration:0.5s;
  383. -o-transition-duration:0.5s;
  384. }
  385.  
  386. #credit a {
  387. background-color:#fff;
  388. padding:5px;
  389. border:0px solid #e9e9e9;
  390. position:fixed;
  391. right:15px;
  392. bottom:10px
  393. }
  394.  
  395. #credit a:hover {
  396. color:#fff;
  397. background-color:#191919;
  398. }
  399.  
  400.  
  401.  
  402.  
  403.  
  404. {CustomCSS}</style></head><body>
  405.  
  406. <div id="sidebar">
  407.  
  408. <div id="sidebarimage">
  409. <a title="{text:homelink title}" href="/"><img src="{image:sidebar}"> </a></div>
  410.  
  411. <div id="links">
  412. <a href="/">{text:I}</a>
  413. <a href="/ask">{text:II}</a>
  414. <a href="{text:III url}">{text:III}</a>
  415. <a href="{text:IV url}">{text:IV}</a>
  416. <a href="{text:V url}">{text:V}</a>
  417. </div>
  418.  
  419. <div id="description">
  420. {Description}
  421. <p></p><object type="application/x-shockwave-flash" data="http://flash-mp3-player.net/medias/player_mp3_mini.swf" width="100" height="20">
  422. <param name="movie" value="http://flash-mp3-player.net/medias/player_mp3_mini.swf" />
  423. <param name="bgcolor" value="#ad4545" />
  424. <param name="FlashVars" value="mp3=https%3A//dl.dropboxusercontent.com/u/38876567/BEYONC%25C3%2589%2520-%2520FLAWLESS%2520%255B%2520LYRIC%2520VIDEO%2520%255D.mp3&amp;autoplay=1&amp;bgcolor=ad4545&amp;loadingcolor=ad4646" />
  425. </object><br><br><center><big>{block:Pagination}{block:PreviousPage}<a href="{PreviousPage}">newer</a>{/block:PreviousPage}{/block:Pagination}
  426. {block:Pagination}{block:NextPage}— <a href="{NextPage}">older</a>{/block:NextPage}{/block:Pagination}{/block:Pagination}</big></center></div></div>
  427.  
  428. <div id="entries">{block:Posts}<div id="post">
  429.  
  430. {block:Text}<h1>{block:Title}{Title}{/block:Title}</h1>{Body}{/block:Text}
  431.  
  432. {block:Photo}{LinkOpenTag}<img src="{PhotoURL-500}">{LinkCloseTag}{block:Caption}{Caption}{/block:Caption}{/block:Photo}
  433.  
  434. {block:Photoset}{Photoset-500}{block:Caption}{Caption}{/block:Caption}{/block:Photoset}
  435.  
  436. {block:Quote}<big><big>"{Quote}"</big></big>{block:Source}<br><br> <div style="text-align: right;">— {Source}</div>{/block:Source}{/block:Quote}
  437.  
  438. {block:Link}<h1><a href="{URL}" {Target}>{Name}</a></h1>{block:Description}{Description}{/block:Description}{/block:Link}{hw}
  439.  
  440. {block:Chat}{block:Title}<h1>{Title}</h1>{/block:Title}{block:Lines}{block:Label}<b>{Label}</b>{/block:Label} {Line}<br>{/block:Lines}{/block:Chat}{hw}
  441.  
  442.  
  443. {block:Audio}{block:AlbumArt}<img src="{AlbumArtURL}" width="65px" align="left">{/block:AlbumArt}<div class="audio">{AudioPlayerGrey}</div>{block:Caption}{Caption}{/block:Caption}{/block:Audio}
  444.  
  445. {block:Video}{Video-500}{block:Caption}{Caption}{/block:Caption}{/block:Video}
  446.  
  447. {block:Answer}<div class="question"><i>{Asker}:</i> {Question}</div><div class="answer">{Answer}</div>{/block:answer}
  448.  
  449.  
  450. {block:Date}
  451. <div id="space">
  452. <div id="info">Posted on {ShortMonth} {DayOfMonthWithZero}&mdash; <a href="{Permalink}">{TimeAgo}</a>
  453. <div class="rb">{block:NoteCount}<a href="{Permalink}">{NoteCountWithLabel}</a>{/block:NoteCount}{block:RebloggedFrom} &middot; <a href="{ReblogParentURL}">via</a> {/block:RebloggedFrom}
  454. {block:ContentSource} &middot; <a href="{SourceURL}">source</a>{/block:ContentSource} &middot; <a href="{ReblogURL}" target="_blank">reblog</a></div></div>{/block:Date}
  455.  
  456.  
  457. {block:HasTags}
  458. <div class="tags">
  459. {block:Tags} # <a href="{TagURL}"> {Tag}</a>{/block:Tags}</div>
  460. {/block:HasTags}
  461. <div class="postnote">
  462. {block:PostNotes}{PostNotes}{/block:PostNotes}
  463. </div>
  464. </div>
  465. {/block:Posts}
  466.  
  467. </div>
  468.  
  469. <div id="nah"></div>
  470.  
  471.  
  472. </body>
  473.  
  474. </html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement