Advertisement
dylaenobriens

Theme #30 / Tennis Court

Aug 29th, 2013
174
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 12.10 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.  
  3. <!-- BASE CODE BY DYLAENOBRIENS -->
  4.  
  5. <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
  6.  
  7.  
  8. <head>
  9.  
  10. <title>{Title}</title>
  11.  
  12. {block:Description}<meta name="description" content="{MetaDescription}"/>
  13. {/block:Description}
  14. <link rel="shortcut icon" href="{Favicon}" />
  15. <link rel="alternate" type="application/rss+xml" href="{RSS}" />
  16.  
  17. <meta name="color:bg" content="#ffffff">
  18. <meta name="color:link" content="#bbb8b8">
  19. <meta name="color:text" content="#9a9a9a">
  20. <meta name="color:tags" content="#b9b7b7">
  21. <meta name="color:ask" content="#070606">
  22. <meta name="color:hover" content="#eeeeee">
  23. <meta name="color:border" content="#e7e7e7">
  24. <meta name="color:scrollbar" content="#1a1a1a">
  25.  
  26.  
  27. <meta name="image:sidebar" content=""/>
  28.  
  29. <meta name="text:link 1" content="">
  30. <meta name="text:link 1 url" content="/">
  31. <meta name="text:link 2" content="">
  32. <meta name="text:link 2 url" content="/">
  33. <meta name="text:link 3" content="">
  34. <meta name="text:link 3 url" content="/">
  35. <meta name="text:link 4" content="">
  36. <meta name="text:link 4 url" content="/">
  37.  
  38. <meta name="if:Cursor" content="1">
  39. <meta name="if:500pxPosts" content="1">
  40. <meta name="if:400pxPosts" content="0">
  41.  
  42.  
  43. <style type="text/css">
  44.  
  45.  
  46. /*--scrollbar--*/
  47.  
  48. ::-webkit-scrollbar-thumb:vertical {border:3px solid #fff;height:12px; background-color:{color:scrollbar};}
  49. ::-webkit-scrollbar-thumb:horizontal {background-color:#fff;}
  50. ::-webkit-scrollbar {background-color:{color:scrollbar};height:7px;width:12px;border:5px solid #fff;}
  51. ::-webkit-scrollbar-button:start:decrement, ::-webkit-scrollbar-button:end:increment{background-color:{color:scrollbar};display:block;height:8px;border-right:2px solid #fff;border-left:2px solid #fff;
  52. }
  53. /*--body--*/
  54.  
  55.  
  56. body {
  57. font-style:none;
  58. background-color:{color:bg};
  59. font-family:calibri;
  60. color:{color:text};
  61. font-size:9px;
  62. }
  63.  
  64.  
  65. a {
  66. color:{color:link};
  67. text-decoration:none;
  68. -webkit-transition: all 0.6s ease;
  69. -moz-transition: all 0.6s ease;
  70. -o-transition: all 0.6s ease;
  71. }
  72.  
  73. a:hover {
  74. color:{color:hover};
  75. text-decoration:none;
  76. -webkit-transition: all 0.8s ease-out;
  77. -moz-transition: all 0.8s ease-out;
  78. transition: all 0.8s ease-out;
  79. }
  80.  
  81. img {
  82. border:none;
  83. }
  84.  
  85. blockquote {
  86. padding-left:5px;
  87. border-left:2px solid {color:border};
  88. }
  89.  
  90. h1 {
  91. font-size:10px;
  92. }
  93.  
  94. /*--Cursor code--*/
  95.  
  96. {block:ifCursor}
  97.  
  98. *, body, a, a:hover {cursor: url("http://www.totallylayouts.com/cursors/random/tiny_cursor.png"), auto }
  99.  
  100. {/block:ifCursor}
  101.  
  102.  
  103.  
  104. /*--sidebar--*/
  105.  
  106. #sidebar {
  107. color:{color:text};
  108. position:fixed;
  109. width:150px;
  110. margin-left:-50px;
  111. text-align:left;
  112. }
  113.  
  114. #sidebarimage {
  115. width:140px;
  116. }
  117.  
  118. #sidebarimage img {
  119. position:fixed;
  120. width:220px;
  121. height:120px;
  122. margin-top:195px;
  123. margin-left:198px;
  124. padding:3px;
  125. }
  126.  
  127.  
  128.  
  129. #title {
  130. font-size:12px;
  131. word-spacing:4px;
  132. text-align:center;
  133. text-transform:uppercase;
  134. font-family:'times new roman';
  135. margin-top:173px;
  136. width:210px;
  137. position:fixed;
  138. padding:5px;
  139. margin-left:201px;
  140. color:white;
  141. background-color:black;
  142. }
  143.  
  144. /*--links--*/
  145.  
  146. #links {
  147. background-color:black;
  148. width:210px;
  149. font-family:'times new roman';
  150. position:fixed;
  151. padding:5px;
  152. padding-top:7px;
  153. height:14px;
  154. text-transform:uppercase;
  155. text-align:center;
  156. margin-top:318px;
  157. margin-left:201px;
  158. }
  159.  
  160. #links a {
  161. padding:4px;
  162. padding-left:6px;
  163. padding-right:6px;
  164. font-size:10px;
  165. color:#fff;
  166. width:10px;
  167. }
  168.  
  169. #links a:hover {
  170. color:black;
  171. background-color:#fff;
  172. -webkit-transition: all 0.4s ease;
  173. -moz-transition: all 0.4s ease;
  174. -o-transition: all 0.4s ease
  175. }
  176.  
  177.  
  178.  
  179. /*--description--*/
  180.  
  181. #description {
  182. overflow:auto;
  183. width:210px;
  184. height:112px;
  185. padding:5px;
  186. position:fixed;
  187. font-family:'trebuchet ms';
  188. background-color:black;
  189. opacity:0;
  190. font-size:9px;
  191. text-align:justify;
  192. margin-left:201px;
  193. margin-top:197px;
  194. color:white;
  195. line-height:130%;
  196. -webkit-transition: all 0.5s ease-out;
  197. -moz-transition: all 0.5s ease-out;
  198. transition: all 0.5s ease-out;
  199. }
  200.  
  201. #description:hover {
  202. opacity:0.8;
  203. -webkit-transition: all 0.8s ease-out;
  204. -moz-transition: all 0.8s ease-out;
  205. transition: all 0.8s ease-out;
  206. }
  207.  
  208. /*--pagination--*/
  209.  
  210. #pagination {
  211. text-transform:uppercase;
  212. background-color:black;
  213. position:fixed;
  214. text-align:center;
  215. opacity:0;
  216. font-size:10px;
  217. margin-left:200px;
  218. margin-top:173px;
  219. font-family:'times new roman';
  220. padding:5px;
  221. padding-top:7px;
  222. height:14px;
  223. width:210px;
  224. -webkit-transition: all 0.5s ease-out;
  225. -moz-transition: all 0.5s ease-out;
  226. transition: all 0.5s ease-out;
  227. }
  228.  
  229.  
  230. #pagination a{
  231. color:white;
  232. }
  233.  
  234. #pagination a:hover {
  235. color:white;
  236. }
  237.  
  238. #pagination:hover {
  239. opacity:1;
  240. }
  241.  
  242. /*--posts--*/
  243.  
  244. {block:if500pxPosts}
  245.  
  246. #posts {
  247. width:500px;
  248. margin-bottom:10px;
  249. padding:1px;
  250. font-size:11px;
  251. color:{color:text};
  252. line-height:90%;
  253. text-align:justify;
  254. }
  255.  
  256. {/block:if500pxPosts}
  257.  
  258. {block:if400pxPosts}
  259.  
  260. #posts {
  261. width:400px;
  262. margin-bottom:10px;
  263. padding:1px;
  264. font-size:11px;
  265. color:{color:text};
  266. line-height:90%;
  267. text-align:justify;
  268. }
  269.  
  270. {/block:if400pxPosts}
  271.  
  272. #postscontainer {
  273. margin-bottom:20px;
  274. padding:1px;
  275. margin-left:460px;
  276. margin-top:55px;
  277. }
  278.  
  279.  
  280. #info {
  281. height:10px;
  282. background-color:black;
  283. margin-bottom:10px;
  284. font-size:8px;
  285. margin-top:10px;
  286. text-align:left;
  287. padding:5px;
  288. color:{color:link};
  289. border-top:1px solid {color:border};
  290. }
  291.  
  292.  
  293. #reblog {
  294. text-transform:uppercase;
  295. font-family:trebuchet ms;
  296. margin-left:-5px;
  297. margin-top:-3px;
  298. text-align:center;
  299. color:white;
  300. background-color:black;
  301. width:35px;
  302. padding:3px;
  303. }
  304.  
  305. #reblog a {
  306. color:white;
  307. }
  308.  
  309. #notes {
  310. color:white;
  311. margin-left:40px;
  312. margin-top:-12px;
  313. }
  314.  
  315. #notes a {
  316. color:white;
  317. }
  318.  
  319. {block:if500pxPosts}
  320.  
  321. #rightinfo {
  322. text-transform:uppercase;
  323. font-family:trebuchet ms;
  324. margin-left:300px;
  325. text-align:justify;
  326. float:right;
  327. background-color:black;
  328. padding:3px;
  329. margin-top:-12px;
  330. color:white;
  331. }
  332.  
  333. {/block:if500pxPosts}
  334.  
  335. {block:if400pxPosts}
  336.  
  337. #rightinfo {
  338. text-transform:uppercase;
  339. font-family:trebuchet ms;
  340. margin-left:240px;
  341. text-align:justify;
  342. float:right;
  343. background-color:black;
  344. padding:3px;
  345. margin-top:-12px;
  346. color:white;
  347. }
  348.  
  349. {/block:if400pxPosts}
  350.  
  351. #rightinfo a {
  352. color:white;
  353. }
  354.  
  355. /*--tags--*/
  356.  
  357. #tags {
  358. padding:2px;
  359. margin-left:-1px;
  360. margin-top:-5px;
  361. font-size:8px;
  362. color:{color:tags}:
  363. }
  364.  
  365. #tags a {
  366. color:{color:tags};
  367. }
  368.  
  369. #tags a:hover {
  370. color:{color:hover}
  371. }
  372.  
  373. /*--asks--*/
  374.  
  375. #askbg {
  376. padding:12px;
  377. background-color:{color:ask};
  378. }
  379.  
  380. #ask {
  381. margin-top:-10px;
  382. font-family:calibri;
  383. text-align:left;
  384. }
  385.  
  386. #ask img {
  387. margin-top:30px;
  388. width:50px;
  389. }
  390.  
  391. /*--credit--*/
  392.  
  393. #credit {
  394. right:2px;
  395. bottom:-4px;
  396. font-size:9px;
  397. padding:5px;
  398. text-transform:uppercase;
  399. position:fixed;
  400. -webkit-transition: all 0.5s ease-out;
  401. -moz-transition: all 0.5s ease-out;
  402. transition: all 0.5s ease-out;
  403. }
  404.  
  405.  
  406.  
  407. #s-m-t-tooltip {
  408.  
  409. max-width:300px;
  410.  
  411. padding:3px 4px 5px 4px;
  412.  
  413. margin:20px 0px 0px 20px;
  414.  
  415. background-color:black; /* change the background color */
  416.  
  417. font-family:calibri; /* change the font */
  418.  
  419. font-size:9px; /* change the font size */
  420.  
  421. letter-spacing:2px; /* change the letter spacing */
  422.  
  423. text-transform:uppercase; /* can be uppercase, lowercase, none*/
  424.  
  425. color:white; /* change the text color */
  426.  
  427. z-index:999999999999999999999999999999999999;
  428.  
  429. }
  430.  
  431.  
  432.  
  433. {CustomCSS}
  434.  
  435. </style></head>
  436.  
  437. <script src="http://ajax.googleapis.com/ajax/libs/jquery/1.7/jquery.min.js"></script>
  438.  
  439. <script src="http://static.tumblr.com/iuw14ew/VSQma1786/jquery.style-my-tooltips.js"></script>
  440.  
  441. <script>
  442.  
  443. (function($){
  444.  
  445. $(document).ready(function(){
  446.  
  447. $("a[title]").style_my_tooltips({
  448.  
  449. tip_follows_cursor:true,
  450.  
  451. tip_delay_time:90,
  452.  
  453. tip_fade_speed:600,
  454.  
  455. attribute:"title"
  456.  
  457. });
  458.  
  459. });
  460.  
  461. })(jQuery);
  462.  
  463. </script>
  464.  
  465. <body>
  466.  
  467. <div id="sidebar">
  468. <div id="title">{title}</div>
  469. <div id="sidebarimage">
  470. <img src="{image:sidebar}"></div>
  471.  
  472. <div id="description">{description}</div>
  473.  
  474. <div id="links">
  475. <a href="{text:link 1 url}">{text:link 1}</a>
  476. <a href="{text:link 2 url}">{text:link 2}</a>
  477. <a href="{text:link 3 url}">{text:link 3}</a>
  478. <a href="{text:link 4 url}">{text:link 4}</a>
  479. </div>
  480.  
  481. {block:Pagination}
  482. <div id="pagination">
  483.  
  484. {block:PreviousPage}<a href="{PreviousPage}">Prev</a>{/block:PreviousPage}
  485. {block:NextPage}<a href="{NextPage}">Next</a>{/block:NextPage}
  486. </div>{/block:Pagination}
  487.  
  488. </div></div>
  489.  
  490.  
  491. <div id="postscontainer">
  492.  
  493. {block:Posts}
  494.  
  495. <div id="posts">
  496.  
  497.  
  498. {block:Text}<h1>{block:Title}{Title}{/block:Title}</h1>{Body}{/block:Text}
  499.  
  500.  
  501. {block:Photo}{LinkOpenTag}
  502.  
  503. {block:if500pxPosts}
  504. <img src="{PhotoURL-500}">
  505. {/block:if500pxPosts}
  506.  
  507. {block:if400pxPosts}
  508. <img src="{PhotoURL-400}">
  509. {/block:if400pxPosts}
  510.  
  511. {LinkCloseTag}{block:Caption}{Caption}{/block:Caption}{/block:Photo}
  512.  
  513. {block:Photoset}
  514.  
  515. {block:if500pxPosts}
  516. {Photoset-500}
  517. {/block:if500pxPosts}
  518.  
  519. {block:if400pxPosts}
  520. {Photoset-400}
  521. {/block:if400pxPosts}
  522.  
  523. {block:Caption}{Caption}{/block:Caption}{/block:Photoset}
  524.  
  525. {block:Quote}{Quote}{block:Source} &#8212;{Source}{/block:Source}{/block:Quote}
  526.  
  527. {block:Link}<h1><a href="{URL}" {Target}>{Name}</a></h1>{block:Description}{Description}{/block:Description}{/block:Link}
  528.  
  529. {block:Chat}{block:Title}<h1>{Title}</h1>{/block:Title}{block:Lines}{block:Label}<b>{Label}</b>{/block:Label} {Line}<br>{/block:Lines}{/block:Chat}
  530.  
  531. {block:Audio}{AudioPlayerWhite}{block:Caption}{Caption}{/block:Caption}{/block:Audio}
  532.  
  533. {block:Video}
  534.  
  535. {block:if500pxPosts}
  536. {Video-500}
  537. {/block:if500pxPosts}
  538.  
  539. {block:if400pxPosts}
  540. {Video-400}
  541. {/block:if400pxPosts}
  542.  
  543. {block:Caption}{Caption}{/block:Caption}{/block:Video}
  544.  
  545.  
  546. {block:Answer}<div id="askbg"><div id="ask"></div><br><img src="{AskerPortraitURL-24}"> <div style="margin-top:-15px;margin-left:30px;"> {Asker} said: {Question}</div></div> {Answer}{/block:Answer}
  547.  
  548.  
  549.  
  550.  
  551. <div id="info"><div id="reblog"><a href="{ReblogURL}" target="_blank" class="details">Reblog</a></div><div id="notes"><a href="{Permalink}">
  552. {NoteCountWithLabel}</a></div>
  553. <div id="rightinfo">{block:Date}<a href="{Permalink}">
  554. {TimeAgo}</a></a>{/block:Date} |{block:RebloggedFrom}<a href="{ReblogParentURL}"
  555. title="{ReblogParenttitle}">Via</a> | <a href="{ReblogRootURL}"title="{ReblogRoottitle}">Source</a>{/block:RebloggedFrom}</div></div>
  556.  
  557. <div id="tags">{block:HasTags}Tags:{block:Tags} #<a href="{TagURL}">{Tag}</a> {/block:Tags}</div>{/block:HasTags}
  558.  
  559.  
  560. </div>
  561.  
  562. {/block:Posts}
  563.  
  564. {block:PostNotes}{PostNotes}</div>{/block:PostNotes}
  565. {/block:Posts}
  566.  
  567. </div>
  568.  
  569. <div id="credit"><a href="http://dylaenobriens.tumblr.com/"><img src="http://media.tumblr.com/f78b1fec46a70a8118ddab423289c8f4/tumblr_inline_mr9wxg8gt01qz4rgp.png" width="40px;"></div>
  570. </body>
  571. </html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement