Advertisement
jojiwoji

tennis court

Jul 4th, 2014
1,504
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 11.19 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.  
  4. <head>
  5.  
  6. <!----
  7.  
  8. theme by jo @ sentimental themes
  9.  
  10. please do not steal / use a base / remove credit
  11.  
  12. thank you for using my theme~
  13.  
  14. ------->
  15.  
  16. <title>{Title}</title>
  17. <link rel="shortcut icon" href="{Favicon}">
  18. <link rel="alternate" type="application/rss+xml" href="{RSS}">
  19. {block:Description}<metFa name="description" content="{MetaDescription}"/>{/block:Description}
  20.  
  21. <meta name="color:background" content="#ffffff"/>
  22. <meta name="color:text" content="#5a5a5a"/>
  23. <meta name="color:title" content="#737373"/>
  24. <meta name="color:link" content="#929292"/>
  25. <meta name="color:hover" content="#c9c9c9"/>
  26. <meta name="color:border" content="#c9c9c9"/>
  27.  
  28. <meta name="if:crosshair cursor" content="1"/>
  29. <meta name="if:show captions" content="1"/>
  30.  
  31. <meta name="text:title" content=""/>
  32. <meta name="text:link 1" content=""/>
  33. <meta name="text:link 1 url" content=""/>
  34. <meta name="text:link 2" content=""/>
  35. <meta name="text:link 2 url" content=""/>
  36. <meta name="text:link 3" content=""/>
  37. <meta name="text:link 3 url" content=""/>
  38. <meta name="text:link 4" content=""/>
  39. <meta name="text:link 4 url" content=""/>
  40.  
  41. <!-- TOOLTIPS-->
  42.  
  43. <script
  44.  
  45. <script src="http://ajax.googleapis.com/ajax/libs/jquery/1.7/jquery.min.js"></script>
  46.  
  47. <script src="http://static.tumblr.com/rzl30kg/eAxm7a751/jquery.style-my-tooltips.js"></script>
  48. <script>
  49. (function($){
  50. $(document).ready(function(){
  51. $("[title]").style_my_tooltips({
  52. tip_follows_cursor:true,
  53. tip_delay_time:200,
  54. tip_fade_speed:300
  55. }
  56. );
  57. });
  58. })(jQuery);
  59. </script>
  60.  
  61. <style type="text/css">
  62.  
  63. /*GENERAL*/
  64.  
  65. body {
  66. background-color:{color:background};
  67. font-family: Consolas;
  68. font-size:11px;
  69. text-align:left;
  70. color:{color:text};
  71. {block:IfCrosshairCursor}
  72. cursor: crosshair;
  73. {/block:IfCrosshairCursor}
  74. }
  75.  
  76. a {
  77. color:{color:link};
  78. text-decoration:none;
  79. transition-duration: 0.6s;
  80. -moz-transition:all ease-in-out 0.6s;
  81. -ms-transition:all ease-in-out 0.6s;
  82. -o-transition:all ease-in-out 0.6s;
  83. transition:all ease-in-out 0.6s;
  84. {block:IfCrosshairCursor}
  85. cursor: crosshair;
  86. {/block:IfCrosshairCursor}
  87. }
  88.  
  89.  
  90. a:hover {
  91. color:{color:hover};
  92. text-decoration:underline;
  93. transition-duration: 0.6s;
  94. -moz-transition:all ease-in-out 0.6s;
  95. -ms-transition:all ease-in-out 0.6s;
  96. -o-transition:all ease-in-out 0.6s;
  97. transition:all ease-in-out 0.6s;
  98. {block:IfCrosshairCursor}
  99. cursor: crosshair;
  100. {/block:IfCrosshairCursor}
  101. }
  102.  
  103. h1 {
  104. text-align:center;
  105. padding:2px;
  106. font-size:16px;
  107. color:{color:text};
  108. font-weight:bold;
  109. margin-left:auto;
  110. margin-right:auto;
  111. }
  112.  
  113. blockquote {
  114. padding-left:5px;
  115. border-left:1px solid {color:border};
  116. }
  117.  
  118. blockquote blockquote {
  119. padding-left:10px;
  120. border-left:2px solid {color:border};
  121. }
  122.  
  123.  
  124. ol {
  125. list-style-type:none;
  126. text-align:left;
  127. font-size:8px;
  128. letter-spacing:1px;
  129. width:400px;
  130. margin:60px -40px;
  131. }
  132.  
  133. /*HEADER*/
  134.  
  135. #header {
  136. width:200px;
  137. height:auto;
  138. margin:100px auto 0px auto;
  139. padding:20px 0px 50px 0px;
  140. border-right:solid 1px {color:border};
  141. border-left:solid 1px {color:border};
  142. line-height:120%;
  143. text-align:center;
  144. }
  145.  
  146.  
  147. /*TITLE*/
  148.  
  149. #blogt {
  150. font-size:20px;
  151. padding:12px 20px;
  152. text-align:center;
  153. width:300px;
  154. margin-left:-65px;
  155. border-bottom:solid 1px {color:border};
  156. }
  157.  
  158. #blogt a {
  159. color:{color:title};
  160. transition-duration: 0.6s;
  161. -moz-transition:all ease-in-out 0.6s;
  162. -ms-transition:all ease-in-out 0.6s;
  163. -o-transition:all ease-in-out 0.6s;
  164. transition:all ease-in-out 0.6s;
  165. }
  166.  
  167. #blogt a:hover {
  168. color:{color:hover};
  169. text-decoration:none;
  170. transition-duration: 0.6s;
  171. -moz-transition:all ease-in-out 0.6s;
  172. -ms-transition:all ease-in-out 0.6s;
  173. -o-transition:all ease-in-out 0.6s;
  174. transition:all ease-in-out 0.6s;
  175. }
  176.  
  177. /*DESCRIPTION*/
  178.  
  179. #desc {
  180. width:180px;
  181. color:{color:text};
  182. text-align:center;
  183. padding:10px 10px 0px 10px;
  184. margin-top:10px;
  185. font-size:10px;
  186. }
  187.  
  188. /*LINKS*/
  189.  
  190. #links {
  191. height:auto;
  192. width:300px;
  193. margin-left:-68px;
  194. padding:10px 20px 15px 20px;
  195. text-align:center;
  196. border-bottom:solid 1px {color:border};
  197. }
  198.  
  199. #links a {
  200. color:{color:links};
  201. margin-top:10px;
  202. }
  203.  
  204. /*PAGI*/
  205.  
  206. #pagi {
  207. margin:10px auto 100px auto;
  208. text-align:left;
  209. width:400px;
  210. font-size:9px;
  211. text-transform:lowercase;
  212. }
  213.  
  214. #pagi a{
  215. bottom:10px;
  216. margin-top:-30px;
  217. margin-left:5px;
  218. border:1px solid {color:border};
  219. padding:4px 6px;
  220. font-size:15px;
  221. }
  222.  
  223. /*POSTS*/
  224.  
  225. #entries {
  226. width:400px;
  227. margin-left:auto;
  228. margin-right:auto;
  229. margin-bottom:80px;
  230. }
  231.  
  232. #posts {
  233. text-align:left;
  234. margin-top:140px;
  235. width:400px;
  236. }
  237.  
  238. .caption {
  239. width:100%;
  240. text-align:left;
  241. }
  242.  
  243. #posts img, #posts li, #posts blockquote {max-width: 400px;}
  244.  
  245. /*QUOTES*/
  246.  
  247. #titlequote{
  248. text-align:center;
  249. font-size:14px;
  250. line-height:18px;
  251. font-weight:bold;
  252. }
  253.  
  254. /*AUDIO*/
  255.  
  256. .audioplayer {
  257. padding:5px;
  258. margin-top:-25px;
  259. width:25px;
  260. height:30px;
  261. overflow:hidden;
  262. text-align:center;
  263. display:inline-block;
  264. }
  265.  
  266. .audioinfo {
  267. text-align:center;
  268. font-size:12px;
  269. }
  270.  
  271. /*CHAT*/
  272.  
  273. .chat ol {
  274. padding:0;
  275. list-style:none;
  276. font-size:10px;
  277. text-align:center;
  278. margin-left:auto;
  279. }
  280. .line {
  281. padding:5px 0;
  282. }
  283.  
  284. .label {
  285. font-weight:bold;
  286. }
  287.  
  288. /*ASKS*/
  289.  
  290. .question {
  291. font-size:15px;
  292. padding-bottom:10px;
  293. border-bottom:solid 1px {color:border};
  294. text-transform:lowercase;
  295. text-align:left;
  296. }
  297.  
  298. .reply {
  299. width:100%;
  300. text-align:right;
  301. font-size:12px;
  302. text-transform:lowercase;
  303. }
  304.  
  305. /*POST INFO*/
  306.  
  307. #permalink {
  308. margin-top:10px;
  309. font-size:9px;
  310. width:400px;
  311. padding-top:5px;
  312. letter-spacing:1px;
  313. {block:indexpage}
  314. opacity:0;
  315. {/block:indexpage}
  316. text-align:left;
  317. text-transform:uppercase;
  318. transition-duration: 0.6s;
  319. -moz-transition:all ease-in-out 0.6s;
  320. -ms-transition:all ease-in-out 0.6s;
  321. -o-transition:all ease-in-out 0.6s;
  322. transition:all ease-in-out 0.6s;
  323. }
  324.  
  325. .tags {
  326. text-transform:uppercase;
  327. font-size:9px;
  328. margin-top:2px;
  329. }
  330.  
  331. .pagenotes {
  332. {block:IndexPage}
  333. display: none;
  334. {/block:IndexPage}
  335. width:400px;
  336. font-size:12px;
  337. text-transform:uppercase;
  338. text-align:left;
  339. }
  340.  
  341. .pagenotes img {
  342. display:none;}
  343.  
  344. .pagenotes li {
  345. list-style-type:none;
  346. padding-top:10px;
  347. padding-bottom:10px;
  348. text-align:left;
  349. width:400px;
  350. margin:0 auto;
  351. }
  352.  
  353. #posts:hover #permalink {
  354. opacity:1;
  355. transition-duration: 0.6s;
  356. -moz-transition:all ease-in-out 0.6s;
  357. -ms-transition:all ease-in-out 0.6s;
  358. -o-transition:all ease-in-out 0.6s;
  359. transition:all ease-in-out 0.6s;
  360. }
  361.  
  362. /*CREDIT*/
  363.  
  364. #cred {
  365. bottom:5px;
  366. position:fixed;
  367. right:10px;
  368. float:right;
  369. text-align:center;
  370. font-weight:bold;
  371. font-size:12px;
  372. letter-spacing:0px;
  373. }
  374.  
  375. #cred a {
  376. color:{color:text};
  377. }
  378.  
  379. #cred a:hover {
  380. text-decoration:none;
  381. }
  382.  
  383. /*TOOLTIP*/
  384.  
  385. #s-m-t-tooltip{
  386. max-width:300px;
  387. margin:10px;
  388. padding:5px 4px;
  389. border:solid 1px {color:border};
  390. background:{color:background};
  391. color:{color:text};
  392. z-index:999999;
  393. font-family:helvetica;
  394. text-transform:none;
  395. font-size:9px;
  396. }
  397.  
  398. /*SCROLLBAR*/
  399. ::-webkit-scrollbar {width:8px; height: 3px; background:{color:background};}
  400. ::-webkit-scrollbar-thumb {background-color:{color:border};}
  401.  
  402. </style>
  403.  
  404. </head>
  405. <body>
  406.  
  407. <div id="header">
  408.  
  409. <div id="blogt"><a href="/">{text:title}</a></div>
  410. <div id="desc">{Description}</div>
  411. <div id="links">
  412. <a href="{text:link 1 url}">{text:link 1}</a>
  413. <a href="{text:link 2 url}">{text:link 2}</a>
  414. <a href="{text:link 3 url}">{text:link 3}</a>
  415. <a href="{text:link 4 url}">{text:link 4}</a>
  416. </div>
  417.  
  418. </div>
  419.  
  420. <div id="entries">
  421.  
  422. {block:Posts}
  423.  
  424. <div id="posts">
  425.  
  426. <!---QUOTES--->
  427.  
  428. {block:Quote}
  429. <div id="titlequote">“{Quote}”</div>
  430. {block:Source}<center>&mdash; {Source}</center>{/block:Source}
  431. {/block:Quote}
  432.  
  433. <!---TEXT POSTS--->
  434.  
  435. {block:Text}
  436. {block:Title}
  437. <h1>{Title}</h1>{/block:Title}
  438. {Body}
  439. {/block:Text}
  440.  
  441. <!---LINKS--->
  442.  
  443. {block:Link}
  444. <h1><a href="{URL}">{Name}</a></h1>{block:Description}{Description}{/block:Description}
  445. {/block:Link}
  446.  
  447. <!---PHOTOS--->
  448.  
  449. {block:Photo}{LinkOpenTag}
  450. <img src="{PhotoURL-400}">{LinkCloseTag}
  451. {/block:Photo}
  452.  
  453. <!---PHOTOSETS--->
  454.  
  455. {block:Photoset}
  456. {Photoset-400}
  457. {/block:Photoset}
  458.  
  459. <!---VIDEO--->
  460.  
  461. {block:Video}
  462. {Video-500}
  463. {/block:Video}
  464.  
  465.  
  466. <!---LINKS--->
  467.  
  468. {block:Link}<h1><a href="{URL}" {Target}>{Name}</h1></a>{block:Description}{Description}{/block:Description}{/block:Link}
  469.  
  470. <!---AUDIO--->
  471.  
  472. {block:Audio}
  473. <div class="audioinfo">
  474. {block:TrackName}{TrackName}{/block:TrackName}{block:Artist} - {Artist}{/block:Artist}</div>
  475. <div class="audioplayer">{AudioPlayerWhite}</div>
  476. {/block:Audio}
  477.  
  478. <!---CHAT--->
  479.  
  480. {block:Chat}{block:Title}<h1>{Title}</h1>{/block:Title}
  481. <div class="chat"><ol>{block:Lines}<li class="line {Alt}">{block:Label}
  482. <span class="label">{Label}</span>
  483. {/block:Label}{Line}</li>{/block:Lines}
  484. </ol></div>{/block:Chat}
  485.  
  486. <!---QUESTIONS--->
  487.  
  488. {block:Answer}
  489. <div class="question">{Asker}: {Question}</div>
  490. <div class="reply">{Answer}</div>
  491. {/block:Answer}
  492.  
  493. <!---CAPTIONS--->
  494.  
  495. {block:IfShowCaptions}
  496. {block:IndexPage}
  497. {block:Caption}<div class="caption">{Caption}</div>{/block:Caption}
  498. {/block:IndexPage}
  499. {block:IfShowCaptions}
  500.  
  501. <!---PERMALINK--->
  502.  
  503. <div id="permalink">
  504. <br><a title="{TimeAgo}" href="{Permalink}">{DayOfMonthWithZero}.{MonthNumberWithZero}.{ShortYear}</a>
  505. {block:NoteCount}<a title="{NoteCountWithLabel}" href="{Permalink}">+{NoteCount}</a>{/block:NoteCount}
  506. {block:RebloggedFrom}<a title="via {ReblogParentName}"href="{ReblogParentURL}">via</a>{/block:RebloggedFrom}
  507. {block:ContentSource}
  508. + <a title="by {SourceTitle}" href="{SourceURL}">src</a>{/block:ContentSource}
  509. <br>{block:HasTags}
  510. <div class="tags">{block:Tags}<a href="{TagUrl}">#{Tag}</a> {/block:Tags}</div>{/block:HasTags}
  511. </div>
  512. </div>
  513.  
  514. {block:PostNotes}
  515. <div class="pagenotes">
  516. {PostNotes}
  517. </div>
  518. {/block:PostNotes}
  519.  
  520. {/block:Posts}
  521. </div>
  522.  
  523. <div id="pagi">
  524. {block:Pagination}
  525. {block:NextPage}
  526. <a href="{NextPage}">NEXT</a>
  527. {/block:NextPage}
  528. {block:PreviousPage}
  529. <a href="{PreviousPage}">BACK</a>
  530. {/block:PreviousPage}
  531. {/block:Pagination}
  532. </div>
  533.  
  534. <div id="cred">
  535. <a href="http://sentimentalthemes.tumblr.com">✖</a>
  536. </div>
  537.  
  538. </body>
  539.  
  540. </html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement