Advertisement
ibanglouis

Theme #21

May 15th, 2013
1,154
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 11.44 KB | None | 0 0
  1. <html>
  2. <!-- THEME MADE BY IBANGLOUIS. DO NOT REMOVE CREDIT -->
  3. <head>
  4. <title>{Title}</title>
  5.  
  6. <meta name="color:Text" content="#636263"/>
  7. <meta name="color:border" content="#8C8B8B"/>
  8. <meta name="color:Link" content="#A8A7A7"/>
  9. <meta name="color:LinkHover" content="#242424"/>
  10. <meta name="color:Scrollbar" content="#525252"/>
  11. <script src="http://www.ruxim.com/profile/jquery.js"></script><script>$(document).ready(function(){var proof=$("#credit").attr("data");if(proof!="credit"){$("body").empty()}});</script>
  12. <link rel="shortcut icon" href="{Favicon}" />
  13. <link rel="alternate" type="application/rss+xml" href="{RSS}" />
  14.  
  15. <meta name="text:Link1 Title" content="I." />
  16. <meta name="text:Link1 Url" content="/" />
  17. <meta name="text:link1 hover title" content="home">
  18. <meta name="text:Link2 Title" content="II." />
  19. <meta name="text:Link2 Url" content="/ask" />
  20. <meta name="text:link2 hover title" content="ask">
  21. <meta name="text:Link3 Title" content="III." />
  22. <meta name="text:Link3 Url" content="/" />
  23. <meta name="text:link3 hover title" content="link">
  24. <meta name="text:Link4 Title" content="IV." />
  25. <meta name="text:Link4 Url" content="/" />
  26. <meta name="text:link4 hover title" content="link">
  27.  
  28. <link href='http://fonts.googleapis.com/css?family=Lusitana' rel='stylesheet' type='text/css'>
  29.  
  30.  
  31. <style type="text/css">
  32.  
  33.  
  34. ::-webkit-scrollbar{height: 9px; width: 9px; -webkit-border-radius: 0px; background-color:{color:background};}
  35. ::-webkit-scrollbar-thumb{background-color:{color:scrollbar};}
  36. ::-webkit-scrollbar-track{background-color:{color:background};}
  37.  
  38. ::selection {
  39. background:{color:text hover};
  40. }
  41.  
  42. ::-moz-selection {
  43. background:{color:text hover};
  44. }
  45.  
  46. ::-webkit-selection {
  47. background:{color:text hover};
  48. }
  49.  
  50. body {
  51. background:#fff;
  52. margin:0px;
  53. color:{color:text};
  54. font-family:Cambria;
  55. font-size:10px;
  56. line-height:100%;
  57. cursor: url(http://i.imgur.com/ZOrzC.png), auto;
  58. }
  59.  
  60. a {-webkit-transition:all 1s ease-out;
  61. -moz-transition:all 1s ease-out;
  62. transition:all 1s ease-out;
  63. text-decoration:none;
  64. outline:none;
  65. color:{color:link};
  66. }
  67.  
  68. a:hover {-webkit-transition:all 1s ease-out;
  69. -moz-transition:all 1s ease-out;
  70. transition:all 1s ease-out;
  71. cursor: url(http://cur.cursors-4u.net/others/oth-6/oth589.cur), auto;
  72. color:{color:linkhover};
  73. }
  74.  
  75. img {
  76. border:none;
  77. }
  78.  
  79. blockquote {
  80. padding-left:5px;
  81. border-left:2px solid;
  82. }
  83.  
  84.  
  85. blockquote blockquote {
  86. padding-left:5px;
  87. border-left:2px solid;
  88. }
  89.  
  90.  
  91. h1 {
  92. font-size:10px;
  93. }
  94.  
  95.  
  96. #entries {
  97. width:500px;
  98. margin-left:500px;
  99. margin-top:40px;
  100.  
  101.  
  102. }
  103. #post {
  104. width:500px;
  105. padding:5px;
  106. margin-bottom: 20px;
  107. }
  108.  
  109. #sidebar {
  110. width:175px;
  111. height: 100%;
  112. position:fixed;
  113. margin-left:200px;
  114. margin-top:120px;
  115. }
  116.  
  117. #title {
  118.  
  119. width:100px;
  120. height:14px;
  121. font:14px Cambria;
  122. margin-left:-6px;
  123. text-align:center;
  124. margin-bottom:3px;
  125.  
  126. }
  127.  
  128. #links {
  129. -webkit-transition:all 0.2s ease-out;
  130. -moz-transition:all 0.2s ease-out;
  131. transition:all 0.2s ease-out;
  132. width:150px;
  133. padding: 5px;
  134. font-size:24px;
  135. margin-left: 25px;
  136. margin-top: -170px;
  137. text-align:center;
  138. position:fixed;
  139. }
  140.  
  141. #links a
  142. { color: #fff;
  143. padding:3px;
  144. font-family:Cambria;
  145. height: 14.5px;
  146. letter-spacing: 1px;
  147. }
  148.  
  149. #links a:hover {color:{color:linkhover};}
  150.  
  151. #sbimage{margin-top:-230px;}
  152.  
  153.  
  154. #description {
  155. width: 120px;
  156. height: auto;
  157. font:10px Calibri;
  158. margin-left:36px;
  159. margin-top:-78px;
  160. text-align:justify;
  161. color:{color:Font};
  162. line-height: 8px;
  163. position:fixed;
  164. padding: 5px;
  165. padding-bottom:0px;
  166. padding-top:0px;
  167. }
  168.  
  169. #description a {color:{color:text}; -moz-transition-duration:0.4s;
  170. -webkit-transition-duration:0.4s; -o-transition-duration:0.4s;}
  171.  
  172. #pagination {
  173. position:fixed;
  174. font-size:8px;
  175. text-align:center;
  176. font-family:Cambria;
  177. margin-top:0px;
  178. margin-left:0px;
  179. width: 120px;
  180. padding-top:5px;}
  181.  
  182. #pagination a:hover {
  183. color:{color:linkhover};
  184. text-transform:italics;
  185. }
  186.  
  187.  
  188. #info {
  189. width:500px;
  190. height:auto;
  191. text-align:right;
  192. margin-top:15px;
  193. padding:5px 0px 5px 0px;
  194. font-size:10px;
  195. font-family:cambria;
  196. font-style:none;
  197. border-top: 1px solid #eee;
  198.  
  199. }
  200.  
  201. #info a { color: {color:link}
  202.  
  203. }
  204.  
  205. #info a:hover { color: {color:linkhover};}
  206.  
  207. #tags {text-align:right; margin:0px; margin-top:-13px;height:auto; padding:3px 0px 3px 0px; height:auto; font-family:cambria;}
  208.  
  209. #tags a{color:{color:link};}
  210.  
  211. #tags a:hover{color:{color:linkhover};}
  212.  
  213. #trackartist {
  214. padding:5px;
  215. font-family:cambria;
  216. letter-spacing:1px;
  217. word-spacing:1px;
  218. font-size:11px;
  219. color:#000;
  220. }
  221.  
  222. #trackplays {
  223. padding:5px;
  224. font-family:cambria;
  225. letter-spacing:1px;
  226. word-spacing:1px;
  227. font-size:11px;
  228. color:#000;}
  229.  
  230. #tracktitle {
  231. padding:5px;
  232. font-family:cambria;
  233. letter-spacing:1px;
  234. word-spacing:1px;
  235. font-size:11px;
  236. color:#000;
  237. }
  238.  
  239. #track {
  240. width:450px;
  241. height:90px;
  242. background-color:#fff;
  243. padding:20px;
  244. padding-top:15px;
  245. }
  246.  
  247. #john
  248. #john a{
  249. display:block
  250. }
  251. #john .green {
  252. margin-top:0px;filter: alpha(opacity = 0);
  253. opacity:0;-webkit-transition: all 1.5s ease-out;
  254. -moz-transition: all 1.5s ease-out;transition: all 1.5s ease-out;
  255. }
  256.  
  257. #john:hover .green {
  258. margin-top:0px;
  259. margin-left:0px;
  260. -webkit-transition: all 1.5s ease-out;
  261. -moz-transition: all 1.5s ease-out;
  262. transition: all 1.5s ease-out;
  263. filter: alpha(opacity = 100);
  264. filter: alpha(opacity = 100);
  265. opacity:100;
  266. }
  267. #lou
  268. #lou a{
  269. display:block
  270. }
  271. #lou .hazza {
  272. margin-top:0px;filter: alpha(opacity = 0);
  273. opacity:0;-webkit-transition: all 1.5s ease-out;
  274. -moz-transition: all 1.5s ease-out;transition: all 1.5s ease-out;
  275. }
  276.  
  277. #lou:hover .hazza {
  278. margin-top:0px;
  279. margin-left:0px;
  280. -webkit-transition: all 1.5s ease-out;
  281. -moz-transition: all 1.5s ease-out;
  282. transition: all 1.5s ease-out;
  283. filter: alpha(opacity = 100);
  284. filter: alpha(opacity = 100);
  285. opacity:100;
  286. }
  287. #credit{
  288. right:8px;
  289. bottom:10px;
  290. position:fixed;
  291. padding:5px;
  292. }
  293.  
  294. #credit a:hover { color: {color:linkhover};}
  295.  
  296.  
  297.  
  298.  
  299. a:link ::-moz-selection {text-shadow: 0px 0px 0px {color:link};}
  300. : {text-shadow: 0px 0px 0px {color:link};}
  301.  
  302. .postalign{text-align:justify; padding:10px 10px 5px 10px;}
  303.  
  304. .quote{font-family:{font:Quote}; font-size:14px; color: {color:Font}; font-style:italic;}
  305.  
  306. .ask{font-size: 10px; margin-bottom:0px;
  307. padding: 10px; border:3px dashed #eee;height:auto;}
  308.  
  309. .answer{text-align:left;}
  310.  
  311.  
  312. ::-webkit-scrollbar {height:10px; width: 7px; background: {color:entries};}
  313. ::-webkit-scrollbar-thumb {background: {color:scrollbar}; -moz-border-radius: 0px; border-radius: 0px;}
  314.  
  315. .audio{background-color:{color:entries}; height:35px; overflow:hidden;}
  316.  
  317. {CustomCSS}
  318.  
  319. #s-m-t-tooltip {
  320.  
  321. max-width:300px;
  322.  
  323. padding:3px 4px 3px 4px;
  324.  
  325. margin:20px 0px 0px 20px;
  326.  
  327. background-color:#fff; /* change the background color */
  328.  
  329. border:1px solid #2EB6FF; /* change the border color */
  330.  
  331. font-family:cambria; /* change the font */
  332.  
  333. font-size:9px; /* change the font size */
  334.  
  335. letter-spacing:1px; /* change the letter spacing */
  336.  
  337. text-transform:uppercase; /* can be uppercase, lowercase, none*/
  338.  
  339. color:#000; /* change the text color */
  340.  
  341. z-index:999999999999999999999999999999999999;
  342.  
  343. }
  344. </style></head>
  345.  
  346. <script src="http://ajax.googleapis.com/ajax/libs/jquery/1.7/jquery.min.js"></script>
  347. <script src="http://static.tumblr.com/iuw14ew/VSQma1786/jquery.style-my-tooltips.js"></script>
  348. <script>
  349. (function($){
  350. $(document).ready(function(){
  351. $("a[title]").style_my_tooltips({
  352. tip_follows_cursor:true,
  353. tip_delay_time:90,
  354. tip_fade_speed:600,
  355. attribute:"title"
  356. });
  357. });
  358. })(jQuery);
  359. </script>
  360.  
  361. <body>
  362.  
  363.  
  364. <div id="sidebar"><div id="lou"><img src="http://i44.tinypic.com/33lp0yw.jpg" width="230px"></img><div class="hazza">
  365. <div id="john"><div id="sbimage"><img src="http://oi39.tinypic.com/15axjp.jpg" width="230px"></img>
  366. <div class="green"><div id="links">
  367. <a href="{text:link1 url}" title="{text:link1 hover title}">{text:link1 title}</a><a href="{text:link2 url}" title="{text:link2 hover title}">{text:link2 title}</a><a href="{text:link3 url}" title="{text:link3 hover title}">{text:link3 title}</a><a href="{text:link4 url}" title="{text:link4 hover title}">{text:link4 title}</a>
  368. </div>
  369.  
  370. <div id="description">{block:description}{description}
  371. {block:Pagination}<div id="pagination">
  372.  
  373.  
  374. {block:PreviousPage}
  375. <a href="{PreviousPage}">prev</a>
  376. {/block:PreviousPage}
  377.  
  378. {block:NextPage}
  379. <a href="{NextPage}">next</a>
  380. {/block:NextPage}
  381.  
  382.  
  383. </div>{/block:Pagination}
  384. {/block:description}
  385.  
  386. </div></div></div></div>
  387. </div>
  388.  
  389. </div>
  390.  
  391.  
  392. </div>
  393.  
  394. </div>
  395.  
  396. <div id="entries">{block:Posts}<div id="post">
  397.  
  398. {block:Text}<h1>{block:Title}{Title}{/block:Title}</h1>{Body}{/block:Text}
  399.  
  400. {block:Photo}{LinkOpenTag}<img src="{PhotoURL-500}">{LinkCloseTag}{block:Caption}{Caption}{/block:Caption}{/block:Photo}
  401.  
  402. {block:Photoset}{Photoset-500}{block:Caption}{Caption}{/block:Caption}{/block:Photoset}
  403.  
  404. {block:Quote}{Quote}{block:Source} —{Source}{/block:Source}{/block:Quote}
  405.  
  406. {block:Link}<h1><a href="{URL}" {Target}>{Name}</a></h1>{block:Description}{Description}{/block:Description}{/block:Link}
  407.  
  408. {block:Chat}{block:Title}<h1>{Title}</h1>{/block:Title}{block:Lines}{block:Label}<b>{Label}</b>{/block:Label} {Line}<br>{/block:Lines}{/block:Chat}
  409.  
  410. {block:Audio}<div id="track"><left>{block:AlbumArt}<img src="{AlbumArtURL}" width="95px" height="95px" align="left" style="margin-right:10px" /><br>{/block:AlbumArt}<span class="audio">{AudioPlayerWhite}</left></span>
  411. {block:TrackName}<div id="tracktitle"><b>Title:</b> {TrackName}</div>{/block:TrackName}
  412. {block:Artist}<div id="trackartist"><b>Artist:</b> {Artist}</div>{/block:Artist}
  413. {/block:ExternalAudio}<div id="trackplays"><b>Played:</b> {PlayCount} times</div></div>
  414. {/block:Audio}
  415.  
  416. {block:Video}{Video-500}{block:Caption}{Caption}{/block:Caption}{/block:Video}
  417.  
  418. {block:Answer}<div class="ask">☁<big><u><i>{Asker}</big></u></i> wondered:{Question}</div><br><div class="answer">{Answer}</div>{/block:Answer}
  419.  
  420.  
  421. <div id="info">
  422. <a href="{Permalink}">{TimeAgo}</a> {block:RebloggedFrom} | <a href="{ReblogParentURL}">{ReblogParentName}</a>{/block:RebloggedFrom} {block:ContentSource}(<a href="{SourceURL}">© <a href="{SourceURL}">{SourceLink}</a>){/block:ContentSource}{block:RebloggedFrom} <a href="{ReblogParentURL}" target="_blank"></a>{/block:RebloggedFrom} | <a href="{Permalink}">{NoteCountWithLabel}</a></div><br><div id="tags">
  423. {block:HasTags} {block:Tags} <a href="{TagURL}">#{Tag}</a>&nbsp;{/block:Tags} {/block:HasTags}
  424. </div>
  425.  
  426.  
  427. <div class="note">
  428. {block:PostNotes}{PostNotes}{/block:PostNotes}
  429. </div>
  430. </div>
  431. <br>
  432. <br>
  433. {block:Posts}
  434.  
  435.  
  436. <div id="credit" data="credit"><a href="http://ibanglouis.tumblr.com"><img src="http://i42.tinypic.com/316kbnn.jpg" width="30px" height="30px"></a></div>
  437.  
  438. </body></html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement