Advertisement
ibanglouis

Theme #16

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