Advertisement
ibanglouis

Theme #15

Apr 20th, 2013
327
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 9.66 KB | None | 0 0
  1. <html>
  2. <!-- THEME MADE BY IBANGLOUIS. DO NOT REMOVE CREDIT -->
  3. <head>
  4. <title>{Title}</title>
  5. <link rel="shortcut icon" href="{Favicon}" />
  6. <link rel="alternate" type="application/rss+xml" href="{RSS}" />
  7. <meta name="color:Background" content="#ffffff"/>
  8. <meta name="color:Text" content="#636263"/>
  9. <meta name="image:Sidebar" content=""/>
  10. <meta name="color:Link" content="#A8A7A7"/>
  11. <meta name="color:LinkHover" content="#242424"/>
  12. <meta name="color:Scrollbar" content="#525252"/>
  13.  
  14.  
  15.  
  16. <meta name="text:Link1 Title" content="home" />
  17. <meta name="text:Link1 Url" content="/" />
  18. <meta name="text:Link2 Title" content="ask" />
  19. <meta name="text:Link2 Url" content="/ask" />
  20. <meta name="text:Link3 Title" content="link" />
  21. <meta name="text:Link3 Url" content="/" />
  22. <meta name="text:Link4 Title" content="link" />
  23. <meta name="text:Link4 Url" content="/" />
  24. <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>
  25. <link rel="shortcut icon" href="{Favicon}" />
  26. <link rel="alternate" type="application/rss+xml" href="{RSS}" />
  27.  
  28. <link href='http://fonts.googleapis.com/css?family=Lusitana' rel='stylesheet' type='text/css'>
  29.  
  30. <style type="text/css">
  31.  
  32.  
  33. ::-webkit-scrollbar{height: 9px; width: 9px; -webkit-border-radius: 0px; background-color:{color:background};}
  34. ::-webkit-scrollbar-thumb{background-color:{color:scrollbar};}
  35. ::-webkit-scrollbar-track{background-color:{color:background};}
  36.  
  37. ::selection {
  38. background:{color:text hover};
  39. }
  40.  
  41. ::-moz-selection {
  42. background:{color:text hover};
  43. }
  44.  
  45. ::-webkit-selection {
  46. background:{color:text hover};
  47. }
  48.  
  49. body {
  50. background:{color:background};
  51. margin:0px;
  52. color:{color:text};
  53. font-family:Calibri;
  54. font-size:10px;
  55. line-height:100%;
  56. cursor: url(http://i.imgur.com/ZOrzC.png), auto;
  57. }
  58.  
  59. a {-webkit-transition:all 1s ease-out;
  60. -moz-transition:all 1s ease-out;
  61. transition:all 1s ease-out;
  62. text-decoration:none;
  63. outline:none;
  64. color:{color:link};
  65. }
  66.  
  67. a:hover { -webkit-transition:all 1s ease-out;
  68. -moz-transition:all 1s ease-out;
  69. transition:all 1s ease-out;
  70. cursor: url(http://cur.cursors-4u.net/others/oth-6/oth589.cur), auto;opacity:1;
  71. color:{color:linkhover};
  72. }
  73.  
  74. img {
  75. border:none;
  76. }
  77.  
  78. blockquote {
  79. padding-left:5px;
  80. border-left:2px solid;
  81. }
  82.  
  83.  
  84. blockquote blockquote {
  85. padding-left:5px;
  86. border-left:2px solid;
  87. }
  88.  
  89.  
  90. h1 {
  91. font-size:10px;
  92. }
  93.  
  94.  
  95. #entries {
  96. width:500px;
  97. margin-left:500px;
  98. margin-top:40px;
  99.  
  100.  
  101. }
  102. #post {
  103. width:500px;
  104. padding:5px;
  105. margin-bottom: 20px;
  106. }
  107.  
  108. #sidebar {
  109. width:200px;
  110. height: 200%;
  111. position:fixed;
  112. margin-left:130px;
  113. margin-top:-50px;
  114. }
  115.  
  116.  
  117. #sidebarimage {
  118. width: 150px;
  119. height:auto;
  120. padding: 7px 24px 7px 20px;
  121.  
  122. }
  123.  
  124.  
  125. #sidebarimage img {
  126. width:170px;
  127. height:650px;
  128. padding:3px;
  129. margin-left:30px;
  130. margin-top:0px;
  131.  
  132. }
  133.  
  134. #title {
  135.  
  136. width:100px;
  137. height:14px;
  138. font:14px Cambria;
  139. margin-left:-6px;
  140. text-align:center;
  141. margin-bottom:3px;
  142.  
  143. }
  144.  
  145. #links {
  146. -webkit-transition:all 1s ease-out;
  147. -moz-transition:all 1s ease-out;
  148. transition:all 1s ease-out;
  149. width:159px;
  150. font-size:9px;
  151. padding:5px;
  152. margin-left: 27px;
  153. margin-top: -580px;
  154. text-align:center;
  155. position:fixed;
  156. }
  157.  
  158. #links a
  159. { color: {color:link};
  160. margin-bottom: -10px;
  161. padding:5px;
  162. font-family:Calibri, sans-serif;
  163. opacity: 1;
  164. padding-top: 1px;
  165. padding-bottom: 1px;
  166. padding-left: 1px;
  167. padding-right: 1px;
  168. height: 14.5px;
  169. letter-spacing: 1px;
  170. margin-left: 1px;
  171. }
  172.  
  173. #links a:hover {opacity:100; -webkit-transition:all 1s ease-out;
  174. -moz-transition:all 1s ease-out;
  175. transition:all 1s ease-out; color:{color:linkhover};}
  176.  
  177.  
  178. #lou
  179. #lou a{
  180. display:block
  181. }
  182. #lou .hazza {
  183. margin-top:0px;filter: alpha(opacity = 0);
  184. opacity:0;-webkit-transition: all 0.5s ease-out;
  185. -moz-transition: all 0.5s ease-out;transition: all 0.5s ease-out;
  186. }
  187.  
  188. #lou:hover .hazza {
  189. margin-top:0px;
  190. margin-left:50px;
  191. -webkit-transition: all 1.5s ease-out;
  192. -moz-transition: all 1.5s ease-out;
  193. transition: all 1.5s ease-out;
  194. filter: alpha(opacity = 100);
  195. filter: alpha(opacity = 100);
  196. opacity:100;
  197. }
  198.  
  199.  
  200. #description {
  201. width: 159px;
  202. height: auto;
  203. font:10px Calibri;
  204. margin-left:53px;
  205. margin-top:-560px;
  206. text-align:center;
  207. color:{color:Text};
  208. line-height: 8px;
  209. position:fixed;
  210. padding: 5px;
  211. }
  212.  
  213. #description a {color:{color:text}; -moz-transition-duration:0.4s;
  214. -webkit-transition-duration:0.4s; -o-transition-duration:0.4s;}
  215.  
  216.  
  217. #pagination {
  218. position:fixed;
  219. font-size:10px;
  220. text-align:center;
  221. font-family:Cambria;
  222. margin-top:-10px;
  223. margin-left:53px;
  224. width: 159px;
  225. padding-top:5px;}
  226.  
  227. #pagination:hover {
  228. color:{color:linkhover}-webkit-transition:all 0.5s ease-out;
  229. -moz-transition:all 0.5s ease-out;
  230. transition:all 0.5s ease-out;;
  231. }
  232.  
  233.  
  234. #info {
  235. width:500px;
  236. height:auto;
  237. text-align:left;
  238. margin-top:15px;
  239. padding:5px;
  240. font-size:10px;
  241. font-family:Lusitana;
  242. font-style:none;
  243. border-left:5px solid #eee;
  244.  
  245. }
  246.  
  247. #info a { color: {color:link}
  248.  
  249. }
  250.  
  251. #info a:hover { color: {color:linkhover};}
  252.  
  253. #tags {text-align:left; margin:0px; margin-top:-13px;height:auto; border-left:5px solid #eee; padding:3px; height:auto;}
  254.  
  255. #tags a{color:{color:link};}
  256.  
  257. #tags a:hover{color:{color:linkhover};}
  258.  
  259.  
  260. #credit{
  261. right:8px;
  262. bottom:10px;
  263. position:fixed;
  264. padding:5px;
  265. }
  266.  
  267. #credit a:hover { color: {color:linkhover};}
  268.  
  269. a:link ::-moz-selection {text-shadow: 0px 0px 0px {color:link};}
  270. : {text-shadow: 0px 0px 0px {color:link};}
  271.  
  272. .postalign{text-align:justify; padding:10px 10px 5px 10px;}
  273.  
  274. .quote{font-family:{font:Quote}; font-size:14px; color: {color:Font}; font-style:italic;}
  275.  
  276.  
  277. .ask{font-size: 10px; color:{color:Font};margin-bottom:0px;
  278. padding: 10px; border-left:3px solid #eee; height:auto;}
  279.  
  280. .answer{text-align:left;}
  281.  
  282.  
  283. ::-webkit-scrollbar {height:10px; width: 7px; background: {color:entries};}
  284. ::-webkit-scrollbar-thumb {background: {color:scrollbar}; -moz-border-radius: 0px; border-radius: 0px;}
  285.  
  286. .audio{background-color:{color:entries}; height:35px; overflow:hidden;}
  287.  
  288.  
  289. </style></head>
  290. <body>
  291.  
  292.  
  293. <div id="sidebar"><div id="lou">
  294. <div id="sidebarimage"><img src="{image:sidebar}"></div>
  295. <div id="links"><div class="hazza">
  296. <a href="{text:link1 url}">{text:link1 title}</a>
  297. <a href="{text:link2 url}">{text:link2 title}</a>
  298. <a href="{text:link3 url}">{text:link3 title}</a>
  299. <a href="{text:link4 url}">{text:link4 title}</a>
  300.  
  301. </div></div></div>
  302. {block:Pagination}<div id="pagination">
  303.  
  304.  
  305. {block:PreviousPage}
  306. <a href="{PreviousPage}">←</a>
  307. {/block:PreviousPage}
  308. {block:JumpPagination length="5"}
  309. {block:CurrentPage}<span class="current_page">{PageNumber}</span>&nbsp;&nbsp;{/block:CurrentPage}
  310. {block:JumpPage}<a class="jump_page" href="{URL}">{PageNumber}</a>&nbsp;&nbsp;{/block:JumpPage}
  311. {/block:JumpPagination}
  312. {block:NextPage}
  313. <a href="{NextPage}">→</a>
  314. {/block:NextPage}
  315.  
  316.  
  317. </div>{/block:Pagination}
  318.  
  319.  
  320. <div id="description">{block:description}{description}
  321.  
  322. {/block:description}
  323.  
  324. </p>
  325.  
  326.  
  327.  
  328. </div>
  329.  
  330. </div>
  331.  
  332.  
  333. </div>
  334.  
  335. </div>
  336.  
  337. <div id="entries">{block:Posts}<div id="post">
  338.  
  339. {block:Text}<h1>{block:Title}{Title}{/block:Title}</h1>{Body}{/block:Text}
  340.  
  341. {block:Photo}{LinkOpenTag}<img src="{PhotoURL-500}">{LinkCloseTag}{block:Caption}{Caption}{/block:Caption}{/block:Photo}
  342.  
  343. {block:Photoset}{Photoset-500}{block:Caption}{Caption}{/block:Caption}{/block:Photoset}
  344.  
  345. {block:Quote}{Quote}{block:Source} —{Source}{/block:Source}{/block:Quote}
  346.  
  347. {block:Link}<h1><a href="{URL}" {Target}>{Name}</a></h1>{block:Description}{Description}{/block:Description}{/block:Link}
  348.  
  349. {block:Chat}{block:Title}<h1>{Title}</h1>{/block:Title}{block:Lines}{block:Label}<b>{Label}</b>{/block:Label} {Line}<br>{/block:Lines}{/block:Chat}
  350.  
  351. {block:Audio}{AudioPlayerBlack}{block:Caption}{Caption}{/block:Caption}{/block:Audio}
  352.  
  353. {block:Video}{Video-500}{block:Caption}{Caption}{/block:Caption}{/block:Video}
  354.  
  355. {block:Answer}<div class="ask">☁<big><u><i>{Asker}</big></u></i> wondered:{Question}</div><br><div class="answer">{Answer}</div>{/block:Answer}
  356.  
  357.  
  358. <div id="info">
  359. <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">
  360. {block:HasTags} {block:Tags} <img src="http://i.imgur.com/etMZHKn.png"> <a href="{TagURL}">{Tag}</a>&nbsp;{/block:Tags} {/block:HasTags}
  361. </div>
  362.  
  363.  
  364. <div class="note">
  365. {block:PostNotes}{PostNotes}{/block:PostNotes}
  366. </div>
  367. </div>
  368. <br>
  369. <br>
  370. {block:Posts}
  371.  
  372. <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>
  373. </body></html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement