Advertisement
realjunko

Sayaka

Nov 12th, 2014
390
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 10.33 KB | None | 0 0
  1. <!--
  2. Sayaka theme by 226px
  3. please don't remove credit or claim as your own
  4. -->
  5.  
  6. <html>
  7. <head>
  8.  
  9.  
  10.  
  11.  
  12. <link rel="shortcut icon" href="{image:favicon}" />
  13. <link rel="alternate" type="application/rss+xml" href="{RSS}" />
  14. <title>{Title}</title>
  15. {block:Description}<meta name="description" content="{MetaDescription}" />{/block:Description}
  16.  
  17. <!-- DEFAULTS, this it the area that you can add color, images, if show captions, stuff like that -->
  18.  
  19. <meta name="color:background" content="#ffffff">
  20. <meta name="color:text" content="#c0bdb8" />
  21. <meta name="color:link hover" content="#fdfdfd" />
  22. <meta name="color:link" content="#eeedec" />
  23. <meta name="color:Bold" content="#777777" />
  24. <meta name="color:Italic" content="#bbbbbb"/>
  25. <meta name="color:borders" content="#eeedec"/>
  26.  
  27. <meta name="image:sidebar" content=""/>
  28. <meta name="image:favicon" content=""/>
  29. <meta name="if:caption" content="0" />
  30.  
  31. <meta name="text:link1" content="url" />
  32. <meta name="text:name1" content="link" />
  33. <meta name="text:link2" content="url" />
  34. <meta name="text:name2" content="link" />
  35. <meta name="text:link3" content="url" />
  36. <meta name="text:name3" content="link" />
  37. <meta name="text:link4" content="url" />
  38. <meta name="text:name4" content="link" />
  39.  
  40.  
  41. </head>
  42.  
  43. <!-- from here on, you creat class and id DIV's; class looks like: .something id's being #something, you use here to stylize how your theme looks, what color, backgrounds, borders, fonts, texts, padding, margins all of that cool stuff -->
  44. <script src="http://static.tumblr.com/rzl30kg/eAxm7a751/jquery.style-my-tooltips.js"></script>
  45. <script>
  46. (function($){
  47. $(document).ready(function(){
  48. $("[title]").style_my_tooltips({
  49. tip_follows_cursor:true,
  50. tip_delay_time:200,
  51. tip_fade_speed:300
  52. }
  53. );
  54. });
  55. })(jQuery);
  56. </script>
  57.  
  58. <style type="text/css">
  59.  
  60. #s-m-t-tooltip{
  61. max-width:300px;
  62. margin:15px;
  63. padding:2px 8px;
  64. border:1px solid #DDD;
  65. border-radius:4px;
  66. background:#FFF;
  67. color:#AAA;
  68. z-index:999999;
  69. font-size:8px;
  70. font-style:italic;
  71. text-transform:lowercase;
  72. box-shadow:1px 1px 3px rgba(0,0,0,.1);}
  73. #bite
  74. #bite a{
  75. display:block
  76. }
  77. #bite .death {
  78. margin-top:-40px;filter: alpha(opacity = 0);
  79. opacity:0;-webkit-transition: all 0.5s ease-out;
  80. -moz-transition: all 0.5s ease-out;transition: all 0.5s ease-out;
  81. }
  82.  
  83. #bite:hover .death {
  84. margin-top:2px;
  85. -webkit-transition: all 0.8s ease-out;
  86. -moz-transition: all 0.8s ease-out;
  87. transition: all 0.8s ease-out;
  88. filter: alpha(opacity = 100);
  89. filter: alpha(opacity = 100);
  90. opacity:100;
  91. }
  92. #decretum {margin-top:7px; text-align:left;}
  93. #decretum a {text-decoration:none;}
  94.  
  95. body {color:{color:text}; background-color:{color:background}; font-family:helvetica; font-size:10px; line-height:17px; text-align:justify}
  96.  
  97. a:link, a:active, a:visited{color: {color:link}; text-decoration:none}
  98.  
  99. a:hover {
  100. color:{color:link hover};-webkit-transition: all 0.2s linear; -moz-transition: all 0.2s linear; transition: all 0.2s linear;}
  101.  
  102. small{font-size:auto}
  103.  
  104. big{font-size:auto}
  105.  
  106. b, strong{color:{color:bold}}
  107.  
  108. h1 {font-size:11px;}
  109.  
  110. i, em {color:{color:italic}}
  111.  
  112. p{margin-top:6px; margin-bottom:6px}
  113.  
  114. blockquote {padding:0px; padding-left:10px; margin:8px; border-left:2px solid {color:text}}
  115.  
  116. img a{border:none; width:100%;}
  117.  
  118. #container {background-color:transparent; width: 400px; margin: 0 auto -10px auto}
  119.  
  120. /* the overall entries container and position of it */
  121.  
  122. #entries {margin-left:500px; text-align: justify;}
  123.  
  124. /* here are your posts to customize!! */
  125.  
  126. #posts {margin: 70px 0 0px 0; width: 250px;text-align: justify; padding: 10px;border: 1px solid #aaa; background-color:#ffffff;}
  127.  
  128. #posts img {max-width:100%;}
  129.  
  130. #sidebar{ position:fixed; width:110px; background:white; border:1px solid #aaa; padding:7px; overflow:hidden;left:193px; top:140px;
  131. }
  132.  
  133. h2 {
  134. font-family:helvetica; font-weight:100; line-height:17px;
  135. }
  136.  
  137. #pagination {font-family:calibri; text-align:center; font-size:24px; margin-bottom:2px;}
  138.  
  139. #credit{position:fixed; bottom:10px;margin-bottom:10px; left:10px; font-size:11px; font-family:calibri;color:{color:text}; text-transform:uppercase;letter-spacing: 0px; font-style:normal; background:white; border:1px solid #aaa; padding:3px;}
  140.  
  141. #info{padding-top:5px; display:block; padding-bottom:5px; width:auto; font-size:8px; font-family:verdana;}
  142.  
  143. .audio{background-color:black; display:block}
  144.  
  145. /* this is your chats, you can stylize however you want */
  146.  
  147. .user_1 .label {color:{color:link}; font-weight:bold}
  148. .user_2 .label {color:{color:text}; font-weight:italic}
  149. .user_3 .label {color:{color:link}; font-weight:text}
  150.  
  151.  
  152. ul.chat, .chat ol, .chat li {list-style:none; margin:0px; padding:0px}
  153.  
  154. .notes img{width:10px; position:relative; top:1px}
  155. ol.notes, .notes li{width:490px; list-style:none; margin:0px 0 -1px 5px; padding:0px}
  156.  
  157.  
  158. </style>
  159.  
  160. <!-- this is the area where everything comes to life and you have to code all the stuff you stylized. so i already got you like 10% started. or something, maybe more. i was never good at math anyway. -->
  161.  
  162. <body>
  163.  
  164. <div id="sidebar">
  165.  
  166. <center><div id="bite">
  167. <a href="/"><img src="{image:sidebar}" style="width:100px;position:inline;left:-10px;
  168. padding-bottom:2px;"></a><p>
  169.  
  170.  
  171. {description}<p></p>
  172. <br>
  173. <div class="death">
  174.  
  175. <a title='refresh' href="/">i</a> /
  176. <a title='ask' href="/ask">ii</a> /
  177. <a title='{text:name1}' href="{text:link1}">iii</a> /
  178. <a title='{text:name2}' href="{text:link2}">iv</a> /
  179. <a title='{text:name3}'href="{text:link3}">v</a> /
  180. <a title='{text:name4}' href="{text:link4}">vi</a>
  181. <div id="pagination">{block:Pagination}{block:PreviousPage}<a href="{PreviousPage}">«</a>{/block:PreviousPage} {block:NextPage}<a href="{NextPage}">»</a><br />{/block:NextPage}{/block:Pagination}</div>
  182. </div>
  183. </center>
  184. </div></div></div>
  185. <!-- here is the credit, you can add your own in here! if you're not changing much to this theme, then leave it! -->
  186. <div id="credit"><a href="http://226px.tumblr.com/" title="theme credit">THEME</a></div>
  187.  
  188. <div id="entries">
  189. {block:posts}
  190.  
  191. <div id="posts">
  192. {block:Text}{block:Title}<h1>{Title}</h1>{/block:Title}{Body}<div id="decretum">{block:date}<a style="text-transform:uppercase; text-decoration:underline; font-weight:900;" href="{permalink}">{TimeAgo}</a>{/block:date}{block:NoteCount} ({NoteCount}){/block:NoteCount}{block:RebloggedFrom} via <a style="font-weight:900;" href="{ReblogParentURL}">{ReblogParentName}</a>{/block:RebloggedFrom}{block:Tags}<a href="{TagURL}"> #{Tag}</a> {/block:Tags}</div>{block:PostNotes}<div id="notes">{PostNotes}</div>{/block:PostNotes}{/block:Text}
  193.  
  194.  
  195. {block:Quote}<h2>“{Quote}” — {Source}</h2><br><div id="decretum">{block:date}<a style="text-transform:uppercase; text-decoration:underline; font-weight:900;" href="{permalink}">{TimeAgo}</a>{/block:date}{block:NoteCount} ({NoteCount}){/block:NoteCount}{block:RebloggedFrom} via <a style="font-weight:900;" href="{ReblogParentURL}">{ReblogParentName}</a>{/block:RebloggedFrom}{block:Tags}<a href="{TagURL}"> #{Tag}</a> {/block:Tags}</div>{block:PostNotes}<div id="notes">{PostNotes}</div>{/block:PostNotes}{/block:Quote}
  196.  
  197. {block:Link}<a href="{URL}"><h1>{Name}</h1></a>
  198. {block:Description}<p>{Description}</p>{/block:Description}<div id="decretum">{block:date}<a style="text-transform:uppercase; text-decoration:underline; font-weight:900;" href="{permalink}">{TimeAgo}</a>{/block:date}{block:NoteCount} ({NoteCount}){/block:NoteCount}{block:RebloggedFrom} via <a style="font-weight:900;" href="{ReblogParentURL}">{ReblogParentName}</a>{/block:RebloggedFrom}{block:Tags}<a href="{TagURL}"> #{Tag}</a> {/block:Tags}</div>{block:PostNotes}<div id="notes">{PostNotes}</div>{/block:PostNotes}{/block:Link}
  199.  
  200. {block:Photo}<center><img src="{PhotoURL-400}"/></center>
  201. {block:ifCaption}{Caption}{/block:ifCaption}<div id="decretum">{block:date}<a style="text-transform:uppercase; text-decoration:underline; font-weight:900;" href="{permalink}">{TimeAgo}</a>{/block:date}{block:NoteCount} ({NoteCount}){/block:NoteCount}{block:RebloggedFrom} via <a style="font-weight:900;" href="{ReblogParentURL}">{ReblogParentName}</a>{/block:RebloggedFrom}{block:Tags}<a href="{TagURL}"> #{Tag}</a> {/block:Tags}</div>{block:PostNotes}<div id="notes">{PostNotes}</div>{/block:PostNotes}{/block:Photo}
  202.  
  203. {block:Photoset}<center>{Photoset-250}</center>
  204. {block:ifCaption}{Caption}{/block:ifCaption}{/block:Photoset}
  205.  
  206. {block:Chat}<ul class="chat">{block:Lines}<li class="user_{UserNumber}">{block:Label}<span class="label">{Label}</span>{/block:Label}&nbsp;{Line}</li>{/block:Lines}</ul>{/block:Chat}
  207.  
  208. {block:Video}{Video-400}{block:ifCaption}{Caption}{/block:ifCaption}<div id="decretum">{block:date}<a style="text-transform:uppercase; text-decoration:underline; font-weight:900;" href="{permalink}">{TimeAgo}</a>{/block:date}{block:NoteCount} ({NoteCount}){/block:NoteCount}{block:RebloggedFrom} via <a style="font-weight:900;" href="{ReblogParentURL}">{ReblogParentName}</a>{/block:RebloggedFrom}{block:Tags}<a href="{TagURL}"> #{Tag}</a> {/block:Tags}</div>{block:PostNotes}<div id="notes">{PostNotes}</div>{/block:PostNotes}{/block:Video}
  209.  
  210. {block:Answer}{Asker} whispered: {Question}<br>{Answer}<div id="decretum">{block:date}<a style="text-transform:uppercase; text-decoration:underline; font-weight:900;" href="{permalink}">{TimeAgo}</a>{/block:date}{block:NoteCount} ({NoteCount}){/block:NoteCount}{block:RebloggedFrom} via <a style="font-weight:900;" href="{ReblogParentURL}">{ReblogParentName}</a>{/block:RebloggedFrom}{block:Tags}<a href="{TagURL}"> #{Tag}</a> {/block:Tags}</div>{block:PostNotes}<div id="notes">{PostNotes}</div>{/block:PostNotes}{/block:Answer}
  211.  
  212.  
  213. {block:Audio}{AudioPlayerWhite}<br>
  214. {block:ifCaption}{Caption}{/block:ifCaption}<div id="decretum">{block:date}<a style="text-transform:uppercase; text-decoration:underline; font-weight:900;" href="{permalink}">{TimeAgo}</a>{/block:date}{block:NoteCount} ({NoteCount}){/block:NoteCount}{block:RebloggedFrom} via <a style="font-weight:900;" href="{ReblogParentURL}">{ReblogParentName}</a>{/block:RebloggedFrom}{block:Tags}<a href="{TagURL}"> #{Tag}</a> {/block:Tags}</div>{block:PostNotes}<div id="notes">{PostNotes}</div>{/block:PostNotes} {/block:Audio}
  215.  
  216.  
  217. <br /></div>
  218.  
  219. {/block:Posts}
  220.  
  221. <br />
  222. </div>
  223. </div>
  224.  
  225. </body>
  226. </html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement