Advertisement
dylaenobriens

Theme #33 / "Same Love"

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