Advertisement
yuukithemes

lame theme

Nov 22nd, 2014
6,245
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 11.90 KB | None | 0 0
  1. <!DOCTYPE html>
  2. <head>
  3.  
  4. <!-----
  5.  
  6. being requested like 500 times, i hope it makes you happy.
  7. "lame theme" by shenpai
  8.  
  9. ----->
  10.  
  11.  
  12. <meta charset="utf-8">
  13. <meta http-equiv="X-UfA-Compatible" content="IE=edge,chrome=1">
  14. {block:Description}
  15. <meta name="description" content="{MetaDescription}" />
  16. {/block:Description}
  17.  
  18. <script src="http://ajax.googleapis.com/ajax/libs/jquery/1.7/jquery.min.js"></script>
  19.  
  20. <script src="http://static.tumblr.com/iuw14ew/VSQma1786/jquery.style-my-tooltips.js"></script>
  21.  
  22. <script>
  23.  
  24. (function($){
  25.  
  26. $(document).ready(function(){
  27.  
  28. $("a[title]").style_my_tooltips({
  29.  
  30. tip_follows_cursor:true,
  31.  
  32. tip_delay_time:30,
  33.  
  34. tip_fade_speed:300,
  35.  
  36. attribute:"title"
  37.  
  38. });
  39.  
  40. });
  41.  
  42. })(jQuery);
  43.  
  44. </script>
  45.  
  46.  
  47. <title>{Title}</title>
  48. <meta name="image:sidebar" content=""/>
  49. <meta name="color:link" content="#444"/>
  50. <meta name="color:hover" content="#444"/>
  51. <meta name="color:border" content="#ccc"/>
  52. <meta name="color:blockquote" content="#f5f5f5"/>
  53. <meta name="color:background" content="#fff"/>
  54. <meta name="image:bg" content=""/>
  55. <meta name="color:text" content="#444"/>
  56. <meta name="color:tags" content="#fffdf5">
  57. <meta name="color:reblog" content="#fffdf5"/>
  58. <meta name="color:source" content="#f8f8f8"/>
  59. <meta name="color:block" content="#444"/>
  60. <meta name="image:home" content=""/>
  61. <meta name="image:ask" content=""/>
  62. <meta name="image:archive" content=""/>
  63. <meta name="image:link1" content=""/>
  64. <meta name="image:link2" content=""/>
  65. <meta name="image:link3" content=""/>
  66. <meta name="if:music player" content="0"/>
  67. <meta name="if:300px" content="1"/>
  68. <meta name="if:400px" content="0"/>
  69. <meta name="if:500px" content="0"/>
  70.  
  71. <meta name="text:text size" content="10px"/>
  72. <meta name="text:Link 1 URL" content="" />
  73. <meta name="text:Link 1" content="" />
  74. <meta name="text:Link 2 URL" content="" />
  75. <meta name="text:Link 2" content="" />
  76. <meta name="text:Link 3 URL" content="" />
  77. <meta name="text:Link 3" content="" />
  78.  
  79. <link rel="shortcut icon" href="{Favicon}">
  80. <link rel="alternate" type="application/rss+xml" href="{RSS}">
  81. <link rel="stylesheet" href="http://static.tumblr.com/qxrkgx6/RWPmgn2qa/normalize.min.css">
  82.  
  83. <script src="http://static.tumblr.com/qxrkgx6/LuRmgn2rm/modernizr-2.6.2.min.js"></script>
  84.  
  85.  
  86. <style type="text/css">
  87.  
  88.  
  89. body {
  90. margin:0px;
  91. background:{color:background} url('{image:bg}');
  92. background-repeat:repeat;
  93. font-family:arial;
  94. letter-spacing:0.05em;
  95. font-size:{text:text size};
  96. line-height:140%;
  97. font-weight:normal;
  98. color:{color:Text};
  99. }
  100.  
  101. .search {
  102. border:3px solid {color:border};
  103. font-style:italic;
  104. text-align:center;
  105. width:150px;
  106. font-size:11px;
  107. z-index:99999;
  108. margin-top:-20px;
  109. {block:if300px}
  110. margin-left:90px;
  111. {/block:if300px}
  112. padding: 10px;
  113. {block:if400px}
  114. margin-left:150px;
  115. {/block:if400px}
  116. {block:if500px}
  117. margin-left:180px;
  118. {/block:if500px}
  119. {block:permalinkpage}
  120. margin-left:145px;
  121. {/block:permalinkpage}
  122. }
  123.  
  124. #s-m-t-tooltip{
  125. position:absolute;
  126. margin-top: 15px;
  127. box-shadow:rgba(0,0,0,0.1)0px 0px 2px 2px;
  128. padding:2px;
  129. border:1px solid #aaa;
  130. z-index:9999;
  131. background:#fffceb;
  132. }
  133.  
  134. p{
  135. margin:0 0 10px 0;
  136. padding:0;
  137. }
  138.  
  139. #pic {
  140. padding:6px;
  141. border:1px solid {color:border};
  142. width:110px;
  143. background:white;
  144. }
  145.  
  146. pre {
  147. white-space: pre-wrap;
  148. white-space: -moz-pre-wrap;
  149. white-space: -pre-wrap;
  150. white-space: -o-pre-wrap;
  151. word-wrap: break-word;
  152. }
  153.  
  154. a{
  155. color:{color:link};
  156. text-decoration:none;
  157. }
  158.  
  159. a:hover{
  160. color:{color:hover};
  161.  
  162. }
  163.  
  164. li{
  165. margin-left:-15px;
  166. }
  167.  
  168.  
  169. #wrapper{
  170. {block:if300px}
  171. width:510px;
  172. {/block:if300px}
  173. {block:if400px}
  174. width:610px;
  175. {/block:if400px}
  176. {block:if500px}
  177. width:650px;
  178. {/block:if500px}
  179. border:none;
  180. margin:50px auto;
  181. }
  182.  
  183. #sidebar{
  184. width:120px;
  185. margin-left:-10px;
  186. border-radius:10px;
  187. background-attachment:fixed;
  188. margin-top:-4px;
  189. padding:5px;
  190. position:fixed;
  191. }
  192.  
  193. #content{
  194. {block:if300px}
  195. width:380px;
  196. {/block:if300px}
  197. {block:if400px}
  198. width:420px;
  199. {/block:if400px}
  200. {block:if500px}
  201. width:520px;
  202. {/block:if500px}
  203. margin-left:160px;
  204. {block:permalinkpage}
  205. width:520px;
  206. {/block:permalinkpage}
  207. }
  208.  
  209. .post {
  210. margin:40px 0 60px 0;
  211. border: 1px solid {color:border};
  212. background:white;
  213. padding:30px;
  214. {block:if300px}
  215. width:300px;
  216. {/block:if300px}
  217. {block:if400px}
  218. width:400px;
  219. {/block:if400px}
  220. {block:if500px}
  221. width:500px;
  222. {/block:if500px}
  223. {block:permalinkpage}
  224. width:400px;
  225. {/block:permalinkpage}
  226. }
  227.  
  228. #sidebar img, .post img{
  229. max-width:100%;
  230. }
  231.  
  232. #nav{
  233. {block:if300px}
  234. margin-left:80px;
  235. {/block:if300px}
  236. {block:if400px}
  237. margin-left:140px;
  238. {/block:if400px}
  239. {block:if500px}
  240. margin-left:170px;
  241. {/block:if500px}
  242. max-width:200px;
  243. text-align:center;
  244. padding:3px;
  245. margin-bottom:5px;
  246. margin-top:10px;
  247. }
  248.  
  249. .audio {
  250. padding: 7px;
  251. margin-bottom: 10px;
  252. }
  253.  
  254. .audio_player {
  255. height:25px;
  256. background:none;
  257. }
  258.  
  259. .player {
  260. overflow: hidden;
  261. float:left;
  262. background:none;
  263. margin-top:-5px;
  264. width:28px;
  265. -moz-transition:all linear 0.8s;
  266. -webkit-transition:all linear 0.8s;
  267. -o-transition:all linear 0.8s;
  268. transition:all linear 0.8s;
  269. }
  270.  
  271. .post a {
  272. text-decoration:underline;
  273. }
  274.  
  275. .title{
  276. font-weight:normal;
  277. font-size:18px;
  278. margin:0 0 10px 0;
  279. }
  280.  
  281. .quote{
  282. font-weight:normal;
  283. font-size:16px;
  284. line-height:18px;
  285. font-family:serif;
  286. font-style:italic;
  287. margin:0 0 10px 0;
  288. }
  289.  
  290. .question{
  291. margin-bottom:10px;
  292. font-family:arial;
  293. font-style:italic;
  294. font-weight:bold;
  295. }
  296.  
  297. blockquote {
  298. padding-left:8px;
  299. padding-right:5px;
  300. margin:10px;
  301. text-align:justify;
  302. border-left:2px solid rgba(0,0,0,.5);
  303. word-wrap:break-word;
  304. }
  305.  
  306. .caption {
  307. background:{color:blockquote};
  308. padding-top:2px;
  309. padding-bottom:2px;
  310. padding-left:8px;
  311. padding-right:8px;
  312. }
  313.  
  314. .footer{
  315. margin-top:8px;
  316. margin-bottom:-5px;
  317. text-align:left;
  318. }
  319.  
  320. .footer a {
  321. background:none;
  322. text-decoration:underline;
  323. margin-right:3px;
  324. }
  325.  
  326.  
  327. ol.notes{
  328. padding:0;
  329. margin:0;
  330. }
  331.  
  332. ol.notes li.note img{
  333. DISPLAY:NONE;
  334. }
  335.  
  336. .links {
  337. background:transparent;
  338. padding:5px;
  339. }
  340.  
  341. .links img {
  342. padding:3px;
  343. }
  344.  
  345. .links2 {
  346. position:absolute;
  347. margin-left:23px;
  348. margin-top:-190px;
  349. }
  350.  
  351. .links2 a{
  352. margin-bottom:4px;
  353. margin-right:5px;
  354. }
  355.  
  356. ol.notes li.note{
  357. margin:0px;
  358. }
  359.  
  360. #musicplayer {
  361. position: fixed;
  362. margin-left:44px;
  363. margin-top:-18px;
  364. }
  365.  
  366. .players {
  367. padding-top:2px;
  368. padding-right:1px;
  369. border-radius:100%;
  370. position: fixed;
  371. width: 20px;
  372. margin-top:10px;
  373. overflow: hidden;
  374. z-index: 9999;
  375. opacity: 0.6; }
  376.  
  377.  
  378. {CustomCSS}
  379. </style>
  380. </head>
  381.  
  382. <body>
  383. <div id="wrapper">
  384.  
  385.  
  386. <div id="sidebar">
  387.  
  388. <a href="/"><center><img src="{image:sidebar}" id="pic"></center></a>
  389.  
  390. <div class="links"><center>
  391. <a href="/" title="refresh"><img src="{image:home}"></a>
  392. <a href="/ask" title="message"><img src="{image:ask}"></a>
  393. <a href="/archive" title="archive"><img src="{image:archive}"></a>
  394. </div>
  395.  
  396. <div class="links2">
  397. {block:ifLink1}<a href="{text:Link 1 URL}" title="{text:Link 1}"><img src="{image:link1}"></a>{/block:ifLink1}
  398. {block:ifLink2}<a href="{text:Link 2 URL}" title="{text:Link 2}"><img src="{image:link2}"></a>{/block:ifLink2}
  399. {block:ifLink3}<a href="{text:Link 3 URL}" title="{text:Link 3}"><img src="{image:link3}"></a> {/block:ifLink3}
  400. </div>
  401.  
  402.  
  403.  
  404. <div style="background:transparent;
  405. padding:5px; margin-top:-5px;font-family:arial;font-size:10px;">
  406. {description}</div>
  407.  
  408. <!-- i'm taking no credit for this music player, it's originally by muishiki, i just edited it, the original is found in the post of this theme -->
  409.  
  410. {block:ifmusicplayer}
  411. <div id="musicplayer">
  412. <div class="players"><object type="application/x-shockwave-flash" data="http://flash-mp3-player.net/medias/player_mp3_mini.swf" width="200" height="20">
  413. <param name="movie" value="http://flash-mp3-player.net/medias/player_mp3_mini.swf" />
  414. <param name="bgcolor" value="{color:background}" />
  415. <param name="FlashVars" value="mp3=YOURMUSICLINKHERE&amp;autoplay=0&amp;bgcolor=ffeff4&amp;loadingcolor=4c4c4c&amp;buttoncolor=4c4c4c" />
  416. </object></div>
  417. </div>
  418. {/block:ifmusicplayer}
  419.  
  420. </div>
  421.  
  422.  
  423.  
  424.  
  425.  
  426. <div id="content">
  427. {block:SearchPage}
  428. {block:SearchResults}
  429. <h3>{lang:SearchResultCount results for SearchQuery 2}</h3>
  430. {/block:SearchResults}
  431. {/block:searchpage}
  432. {block:Posts}
  433.  
  434. <div class="post">
  435.  
  436.  
  437. {block:Text}
  438. {block:Title}
  439. <div class="title">{Title}</div>
  440. {/block:Title}
  441. {Body}
  442. {/block:Text}
  443.  
  444. {block:Photo}
  445. <div class="media">{LinkOpenTag}<img src="{PhotoURL-500}" alt="{PhotoAlt}"/>{LinkCloseTag}</div>
  446. {block:Caption}<div class="caption">{Caption}</div>{/block:Caption}
  447. {/block:Photo}
  448.  
  449. {block:Photoset}
  450. <div style="max-width:100%">{Photoset}</div>
  451. {block:Caption}<div class="caption">{Caption}</div>{/block:Caption}
  452. {/block:Photoset}
  453.  
  454. {block:Quote}
  455. <div class="quote">"{Quote}"</div>
  456. {block:Source}
  457. <div class="quotesource">{Source}</div>
  458. {/block:Source}
  459. {/block:Quote}
  460.  
  461. {block:Link}
  462. <div class="title"><a href="{URL}">{Name}</a></div>
  463. {block:Description}
  464. <div class="description">{Description}</div>
  465. {/block:Description}
  466. {/block:Link}
  467.  
  468. {block:Chat}
  469. {block:Title}
  470. <div class="title">{Title}</div>
  471. {/block:Title}
  472.  
  473. {block:Lines}
  474. <div class="{Alt} user_{UserNumber}" style="border-bottom:1px dotted {color:border};background:white;padding:5px;margin-top:5px;">
  475. {block:Label}
  476. <b>{Label}</b>{/block:Label}
  477. &nbsp;{Line}
  478. </div>
  479. {/block:Lines}
  480. {/block:Chat}
  481.  
  482. {block:Video}
  483. {block:indexpage}{block:if300px}<div style="margin-bottom:7px;width:282px;background:{color:background};padding-top:17px; padding-bottom: 17px;padding-left:8px;padding-right:8px;border:1px dashed {color:border};"><center>{Video-250}</center></div>{/block:if300px} {block:if400px} {video-400} {/block:if400px} {block:if500px} {video-500} {/block:if500px}{/block:indexpage}
  484. {block:permalinkpage}{video-400}{/block:permalinkpage}
  485. {block:Caption}<div class="caption">{Caption}</div>{/block:Caption}
  486. {/block:Video}
  487.  
  488. {block:Audio}
  489. <div style="border:1px dashed {color:block}; padding:8px 4px 4px 4px; ">{block:AudioPlayer}<div class="player">{AudioPlayerWhite}</div><div style="margin-left:30px;margin-top:-5px;padding:5px;font-family:arial;">
  490. {block:TrackName} {TrackName}{/block:TrackName} {block:Artist} : {Artist}{/block:Artist} </div>
  491. </div>{/block:AudioPlayer}
  492. {/block:Audio}
  493.  
  494. {block:Answer}
  495. <div class="question">{Asker}: {Question}</div>
  496. {Answer}
  497. {/block:Answer}
  498.  
  499.  
  500. {block:Date}
  501. <div class="footer">
  502. <a href="{Permalink}" style="background:{color:tags}">[{NoteCount}]</a>
  503. {block:HasTags}{block:Tags} <a href="{TagURL}"style="background:{color:tags}">{Tag}</a> {/block:Tags}{/block:HasTags}
  504. {block:RebloggedFrom}<br><a href="{ReblogParentURL}" style="background:{color:reblog}">{lang:Reblogged from ReblogParentName}</a>{/block:RebloggedFrom}
  505. {block:ContentSource} <a href="{SourceURL}" style="background:{color:source}"> {lang:Source}: {SourceTitle}</a>{/block:ContentSource}
  506. </div>
  507.  
  508. {block:PermalinkPage}
  509. <p>
  510. {block:NoteCount}
  511. <div style="background:{color:background};padding:2px;border:1px dashed {color:border};max-height:240px;overflow:auto;">{block:PostNotes}{PostNotes}{/block:PostNotes}</div>
  512. {/block:NoteCount}
  513. {/block:PermalinkPage}
  514. {/block:Date}
  515.  
  516. </div>
  517. {/block:Posts}
  518.  
  519.  
  520. <form action="/search" method="get" id="search-form">
  521. <input class="search" type="text" placeholder="ๆคœ็ดขใ™ใ‚‹ (search!)" name="q" value="" style="outline:none;"/></form>
  522.  
  523. {block:Pagination}
  524. <div id="nav">
  525. {block:PreviousPage}<a href="{PreviousPage}">{lang:Previous} (back)</a> : {/block:PreviousPage}
  526.  
  527. {block:NextPage}<a href="{NextPage}">{lang:Next} (next)</a>{/block:NextPage}
  528. </div>
  529. {/block:Pagination}
  530. </div>
  531. </div>
  532.  
  533.  
  534. </div>
  535.  
  536. <!-- do not touch my credit, thank you -->
  537. <a href="http://shenpai.tumblr.com" style="background:white; padding:5px; border:1px solid {color:border}; position:fixed;bottom:5px; left:5px;"> THEME</a>
  538. <script src="//ajax.googleapis.com/ajax/libs/jquery/1.8.3/jquery.min.js"></script>
  539. <script>window.jQuery || document.write('<script src="http://static.tumblr.com/qxrkgx6/q6kmgn2w2/jquery-1.8.3.min.js"><\/script>')</script>
  540.  
  541. </body>
  542. </html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement