Advertisement
ibanglouis

Theme #11

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