Advertisement
dylaenobriens

Theme #34 / "I Miss You"

Sep 10th, 2013
294
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 11.01 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="#fcfcfc">
  22. <meta name="color:hover" content="#eeeeee">
  23. <meta name="color:border" content="#e7e7e7">
  24. <meta name="color:scrollbar" content="#d6d5d5">
  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. @font-face {
  103. font-family: 'Playball';
  104. font-style: normal;
  105. font-weight: 20;
  106. src: local('Playball'), local('Playball-Regular'), url(http://themes.googleusercontent.com/static/fonts/playball/v3/QS5qjU-Gc2sqWEq5kDfWQXYhjbSpvc47ee6xR_80Hnw.woff) format('woff');
  107. }
  108.  
  109.  
  110. /*--sidebar--*/
  111.  
  112. #sidebar {
  113. margin-left:-200px;
  114. color:{color:text};
  115. position:fixed;
  116. width:150px;
  117. text-align:left;
  118. }
  119.  
  120. #sidebarimage {
  121. width:140px;
  122. }
  123.  
  124. #sidebarimage img {
  125. position:fixed;
  126. width:150px;
  127. height:180px;
  128. padding:8px;
  129. margin-top:115px;
  130. margin-left:365px;
  131. }
  132.  
  133. #borderstuff1 {
  134. z-index:999999999999999999;
  135. top:0px;
  136. margin-left:380px;
  137. position:fixed;
  138. color:transparent;
  139. height:100%;
  140. border-right:1px solid {color:border};
  141. }
  142.  
  143. #borderstuff2 {
  144. text-align:right;
  145. z-index:9999999;
  146. top:0px;
  147. background-color:{color:bg};
  148. font-family:playball;
  149. font-style:italic;
  150. position:fixed;
  151. font-size:20px;
  152. height:2px;
  153. padding-top:30px;
  154. padding-bottom:30px;
  155. margin-left:350px;
  156. {block:if400pxPosts}
  157. width:480px;
  158. {/block:if400pxPosts}
  159. {block:if500pxPosts}
  160. width:580px;
  161. {/block:if500pxPosts}
  162. border-bottom:1px solid {color:border};
  163. }
  164.  
  165.  
  166. /*--links--*/
  167.  
  168. #links {
  169. text-align:left;
  170. width:220px;
  171. font-family:'calibri';
  172. position:fixed;
  173. text-transform:uppercase;
  174. margin-top:370px;
  175. margin-left:375px;
  176. }
  177.  
  178. #links a {
  179. width:65px;
  180. margin-bottom:5px;
  181. display:inline-block;
  182. padding:5px;
  183. text-align:center;
  184. font-size:10px;
  185. background-color:#eee;
  186. border-bottom:1px solid {color:border};
  187. }
  188.  
  189. #links a:hover {
  190. color:{color:link};
  191. letter-spacing:3px;
  192. }
  193.  
  194.  
  195. /*--description--*/
  196.  
  197. #description {
  198. width:150px;
  199. position:fixed;
  200. font-family:'trebuchet ms';
  201. font-size:9px;
  202. text-align:justify;
  203. margin-left:375px;
  204. margin-top:310px;
  205. color:{color:text};
  206. }
  207.  
  208. /*--pagination--*/
  209.  
  210. #pagination {
  211. width:50px;
  212. text-transform:uppercase;
  213. position:fixed;
  214. text-align:center;
  215. font-size:9px;
  216. margin-left:430px;
  217. margin-top:448px;
  218. font-family:times new roman;
  219. color:{color:link};
  220. }
  221.  
  222. #pagination a{
  223. color:{color:link};
  224. }
  225.  
  226. #pagination a:hover {
  227. color:{color:hover};
  228. }
  229.  
  230. /*--posts--*/
  231.  
  232. {block:if500pxPosts}
  233.  
  234. #posts {
  235. width:500px;
  236. margin-bottom:10px;
  237. padding:1px;
  238. font-size:11px;
  239. color:{color:text};
  240. line-height:90%;
  241. text-align:justify;
  242. }
  243.  
  244. {/block:if500pxPosts}
  245.  
  246. {block:if400pxPosts}
  247.  
  248. #posts {
  249. width:400px;
  250. margin-bottom:10px;
  251. padding:1px;
  252. font-size:11px;
  253. color:{color:text};
  254. line-height:90%;
  255. text-align:justify;
  256. }
  257.  
  258. {/block:if400pxPosts}
  259.  
  260. #postscontainer {
  261. position:absolute;
  262. margin-bottom:20px;
  263. padding:1px;
  264. margin-left:420px;
  265. margin-top:85px;
  266. }
  267.  
  268.  
  269. #info {
  270. text-align:center;
  271. text-transform:uppercase;
  272. background-color:#e7e7e7;
  273. margin-bottom:10px;
  274. font-size:9px;
  275. margin-top:10px;
  276. padding:5px;
  277. color:#b9b8b8;
  278. border-top:1px solid {color:border};
  279. }
  280.  
  281. #info a {
  282. color:#b9b8b8;
  283. }
  284.  
  285.  
  286. /*--tags--*/
  287.  
  288. #tags {
  289. width:490px;
  290. margin-left:0px;
  291. margin-top:7px;
  292. font-size:8px;
  293. color:{color:tags}:
  294. }
  295.  
  296. #tags a {
  297. color:{color:tags};
  298. }
  299.  
  300. #tags a:hover {
  301. color:{color:hover}
  302. }
  303.  
  304. /*--asks--*/
  305.  
  306. #askbg {
  307. padding:12px;
  308. background-color:{color:ask};
  309. }
  310.  
  311. #ask {
  312. margin-top:-10px;
  313. font-family:calibri;
  314. text-align:left;
  315. }
  316.  
  317. #ask img {
  318. margin-top:30px;
  319. width:50px;
  320. }
  321.  
  322. /*--credit--*/
  323.  
  324. #credit {
  325. right:2px;
  326. bottom:-7px;
  327. font-size:9px;
  328. padding:5px;
  329. text-transform:uppercase;
  330. position:fixed;
  331. -webkit-transition: all 0.5s ease-out;
  332. -moz-transition: all 0.5s ease-out;
  333. transition: all 0.5s ease-out;
  334. }
  335.  
  336.  
  337.  
  338. #s-m-t-tooltip {
  339.  
  340. max-width:300px;
  341.  
  342. padding:3px 4px 5px 4px;
  343.  
  344. margin:20px 0px 0px 20px;
  345.  
  346. background-color:#d3d3d3; /* change the background color */
  347.  
  348. font-family:calibri; /* change the font */
  349.  
  350. font-size:9px; /* change the font size */
  351.  
  352. letter-spacing:1px; /* change the letter spacing */
  353.  
  354. text-transform:uppercase; /* can be uppercase, lowercase, none*/
  355.  
  356. color:white; /* change the text color */
  357.  
  358. z-index:999999999999999999999999999999999999;
  359.  
  360. }
  361.  
  362.  
  363.  
  364. {CustomCSS}
  365.  
  366. </style></head>
  367.  
  368. <script src="http://ajax.googleapis.com/ajax/libs/jquery/1.7/jquery.min.js"></script>
  369.  
  370. <script src="http://static.tumblr.com/iuw14ew/VSQma1786/jquery.style-my-tooltips.js"></script>
  371.  
  372. <script>
  373.  
  374. (function($){
  375.  
  376. $(document).ready(function(){
  377.  
  378. $("a[title]").style_my_tooltips({
  379.  
  380. tip_follows_cursor:true,
  381.  
  382. tip_delay_time:90,
  383.  
  384. tip_fade_speed:600,
  385.  
  386. attribute:"title"
  387.  
  388. });
  389.  
  390. });
  391.  
  392. })(jQuery);
  393.  
  394. </script>
  395.  
  396. <body>
  397.  
  398. <div id="borderstuff1">i</div>
  399. <div id="borderstuff2">{title}</div>
  400.  
  401. <div id="sidebar">
  402. <div id="title">{title}</div>
  403. <div id="sidebarimage">
  404. <a href="/"><img src="{image:sidebar}"></div></a>
  405.  
  406. <div id="description">{description}</div>
  407.  
  408. <div id="links">
  409. <a href="{text:link 1 url}">{text:link 1}</a>
  410. <a href="{text:link 2 url}">{text:link 2}</a><br>
  411. <a href="{text:link 3 url}">{text:link 3}</a>
  412. <a href="{text:link 4 url}">{text:link 4}</a>
  413. </div>
  414.  
  415. {block:Pagination}
  416. <div id="pagination">
  417.  
  418. {block:PreviousPage}<a href="{PreviousPage}">Prev</a>{/block:PreviousPage}
  419. {block:NextPage}<a href="{NextPage}">Next</a>{/block:NextPage}
  420. </div>{/block:Pagination}
  421.  
  422. </div></div>
  423.  
  424.  
  425. <div id="postscontainer">
  426.  
  427. {block:Posts}
  428.  
  429. <div id="posts">
  430.  
  431.  
  432. {block:Text}<h1>{block:Title}{Title}{/block:Title}</h1>{Body}{/block:Text}
  433.  
  434.  
  435. {block:Photo}{LinkOpenTag}
  436.  
  437. {block:if500pxPosts}
  438. <img src="{PhotoURL-500}">
  439. {/block:if500pxPosts}
  440.  
  441. {block:if400pxPosts}
  442. <img src="{PhotoURL-400}">
  443. {/block:if400pxPosts}
  444.  
  445. {LinkCloseTag}{block:Caption}{Caption}{/block:Caption}{/block:Photo}
  446.  
  447. {block:Photoset}
  448.  
  449. {block:if500pxPosts}
  450. {Photoset-500}
  451. {/block:if500pxPosts}
  452.  
  453. {block:if400pxPosts}
  454. {Photoset-400}
  455. {/block:if400pxPosts}
  456.  
  457. {block:Caption}{Caption}{/block:Caption}{/block:Photoset}
  458.  
  459. {block:Quote}{Quote}{block:Source} &#8212;{Source}{/block:Source}{/block:Quote}
  460.  
  461. {block:Link}<h1><a href="{URL}" {Target}>{Name}</a></h1>{block:Description}{Description}{/block:Description}{/block:Link}
  462.  
  463. {block:Chat}{block:Title}<h1>{Title}</h1>{/block:Title}{block:Lines}{block:Label}<b>{Label}</b>{/block:Label} {Line}<br>{/block:Lines}{/block:Chat}
  464.  
  465. {block:Audio}{AudioPlayerWhite}{block:Caption}{Caption}{/block:Caption}{/block:Audio}
  466.  
  467. {block:Video}
  468.  
  469. {block:if500pxPosts}
  470. {Video-500}
  471. {/block:if500pxPosts}
  472.  
  473. {block:if400pxPosts}
  474. {Video-400}
  475. {/block:if400pxPosts}
  476.  
  477. {block:Caption}{Caption}{/block:Caption}{/block:Video}
  478.  
  479.  
  480. {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}
  481.  
  482. <div id="info"><a href="{ReblogURL}" target="_blank" class="details">Reblog</a><a href="{Permalink}"> -
  483. {NoteCountWithLabel}</a> - {block:Date}<a href="{Permalink}">
  484. {TimeAgo}</a></a>{/block:Date} - {block:RebloggedFrom}<a href="{ReblogParentURL}"
  485. title="{ReblogParentName}">Via</a> - <a href="{ReblogRootURL}"title="{ReblogRootName}">Source</a>{/block:RebloggedFrom}</div>
  486. {block:HasTags} <div id="tags">Tags:{block:Tags} #<a href="{TagURL}">{Tag}</a> {/block:Tags}</div>{/block:HasTags}
  487.  
  488.  
  489. </div>
  490.  
  491. {/block:Posts}
  492.  
  493. {block:PostNotes}{PostNotes}</div>{/block:PostNotes}
  494. {/block:Posts}
  495.  
  496. </div>
  497.  
  498. <div id="credit"><a href="http://dylaenobriens.tumblr.com/"><img src="http://media.tumblr.com/f78b1fec46a70a8118ddab423289c8f4/tumblr_inline_mr9wxg8gt01qz4rgp.png" width="40px;"></div>
  499. </body>
  500. </html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement