Advertisement
kimvisda

MIZUHARA THEME by notebookings

Sep 12th, 2014
343
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 6.49 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. MIZUHARA THEME
  11. by Kim (notebookings.tumblr.com)
  12.  
  13. please leave the credit intact where it has been placed, unless clearly shown elsewhere. thank you!
  14.  
  15. instructions:
  16. 1. go to your blog
  17. 2. click "customize" on the upper right hand corner
  18. 3. click "edit HTML" in the Customize sidebar
  19. 4. delete the existing code
  20. 5. paste this theme code
  21. 6. click "update preview"
  22. 7. click "save"
  23. 8. refresh to make further changes
  24.  
  25. --->
  26.  
  27. <meta name="color:Background" content="#ffffff"/>
  28. <meta name="color:Text" content="#000000"/>
  29. <meta name="color:Link" content="#000000"/>
  30. <meta name="color:linkhover" content="#000000"/>
  31. <meta name="color:bold" content="#000000"/>
  32. <meta name="color:italic" content="#000000"/>
  33. <meta name="color:asker bg" content="#e3e3e3"/>
  34. <meta name="color:border" content="#cecece"/>
  35. <meta name="color:Info" content="#e3e3e3"/>
  36.  
  37. <meta name="font:Text" content="Courier New"/>
  38.  
  39. <meta name="text:Link1" content="" />
  40. <meta name="text:Link1 Title" content="" />
  41. <meta name="text:Link2" content="" />
  42. <meta name="text:Link2 Title" content="" />
  43. <meta name="text:Link3" content="" />
  44. <meta name="text:Link3 Title" content="" />
  45.  
  46. <style type="text/css">
  47. body {
  48. background:{color:background};
  49. margin:0px;
  50. color:{color:text};
  51. font-family:{font:Text};
  52. font-size:12px;
  53. line-height:17px;
  54. }
  55.  
  56. a {
  57. color:{color:link};
  58. text-decoration: none;
  59. }
  60.  
  61. a:hover {
  62. color:{color:linkhover};
  63.  
  64.  
  65. }
  66.  
  67. img {
  68. border:none;
  69. }
  70.  
  71. blockquote {
  72. padding-left:5px;
  73. border-left:2px solid {color:Info};
  74. }
  75.  
  76. blockquote blockquote {
  77. padding-left:5px;
  78. border-left:1px solid;
  79. }
  80.  
  81. b, strong {
  82. color:{color:bold};
  83. font-weight:bold;
  84. }
  85.  
  86. i, em {
  87. color:{color:italic};
  88. }
  89.  
  90. #entries {
  91. width:700px;
  92. margin-left:420px;
  93. padding-top:138px;
  94. }
  95.  
  96. #post {
  97. width:700px;
  98. padding:7px;
  99. margin-bottom:80px;
  100. }
  101.  
  102. #posttitle {
  103. font-size:25px;
  104. text-align:left;
  105. letter-spacing:1px;
  106. margin-bottom:30px;
  107. font-weight:none;
  108. }
  109. #sidebar {
  110. width:200px;
  111. margin-left:130px;
  112. padding-top:155px;
  113. text-align:left;
  114. font-size:12px;
  115. position:fixed;
  116. }
  117.  
  118. #title {
  119. width:500px;
  120. font-size:25px;
  121. text-align:left;
  122. letter-spacing:1px;
  123. line-height:25px;
  124. text-transform:uppercase;
  125.  
  126. }
  127.  
  128. #header {
  129. position:fixed;
  130. margin-top:-100px;
  131.  
  132. }
  133.  
  134. #description {
  135. line-height:15px;
  136. margin-top:17px;
  137. }
  138.  
  139. #pagination {
  140. font-size:12px;
  141. }
  142.  
  143. #info {
  144. width:700px;
  145. font-size:12px;
  146. margin-top:10px;
  147. letter-spacing:4px;
  148. text-align:left;
  149. font-family:helvetica;
  150. text-transform:uppercase;
  151. border-bottom:1px solid;
  152. margin-bottom:17px;
  153. }
  154.  
  155. #caption {
  156. padding-left:10px;
  157. }
  158. #questions {
  159. background-color: {color:asker bg};
  160. padding:11px;
  161. margin-top: 5px;
  162. margin-bottom:5px;
  163. font-size:12px;
  164. text-align:left;
  165. }
  166.  
  167. #answer {
  168. font-size:12px;
  169. text-transform:lowercase;
  170. }
  171.  
  172. #links {
  173. width:150px;
  174. line-height:15px;
  175. margin-top:17px;
  176. }
  177.  
  178. #sectiontitle {
  179. font-family:helvetica;
  180. letter-spacing:4px;
  181. border-bottom:1px solid;
  182. }
  183.  
  184. .sources
  185. {
  186. filter:alpha(opacity=0);
  187. opacity:0;
  188. }
  189.  
  190. {CustomCSS}</style></head><body>
  191.  
  192.  
  193. <div id="sidebar">
  194.  
  195. <div id="header"><div id="title"><a href="/">{Title}</a></div></div>
  196.  
  197. <div id="sectiontitle">ABOUT</div>
  198. <div id="description"> {Description} <br><br><br><br><br>
  199.  
  200. <div id="sectiontitle">LINKS</div>
  201. <div id="links">
  202. <a href="/ask">message</a><br>
  203. <a href="/archive">archive</a><br>
  204. {block:ifLink1}<a href="{text:Link1}">{text:Link1 Title}</a>{/block:ifLink1}<br>
  205. {block:ifLink2}<a href="{text:Link2}">{text:Link2 Title}</a>{/block:ifLink2}<br>
  206. {block:ifLink3}<a href="{text:Link3}">{text:Link3 Title}</a>{/block:ifLink3}
  207. </div>
  208.  
  209.  
  210.  
  211. </div>
  212. <br><br>
  213.  
  214. <div id="pagination">
  215. {block:Pagination}{block:PreviousPage}<a href="{PreviousPage}">older</a>{/block:PreviousPage} / {block:NextPage}<a href="{NextPage}">newer</a>{/block:NextPage}{/block:Pagination}
  216. </div>
  217.  
  218.  
  219. </div>
  220.  
  221. <div id="entries">
  222.  
  223. {block:Posts}<div id="post">
  224.  
  225. <div id="info">
  226. <a href="{Permalink}">
  227. {block:Date}<a href="{Permalink}">{DayofWeek} // {Month} {DayOfMonth}, {Year}</a>{/block:Date}
  228. </div>
  229.  
  230. {block:Text}{block:Title}<div id="posttitle">{Title}</div>{/block:Title}{Body}{/block:Text}
  231.  
  232. {block:Photo}{LinkOpenTag}<img src="{PhotoURL-HighRes}" alt="{PhotoAlt}" width="700">{LinkCloseTag}{block:Caption}<div id="caption">{Caption}</div>{/block:Caption}{/block:Photo}
  233.  
  234. {block:Photoset}{Photoset-700}{block:Caption}<div id="caption">{Caption}</div>{/block:Caption}{/block:Photoset}
  235.  
  236. {block:Quote}“ {Quote} ”<br><br>
  237. {block:Source}— {Source}{/block:Source}{/block:Quote}
  238.  
  239. {block:Link}<div id="posttitle"><a href="{URL}" {Target}>{Name}</div>{block:Description}{Description}{/block:Description}{/block:Link}
  240.  
  241. {block:Chat}{block:Title}<div id="posttitle">{Title}</div>{/block:Title}{block:Lines}{block:Label}<b>{Label}</b>{/block:Label} {Line}<br>{/block:Lines}{/block:Chat}
  242.  
  243. {block:Audio}{AudioPlayerWhite}{block:Caption}<div id="caption">{Caption}</div>{/block:Caption}{/block:Audio}
  244.  
  245. {block:Video}{Video-500}{block:Caption}<div id="caption">{Caption}</div>{/block:Caption}{/block:Video}
  246.  
  247. {block:Answer}<div id="questions"><b>{Asker}</b> asked: <i>{Question}</i></div>
  248. <div id="answer">{Answer}</div>{/block:answer}
  249.  
  250. </div>
  251.  
  252. {block:PostNotes}{PostNotes}{/block:PostNotes}
  253.  
  254. <div class="sources">
  255. {block:ContentSource}
  256. Source: <a href="{SourceURL}">{SourceTitle} </a>
  257. {/block:ContentSource}
  258. {block:RebloggedFrom}
  259. Via: <a href="{ReblogParentURL}">{ReblogParentName}</a>
  260. {/block:RebloggedFrom}</div>
  261.  
  262. {/block:Posts}
  263.  
  264.  
  265.  
  266. <div style="display:block;bottom:5px;right:5px;font-size:10px;font-family:helvetica;text-align:right;position:fixed;background-color:#ffffff;padding:3px;border-radius:4px;z-index:5;opacity:0.75;">
  267. <a href="http://notebookings.tumblr.com"><b>[NB]</b></a>
  268. </div>
  269.  
  270. </div>
  271. </body></html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement