Advertisement
gwentee

MARK TUAN

Aug 21st, 2015
2,986
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 13.31 KB | None | 0 0
  1. <!--
  2. Theme #5: Mark Tuan
  3. Theme by Gwendolyn @ luhands-themes
  4. Please do NOT remove the credit
  5. You are free to customize theme
  6. Any questions? Ask here:
  7. getyourluhandsonme.tumblr.com/faq
  8. or
  9. luhandsthemes.tumblr.com/faq
  10. PLEASE Like or Reblog
  11. I'd Love to see what you've done
  12.  
  13. -->
  14.  
  15. <!DOCTYPE html>
  16.  
  17. <head>
  18.  
  19. <title>{Title}</title>
  20.  
  21. <link rel="shortcut icon" href="{Favicon}">
  22.  
  23. <link rel="alternate" type="application/rss+xml" href="{RSS}">
  24.  
  25. {block:Description}<meta name="description" content="{MetaDescription}" />{/block:Description}
  26.  
  27. <meta name="color:background" content="#ffffff"/>
  28. <meta name="color:description" context="#413f3f">
  29. <meta name="color:text" content="#aaaaaa"/>
  30. <meta name="color:bold" content="#ccdd66"/>
  31. <meta name="color:italic" content="#dfea98"/>
  32. <meta name="color:underline" content="#cccccc"/>
  33. <meta name="color:title" content="#aaaaaa"/>
  34. <meta name="color:first letter" content="#aaaaaa"/>
  35. <meta name="color:menu" content="#ccdd66"/>
  36. <meta name="color:links" content="#FFFFFF">
  37. <meta name="color:links hover" context="#413f3f">
  38. <meta name="color:post bg" content="#ffffff"/>
  39. <meta name="color:post border" content="#ffffff"/>
  40. <meta name="color:border" content="#3bb5bb"/>
  41. <meta name="color:ask bubble" content="#ebf1c2"/>
  42. <meta name="color:scrollbar" content="#ecf2c1">
  43. <meta name="color:selection text" content="#888888"/>
  44. <meta name="color:selection bg" content="#eeeeee"/>
  45.  
  46. <meta name="image:sidebar img" content=""/>
  47. <meta name="image:bg" content=""/>
  48.  
  49. <meta name="text:link 1" content="link 1"/>
  50. <meta name="text:link 1 url" content="/"/>
  51. <meta name="text:link 2" content="link 2"/>
  52. <meta name="text:link 2 url" content="/"/>
  53. <meta name="text:link 3" content="link 3"/>
  54. <meta name="text:link 3 url" content="/"/>
  55. <meta name="text:link 4" content="link 4"/>
  56. <meta name="text:link 4 url" content="/"/>
  57. <meta name="text:link 5" content="link 5"/>
  58. <meta name="text:link 5 url" content="/"/>
  59.  
  60.  
  61. <script src="http://ajax.googleapis.com/ajax/libs/jquery/1.7/jquery.min.js"></script>
  62. <script type="text/javascript" src="http://static.tumblr.com/7qjmkr5/IUmmdsy41/jquery.style-my-tooltips.js"></script>
  63. <script>
  64. (function($){
  65. $(document).ready(function(){
  66. $("[title]").style_my_tooltips();
  67. });
  68. })(jQuery);
  69. </script>
  70.  
  71. <style type="text/css">
  72.  
  73. /* scrollbar */
  74.  
  75. ::-webkit-scrollbar { width: 7px; }
  76. ::-webkit-scrollbar-track-piece { background-color: transparent; }
  77. ::-webkit-scrollbar-thumb:vertical {
  78. width: 1px;
  79. background-color: {color:scrollbar}; /**scrollbar colour**/
  80. border-top: 4px solid {color:post bg};
  81. border-right: 3px solid {color:post bg};
  82. border-bottom: 4px solid {color:post bg};
  83. border-left: 3px solid {color:post bg}; /**scrollbar surrounding colour**/
  84. }
  85.  
  86. body {
  87. background:{color:background};
  88. background-image:url('{image:bg}');
  89. background-attachment:fixed;
  90. color:{color:text};
  91. font-family:arial;
  92. font-size:11px;
  93. text-align:justify;
  94. margin:0;
  95. line-height:16px;
  96. }
  97.  
  98. blockquote {
  99. padding:5px 0 5px 30px;
  100. border-left:1px solid {color:border};
  101. margin-left:30px;
  102. background:#fafafa;
  103. }
  104.  
  105. b,strong{
  106. color:{color:bold};
  107. }
  108.  
  109.  
  110. i,em{
  111. color:{color:italic};
  112. }
  113.  
  114.  
  115. u{
  116. color:{color:underline};
  117. }
  118.  
  119. a {
  120. color:{color:links};
  121. text-decoration:none;
  122. -moz-transition-duration:1s;
  123. -webkit-transition-duration:1s;
  124. -o-transition-duration:1s;
  125. }
  126.  
  127. a:hover {
  128. color:{color:links hover};
  129. -moz-transition-duration:1s;
  130. -webkit-transition-duration:1s;
  131. -o-transition-duration:1s;
  132. }
  133.  
  134. #sidebar {
  135. padding:6px;
  136. text-align:right;
  137. position:fixed;
  138. margin-left:-180px;
  139. margin-top:78px;
  140. width:110px;
  141. background:{color:post bg};
  142. border:5px solid {color:post border};
  143. }
  144.  
  145. #sideimg img {
  146. max-width:100px;
  147. max-height:100px;
  148. border-radius:80px;
  149. padding:5px;
  150. -moz-transition-duration:1s;
  151. -webkit-transition-duration:1s;
  152. -o-transition-duration:1s;
  153. }
  154.  
  155. #sideimg img:hover {
  156. border-radius:0px;
  157. -moz-transition-duration:1s;
  158. -webkit-transition-duration:1s;
  159. -o-transition-duration:1s;
  160. }
  161.  
  162. #description {
  163. width:100px;
  164. height:155px;
  165. overflow: auto;
  166. overflow-x: hidden;
  167. margin-left: 5px;
  168. margin-top: 10px;
  169. font-family: 'Raleway', sans-serif;
  170. font-size: 10px;
  171. color:{color:description};
  172. background:{color:post bg};
  173. line-height: 18px;
  174. text-align:center;
  175. line-height:10px;
  176. padding:5px 0px 5px;
  177. position: relative;
  178. }
  179.  
  180. .title {
  181. position:fixed;
  182. margin-left:35px;
  183. margin-top: 10px;
  184. margin-bottom: 10px;
  185. font-family:arial;
  186. color:{color:title};
  187. padding:0 15px 0 0;
  188. letter-spacing:-1px;
  189. font-size:20px;
  190. font-weight:900;
  191. text-transform:uppercase;
  192. }
  193.  
  194. .title:first-letter {
  195. color:{color:first letter};
  196. }
  197.  
  198. menu {
  199. background:{color:menu};
  200. padding:10px;
  201. text-align:center;
  202. color:{color:links};
  203. margin:0px;
  204. font-family:arial;
  205. font-size:10px;
  206. font-weight:700;
  207. text-transform:uppercase;
  208. width: 100%;
  209. }
  210.  
  211. menu a {
  212. color:{color:links};
  213. margin:5px;
  214. -webkit-transition: all 0.5s ease-in-out;
  215. -moz-transition: all 0.5s ease-in-out;
  216. -o-transition: all 0.5s ease-in-out;
  217. transition: all 0.5s ease-in-out;
  218. }
  219.  
  220. menu a:hover {
  221. color:{color:links hover};
  222. margin:0px;
  223. padding:5px;
  224. padding-left:20px;
  225. padding-right:20px;
  226. }
  227.  
  228. #topbar {
  229. min-width: 1500px;
  230. background:{color:border};
  231. height: 35px;
  232. position: fixed;
  233. z-index: 1;
  234. top: 0px;
  235. left: -5px;
  236. }
  237.  
  238. #leftbar {
  239. width: 25px;
  240. background:{color:border};
  241. height:100%;
  242. position: fixed;
  243. z-index: 1;
  244. left: 0px;
  245. top: -10px;
  246. }
  247.  
  248. #rightbar {
  249. width: 25px;
  250. background:{color:border};
  251. height:100%;
  252. position: fixed;
  253. z-index: 1;
  254. right: 0px;
  255. top: -10px;
  256. }
  257.  
  258.  
  259. #bottombar {
  260. min-width:2000px;
  261. background:{color:border};
  262. margin-left:-450px;
  263. height: 25px;
  264. position: fixed;
  265. z-index: 1;
  266. bottom: 0px;
  267. }
  268.  
  269. #theme {
  270. left:50%;
  271. margin-left:-250px;
  272. position:absolute;
  273. }
  274.  
  275. #entries {
  276. padding:10px;
  277. width:400px;
  278. margin-left:50px;
  279. margin-top:16px;
  280. font-size:10px;
  281. font-family:'arial';
  282. letter-spacing:0px;
  283. }
  284.  
  285. #post {
  286. background:{color:post bg};
  287. border:5px solid {color:post border};
  288. width:400px;
  289. padding-bottom:40px;
  290. padding:25px;
  291. margin-top:50px;
  292. }
  293.  
  294. #info {
  295. width:400px;
  296. text-align:left;
  297. font-family:'trebuchet ms';
  298. margin-top:3px;
  299. margin-left:px;
  300. letter-spacing:1px;
  301. font-size:7px;
  302. font-style:none;
  303. padding:1px;
  304. line-height:10px;
  305. text-transform:uppercase;
  306. border-top:1px solid;
  307. border-color:{color:border};
  308. }
  309.  
  310. #info a {
  311. text-align:center;
  312. color:{color:links};
  313. }
  314.  
  315. #info a:hover {
  316. -moz-transition-duration:0.3s;
  317. -webkit-transition-duration:0.3s;
  318. -o-transition-duration:0.3s;
  319. color:{color:links hover}
  320. }
  321.  
  322. #tags {
  323. float:left;
  324. width:389px;
  325. margin-top:-7px;
  326. margin-left:-5px;
  327. text-align:left;
  328. font-size:7px;
  329. padding:5px;
  330. font-size:8px;
  331. opacity:1;
  332. transition-duration: 0.5s;
  333. -moz-transition-duration: 0.5s;
  334. -webkit-transition-duration: 0.5s;
  335. -o-transition-duration: 0.5s
  336. color:{color:links};
  337. }
  338.  
  339. #tags a {
  340. letter-spacing:0px;
  341. font-size:8px;
  342. text-align:center;
  343. font-family:arial;
  344. text-decoration:none;
  345. display:inline-block;
  346. color:{color:links};
  347. }
  348.  
  349. #tags a:hover {
  350. background-color:#000;
  351. -moz-transition-duration:0.3s;
  352. -webkit-transition-duration:0.3s;
  353. -o-transition-duration:0.3s;
  354. color:{color:links hover};
  355. }
  356.  
  357. .bubble {
  358. width:300px;
  359. position: relative;
  360. background:{color:ask bubble};
  361. left:60px;
  362. margin: 0;
  363. padding:10px;
  364. text-align:center;
  365. -moz-border-radius:10px;
  366. -webkit-border-radius:10px;
  367. -webkit-box-shadow: 0px 0 1px rgba(0,0,0,0);
  368. -moz-box-shadow: 0px 0 1px rgba(0,0,0,0);
  369. box-shadow: 0px 0 1px rgba(0,0,0,0);
  370. }
  371.  
  372. .bubble:after {
  373. position: absolute;
  374. display: block;
  375. content: "";
  376. border-color: {color:ask bubble} transparent transparent transparent;
  377. border-style: solid;
  378. border-width: 15px 15px 0px;
  379. height:0;
  380. width:0;
  381. position:absolute;
  382. left:-15px;
  383. top:10px;
  384. }
  385.  
  386.  
  387.  
  388. #s-m-t-tooltip {
  389. z-index: 9999;
  390. background: {color:LinkTitleBG};
  391. font-size: 10px;
  392. line-height: 11px;
  393. font-family: arial;
  394. letter-spacing: 1px;
  395. text-transform: normal;
  396. color: {color:LinkTitleText};
  397. max-width: 150px;
  398. word-wrap: break-word;
  399. padding: 2px 5px 2px 6px;
  400. display: block;
  401. margin: 24px 14px 7px 12px;
  402. -webkit-box-shadow: 2px 2px 2px rgba(50, 50, 50, 0.10);
  403. -moz-box-shadow: 2px 2px 2px rgba(50, 50, 50, 0.10);
  404. box-shadow: 2px 2px 2px rgba(50, 50, 50, 0.10);
  405. }
  406.  
  407. ::selection {
  408. background:{color:selection bg};
  409. color:{color:selection text};
  410. }
  411.  
  412. #pagination {font-family:arial; text-align:center; font-size:24px; margin-bottom:2px; margin-left:-500px; color:{color:links};}
  413.  
  414. .credit {
  415. position:fixed;
  416. bottom:4px;
  417. right:8px;
  418. font: 9px arial bold;
  419. border:1px solid {color:border};
  420. text-transform:uppercase;
  421. letter-spacing: 0px;
  422. padding: 2px;
  423. }
  424.  
  425. .credit a{
  426. color: {color:bold};
  427. opacity:0.8;
  428. }
  429.  
  430. {CustomCSS}
  431.  
  432. </style>
  433.  
  434. <script src="http://ajax.googleapis.com/ajax/libs/jquery/1.4.2/jquery.min.js"></script>
  435. <script src="http://static.tumblr.com/ikeq9mi/DfYl6o46t/scrolltotop.min.js"></script>
  436.  
  437.  
  438. </head>
  439.  
  440. <body>
  441.  
  442.  
  443. <div id="theme">
  444.  
  445.  
  446. <div id="topbar">
  447. <div class="title">{title}</div>
  448. <menu>
  449. <a href="/">home</a>
  450. <a href="/ask">message</a>
  451. <a href="/archive">archive</a>
  452. <a href="{text:link 1 url}">{text:link 1}</a>
  453. <a href="{text:link 2 url}">{text:link 2}</a>
  454. <a href="{text:link 3 url}">{text:link 3}</a>
  455. <a href="{text:link 4 url}">{text:link 4}</a>
  456. <a href="{text:link 5 url}">{text:link 5}</a>
  457. </menu>
  458. </div>
  459.  
  460. <div id="rightbar"></div><div id="leftbar"></div>
  461. <div id="bottombar">
  462.  
  463. <center>
  464. <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>
  465. </center>
  466.  
  467. <div class="credit"><a href="http://luhandsthemes.tumblr.com/"><center>theme by luhands</center></a></div></div>
  468.  
  469. <div id="sidebar">
  470.  
  471. <div id="sideimg"><center><a href="/"><img src="{image:Sidebar img}"></a></center></div>
  472.  
  473. <div id="description">
  474. {block:Description}{Description}{/block:Description}
  475. </div>
  476. </div>
  477.  
  478. <div id="entries">
  479. {block:Posts}
  480. <div id="post">
  481.  
  482. {block:Text}
  483. <h1>{block:Title}{Title}{/block:Title}</h1>
  484. {Body}{/block:Text}
  485.  
  486. {block:Photo}{LinkOpenTag}<img src="{PhotoURL-400}">{LinkCloseTag}
  487. {block:Caption}{Caption}{/block:Caption}{/block:Photo}
  488.  
  489. {block:Photoset}{Photoset-400}{block:Caption}{Caption}
  490. {/block:Caption}{/block:Photoset}
  491.  
  492. {block:Quote}<h2>"{Quote}"</h2>
  493. {block:Source}<div class="qsource"> β€”{Source}</div>
  494. {/block:Source}{/block:Quote}
  495.  
  496. {block:Link}<h1><a href="{URL}" {Target}>{Name}</a></h1>{block:Description}{Description}{/block:Description}{/block:Link}
  497.  
  498. {block:Chat}{block:Title}{Title}{/block:Title}{block:Lines}{block:Label}<b><u>{Label}</u></b>{/block:Label} {Line}<br>{/block:Lines}{/block:Chat}
  499.  
  500. {block:Audio}<left>{block:AlbumArt}<img src="{AlbumArtURL}" width="60px" height="60px" align="left" style="margin-right:10px" />{/block:AlbumArt}<span class="audio">{AudioPlayerBlack}</left></span>
  501. {block:TrackName}<b>Title:</b> {TrackName}<br />{/block:TrackName}
  502. {block:Artist}<b>Artist:</b> {Artist}<br />{/block:Artist}
  503. {/block:ExternalAudio}<b>Played:</b> {PlayCount} times <br>
  504. {/block:Audio}<br>
  505.  
  506. {block:Video}{Video-400}{block:Caption}{Caption}{/block:Caption}{/block:Video}
  507.  
  508. {block:Answer}
  509. <div class="askerportrait"><img style="border-radius:50px;" src="{AskerPortraitURL-40}" align="left" /></div><div class="bubble">{Asker} asked: {Question}</div><br>
  510. <div style="margin-left:200px;">{Answer}</div>
  511. {/block:Answer}
  512.  
  513. <div id="info">
  514. <a href="{Permalink}">{Month} {DayOfMonth}{DayOfMonthSuffix}</a> β€”
  515. {block:RebloggedFrom} <a href="{ReblogParentURL}">via</a>{/block:RebloggedFrom}
  516. and {block:ContentSource} <a href="{SourceURL}"><a href="{SourceURL}">source</a>{/block:ContentSource}
  517. {block:RebloggedFrom} <a href="{ReblogParentURL}" target="_blank"></a>{/block:RebloggedFrom}
  518. with {NoteCountWithLabel}</a>
  519. {block:HasTags}<div id="tags">
  520.  
  521. {block:Tags}<a href="/tagged/{Tag}">#{Tag}</a>&nbsp;{/block:Tags}
  522. </div>{block:HasTags}
  523. </div>
  524. </div>
  525. {/block:Posts}
  526. <br><br>{block:PostNotes}<div id="notes"><left>{PostNotes}</div>{/block:PostNotes}
  527. {/block:Posts}</div></div></div>
  528. <br><br><br><br>
  529.  
  530.  
  531. </div>
  532.  
  533.  
  534.  
  535. </body></html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement