Advertisement
ibanglouis

Theme #19

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