Advertisement
isaacslaheys

theme #7

Mar 8th, 2014
295
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 11.94 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. <style type="text/css">body, a:hover {cursor: url(http://cur.cursors-4u.net/others/oth-6/oth589.cur), progress !important;}</style><a href="http://www.cursors-4u.com/cursor/2011/03/03/tiny-hand-10.html" target="_blank" title="Tiny Hand"><img src="http://cur.cursors-4u.net/cursor.png" border="0" alt="Tiny Hand" style="position:absolute; top: 0px; right: 0px;" /></a>
  4.  
  5. <!--
  6.  
  7. THEME BY ISAACSLAHEYS
  8. PLEASE, IF YOU USE MY THEME, REBLOG IT, THANK YOU
  9.  
  10. ALSO, DONT REMOVE THE CREDIT, I WILL FIND YOU AND CUT UR VAGINA IN TWO OK HAVE A NICE LIFE XX
  11.  
  12. -->
  13.  
  14.  
  15.  
  16.  
  17.  
  18. <meta name="color:Background" content="#ffffff"/>
  19. <meta name="color:Sidebar" content="#ffffff"/>
  20. <meta name="color:Text" content="#a8a8a8"/>
  21. <meta name="color:link" content="#E6E4E4">
  22. <meta name="color:title" content="#000000">
  23. <meta name="color:title2" content="#000000">
  24. <meta name="color:Hover" content="#f2f2f2"/>
  25. <meta name="color:Post" content="#ffffff"/>
  26. <meta name="color:Answer" content="#f8f8f8"/>
  27. <meta name="color:scrollbar" content="ffffff"/>
  28. <meta name="image:sidebar" content=""/>
  29. <meta name="text:Link1" content="" />
  30. <meta name="text:Link1 url" content="" />
  31. <meta name="text:Link2" content="" />
  32. <meta name="text:Link2 url" content="" />
  33. <meta name="text:Link3" content="" />
  34. <meta name="text:Link3 url" content="" />
  35. <meta name="if:Show Link1" content="1" />
  36. <meta name="if:Show Link2" content="1" />
  37. <meta name="if:Show Link3" content="1" />
  38.  
  39.  
  40. <meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
  41. <title>{Title}</title> <title>{Title}</title> {block:description}<meta name="description" content="{MetaDescription}" />{/block:Description}
  42. <link rel="shortcut icon" href="{Favicon}" />
  43. <link rel="alternate" type="application/rss+xml" href="{RSS}" />
  44.  
  45. <script src="http://ajax.googleapis.com/ajax/libs/jquery/1.7/jquery.min.js"></script>
  46.  
  47. <script>
  48. $(document).ready(function(){
  49.  
  50. $(".slidingDiv").hide();
  51. $(".show_hide").show();
  52.  
  53. $('.show_hide').toggle(function(){
  54. $(".slidingDiv").slideDown(
  55. function(){
  56. $("#navigation").text("navigation")
  57. }
  58. );
  59. },function(){
  60. $(".slidingDiv").slideUp(
  61. function(){
  62. $("#navigation").text("navigation")
  63. }
  64. );
  65. });
  66. });
  67. </script>
  68.  
  69.  
  70.  
  71. <link href='http://fonts.googleapis.com/css?family=Lora:400italic' rel='stylesheet' type='text/css'>
  72.  
  73.  
  74.  
  75.  
  76. <style type="text/css">
  77.  
  78. a {
  79. text-decoration:none;
  80. -moz-transition-duration:0.5s;
  81. -webkit-transition-duration:0.5s;
  82. -o-transition-duration:0.5s;
  83. color:{color:link};
  84. }
  85.  
  86. a:hover {
  87. text-decoration:none;
  88. -moz-transition-duration:0.5s;
  89. -webkit-transition-duration:0.5s;
  90. -o-transition-duration:0.5s;
  91. color:{color:hover};
  92. }
  93.  
  94.  
  95.  
  96.  
  97. /* --- SCROLLBAR ---*/
  98.  
  99. ::-webkit-scrollbar{height: 9px; width: 5px; -webkit-border-radius: 0px; background-color:{color:background};}
  100. ::-webkit-scrollbar-thumb{background-color:{color:scrollbar};}
  101. ::-webkit-scrollbar-track{background-color:{color:bg};
  102. }
  103.  
  104. #s-m-t-tooltip {
  105. max-width:300px;
  106. padding:3px 4px 3px 4px;
  107. margin:20px 0px 0px 20px;
  108. background-color:#fff; /* change the background color */
  109. border-right:0px solid {color:Scrollbar};
  110. border: 1px solid {color:Scrollbar};/* change the border color */
  111. font-family:arial; /* change the font */
  112. font-size:8px; /* change the font size */
  113. letter-spacing:1px; /* change the letter spacing */
  114. text-transform:lowercase; /* can be uppercase, lowercase, none*/
  115. color:#000; /* change the text color */
  116. z-index:999999999999999999999999999999999999;
  117. }
  118.  
  119. /* --- BODY ---*/
  120.  
  121. body {
  122. background:{color:background};
  123. margin:0px;
  124. color:{color:text};
  125. font-family:'calibri';
  126. font-size:9px;
  127. line-height:100%;
  128. }
  129.  
  130.  
  131.  
  132.  
  133. img {
  134. border:none;
  135. }
  136.  
  137. blockquote {
  138. padding-left:5px;
  139. border-left:2px solid;
  140. }
  141.  
  142. blockquote blockquote {
  143. padding-left:5px;
  144. border-left:2px solid;
  145. }
  146.  
  147. h1 {
  148. font-size:13px;
  149. text-transform:uppercase;
  150. }
  151.  
  152.  
  153.  
  154. /* --- POST ENTRIES ---*/
  155.  
  156.  
  157. #entries {
  158. padding:10px;
  159. width:500px;
  160. margin-left:450px;
  161. margin-top:40px;
  162. font-size:10px;
  163. }
  164.  
  165. /* --- BODY: POSTS ---*/
  166.  
  167.  
  168. #post {
  169. width:500px;
  170. padding-bottom:20px;
  171. padding:10px;
  172. margin-top:40px;
  173. background-color:{color:Post};
  174. }
  175.  
  176. /* --- SIDEBAR IMAGE ---*/
  177.  
  178.  
  179. #sidebar {
  180. width:230px;
  181. position:fixed;
  182. margin-left:140px;
  183. margin-top:150px;
  184. opacity:1.0;
  185. background-color:{color:Sidebar};
  186. }
  187.  
  188. #sidebarimage {
  189. width 230px;
  190. }
  191.  
  192. #sidebarimage img {
  193. width:230px;
  194. border:solid 0px;
  195. padding:6px;
  196. background-color:{color:Sidebar};
  197. }
  198.  
  199.  
  200.  
  201. /* --- SIDEBAR LINKS ---*/
  202.  
  203. #navigation {
  204. background-color:{color:bg};
  205. position:absolute;
  206. }
  207.  
  208. .navigation a {
  209. font-family:'calibri';
  210. font-size:10px;
  211. padding:2px 3px 2px 3px;
  212. margin-left:10px;
  213. background-color:{color:title} ;
  214. width:auto;
  215. color:#fff ;
  216. font-style:normal;
  217. text-transform:lowercase;
  218.  
  219. }
  220.  
  221. .navigation a:hover{
  222. padding:2px 3px 2px 3px;
  223. background-color: #eee;
  224. }
  225.  
  226. .show_hide {
  227. display:none;
  228. }
  229.  
  230. /* --- DESCRIPTION ---*/
  231.  
  232. #description {
  233. position:absolute;
  234. font-family:'calibri';
  235. line-height:130%;
  236. font-size:10px;
  237. font-style:none;
  238. letter-spacing: 0.5px;
  239. width:227px;
  240. margin-top:0px;
  241. padding:8px;
  242. margin-left:0px;
  243. text-align:justify;
  244. color:{color:text};
  245. }
  246.  
  247. #description a {color:{color:text}; -moz-transition-duration:0.4s;
  248. -webkit-transition-duration:0.4s; -o-transition-duration:0.4s;}
  249.  
  250. /* --- PAGINATION---*/
  251.  
  252.  
  253. #pagination {
  254. width:227px;
  255. font-size:10px;
  256. text-align:center;
  257. margin-left:0px;
  258. margin-top:60px;
  259. position:fixed;
  260. color: #000;
  261. font-family:'calibri';
  262. letter-spacing:0px;
  263. }
  264.  
  265. /* --- POST INFO ---*/
  266.  
  267.  
  268. #info {
  269. text-align:left;
  270. height: 40px;
  271. margin-top:11px;
  272. text-transform:lowercase;
  273. font-size:9px;
  274. padding: 5px;
  275. font-family: arial;
  276. margin-left: 0px;
  277. font-style:none;
  278. color: #000;
  279. background-color: #fff;
  280. border-top:2px solid {color:title};
  281. }
  282.  
  283. #info a {
  284. color: #000;
  285. }
  286.  
  287. #info a:hover {
  288. color: #fff;
  289. }
  290.  
  291.  
  292. /* --- POST TAGS---*/
  293.  
  294.  
  295. #tags {
  296. height: 15px;
  297. font-family:arial;
  298. letter-spacing:0px;
  299. text-transform:lowercase;
  300. font-size:9px;
  301. display:inline-block;
  302. padding: 2px;
  303. font-style:none;
  304. margin-top:5px;
  305. text-align:left;
  306. margin-left: -7px;
  307. width: 500px;
  308. background-color: #fff;
  309. color:#000;
  310. }
  311.  
  312. #tags a {
  313. display:inline-block;
  314. color:{color:info};
  315. padding: 3px;
  316. text-align:center;
  317. text-decoration:none;
  318. background-color: #eee;
  319. }
  320.  
  321.  
  322. /* --- QUESTIONS ---*/
  323.  
  324. #asker {
  325. padding:8px;
  326. font-family:arial;
  327. letter-spacing:1px;
  328. text-align:center;
  329. font-style:georgia;
  330. color: #fff;
  331. margin-left:0px;
  332. background-color:{color:title};
  333. }
  334.  
  335. #answer {
  336. margin-left:20px;
  337. margin-top:-10px;
  338. font-size:10px;
  339. font-family:arial;
  340. text-align: center;
  341. letter-spacing:1px;
  342. }
  343.  
  344. #credit {
  345. position:fixed;
  346. font-family:arial;
  347. font-size:9px;
  348. letter-spacing: 1px;
  349. line-height:120%;
  350. right:5px;
  351. bottom:10px;
  352. text-align:center;
  353. padding:3px;
  354. }
  355.  
  356. #credit a {
  357. padding:6px;
  358. padding-top:6px;
  359. padding-bottom:6px;
  360. -moz-transition-duration:0.5s;
  361. -webkit-transition-duration:0.5s;
  362. -o-transition-duration:0.5s;
  363. color:#fff;
  364. background-color:{color:title};
  365. }
  366.  
  367. #credit a:hover {
  368. -moz-transition-duration:0.5s;
  369. -webkit-transition-duration:0.5s;
  370. -o-transition-duration:0.5s;
  371. color:#fff;
  372. background-color:{color:hover};
  373. }
  374.  
  375.  
  376.  
  377.  
  378.  
  379.  
  380.  
  381. {CustomCSS}</style></head>
  382.  
  383. <script src="http://ajax.googleapis.com/ajax/libs/jquery/1.7/jquery.min.js"></script>
  384. <script src="http://static.tumblr.com/iuw14ew/VSQma1786/jquery.style-my-tooltips.js"></script>
  385. <script>
  386. (function($){
  387. $(document).ready(function(){
  388. $("a[title]").style_my_tooltips({
  389. tip_follows_cursor:true,
  390. tip_delay_time:30,
  391. tip_fade_speed:100,
  392. attribute:"title"
  393. });
  394. });
  395. })(jQuery);
  396. </script>
  397.  
  398. </div>
  399.  
  400.  
  401.  
  402.  
  403.  
  404.  
  405.  
  406. <body>
  407.  
  408. <div id="sidebar">
  409. <div id="sidebarimage"><a title="index" href="/"><img src="{image:sidebar}"></a></div>
  410.  
  411.  
  412.  
  413.  
  414.  
  415. <div class="navigation" style="margin-top:13px;">
  416.  
  417. <a href="#" class="show_hide" id="{title}"style="color:{color:title}; font-family:arial; padding: 0px; background-color: #fff; font-size:40px; font-weight:bold; font-style:normal;text-align:center; text-transform:lowercase; letter-spacing:-5px; margin-left: 5px"> {title}</a>
  418.  
  419.  
  420.  
  421. <div class="slidingDiv" style="margin-top:15px;">
  422.  
  423.  
  424.  
  425.  
  426. <a href="/">home</a>
  427.  
  428. <a href="/ask">inbox</a>
  429.  
  430. {block:IfShowLink1}<a href="{text:link1 url}">{text:link1}</a>{/block:IfShowLink1}
  431.  
  432. {block:IfShowLink2}<a href="{text:link2 url}">{text:link2}</a>{/block:IfShowLink2}
  433.  
  434. {block:IfShowLink3}<a href="{text:link3 url}">{text:link3}</a>{/block:IfShowLink3}
  435.  
  436. </div>
  437. </div>
  438.  
  439. <div id="description">
  440.  
  441. {Description}
  442. </div>
  443.  
  444.  
  445. {block:Pagination}<div id="pagination">
  446. {block:PreviousPage}<a href="{PreviousPage}">newer</a>&nbsp;&nbsp;{/block:PreviousPage}–
  447. {block:NextPage}<a href="{NextPage}">older</a>{/block:NextPage}
  448. </div>{/block:Pagination}
  449.  
  450. </div>
  451.  
  452. <div id="entries">{block:Posts}<div id="post">
  453.  
  454.  
  455. {block:Text}<h1>{block:Title}{Title}{/block:Title}</h1>{Body}{/block:Text}
  456.  
  457. {block:Photo}{LinkOpenTag}<img src="{PhotoURL-500}">{LinkCloseTag}{block:Caption}{Caption}{/block:Caption}{/block:Photo}
  458.  
  459. {block:Photoset}{Photoset-500}{block:Caption}{Caption}{/block:Caption}{/block:Photoset}
  460.  
  461. {block:Quote}<span style="font-family:arial;font-size:10px;padding:12;font-style:bold;">{Quote}{/block:Quote}
  462.  
  463. {block:Link}<h1><a href="{URL}" {Target}>{Name}</a></h1>{block:Description}{Description}{/block:Description}{/block:Link}
  464.  
  465. {block:Chat}{block:Title}<h1>{Title}</h1>{/block:Title}{block:Lines}{block:Label}<b>{Label}</b>{/block:Label} {Line}<br>{/block:Lines}{/block:Chat}
  466.  
  467. {block:Audio}<left>{block:AlbumArt}<img src="{AlbumArtURL}" width="80px" height="80px" align="left" style="margin-right:10px" />{/block:AlbumArt}<span class="audio">{AudioPlayerWhite}</left></span>
  468. <br>{block:TrackName}<b>Title:</b> {TrackName}<br />{/block:TrackName}
  469. <br>{block:Artist}<b>Artist:</b> {Artist}<br />{/block:Artist}
  470. {/block:ExternalAudio}<br><b>Played:</b> {PlayCount} times
  471. {/block:Audio}
  472.  
  473. {block:Video}{Video-500}{block:Caption}{Caption}{/block:Caption}{/block:Video}
  474.  
  475. {block:Answer}<div id="asker"><span style="font-family:arial;font-size:11px;font-style:italic;"> {Asker}: </span>{Question}</div><left><font face="arial">{Answer}</font>{/block:Answer}
  476.  
  477. <div id="info">
  478. {block:Date}<span class="date"> <a href="{Permalink}"> <span style="font-family:arial;font-size:12px; letter-spacing: -1.5px; font-style:bold; background-color:{color:title}; padding: 2px 3px 2px 3px; color: #fff; margin-left: -5px;"> {Month} {DayOfMonthWithZero}</span></a>{/block:Date} </span></span>
  479.  
  480. {block:RebloggedFrom} <a href="{ReblogParentURL}"
  481. title="{ReblogParentTitle}">&nbsp;&nbsp;&nbsp;via</a> and <a href="{ReblogRootURL}"title="{ReblogRoottitle}">source</style></a> {/block:RebloggedFrom}
  482.  
  483.  
  484.  
  485. <a href="{Permalink}">&nbsp;&nbsp;&nbsp;<a style="color:#e15c5c">&nbsp;&nbsp;&nbsp;♥ </a><a href="{Permalink}">{NoteCount}</a>{/block:NoteCount}
  486.  
  487. {block:HasTags}<div id="tags"> {block:Tags} <a href="{TagURL}">{Tag}</a> {/block:Tags}</div>{/block:HasTags}</div></div>
  488.  
  489. {/block:Posts}
  490. {block:PostNotes}<div id="notes">{PostNotes}</div>{/block:PostNotes}
  491. {/block:Posts}
  492.  
  493.  
  494.  
  495.  
  496. <!--
  497. THEME MAKER CREDIT
  498. -->
  499.  
  500. <div id="credit">
  501. <a href="http://isaacslaheys.tumblr.com/" title="theme by isaacslaheys">theme</a>
  502. </div>
  503.  
  504.  
  505.  
  506. </body></html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement