Advertisement
Cuddly-Themes

Blossom Flower

Oct 31st, 2012
269
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 7.00 KB | None | 0 0
  1. <html lang="en">
  2.  
  3. <head>
  4.  
  5. <title>{title}</title>
  6. <link rel="shortcut icon" href="http://drikoti.net/Goodies/Favicons/Gifs/034.gif"/>
  7. <link rel="alternate" type="application/rss+xml" href="{RSS}">
  8. {block:Description}<meta name="description" content="{MetaDescription}" />{/block:Description}
  9.  
  10. <SCRIPT TYPE="text/javascript">
  11. <!--
  12. //Disable right click script
  13. //visit http://www.rainbow.arch.scriptmania.com/scripts/
  14. var message="Sorry, right-click has been disabled";
  15. ///////////////////////////////////
  16. function clickIE() {if (document.all) {(message);return false;}}
  17. function clickNS(e) {if
  18. (document.layers||(document.getElementById&&!document.all)) {
  19. if (e.which==2||e.which==3) {(message);return false;}}}
  20. if (document.layers)
  21. {document.captureEvents(Event.MOUSEDOWN);document.onmousedown=clickNS;}
  22. else{document.onmouseup=clickNS;document.oncontextmenu=clickIE;}
  23. document.oncontextmenu=new Function("return false")
  24. // -->
  25. </SCRIPT>
  26.  
  27. <style type="text/css">
  28.  
  29. body{
  30. color:black;
  31. font-family: Trebuchet MS;
  32. font-size:10px;
  33. color: #999;
  34. background-image:url(http://30.media.tumblr.com/tumblr_lzwhafBYPL1qk0tr5o1_500.png);
  35. }
  36.  
  37. a:link, a:active, a:visited{
  38. color: #aaa;
  39. text-decoration: none;
  40. -webkit-transition: opacity 0.3s linear;
  41. -webkit-transition: all 0.3s ease-in-out;
  42. -moz-transition: all 0.3s ease-in-out;
  43. -o-transition: all 0.3s ease-in-out;
  44. }
  45.  
  46. a:hover {
  47. text-shadow: 1px 1px 1px #888;
  48. -webkit-transition:color 500ms ease-in;
  49. -moz-transition:color 500ms ease-in;
  50. -o-transition:color 500ms ease-in;
  51. color: transparent;
  52. }
  53.  
  54. ::-webkit-scrollbar-thumb:vertical {
  55. background-color:#ddd;
  56. -moz-border-radius:10px;
  57. -webkit-border-radius:10px;
  58. }
  59.  
  60. ::-webkit-scrollbar {
  61. width:7px;
  62. height:5px;
  63. background-color:#ffffff;
  64. }
  65.  
  66. #top{
  67. background: url(http://24.media.tumblr.com/tumblr_lq9nngeZ8j1qjex46o2_250.jpg);
  68. position:fixed;
  69. top:-10px;
  70. z-index:99999;
  71. left:0px;
  72. height:130px;
  73. width:200%;
  74. box-shadow:0px 0px 5px #777;
  75. }
  76.  
  77. .bubble{background:#eee; text-align:center; padding:10px; border-radius: 40px 40px 0px 0px;}
  78. .bubble2{background:#bbb; text-align:center; padding:10px; border-radius: 0px 0px 40px 40px;}
  79.  
  80. #entry{
  81. padding:2px;
  82. background-color:#fff;
  83. width:500px;
  84. float:left;
  85. padding:10px;
  86. margin:2px;
  87. }
  88.  
  89. #post{
  90. width:500px;
  91. float:left;
  92. padding:5px;
  93. }
  94.  
  95. #center{
  96. width:550px;
  97. padding:5px;
  98. margin-top:120px;
  99. background-color:#fff;
  100. margin-left:150px;
  101. overflow-y:hidden;
  102. }
  103.  
  104. #sidebar{
  105. background-color:#fff;
  106. width:200px;
  107. margin-left:5px;
  108. float:left;
  109. margin-top:8px;
  110. padding:3px;
  111. }
  112.  
  113. blockquote{border-left:1px solid #ddd; padding:5px;}
  114.  
  115. ul, ol, li{list-style-image:url(http://www.drikoti.net/Goodies/Favicons/Gifs/fv-new13.png);}
  116.  
  117. .heart2 {display : block; font-size: 20px; font-family: 'Cedarville Cursive'; line-height: 10px; border-bottom : 1px solid #eee; text-indent : 5px; vertical-align : middle; -webkit-transition-duration: .50s; padding-left : 10px;padding-bottom : 2px;}
  118.  
  119. .heart2:hover {display : block; font-size: 20px; font-family: 'Cedarville Cursive'; line-height: 10px; border-bottom : 1px dashed #eee; text-indent : 5px; vertical-align : middle; -webkit-transition-duration: .50s; padding-left : 50px; padding-bottom : 2px;}
  120.  
  121. h1{
  122. font-family: 'Amatic SC';
  123. font-size:15px;
  124. text-align:center;
  125. border-top:1px dotted #999;
  126. }
  127.  
  128. h2{
  129. background-image:url(http://2.bp.blogspot.com/-Dx0kfqpJOQg/Tyxu1wnYfZI/AAAAAAAAIdc/FScVP7hO9Lc/s200/tumblr_l5padaXtW61qcdtsho1_500_large.png);
  130. font-family: 'Amatic SC';
  131. font-size:30px;
  132. text-align:center;
  133. border-top:1px dotted #999;
  134. border-bottom:1px dotted #999;
  135. }
  136.  
  137. h3{
  138. font-family:'Allura';
  139. font-size:30px;
  140. color:#FFCD36;
  141. text-align:center;
  142. text-shadow:0px 0px 5px #FFDF80;
  143. margin-bottom:-5px;
  144. }
  145.  
  146. h4{
  147. font-family:'Amatic SC';
  148. font-size:35px;
  149. color:#FFCD36;
  150. text-align:center;
  151. margin:-5px;
  152. }
  153.  
  154. h5{
  155. font-family:'Rochester';
  156. font-size:25px;
  157. color:#FFCD36;
  158. text-shadow:0px 0px 5px #ddd;
  159. line-height:20px;
  160. margin:-5px;
  161. }
  162.  
  163. strong, b{font-family:'Rochester';}
  164.  
  165. .top img { display: inline-block; -moz-border-radius: 50px; -webkit-border-radius: 50px; -o-border-radius: 50%; -khtml-border-radius: 50%; border-radius: 50%; width: 120px; z-index: 9999; margin-left:50px; opacity:2.5; }
  166.  
  167. .desc{
  168. width:240px;
  169. height:50px;
  170. padding-left:30px;
  171. margin-top:-65px;
  172. margin-left:150px;
  173. background:white;
  174. overflow:auto;}
  175.  
  176. .nav{
  177. margin-top:-50px;
  178. margin-left:450px;
  179. width:480px;
  180. height:40px;
  181. padding:5px;
  182. }
  183.  
  184. .navi{
  185. background:#FFC71F;
  186. padding:5px;
  187. text-align:center;
  188. width:50px;
  189. float:left;
  190. -webkit-transition:1s;
  191. }
  192.  
  193. .navi:hover{
  194. background:#FFDF80;
  195. -webkit-transition:1s;
  196. }
  197.  
  198. {CustomCSS]</style>
  199.  
  200. </head>
  201.  
  202. <link href='http://fonts.googleapis.com/css?family=Amatic+SC:700' rel='stylesheet' type='text/css'>
  203. <link href='http://fonts.googleapis.com/css?family=Rochester' rel='stylesheet' type='text/css'>
  204. <link href='http://fonts.googleapis.com/css?family=Allura' rel='stylesheet' type='text/css'>
  205.  
  206.  
  207. <body ondragstart="return false" onselectstart="return false">
  208.  
  209. <div id="top"><br><br><div class="top"><img src="http://25.media.tumblr.com/tumblr_m9g73b75c51qbj49mo1_500.png"></div><div class="desc">{Description}</div>
  210. <div class="nav">
  211. <div class="navi"><a href="/">Home</a></div>
  212. <div class="navi"><a href="/ask">Ask</a></div>
  213. <div class="navi"><a href="/submit">Submit</a></div><br><p>
  214. <div class="navi"><a href="/archive">Archive</a></div>
  215. <div class="navi"><a href="http://flaffi.tumblr.com">Credits</a></div>
  216. <div class="navi"><a href="/more">Stats</a></div>
  217. </div></div><br>
  218.  
  219.  
  220. <div id="center">
  221.  
  222. <div id="post">
  223. {block:Posts}
  224. <div id="entry">
  225.  
  226. {block:Title}<h3>{Title}</h3>{/block:Title}
  227. {block:Text}{Body}{/block:Text}
  228.  
  229. {block:Photo}
  230. <a href="{permalink}"><img src="{PhotoURL-500}" style="border:1px solid #ddd; padding:5px;"/></a>
  231. {/block:Photo}
  232.  
  233. {block:Photoset}
  234. {Photoset-500}
  235. {/block:Photoset}
  236.  
  237. {block:Quote}
  238. <h5>{Quote}</h5>{block:Source}-{Source}{/block:Source}
  239. {/block:Quote}
  240.  
  241. {block:Video}
  242. {Video-500}<br>
  243. {PlayCountWithLabel}
  244. {/block:Video}
  245.  
  246. {block:Link}
  247. <a href="{URL}" class="link" {Target}><h4>{Name}</h4></a><BR>
  248. {block:Description}{Description}{/block:Description}
  249. {/block:Link}
  250.  
  251. {block:Chat}
  252. {block:Lines}
  253. {block:Label}
  254. <br>{Label}
  255. {/block:Label}
  256. <font color="#000">&nbsp;{Line}</font>
  257. {/block:Lines}
  258. {/block:Chat}
  259.  
  260. {block:Audio}
  261. {AudioPlayerGrey}
  262. <br><div align="right">{block:Artist}
  263. Artist: {Artist}</div>
  264. {/block:Artist}<br>
  265. {block:Caption}{Caption}{/block:Caption}
  266. {/block:Audio}
  267.  
  268.  
  269. {block:Answer}
  270. <div class="bubble">{Asker} whispered {Question}</div>
  271. <div class="bubble2">I reply {Answer}</div>
  272. {/block:Answer}
  273.  
  274. <h1><a href="{Permalink}">{NoteCount} Notes</a> <img src="http://media.tumblr.com/tumblr_m6lwvxHTYu1rrzsji.gif"> <a href="{ReblogUrl)">Reblog</a></h1>
  275.  
  276. {block:PermalinkPage}
  277. {block:Caption}
  278. {Caption}
  279. {/block:Caption}
  280. <br>
  281. {block:NoteCount}
  282. {NoteCount} notes
  283. {/block:NoteCount}
  284. <Br>
  285. {block:PostNotes}{PostNotes}{/block:PostNotes}</div>
  286. {/block:PermalinkPage}
  287. </div>
  288.  
  289. {/block:Posts}
  290. </div></div>
  291.  
  292. </body>
  293. </html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement