Advertisement
ibanglouis

Theme #24

Jun 10th, 2013
512
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 9.48 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.  
  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.  
  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: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:350px;
  95. margin-top:0px;
  96. padding:70px;
  97. border-left:1px solid #ddd;
  98.  
  99. }
  100. #post {
  101. width:500px;
  102. padding:5px;
  103. margin-bottom: 20px;
  104. }
  105.  
  106. #sidebar {
  107. width:200px;
  108. height: 200%;
  109. position:fixed;
  110. margin-left:150px;
  111. margin-top:120px;
  112.  
  113. }
  114.  
  115.  
  116. #sidebarimage {
  117. width 120px;
  118. padding: 7px 24px 7px 20px;
  119.  
  120. }
  121.  
  122.  
  123. #sidebarimage img {
  124. width:120px;
  125. height:120px;
  126. border:1px solid #dddddd;
  127. background-color:{color:bg};
  128. padding:3px;
  129. margin-left:-6px;
  130. margin-top:10px;
  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 .8s ease-out;
  147. -moz-transition:all 0.8s ease-out;
  148. transition:all 0.8s ease-out;
  149. width:58px;
  150. font-size:12px;
  151. margin-left: 142px;
  152. margin-top: 21px;
  153. text-align:center;
  154. position:fixed;
  155. text-decoration:underline;
  156. }
  157.  
  158. #link1{border-bottom:1px solid #ddd;padding-bottom:5px;}
  159. #link2{border-bottom:1px solid #ddd;margin-top:20px;padding-bottom:5px;}
  160. #link3{border-bottom:1px solid #ddd;margin-top:20px;padding-bottom:5px;}
  161. #link4{border-bottom:1px solid #ddd;margin-top:20px;padding-bottom:5px;}
  162.  
  163.  
  164. #links a
  165. { color: {color:link};
  166. margin-bottom: -10px;
  167. padding:5px;
  168. font-family:Cambria;
  169. opacity: 1;
  170. padding-top: 1px;
  171. padding-bottom: 1px;
  172. padding-left: 1px;
  173. padding-right: 1px;
  174. height: 14.5px;
  175. letter-spacing: 1px;
  176. margin-left: 1px;
  177. }
  178.  
  179. #links a:hover { -webkit-transition:all 0.8s ease-out;
  180. -moz-transition:all 0.8s ease-out;
  181. transition:all 0.8s ease-out; color:{color:linkhover}; text-decoration:italic; }
  182.  
  183.  
  184.  
  185.  
  186.  
  187. #description {
  188. width: 120px;
  189. height: auto;
  190. font:10px Calibri;
  191. margin-left:14px;
  192. margin-top:0px;
  193. text-align:center;
  194. background:{color:descriptionbackground};
  195. color:{color:Font};
  196. line-height: 8px;
  197. position:fixed;
  198. padding: 5px;
  199. padding-bottom:0px;
  200. padding-top:0px;
  201. }
  202.  
  203. #description a {color:{color:text}; -moz-transition-duration:0.4s;
  204. -webkit-transition-duration:0.4s; -o-transition-duration:0.4s;}
  205.  
  206. #pagination {
  207. position:fixed;
  208. font-size:8px;
  209. text-align:center;
  210. font-family:Cambria;
  211. margin-top:10px;
  212. margin-left:0px;
  213. width: 120px;
  214. padding-top:5px;}
  215.  
  216. #pagination:hover {
  217. color:{color:linkhover};
  218. }
  219.  
  220. #info {
  221. width:500px;
  222. height:auto;
  223. text-align:left;
  224. margin-top:15px;
  225. padding:5px;
  226. font-size:10px;
  227. font-family:Lusitana;
  228. font-style:none;
  229. border-left:5px solid #eee;
  230.  
  231. }
  232.  
  233. #info a { color: {color:link}
  234.  
  235. }
  236.  
  237. #info a:hover { color: {color:linkhover};}
  238.  
  239. #tags {text-align:left; margin:0px; margin-top:-13px;height:auto; border-left:5px solid #eee; padding:3px; height:auto;}
  240.  
  241. #tags a{color:{color:link};}
  242.  
  243. #tags a:hover{color:{color:linkhover};}
  244.  
  245. #credit{
  246. right:8px;
  247. bottom:10px;
  248. position:fixed;
  249. padding:5px;
  250. }
  251.  
  252. #credit a:hover { color: {color:linkhover};}
  253.  
  254.  
  255. a:link ::-moz-selection {text-shadow: 0px 0px 0px {color:link};}
  256. : {text-shadow: 0px 0px 0px {color:link};}
  257.  
  258. .postalign{text-align:justify; padding:10px 10px 5px 10px;}
  259.  
  260. .quote{font-family:{font:Quote}; font-size:14px; color: {color:Font}; font-style:italic;}
  261.  
  262.  
  263. .ask{font-size: 10px; color:{color:Font};margin-bottom:0px;
  264. padding: 10px; border-left:3px solid #eee; height:auto;}
  265.  
  266. .answer{text-align:left;}
  267.  
  268.  
  269. ::-webkit-scrollbar {height:10px; width: 7px; background: {color:entries};}
  270. ::-webkit-scrollbar-thumb {background: {color:scrollbar}; -moz-border-radius: 0px; border-radius: 0px;}
  271.  
  272. .audio{background-color:{color:entries}; height:35px; overflow:hidden;}
  273.  
  274.  
  275. </style></head>
  276. <body>
  277.  
  278.  
  279. <div id="sidebar">
  280.  
  281. <div id="links">
  282. <div id="link1"><a href="{text:link1 url}">{text:link1 title}</a><br></div>
  283. <div id="link2"><a href="{text:link2 url}">{text:link2 title}</a><br></div>
  284. <div id="link3"><a href="{text:link3 url}">{text:link3 title}</a><br></div>
  285. <div id="link4"><a href="{text:link4 url}">{text:link4 title}</a></div>
  286.  
  287. </div>
  288.  
  289. <div id="sidebarimage"><img src="{image:sidebar}"></div>
  290.  
  291. <div id="description">{block:description}{description}
  292. {block:Pagination}<div id="pagination">
  293.  
  294.  
  295. {block:PreviousPage}
  296. <a href="{PreviousPage}">prev</a>
  297. {/block:PreviousPage}
  298.  
  299. {block:CurrentPage}<span class="current_page">{PageNumber}</span>&nbsp;&nbsp;{/block:CurrentPage}
  300. {block:JumpPage}<a class="jump_page" href="{URL}">{PageNumber}</a>&nbsp;&nbsp;{/block:JumpPage}
  301. {/block:JumpPagination}
  302. {block:NextPage}
  303. <a href="{NextPage}">next</a>
  304. {/block:NextPage}
  305.  
  306.  
  307. </div>{/block:Pagination}
  308. {/block:description}
  309.  
  310. </p>
  311.  
  312.  
  313.  
  314. </div>
  315.  
  316. </div>
  317.  
  318.  
  319. </div>
  320.  
  321. </div>
  322.  
  323. <div id="entries">{block:Posts}<div id="post">
  324.  
  325. {block:Text}<h1>{block:Title}{Title}{/block:Title}</h1>{Body}{/block:Text}
  326.  
  327. {block:Photo}{LinkOpenTag}<img src="{PhotoURL-500}">{LinkCloseTag}{block:Caption}{Caption}{/block:Caption}{/block:Photo}
  328.  
  329. {block:Photoset}{Photoset-500}{block:Caption}{Caption}{/block:Caption}{/block:Photoset}
  330.  
  331. {block:Quote}{Quote}{block:Source} —{Source}{/block:Source}{/block:Quote}
  332.  
  333. {block:Link}<h1><a href="{URL}" {Target}>{Name}</a></h1>{block:Description}{Description}{/block:Description}{/block:Link}
  334.  
  335. {block:Chat}{block:Title}<h1>{Title}</h1>{/block:Title}{block:Lines}{block:Label}<b>{Label}</b>{/block:Label} {Line}<br>{/block:Lines}{/block:Chat}
  336.  
  337. {block:Audio}{AudioPlayerBlack}{block:Caption}{Caption}{/block:Caption}{/block:Audio}
  338.  
  339. {block:Video}{Video-500}{block:Caption}{Caption}{/block:Caption}{/block:Video}
  340.  
  341. {block:Answer}<div class="ask">☁<big><u><i>{Asker}</big></u></i> wondered:{Question}</div><br><div class="answer">{Answer}</div>{/block:Answer}
  342.  
  343.  
  344. <div id="info">
  345. <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">
  346. {block:HasTags} {block:Tags} <img src="http://i.imgur.com/etMZHKn.png"> <a href="{TagURL}">{Tag}</a>&nbsp;{/block:Tags} {/block:HasTags}
  347. </div>
  348.  
  349.  
  350. <div class="note">
  351. {block:PostNotes}{PostNotes}{/block:PostNotes}
  352. </div>
  353. </div>
  354. <br>
  355. <br>
  356. {block:Posts}
  357.  
  358.  
  359. <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>
  360.  
  361. </body></html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement