Advertisement
ibanglouis

Theme #14

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