Advertisement
Guest User

Ichigo Theme

a guest
Apr 6th, 2012
6,390
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 10.41 KB | None | 0 0
  1. <!-- (c) Ichigo theme by Sapphire (http://owl-doll.tumblr.com)
  2. Do not steal or redistribute. If you have any questions feel free to contact me - http://owl-doll.tumblr.com/ask
  3. Pixels from Pixelpeach @ Livejournal
  4. Fonts from Google Web Fonts
  5. -->
  6.  
  7. <head><title>{title}</title>
  8.  
  9.  
  10. <meta name="image:Photo" content="http://25.media.tumblr.com/tumblr_m1zgy6Fy2K1qj9c9eo1_500.png"/>
  11. <meta name="image:Background"
  12. content="http://i612.photobucket.com/albums/tt206/SapphPsychopath/Backgrounds/bgichigominipink.gif">
  13. <meta name="if:Enable Infinite Scrolling" content="1"/>
  14. <meta name="if:Disable Right Click" content="0"/>
  15. <meta name="color:Titles" content="#fd8cd2">
  16. <meta name="color:First Letter" content="#e6e2e4">
  17. <meta name="color:Borders" content="#fd8cd2">
  18. <meta name="color:Header Borders" content="#eeeeee">
  19. <meta name="color:Text" content="#474646">
  20. <meta name="color:Links" content="#ffffff">
  21. <meta name="color:Navigation Background"" content="#fc2caa">
  22. <meta name="text:Link 1 Name" content=""/>
  23. <meta name="text:Link 1 URL" content="http://"/>
  24. <meta name="text:Link 2 Name" content=""/>
  25. <meta name="text:Link 2 URL" content="http://"/>
  26. <meta name="text:Link 3 Name" content=""/>
  27. <meta name="text:Link 3 URL" content="http://"/>
  28. <meta name="text:Link 4 Name" content=""/>
  29. <meta name="text:Link 4 URL" content="http://"/>
  30. <meta name="text:Link 5 Name" content=""/>
  31. <meta name="text:Link 5 URL" content="http://"/>
  32.  
  33. {blockifdisablerightclick}<script language=JavaScript>
  34. <!--
  35.  
  36. //Disable right mouse click Script
  37. //By Maximus (maximus@nsimail.com) w/ mods by DynamicDrive
  38. //For full source code, visit http://www.dynamicdrive.com
  39.  
  40. var message="Function Disabled!";
  41.  
  42. ///////////////////////////////////
  43. function clickIE4(){
  44. if (event.button==2){
  45. alert(message);
  46. return false;
  47. }
  48. }
  49.  
  50. function clickNS4(e){
  51. if (document.layers||document.getElementById&&!document.all){
  52. if (e.which==2||e.which==3){
  53. alert(message);
  54. return false;
  55. }
  56. }
  57. }
  58.  
  59. if (document.layers){
  60. document.captureEvents(Event.MOUSEDOWN);
  61. document.onmousedown=clickNS4;
  62. }
  63. else if (document.all&&!document.getElementById){
  64. document.onmousedown=clickIE4;
  65. }
  66.  
  67. document.oncontextmenu=new Function("alert(message);return false")
  68.  
  69. // -->
  70. </script>{/block:ifdisablerightclick}
  71.  
  72.  
  73. <style type="text/css">
  74.  
  75.  
  76. <link href='http://fonts.googleapis.com/css?family=Chewy' rel='stylesheet' type='text/css'>
  77. <link href='http://fonts.googleapis.com/css?family=Bilbo+Swash+Caps' rel='stylesheet' type='text/css'><style type="text/css">
  78. #navbar-iframe {
  79. display: none;
  80. }
  81. body {
  82. background:url({image:background});
  83. font-family: arial;
  84. font-size:11px;
  85. color: #555555;
  86. background-attachment:fixed;
  87. }
  88.  
  89. ::-moz-selection {
  90. background:#transparent;
  91. color:#FC9FC5;
  92. text-shadow: 2px 2px 3px #DEDEDE;
  93. }
  94.  
  95. ::selection {
  96. background:#transparent;
  97. color:#FC9FC5;
  98. }
  99. a:link, a:visited {
  100. color:#d1d1d1;
  101. text-decoration:none;
  102. }
  103. a:hover {
  104. color: {color:links};
  105. border-bottom: 1px dashed {color:links};
  106. }
  107.  
  108.  
  109. blockquote {border-left: 10px solid {color:borders}; padding: 7px; }
  110. blockquote:hover {border-left: 10px solid {color:borders};}
  111.  
  112. div.blah a {
  113. background-color: {color:navigation background};
  114. margin-bottom:3px;
  115. text-align:center;
  116. display:block;
  117. position:center;
  118. color:{color:links};
  119. text-transform:lowercase;
  120. font-size:12px;
  121. border: dashed 1px {color:borders};
  122. }
  123.  
  124. .line1 {
  125. position: absolute;
  126. top: 100px; left: 400px;
  127. background:#fff;
  128. width:510px;
  129. padding-left:5px;
  130. border-radius:5px;
  131. border: 1px solid {color:borders};
  132. }
  133.  
  134. .line2{
  135. position:absolute;
  136. top: 100px; left: 50px;
  137. background:#fff;
  138. width:250px;
  139. padding-left:5px;
  140. border-radius:5px;
  141. border: 1px solid {color:borders};
  142. }
  143. .header {
  144. font-family: Bilbo Swash Caps;
  145. font-size: 50px;
  146. font-style: italic;
  147. color: #FFFFFF;
  148. text-shadow: 2px 3px 2px #FFDFDF;
  149. letter-spacing: 1px;
  150. }
  151. .header:first-letter {
  152. font-family: Bilbo Swash Caps;
  153. font-size:50px;
  154. color: {color:First Letter};
  155. }
  156.  
  157. .title {
  158. font-family: Bilbo+Swash+Caps;
  159. text-align: center;
  160. color:{color:Titles};
  161. font-size:20px;
  162. padding:3px;
  163. padding-bottom:5px;
  164. letter-spacing: -1px;
  165. width:500px;
  166. }
  167.  
  168. .title:first-letter {
  169. font-family: century gothic;
  170. font-size:25px;
  171. color: {title:First Letter};
  172. }
  173.  
  174. .title2 {
  175. font-family: Chewy;
  176. text-align: center;
  177. letter-spacing: -1px;
  178. color:{color:Titles};
  179. font-size:18px;
  180. border-top:1px solid {color:header borders};
  181. border-bottom:1px solid {color:header borders};
  182. border-right: double {color:header borders};
  183. border-left: double {color:header borders};
  184. margin-top:2px;
  185. width:240px;
  186. }
  187. .title2:first-letter {
  188. font-family: Chewy;
  189. font-size:20px;
  190. color: {color:First Letter};
  191. }
  192. .comment {
  193. text-align: center;
  194. color: {color:text};
  195. font-size:10px;
  196. margin-top:.5em;
  197. margin-right:2em;
  198. margin-bottom:2em;
  199. }
  200.  
  201. img {
  202. border-radius: 5px;
  203. text-decoration:none;
  204. }
  205. img:hover {
  206. filter:alpha(opacity=45);
  207. -moz-opacity: 0.5;
  208. opacity: 0.5;
  209. -khtml-opacity: 0.5;
  210. -webkit-transition:1s;
  211. }
  212.  
  213. </style>
  214.  
  215.  
  216. </style><body>
  217. <div style="position: absolute;top: 25px; left: 50px;"><div class="header">
  218. {title}</div></div>
  219. <div class="line1">
  220. <td valign="top" style="width:550px;">
  221. <div id="pages" style="line-height:16px">
  222.  
  223.  
  224. {block:IfEnableInfiniteScrolling}<div class="autopagerize_page_element"><script type="text/javascript" src="http://codysherman.com/tools/infinite-scrolling/code"></script>{/block:IfEnableInfiniteScrolling}
  225.  
  226. {block:Posts}
  227.  
  228. <div id="post">
  229.  
  230. <table width="100%" height="10px"><tr><td></td></tr>
  231. </table>
  232. <table width="100%"><tr><td>
  233.  
  234. </td>
  235.  
  236. <center><div style="border-bottom: 1px dashed {color:borders};"></div></center>
  237.  
  238. <div><td align="left">Posted {timeago} - <img src="http://i612.photobucket.com/albums/tt206/SapphPsychopath/Pixels/STRAWBERRY.gif"><a href="{Permalink}">{block:NoteCount}{notecount} notes{/block:NoteCount}</a>
  239. </div>
  240. </td></tr></table>
  241.  
  242.  
  243.  
  244.  
  245. <center>{block:Text}<a href="{Permalink}"><div class="title">{Title}</div></a>{block:IndexPage}{Body}{/block:IndexPage}{block:PermalinkPage}{Body}{/block:PermalinkPage}{/block:Text}
  246.  
  247. {block:Photo}<center>{block:IndexPage}<a href="{permalink}"><img class="photo" src="{PhotoURL-500}" alt="{PhotoAlt}"/></a>{/block:IndexPage}
  248. {block:PermalinkPage}{LinkOpenTag}
  249. <br><br><img src="{PhotoURL-500}" class="photo2" alt="{PhotoAlt}"/>{LinkCloseTag}<br>{block:Caption}
  250. <p>{Caption}</p>
  251. {/block:Caption}{/block:PermalinkPage}</center>{/block:Photo}
  252.  
  253. {block:Photoset}<center>{block:IndexPage}{Photoset-500}{/block:IndexPage}
  254. {block:PermalinkPage}{Photoset-500}{/block:PermalinkPage}</center>{block:PermalinkPage}
  255. {/block:PermalinkPage}
  256. {/block:Photoset}
  257.  
  258. {block:Quote}<center><h4>&ldquo;{Quote}&rdquo;</h4>{block:Source}{Source}{/block:Source}</center>
  259. {/block:Quote}
  260.  
  261. {block:Link} <a href="{URL}" id="postlink" {Target}><h2>{Name}&rarr;</h2></a><BR>{block:Description}{Description}{/block:Description}
  262. {/block:Link}
  263.  
  264. {block:Chat}<a href="{Permalink}"><div class="header">{Title}</div></a><ul class="chat">{block:Lines}<li class="user_{UserNumber}">{block:Label}<span class="label">{Label}</span>{/block:Label}&nbsp;{Line}</li>{/block:Lines}</ul>
  265. {/block:Chat}
  266.  
  267. {block:Video}<center>{block:IndexPage}<div id="video">{Video-350}</div>{/block:IndexPage}{block:PermalinkPage}{Video-500}{/block:PermalinkPage}</center>
  268. {/block:Video}
  269.  
  270. {block:Audio}{block:IndexPage}{block:AlbumArt}<img src="{AlbumArtURL}" width="250px" height="100px" />{/block:AlbumArt}<div style="width:260; height:30; background: #000; "><span class="audio"><center>{AudioPlayerBlack}</center></span></div><b><center>{block:TrackName}{TrackName}{/block:TrackName} - {block:Artist}{Artist}{/block:Artist}<br></b> <i>with {PlayCountWithLabel}</i></center>{/block:IndexPage}{block:PermalinkPage}<br><center>
  271. {block:AlbumArt}<img src="{AlbumArtURL}" width="500px" height="300px" />{/block:AlbumArt}<div style="width:500; height:30; background: #000; "><span class="audio"><center>{AudioPlayerBlack}</center></span></div><b><center>{block:TrackName}{TrackName}{/block:TrackName} - {block:Artist}{Artist}{/block:Artist}<br></b> <i>with {PlayCountWithLabel}</i></center>
  272. {block:Caption}{Caption}{/block:Caption}</center>{/block:PermalinkPage}
  273. {/block:Audio}
  274.  
  275. {block:Answer}<span class="answer"><div id="question"><div id="asked"><img src="{AskerPortraitURL-50}"align="left" /><b>{Asker} asked:</b><BR> {Question}</div></div>{Answer}</span>{/block:Answer}
  276.  
  277. {block:PermalinkPage}
  278. <center><img src="http://i612.photobucket.com/albums/tt206/SapphPsychopath/Pixels/thStrawberryCake9899pretty545.gif"></center>
  279. {/block:PermalinkPage}
  280.  
  281. {block:PostNotes} <br><br>
  282. {block:Date} Posted on <a href="{Permalink}">{Month} {DayOfMonth} {Year}{/block:Date}</a>
  283. {block:HasTags}<br>Tagged as:
  284.  
  285. {block:Tags}
  286. <a href="{TagURL}">{Tag}</a>,
  287. {/block:Tags}
  288. {/block:HasTags}{block:ContentSource}<br>Origin:<a href="{SourceURL}" target="_blank">{block:SourceLogo}<img src="{BlackLogoURL}" width="{LogoWidth}" height="{LogoHeight}" alt="{SourceTitle}" />{/block:SourceLogo}{block:NoSourceLogo} {SourceTitle}{/block:NoSourceLogo}</a> {/block:ContentSource}{block:RebloggedFrom}Reblogged From: <a href="{ReblogParentURL}">{ReblogParentName}</a>{/block:RebloggedFrom}<br>
  289. <br><B>Notes:</B><BR>
  290. {PostNotes}
  291. {/block:PostNotes}
  292.  
  293.  
  294.  
  295. </div>
  296.  
  297.  
  298. <center>{/block:Posts}{block:IfEnableInfiniteScrolling}</div>{/block:IfEnableInfiniteScrolling}
  299. <br>
  300. {block:IfNotEnableInfiniteScrolling}{block:PreviousPage}
  301. <a href="{PreviousPage}"><font size="30">«</font></a>
  302. {/block:PreviousPage} </span>
  303. {block:NextPage}
  304. <a href="{NextPage}"><font size="30">»</font></a></newerposts></a>
  305. {/block:NextPage}<br>{/block:IfNotEnableInfiniteScrolling}
  306. </center>
  307. </div></div>
  308.  
  309. <div class="line2">
  310. <td valign="top" style="width:550px;">
  311. <div class="title2">About</div><br>
  312. <img src="{image:Photo}" width="244px"><br>
  313. <br>
  314. <center>{description} </center>
  315.  
  316. <center>
  317. <br><br>
  318. <div class="title2">Navigation</div><br>
  319. <div class="blah"><a href="/">home</a>
  320. <a href ="/ask">message</a>
  321. {block:IfLinkOneName}<a href="{text:link one}">{text:link one name}</a>{/block:IfLinkOneName} {block:IfLinkTwoName}<a href="{text:link two}">{text:link two name}</a>{/block:IfLinkTwoName} {block:IfLinkThreeName}<a href="{text:link three}">{text:link three name}</a>{/block:IfLinkThreeName}
  322. {block:IfLinkFourName}<a href="{text:link four}">{text:link four name}</a>{/block:IfLinkFourName}
  323. <a href="http://owl-doll.tumblr.com">theme</a></div>
  324.  
  325.  
  326. </div>
  327. </body>
  328. </head>
  329. </html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement