Advertisement
chillinase

Moriino- theme

May 27th, 2015
285
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 10.53 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. <!---- this is theme 30 by Hollywhood
  9. please don't remove the credit
  10. thank yo
  11. --->
  12.  
  13. <meta name="color:Background" content="#ffffff"/>
  14. <meta name="color:Text" content="#9B9B9B"/>
  15. <meta name="color:Link" content="#b8b8b8"/>
  16. <meta name="color:border" content="#F2F2F2"/>
  17. <meta name="color:scrollbar" content="#D6D5D5">
  18. <meta name="color:Link Hover" content="#eeeeee"/>
  19. <meta name="color:info" content="#eeeeee"/>
  20. <meta name="image:sidebar" content=""/>
  21.  
  22. <meta name="text:link 1" content="Link 1"/>
  23. <meta name="text:link 1 url" content="/"/>
  24. <meta name="text:link 2" content="Link 2"/>
  25. <meta name="text:link 2 url" content="/"/>
  26. <meta name="text:link 3" content="Link 3"/>
  27. <meta name="text:link 3 url" content="/"/>
  28. <meta name="text:link 4" content="Link 4"/>
  29. <meta name="text:link 4 url" content="/"/>
  30.  
  31. <style type="text/css">
  32.  
  33.  
  34. ::-webkit-scrollbar-thumb{
  35. background-color: {color:scrollbar};
  36. border: 0.5px solid {color:background};
  37. height:auto;
  38. }
  39.  
  40. ::-webkit-scrollbar {
  41. height:auto;
  42. width:9px;
  43. background-color: transparent {color:scrollbar};
  44. border: 4px transparent {color:background};
  45. }
  46.  
  47.  
  48. iframe#tumblr_controls {
  49. white-space:nowrap;
  50. -webkit-filter: invert(100%);
  51. -moz-filter: invert(100%);
  52. -o-filter: invert(100%);
  53. -ms-filter: invert(100%);
  54. filter: invert(100%);
  55. opacity:.2;transition: .8s ease-in-out;
  56. -webkit-transition: .8s ease-in-out;
  57. -moz-transition: .8s ease-in-out;
  58. -o-transition: .8s ease-in-out;
  59. }
  60.  
  61. h1 {
  62. font-weight:normal;
  63. font-size:13px;
  64. text-align:center;
  65. font-style:normal;
  66. line-height:100%;
  67. letter-spacing:1px;
  68. text-transform:normal;
  69. color:{color:text};
  70. }
  71.  
  72. h2 {
  73. font-size:10px;
  74. text-align:center;
  75. line-height:100%;
  76. letter-spacing:-0.5px;
  77. color:{color:text};
  78. font-weight:bold;
  79. text-transform:uppercase;
  80. padding:5px;
  81. padding-bottom:2px;
  82. }
  83.  
  84.  
  85. blockquote {
  86. border-left:2px solid {color:text};
  87. padding-left:5px;
  88. margin:5px;
  89. }
  90.  
  91.  
  92. body {
  93. background: #ffffff;
  94. margin:0px;
  95. color:{color:text};
  96. font-family:garamond italic;
  97. font-size:12px;
  98. line-height:120%;
  99. background-image:url(http://i.share.pho.to/94bd52f6_o.jpeg);
  100. background-attachment: fixed;
  101. background-image:stretch;
  102. background-repeat: no-repeat;
  103. background-image:cover;
  104. background-position:top left;
  105. }
  106.  
  107. a {
  108. text-decoration:none;
  109. outline:none;
  110. -moz-outline-style:none;
  111. color:{color:link};
  112. -moz-transition-duration:0.5s;
  113. -webkit-transition-duration:0.5s;
  114. -o-transition-duration:0.5s;
  115. }
  116.  
  117. a:hover {
  118. text-decoration:none;
  119. outline:none;
  120. -moz-outline-style:none;
  121. color:{color:link hover};
  122. }
  123.  
  124. img {
  125. border:none;
  126. }
  127.  
  128. blockquote {
  129. padding-left:5px;
  130. border-left:2px solid;
  131. }
  132.  
  133. blockquote blockquote {
  134. padding-left:5px;
  135. border-left:2px solid;
  136. }
  137.  
  138. #theme {
  139. width:500px;
  140. margin:0 auto -12px auto;
  141. }
  142.  
  143. #post {
  144. width:400px;
  145. padding-bottom:30px;
  146. margin-top:20px;
  147. }
  148.  
  149.  
  150. #entries {
  151. padding:10px;
  152. left:570px;
  153. top:50px;
  154. position:fixed;
  155. background-color:transparent;
  156. width:400px;
  157. height:540px;
  158. top:75px;
  159. padding: 20px;
  160. overflow-x:scroll;
  161. scroll:left;
  162. overflow-x:hidden;
  163. }
  164.  
  165. #sidebar {
  166. color:{color:text};
  167. position:fixed;
  168. width:91px;
  169. height:auto;
  170. margin-top:480px;
  171. margin-left:-120px;
  172. text-align:left;
  173. }
  174.  
  175. #sidebarimage img {
  176. width:100px;
  177. margin-top:0px;
  178. margin-bottom:5px;
  179. padding:-1px;
  180. outline-offset:4px;
  181. }
  182.  
  183.  
  184. #description {
  185. width:103px;
  186. font-family:times;
  187. margin-bottom:0px;
  188. margin-top:-150px;
  189. margin-left:-2px;
  190. text-align:justify;
  191. font-size:80%;
  192. color: {color:text};
  193. letter-spacing:1px;
  194. line-height:115%;
  195. }
  196.  
  197.  
  198. #links {
  199. position:fixed;
  200. font-family:baskerville;
  201. color:{color:text};
  202. width:150px;
  203. top:410px;
  204. left:290px;
  205. font-size:10px;
  206. text-transform:lowercase bold;
  207. text-align:center;
  208. line-height:170%;
  209. }
  210.  
  211. #links a{
  212. line-height:170%;
  213. padding:1px;
  214. margin-top:1px;
  215. margin-left:2px;
  216. color:{color:link};
  217. -moz-transition-duration:.7s;
  218. -webkit-transition-duration:.7s;
  219. -o-transition-duration:.7s;
  220. }
  221.  
  222. #links a:hover {
  223. color: {color:link hover};
  224. -moz-transition-duration:.4s;
  225. -webkit-transition-duration:.4s;
  226. -o-transition-duration:.4s;
  227.  
  228. }
  229.  
  230.  
  231.  
  232. #pagination {
  233. font-family:cambria;
  234. width:103px;
  235. font-size:6px;
  236. text-transform:normal;
  237. margin-top:48px;
  238. margin-left:0px;
  239. padding-top:25px;
  240. letter-spacing:1px;
  241. font-style:normal;
  242. text-align:center;
  243. }
  244.  
  245. #pagination a {
  246. color:{color:link};
  247. }
  248.  
  249. #info {
  250. font-family:cambria;
  251. width:398px;
  252. margin-top:-13px;
  253. padding-top:1px;
  254. font-size:8px;
  255. letter-spacing:1px;
  256. color:{color:text};
  257. text-transform:lowercase;
  258. opacity:0;
  259. text-align:left;
  260. -moz-transition-duration:.7s;
  261. -webkit-transition-duration:.7s;
  262. -o-transition-duration:.7s;
  263. }
  264.  
  265. #info a {
  266. color:{color:link};
  267. text-align:right;
  268. }
  269.  
  270. #info a:hover {
  271. color:{color:link hover};
  272. }
  273. #post:hover #info {
  274. margin-top:3px;
  275.  
  276. opacity:1;
  277. -moz-transition-duration:1.2s;
  278. -webkit-transition-duration:1.2s;
  279. -o-transition-duration:1.2s;
  280. }
  281.  
  282. .tags {
  283. font-family:cambria;
  284. font-style:normal;
  285. width:398px;
  286. text-transform:italic;
  287. color:{color:link};
  288. line-height:120%;
  289. opacity:0;
  290. font-size:8px;
  291. text-align:left;
  292. padding-top:7px;
  293. -moz-transition-duration:0.4s;
  294. -webkit-transition-duration:0.4s;
  295. -o-transition-duration:0.4s;
  296. }
  297.  
  298. #post:hover .tags {
  299. opacity:1;
  300. color:{color:info};
  301. -moz-transition-duration:0.4s;
  302. -webkit-transition-duration:0.4s;
  303. -o-transition-duration:0.4s;
  304. }
  305.  
  306. .audio{
  307. background-color:#e5e5e5;
  308. height:65px;
  309. overflow:hidden;
  310. }
  311.  
  312. #ask {
  313. float:left;
  314. margin-left:10px;}
  315.  
  316. #credit {
  317. font-size:9px;
  318. font-family:cambria;
  319. font-style:italic;
  320. letter-spacing:1px;
  321. -moz-transition-duration:0.5s;
  322. -webkit-transition-duration:0.5s;
  323. -o-transition-duration:0.5s;
  324. }
  325.  
  326. #credit a {
  327. background-color:#fff;
  328. padding:5px;
  329. border:1px solid #e9e9e9;
  330. position:fixed;
  331. right:15px;
  332. bottom:10px
  333. }
  334.  
  335. #credit a:hover {
  336. color:#fff;
  337. background-color:#191919;
  338. }
  339.  
  340.  
  341. {CustomCSS}</style><!--------------- TYPING/MOVING TITLE ----------------------->
  342.  
  343. <script type="text/javascript">
  344. var rev = "fwd";
  345. function titlebar(val)
  346. {
  347. var msg = "";
  348. var res = " ";
  349. var speed =150;
  350. var pos = val;
  351. msg = "The Silent Type";
  352. var le = msg.length;
  353. if(rev == "fwd"){
  354. if(pos < le){
  355. pos = pos+1;
  356. scroll = msg.substr(0,pos);
  357. document.title = scroll;
  358. timer = window.setTimeout("titlebar("+pos+")",speed);}
  359. else{
  360. rev = "bwd";
  361. timer = window.setTimeout("titlebar("+pos+")",speed);}}
  362. else{
  363. if(pos > 0){
  364. pos = pos-1;
  365. var ale = le-pos;
  366. scrol = msg.substr(ale,le);
  367. document.title = scrol;
  368. timer = window.setTimeout("titlebar("+pos+")",speed);}
  369. else{
  370. rev = "fwd";
  371. timer = window.setTimeout("titlebar("+pos+")",speed);
  372. }}}
  373. titlebar(0);
  374. </script></head><body>
  375.  
  376. <div id="theme">
  377.  
  378. <div id="sidebar">
  379.  
  380. <div id="sidebarimage">
  381. <a title="{text:homelink title}" href="/"><img src="{image:sidebar}"> </a></div>
  382.  
  383. <div id="links">
  384. <a href="{text:link 1 url}">{text:link 1}</a>
  385. <a href="{text:link 2 url}">{text:link 2}</a>
  386. <a href="{text:link 3 url}">{text:link 3}</a>
  387. <a href="{text:link 4 url}">{text:link 4}</a>
  388. </div>
  389.  
  390. <div id="description">
  391. {Description}</div>
  392. <p></p><br><br><center>{block:Pagination}{block:PreviousPage}<a href="{PreviousPage}">newer</a>{/block:PreviousPage}{/block:Pagination}
  393. {block:Pagination}{block:NextPage}— <a href="{NextPage}">older</a>{/block:NextPage}{/block:Pagination}{/block:Pagination} </center></div>
  394.  
  395. <div id="entries">{block:Posts}<div id="post">
  396.  
  397. {block:Text}<h1>{block:Title}{Title}{/block:Title}</h1>{Body}{/block:Text}
  398.  
  399. {block:Photo}{LinkOpenTag}<img src="{PhotoURL-400}">{LinkCloseTag}{block:Caption}{Caption}{/block:Caption}{/block:Photo}
  400.  
  401. {block:Photoset}{Photoset-400}{block:Caption}{Caption}{/block:Caption}{/block:Photoset}
  402.  
  403. {block:Quote}<big><big>"{Quote}"</big></big>{block:Source}<br><br> <div style="text-align: right;">— {Source}</div>{/block:Source}{/block:Quote}
  404.  
  405. {block:Link}<h1><a href="{URL}" {Target}>{Name}</a></h1>{block:Description}{Description}{/block:Description}{/block:Link}{hw}
  406.  
  407. {block:Chat}{block:Title}<h1>{Title}</h1>{/block:Title}{block:Lines}{block:Label}<b>{Label}</b>{/block:Label} {Line}<br>{/block:Lines}{/block:Chat}{hw}
  408.  
  409. {block:Audio}{block:AlbumArt}<img src="{AlbumArtURL}" width="65px" align="left">{/block:AlbumArt}<div class="audio">{AudioPlayerGrey}<br>{block:TrackName}&nbsp;&nbsp;&nbsp;&nbsp; {TrackName}{/block:TrackName}
  410. {block:Artist} &nbsp;—&nbsp; {Artist} {/block:Artist}</div>{block:Caption}{Caption}{/block:Caption}{/block:Audio}
  411.  
  412. {block:Video}{Video-400}{block:Caption}{Caption}{/block:Caption}{/block:Video}
  413.  
  414. {block:Answer}<div id="ask"><img src="{AskerPortraitURL-24}" style="border-radius:90px; opacity:.9;margin-left:3px;"></div> &nbsp;<em>{Asker}:<br> &nbsp; <big>"{Question}"</big></em><br><br>{Answer}{/block:Answer}
  415.  
  416. {block:Date}<div id="info"><a href="{Permalink}" style="background-color:#999;padding:3px;color:#fff;">{TimeAgo}</a> {block:NoteCount} with <font color=#999><big>♥</big></font> <a href="{Permalink}">{NoteCount}</a> {/block:NoteCount} {block:RebloggedFrom} — <a title="{ReblogParentName}" href="{ReblogParentURL}">via</a>{/block:RebloggedFrom}
  417. {block:ContentSource} , <a title="{SourceTitle}" href="{SourceURL}">source</a> {/block:ContentSource}{/block:Date}</div>
  418. {block:HasTags}
  419. <div class="tags">
  420. {block:Tags} # <a href="{TagURL}"> {Tag}</a>{/block:Tags}</div>
  421. {/block:HasTags}
  422. <div class="postnote">
  423. {block:PostNotes}{PostNotes}{/block:PostNotes}
  424. </div>
  425. </div>
  426. {/block:Posts}
  427.  
  428. </div>
  429.  
  430. </body>
  431. </html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement