Advertisement
sunkei

mods

May 10th, 2013
1,465
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 10.25 KB | None | 0 0
  1.  
  2. <!--
  3. mods
  4. theme made by
  5. iyo-d.tumblr.com
  6. -->
  7.  
  8. <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
  9.  
  10. <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
  11.  
  12.  
  13. <head>
  14. <title>{Title}</title>
  15. <link rel="shortcut icon" href="{Favicon}">
  16. <link rel="alternate" type="application/rss+xml" href="{RSS}">
  17. {block:Description}
  18. <meta name="description" content="{MetaDescription}" />
  19. {/block:Description}
  20.  
  21. <meta name="image:Background" content="http://static.tumblr.com/onhp7lq/1kEm92pen/tiny_grid.png"/>
  22.  
  23. <meta name="color:Link" content="#ff5079" />
  24. <meta name="color:Link hover" content="#ff96ae" />
  25. <meta name="color:Background" content="#fafafa" />
  26.  
  27.  
  28. <link href='http://fonts.googleapis.com/css?family=Anonymous+Pro' rel='stylesheet' type='text/css'>
  29.  
  30. <meta name="text:link" content="link">
  31. <meta name="text:linkURL" content="URL">
  32. <meta name="if:250" content="1"/>
  33. <meta name="if:400" content="0"/>
  34. <meta name="if:500" content="0"/>
  35.  
  36. <style type="text/css">
  37.  
  38. iframe#tumblr_controls {right:3px !important; position: fixed !important;-webkit-transition: opacity 0.7s linear;opacity: 0.2;-webkit-transition: all 0.8s ease-out;-moz-transition: all 0.8s ease-out;transition: all 0.8s ease-out;}
  39.  
  40. iframe#tumblr_controls:hover{-webkit-transition: opacity 0.7s linear;opacity: 1;-webkit-transition: all 0.5s ease-out;-moz-transition: all 0.5s ease-out;transition: all 0.5s ease-out;}
  41.  
  42. ::-webkit-scrollbar-thumb:vertical {background-color:#000;height:150px;border-radius:5px;-moz-border-radius:5px;overflow:hidden;border:1px solid #fff;}
  43. ::-webkit-scrollbar {height:0px;width:5px;background-color:#fff;}
  44.  
  45. body
  46. {font-family:lucida sans unicode;
  47. font-size:10px;
  48. color:{color:Texts};
  49. background-color:{color:Background};
  50. background-image:url('http://static.tumblr.com/onhp7lq/1kEm92pen/tiny_grid.png');
  51. background-position: fixed;
  52. background-attachment:fixed;
  53. background-repeat:repeat;}
  54.  
  55. a
  56. {text-decoration:none;
  57. color:#555;
  58. -webkit-transition: opacity 0.7s linear;-webkit-transition: all 0.7s ease-in-out;-moz-transition: all 0.7s ease-in-out;-o-transition: all 0.7s ease-in-out;
  59. opacity:1;}
  60.  
  61.  
  62.  
  63. a:hover
  64. {text-decoration:none;
  65. color:{color:Link hover};
  66. opacity:1;}
  67.  
  68. blockquote
  69. {border-left:2px solid;
  70. padding-left:5px;}
  71.  
  72. #hidari
  73. {position:fixed;
  74. left:250px;
  75. top:100px;}
  76.  
  77. .aka
  78. {letter-spacing:1px;color:#777;}
  79.  
  80. .beta
  81. {letter-spacing:1px;color:#000;}
  82.  
  83. #about
  84. {text-align:justify;
  85. float:left;
  86. font-family: 'Anonymous Pro', sans-serif;
  87. color:#333;
  88. width:50px;}
  89.  
  90. .suivi
  91. {background-color:#fff;}
  92.  
  93. #Title
  94. {text-align:right;
  95. color:#000;
  96. font-size:17px;
  97. font-weight:800;
  98. font-family:consolas;}
  99.  
  100. #menu
  101. {float:left;
  102. width:140px;}
  103.  
  104. .nav
  105. {background-color:#000;
  106. border-radius:15px;
  107. -moz-border-radius:15px;
  108. text-align:center;
  109. width:60px;
  110. padding:25px 0px 25px 0px;
  111. float:right;
  112. box-shadow:1px 1px #fd597f, -1px -1px #58c0fd;
  113. margin:0px 10px 10px 0px ;}
  114.  
  115. .nav img
  116. {opacity:0;
  117. margin-bottom:-3px;
  118. -webkit-transition: opacity 0.5s linear;-webkit-transition: all 0.5s ease-in-out;-moz-transition: all 0.5s ease-in-out;-o-transition: all 0.5s ease-in-out;}
  119.  
  120. .nav:hover img
  121. {opacity:1;}
  122.  
  123. #posts
  124. {margin-left:440px;
  125. margin-top:-5px;}
  126.  
  127. .post
  128. {width:{block:If250}250px{block:If250} {block:If400}400px{block:If400} {block:If500}500px{block:If500};
  129. color:#222;
  130. margin:25px 0px 25px 0px;
  131. padding:20px;
  132. background-color:#fff;
  133. font-size:9px;
  134. text-align:justify;
  135. font-family:lucida sans unicode;}
  136.  
  137. .texte a
  138. {font-style:italic;letter-spacing:1px;}
  139.  
  140.  
  141. .caption
  142. {padding:5px;}
  143.  
  144. .titre
  145. {color:#000;
  146. font-size:17px;
  147. font-weight:800;
  148. font-family:consolas;
  149. text-shadow:1px 0px #fd597f, -1px 0px #58c0fd;
  150. border-bottom:5px solid;}
  151.  
  152.  
  153.  
  154. #cathodique
  155. {position:absolute;
  156. text-align:center;
  157. opacity:0;
  158. color:#fff;
  159. font-family: consolas;
  160. margin-left:{block:If250}190px{block:If250} {block:If400}340px{block:If400} {block:If500}440px{block:If500};
  161. width:60px;
  162. height:20px;
  163. background-color:#000;
  164. -webkit-transition: opacity 0.5s linear;-webkit-transition: all 0.5s ease-in-out;-moz-transition: all 0.5s ease-in-out;-o-transition: all 0.5s ease-in-out;}
  165.  
  166. .post:hover #cathodique
  167. {opacity:1;}
  168.  
  169. .col
  170. {width:10px;
  171. height:10px;
  172. float:left;}
  173.  
  174. #ichi
  175. {background-color:#ffe300;}
  176. #ni
  177. {background-color:#3aedff;}
  178. #san
  179. {background-color:#87fc20;}
  180. #yon
  181. {background-color:#ff2e6f;}
  182. #go
  183. {background-color:#ff1111;}
  184. #roku
  185. {background-color:#1929fd;}
  186.  
  187. #blitz
  188. {border-top:5px solid;
  189. padding:0px 20px 0px 20px;
  190. font-family: 'Anonymous Pro', sans-serif;
  191. width:{block:If250}250px{block:If250} {block:If400}400px{block:If400} {block:If500}500px{block:If500};}
  192.  
  193. #quote
  194. {border-bottom:0px solid;}
  195.  
  196. .name
  197. {text-transform:uppercase;
  198. letter-spacing:1px;
  199. color:#000;
  200. font-family: 'Anonymous Pro', sans-serif;}
  201.  
  202. #player
  203. {margin-bottom:5px;
  204. overflow:hidden;
  205. width:{block:If250}140px{block:If250} {block:If400}
  206. 290px{block:If400} {block:If500}390px{block:If500};
  207. background-color:#000;}
  208.  
  209. #per
  210. {margin-left:20px;}
  211.  
  212. #album
  213. {margin-right:5px;}
  214.  
  215. #pagination
  216. {float:right;
  217. width:100px;
  218. margin-top:-5px;
  219. padding-right:10px;
  220. text-align:right;}
  221.  
  222. .page
  223. {font-size:20px;
  224. text-shadow:1px 0px #fd597f, -1px 0px #58c0fd;
  225. margin-bottom:5px;
  226. color:#000;
  227. font-family:consolas;}
  228.  
  229. </style>
  230. </head>
  231. <body>
  232. <div id="hidari">
  233. <div id="menu">
  234. <a href="/ask"><div class="nav"><img src="http://static.tumblr.com/onhp7lq/Cukm92ooi/mail.gif"/></div></a>
  235. <a href="/"><div class="nav"><img src="http://static.tumblr.com/onhp7lq/kZBm92ojo/person.gif"/></div></a>
  236. <a href="/random"><div class="nav"><img src="http://static.tumblr.com/onhp7lq/jHEm92p0u/shuffle.gif"/></div></a>
  237. <a href="/archive"><div class="nav"><img src="http://static.tumblr.com/onhp7lq/Hq9m92osc/calendar.gif"/></div></a>
  238. <a title="{text:link}" href="{text:linkURL}"><div class="nav"><img src="http://static.tumblr.com/onhp7lq/Xs5m92otn/download.gif"/></div></a>
  239.  
  240.  
  241.  
  242. {block:Pagination}
  243. <div id="pagination">
  244. {block:NextPage}
  245. <a href="{NextPage}"><div class="page">next</div></a>
  246. {/block:NextPage}
  247. <div class="page">{CurrentPage}/{TotalPages}</div>
  248. {block:PreviousPage}
  249. <a href="{PreviousPage}"><div class="page">back</div></a>
  250. {/block:PreviousPage}
  251.  
  252. </div><!--pagination-->
  253. {/block:Pagination}
  254.  
  255. </div><!--menu-->
  256.  
  257. <div id="about">
  258. <div id="Title">{Title}</div>
  259. <span class="suivi">{Description}<br>
  260. <a href="http://iyo-d.tumblr.com/tagged/layout">©</a></span>
  261. </div><!--about-->
  262. </div><!--hidari-->
  263.  
  264.  
  265.  
  266. <div id="posts">
  267. {block:Posts}
  268.  
  269. {block:ContentSource}
  270. <!-- {SourceURL}{block:SourceLogo}<img src="{BlackLogoURL}"
  271. width="{LogoWidth}" height="{LogoHeight}" alt="{SourceTitle}" />
  272. {/block:SourceLogo}
  273. {block:NoSourceLogo}{SourceLink}{/block:NoSourceLogo}-->
  274. {/block:ContentSource}
  275.  
  276. {block:RebloggedFrom}
  277. <!--{ReblogParentName}-->
  278. {/block:RebloggedFrom}
  279.  
  280.  
  281. <div class="post">
  282. {block:IndexPage}
  283. <a title="{NoteCountWithLabel}" href="{Permalink}">
  284. <div id="cathodique">
  285. <div class="col" id="ichi"></div>
  286. <div class="col" id="ni"></div>
  287. <div class="col" id="san"></div>
  288. <div class="col" id="yon"></div>
  289. <div class="col" id="go"></div>
  290. <div class="col" id="roku"></div>
  291. <div>{12Hour}:{Minutes} {CapitalAmPm}</div>
  292. </div><!--cathodique-->
  293. </a>
  294. {/block:IndexPage}
  295.  
  296. {block:Quote}
  297. <div class="titre" id="quote">
  298. "{Quote}"
  299. </div>
  300. <div id="source" class="name">— {Source}</div>
  301. {/block:Quote}
  302.  
  303.  
  304. {block:Link}
  305. <a href="{URL}" {Target}><div class="titre">{Name}</div></a>
  306. <div id="body">{block:Description} {Description}{/block:Description}</div>
  307. {/block:Link}
  308.  
  309. {block:Text}
  310. {block:Title}<div class="titre">{Title}</div> {/block:Title}
  311. <div class="texte">{Body}</div>
  312. {/block:Text}
  313.  
  314. {block:Chat}
  315. {block:Title}<div class="titre">{Title}</div> {/block:Title}
  316. <div id="body">
  317. {block:Lines} <div>- {block:Label}<span class="name">{Label}</span> {/block:Label}{Line}</div>{/block:Lines}
  318. </div>
  319. {/block:Chat}
  320.  
  321. {block:Photo}
  322. {block:IndexPage}
  323. <a href="{Permalink}"><div id="photo"><img style="margin-bottom:-3px;" src="{PhotoURL-500}" width="{block:If250}250px{/block:If250} {block:If400}400px{/block:If400} {block:If500}500px{/block:If500}"/></div></a>
  324. {/block:IndexPage}
  325. {block:PermalinkPage}
  326. {LinkOpenTag}<div id="photo"><img src="{PhotoURL-500}" style="margin-bottom:7px;" width="{block:If250}250px{/block:If250} {block:If400}400px{/block:If400} {block:If500}500px{/block:If500}"/></div>
  327. {LinkCloseTag}
  328. {/block:PermalinkPage}
  329. {block:Caption}<div class="texte">{Caption}</div>{/block:Caption}
  330. {/block:Photo}
  331.  
  332. {block:Audio}
  333. <table border="0" cellpadding="0" cellspacing="0">
  334. <tr><td>
  335. {block:AlbumArt}<div id="album"><img width="100px" style="margin-bottom:-3px;" src="{AlbumArtURL}"/></div>{/block:AlbumArt}</td>
  336. <td>
  337. <div id="player"><div style="margin-bottom:-3px;">{AudioPlayerBlack}</div></div>
  338. <div id="per">
  339. <div class="name">{block:TrackName}
  340. {TrackName}
  341. {/block:TrackName}</div>
  342. {block:Artist}
  343. <div class="name" id="artist">by {Artist}</div>
  344. {/block:Artist}
  345.  
  346. <div class="name">{PlayCountWithLabel}</div>
  347. </div>
  348. </td></tr>
  349. </table>
  350. {block:PermalinkPage}
  351. {block:Caption}<div class="texte">{Caption}</div>{/block:Caption}
  352. {/block:PermalinkPage}
  353. {/block:Audio}
  354.  
  355. {block:Photoset}
  356. <div style="margin-bottom:-3px;">
  357. {block:If250}
  358. {Photoset-250}
  359. {/block:If250}
  360. {block:If400}
  361. {Photoset-400}
  362. {/block:If400}
  363. {block:If500}
  364. {Photoset-500}
  365. {/block:If500}
  366. </div>
  367. {block:Caption}<div class="texte">{Caption}</div>{/block:Caption}
  368. {/block:Photoset}
  369.  
  370. {block:Video}
  371. <div style="margin-bottom:-3px;">
  372. {block:If250}
  373. {Video-250}
  374. {/block:If250}
  375. {block:If400}
  376. {Video-400}
  377. {/block:If400}
  378. {block:If500}
  379. {Video-500}
  380. {/block:If500}
  381. </div>
  382. {/block:Video}
  383.  
  384. </div><!--post-->
  385.  
  386. {block:PermalinkPage}
  387. <div id="blitz">
  388. <div>{block:Date}Posted {TimeAgo},{/block:Date} {block:NoteCount}{NoteCountWithLabel}{/block:NoteCount}.</div>
  389. <div>{block:RebloggedFrom}Via : <a href="{ReblogParentURL}">{ReblogParentName}</a>, Origin : <a href="{ReblogRootURL}">{ReblogRootName}</a>{/block:RebloggedFrom}</div>
  390. <div>{block:HasTags}Tagged :{block:Tags}<a href="{TagURL}">#{Tag}</a> {/block:Tags} {/block:HasTags}</div>
  391.  
  392. {PostNotes}
  393. </div><!--blitz-->
  394. {/block:PermalinkPage}
  395. {/block:Posts}
  396. </div>
  397.  
  398.  
  399. </body>
  400. </html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement