Advertisement
akaashiethemes

i c e c r e a m ♥

Nov 13th, 2013
2,281
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 9.38 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. <!----
  9.  
  10. ♡ THEME #1 ( I C E C R E A M ) BY ( MIKU ) ♡
  11.  
  12. hatakekakashi.co.vu || mikusgardenoflilies.tumblr.com (COMING SOON!)
  13.  
  14. ♡ ♥ R U L E S ♥ ♡
  15.  
  16. 1) DO NOT REMOVE CREDIT
  17. Moving credit to a credits page is totally allowed! Just make sure to credit me!
  18. 2) DO NOT USE TO MAKE YOUR OWN THEME
  19. This is not a free base code! You may edit this theme and its coding as much as you'd like, but you may not use
  20. it to make a theme of your own! No matter how much you edit, make sure to credit me!
  21. 3) DO NOT REDISTRIBUTE
  22. 4) DO NOT CLAIM AS YOUR OWN
  23.  
  24. --->
  25.  
  26. <meta name="if:Background Image" content="1">
  27. <meta name="if:Sidebar Image" content="1">
  28.  
  29. <meta name="color:Asker Background" content="#ffedf8">
  30. <meta name="color:Background" content="#ffffff"/>
  31. <meta name="color:Bold" content="#e6aace">
  32. <meta name="color:Italic" content="#e6aace">
  33. <meta name="color:Link" content="#e6aace"/>
  34. <meta name="color:Link Hover" content="#ffedf8"/>
  35. <meta name="color:Center Background" content="#ffffff"/>
  36. <meta name="color:Navi Text" content="#ffc1e6"/>
  37. <meta name="color:Perma Text" content="#ffc1e6"/>
  38. <meta name="color:Post Background" content="#ffffff"/>
  39. <meta name="color:Sidebar Text" content="#ffc1e6"/>
  40. <meta name="color:Text" content="#ffc1e6"/>
  41.  
  42. <meta name="image:Background" content="http://media.tumblr.com/54f364e5c8e6a8ce73ebda4865e9247e/tumblr_inline_mw6sal2Gyp1snh43y.png"/>
  43.  
  44. <meta name="image:Sidebar" content="http://static.tumblr.com/e00212ef0c945ec3eb0a838c56641741/fyd9f31/XS0mw6pc1/tumblr_static_11..png"/>
  45.  
  46. <meta name="text:Link1" content="" />
  47. <meta name="text:Link1 Title" content="" />
  48. <meta name="text:Link2" content="" />
  49. <meta name="text:Link2 Title" content="" />
  50. <meta name="text:Link3" content="" />
  51. <meta name="text:Link3 Title" content="" />
  52. <meta name="text:Link4" content="" />
  53. <meta name="text:Link4 Title" content="" />
  54.  
  55. <style type="text/css">
  56.  
  57. @font-face { font-family: "kawaiidesu"; src: url('https://dl.dropboxusercontent.com/s/ybzihz2ucdmw7i2/slkscr.ttf') format("truetype"); }
  58.  
  59. ::-webkit-scrollbar-thumb:vertical {
  60. background-color: {color:Text};
  61. height: 50px;
  62. }
  63.  
  64. ::-webkit-scrollbar {
  65. height: 10px;
  66. width: 5px;
  67. background-color: {color:Center Background};
  68. }
  69.  
  70. body {
  71. background:{color:background};
  72. {block:IfBackgroundImage}background-image:url("{image:Background}");{/block:IfBackgroundImage}
  73. margin:0px;
  74. color:{color:text};
  75. font-family:arial;
  76. font-size:10px;
  77. line-height:100%;
  78. }
  79.  
  80. a {
  81. color:{color:link};
  82. text-decoration: none;
  83. letter-spacing:1px;
  84. -webkit-transition: all 0.2s ease-in-out;
  85. -moz-transition: all 0.2s ease-in-out;
  86. -o-transition: all 0.2s ease-in-out;
  87. -ms-transition: all 0.2s ease-in-out;
  88. transition: all 0.2s ease-in-out;
  89. }
  90.  
  91. a:hover {
  92. color:{color:Link Hover};
  93. letter-spacing:2px;
  94. }
  95.  
  96. img{
  97.  
  98. opacity: .6;
  99. -webkit-transition-duration: 0.8s;
  100. -moz-transition-duration:0.8s;
  101. transition-duration:0.8s;
  102. -o-transition-duration:0.8s;}
  103.  
  104. img:hover{opacity: 1;
  105. -webkit-transition: all 0.5s ease-out;
  106. -moz-transition: all 0.5s ease-out;
  107. transition: all 0.5s ease-out;}
  108.  
  109. .html_photoset {;
  110. opacity: .6;
  111. -webkit-transition: all .8s;
  112. ...
  113. }
  114. .html_photoset:hover {
  115. opacity: 1;
  116. }
  117.  
  118. blockquote {
  119. padding-left:5px;
  120. border-left:2px solid;
  121. }
  122.  
  123. blockquote blockquote {
  124. padding-left:5px;
  125. border-left:2px solid;
  126. }
  127.  
  128. h1 {
  129. font-size:15px;
  130. }
  131.  
  132. b, strong {
  133. color:{color:Bold};
  134. font-weight:bold;
  135. }
  136.  
  137. i, em {
  138. color:{color:Italic};
  139. }
  140.  
  141. #sidebar{
  142. top: 88px;
  143. left:340px;
  144. width:200px;
  145. height:453px;
  146. padding:10px;
  147. position:fixed;
  148. overflow-y:hidden;
  149. overflow-x:hidden;
  150. opacity: 0.97;
  151. background-color:{color:Center Background};
  152. font-family:kawaiidesu;
  153. font-size: 8px;
  154. color: {color:Sidebar Text};
  155. text-align:justify;
  156. line-height:12px;
  157. z-index:50;
  158. }
  159.  
  160. #navigation{
  161. top: 88px;
  162. left:550px;
  163. width:455px;
  164. height:473px;
  165. padding-left:20px;
  166. position:fixed;
  167. overflow-y:hidden;
  168. overflow-x:hidden;
  169. opacity: 0.97;
  170. background-color:{color:Center Background};
  171. z-index:40;
  172.  
  173. font-family:kawaiidesu;
  174. font-size:8px;
  175. color:#ffb9e4;
  176. text-align:center;
  177. letter-spacing:5px;
  178. }
  179.  
  180. #navigation a{
  181.  
  182. width:38px;
  183. height:22px;
  184. padding:5px;
  185. font-family:kawaiidesu;
  186. color: {color:Center Background};
  187. font-size:8px;
  188. line-height:6px;
  189.  
  190.  
  191. background:
  192. url('http://media.tumblr.com/bbb29fa4f7de7ffd16209eaaa7982aef/tumblr_inline_mviv1bZqyl1snh43y.png') no-repeat left;
  193.  
  194.  
  195. text-align: center;
  196. text-transform:uppercase;
  197. text-decoration:none;
  198. overflow-x:hidden;
  199. overflow-y:hidden;
  200. margin-top:0;
  201. display: inline-block;
  202. -webkit-transition: all 0.5s ease-in-out;
  203. -moz-transition: all 0.5s ease-in-out;
  204. -o-transition: all 0.5s ease-in-out;
  205. -ms-transition: all 0.5s ease-in-out;
  206. transition: all 0.5s ease-in-out;
  207. }
  208.  
  209. #navigation a:hover{
  210. background-color:#fff;
  211. color:#ffb9e4;
  212. line-height:22px;
  213.  
  214. background:
  215. url('http://media.tumblr.com/2b636d81512e3ecaa3c1b73150805811/tumblr_inline_muzmyfCop91snh43y.png') no-repeat left;
  216. }
  217.  
  218. #container{
  219. top: 120px;
  220. left:560px;
  221. width:427px;
  222. height:402px;
  223. padding:13px;
  224. position:fixed;
  225. overflow-y:scroll;
  226. overflow-x:hidden;
  227. opacity: 0.97;
  228. background-color: {color:Center Background};
  229. z-index:40;
  230. }
  231.  
  232.  
  233.  
  234. #posts {
  235. width:400px;
  236. margin-bottom:10px;
  237. padding:10px;
  238. background-color: {color:Post Background};
  239. color:{color:text};
  240. font-family:calibri;
  241. font-size:12px;
  242. line-height:100%;
  243. overflow-x:hidden;
  244. }
  245.  
  246.  
  247. #info {
  248. background-color:transparent;
  249. width:390px;
  250. padding:5px;
  251. font-family:kawaiidesu;
  252. font-family:kawaiidesu;
  253. color:{color:Perma Text};
  254. font-size:8px;
  255. text-align: center;
  256. text-transform:uppercase;
  257. margin-top:5px;
  258. margin-bottom:10px;
  259. }
  260.  
  261. #tags {
  262. background-color: transparent;
  263. width:400px;
  264. padding:5px;
  265. font-family:kawaiidesu;
  266. color:#f8fdc2;
  267. font-size:8px;
  268. text-align: left;
  269. margin-top:-15px;
  270. margin-left:0px;
  271. }
  272.  
  273. #questions {
  274. background-color: {color:Asker Background};
  275. padding:20px;
  276. margin-top: 5px;
  277. margin-bottom:5px;
  278. text-align:left;
  279. }
  280.  
  281. #quotes {
  282. font-family:calibri;
  283. font-size: 18px;
  284. line-height: 21px;
  285. }
  286.  
  287. {CustomCSS}</style></head><body>
  288.  
  289. <img style="z-index:1; position:fixed; left:315px; top:60px; opacity:1;" src="http://static.tumblr.com/fyd9f31/1Iumw6oz4/7..png">
  290.  
  291.  
  292. <div id="sidebar">
  293.  
  294.  
  295. {block:IfSidebarImage}<img style="width: 200px; height:auto; margin-bottom:10px; opacity:1;" src="{image:Sidebar}">{/block:IfSidebarImage}
  296.  
  297. <div style="max-height:155px; width:190px; overflow:auto; padding:5px; ">
  298.  
  299. {description}
  300.  
  301. </div>
  302.  
  303. <br>
  304.  
  305. <center>{block:Pagination}
  306. {block:PreviousPage}<a href="{PreviousPage}" class="jump_page">&laquo;</a>{/block:PreviousPage}
  307. {block:JumpPagination length="10"}
  308. {block:CurrentPage}<span class="current_page">{PageNumber}</span>{/block:CurrentPage}
  309. {block:JumpPage}<a class="jump_page" href="{URL}">{PageNumber}</a>{/block:JumpPage}{/block:JumpPagination}
  310. {block:NextPage}<a href="{NextPage}" class="jump_page">&raquo;</a>{/block:NextPage}
  311. {/block:Pagination}
  312.  
  313. </center>
  314. </div>
  315.  
  316.  
  317.  
  318. <div id="navigation">
  319.  
  320. navigation<br>
  321.  
  322. <a href="/">Home</a>
  323. <a href="/ask">Ask</a>
  324. {block:ifLink1}<a href="{text:Link1}">{text:Link1 Title}</a>{/block:ifLink1}
  325. {block:ifLink2}<a href="{text:Link2}">{text:Link2 Title}</a>{/block:ifLink2}
  326. {block:ifLink3}<a href="{text:Link3}">{text:Link3 Title}</a>{/block:ifLink3}
  327. {block:ifLink4}<a href="{text:Link4}">{text:Link4 Title}</a>{/block:ifLink4}
  328.  
  329.  
  330. <a href="http://hatakekakashi.co.vu/" target="_blank">Credit</a>
  331.  
  332.  
  333. </div>
  334.  
  335. <div id="container">
  336.  
  337. {block:Posts}<div id="posts">
  338.  
  339. {block:Text}<h1>{block:Title}{Title}{/block:Title}</h1>{Body}{/block:Text}
  340.  
  341. {block:Photo}{LinkOpenTag}<img src="{PhotoURL-400}">{LinkCloseTag}{/block:Photo}
  342.  
  343. {block:Photoset}{Photoset-400}{/block:Photoset}
  344.  
  345. {block:Quote}<div id="quotes">❝ <i>{Quote}</i></font></div>{block:Source} —{Source}{/block:Source}{/block:Quote}
  346.  
  347. {block:Link}<h1><a href="{URL}" {Target}>{Name}</a></h1>{block:Description}{Description}{/block:Description}{/block:Link}
  348.  
  349. {block:Chat}{block:Title}<h1>{Title}</h1>{/block:Title}{block:Lines}{block:Label}<b>{Label}</b>{/block:Label} {Line}<br>{/block:Lines}{/block:Chat}
  350.  
  351. {block:Audio}{AudioPlayerWhite}{/block:Audio}
  352.  
  353. {block:Video}{Video-400}{/block:Video}
  354.  
  355. {block:Answer}<div id="questions"><b>{Asker}</b> inquired: {Question}</div>
  356. <div id="questions">{Answer}</div>{/block:answer}
  357.  
  358. {block:PermalinkPage}
  359. {block:Caption}{Caption}{/block:Caption}
  360. <br><br>
  361. <div id="tags">
  362. {block:HasTags}<center>{block:Tags} <small> ♥ </small> <a href="{TagURL}">{Tag}</a> {/block:Tags}</center>{/block:HasTags}
  363. </div>{/block:PermalinkPage}
  364.  
  365. <div id="info"> <a href="{Perimalink}">{block:Date}<a href="{Permalink}">{TimeAgo}</a>{/block:Date} with <a href="{Permalink}">{NoteCountWithLabel}</a> {block:RebloggedFrom} - <a href="{ReblogParentURL}"> via </a> {/block:RebloggedFrom}
  366. {block:ContentSource} - <a href="{SourceURL}">©</a>{/block:ContentSource}{/block:RebloggedFrom}</div></div>
  367.  
  368.  
  369. {block:PostNotes}{PostNotes}{/block:PostNotes}
  370. {/block:Posts}</div>
  371. </div>
  372. </body></html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement