Advertisement
ibanglouis

Theme #12

Apr 9th, 2013
553
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 8.91 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="#A8A7A7"/>
  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:Calibri;
  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 120px;
  116. padding: 7px 24px 7px 20px;
  117.  
  118. }
  119.  
  120.  
  121. #sidebarimage img {
  122. width:120px;
  123. height:120px;
  124. border:1px solid #dddddd;
  125. background-color:{color:bg};
  126. padding:3px;
  127. margin-left:-6px;
  128. margin-top:10px;
  129.  
  130. }
  131.  
  132. #title {
  133.  
  134. width:100px;
  135. height:14px;
  136. font:14px Cambria;
  137. margin-left:-6px;
  138. text-align:center;
  139. margin-bottom:3px;
  140.  
  141. }
  142.  
  143. #links {
  144. -webkit-transition:all 0.2s ease-out;
  145. -moz-transition:all 0.2s ease-out;
  146. transition:all 0.2s ease-out;
  147. width:125px;
  148. padding: 5px;
  149. font-size:8px;
  150. margin-left: 11px;
  151. margin-top: 0px;
  152. text-align:center;
  153. position:fixed;
  154. }
  155.  
  156. #links a
  157. { color: {color:link};
  158. margin-bottom: -10px;
  159. padding:5px;
  160. font-family:Calibri, sans-serif;
  161. opacity: 1;
  162. padding-top: 1px;
  163. padding-bottom: 1px;
  164. padding-left: 1px;
  165. padding-right: 1px;
  166. height: 14.5px;
  167. letter-spacing: 1px;
  168. margin-left: 1px;
  169. }
  170.  
  171. #links a:hover {color:{color:linkhover};}
  172.  
  173.  
  174.  
  175.  
  176.  
  177. #description {
  178. width: 120px;
  179. height: auto;
  180. font:10px Calibri;
  181. margin-left:14px;
  182. margin-top:0px;
  183. text-align:center;
  184. background:{color:descriptionbackground};
  185. color:{color:Font};
  186. line-height: 8px;
  187. position:fixed;
  188. padding: 5px;
  189. padding-bottom:0px;
  190. padding-top:0px;
  191. }
  192.  
  193. #description a {color:{color:text}; -moz-transition-duration:0.4s;
  194. -webkit-transition-duration:0.4s; -o-transition-duration:0.4s;}
  195.  
  196. #pagination {
  197. position:fixed;
  198. font-size:8px;
  199. text-align:center;
  200. font-family:Cambria;
  201. margin-top:10px;
  202. margin-left:0px;
  203. width: 120px;
  204. padding-top:5px;}
  205.  
  206. #pagination:hover {
  207. color:{color:linkhover};
  208. }
  209.  
  210. #info {
  211. width:500px;
  212. height:auto;
  213. text-align:left;
  214. margin-top:15px;
  215. padding:5px;
  216. font-size:10px;
  217. font-family:Lusitana;
  218. font-style:none;
  219. border-left:5px solid #eee;
  220.  
  221. }
  222.  
  223. #info a { color: {color:link}
  224.  
  225. }
  226.  
  227. #info a:hover { color: {color:linkhover};}
  228.  
  229. #tags {text-align:left; margin:0px; margin-top:-13px;height:auto; border-left:5px solid #eee; padding:3px; height:auto;}
  230.  
  231. #tags a{color:{color:link};}
  232.  
  233. #tags a:hover{color:{color:linkhover};}
  234.  
  235. #credit{
  236. right:8px;
  237. bottom:10px;
  238. position:fixed;
  239. padding:5px;
  240. }
  241.  
  242. #credit a:hover { color: {color:linkhover};}
  243.  
  244.  
  245. a:link ::-moz-selection {text-shadow: 0px 0px 0px {color:link};}
  246. : {text-shadow: 0px 0px 0px {color:link};}
  247.  
  248. .postalign{text-align:justify; padding:10px 10px 5px 10px;}
  249.  
  250. .quote{font-family:{font:Quote}; font-size:14px; color: {color:Font}; font-style:italic;}
  251.  
  252.  
  253. .ask{font-size: 10px; color:{color:Font};margin-bottom:0px;
  254. padding: 10px; border-left:3px solid #eee; height:auto;}
  255.  
  256. .answer{text-align:left;}
  257.  
  258.  
  259. ::-webkit-scrollbar {height:10px; width: 7px; background: {color:entries};}
  260. ::-webkit-scrollbar-thumb {background: {color:scrollbar}; -moz-border-radius: 0px; border-radius: 0px;}
  261.  
  262. .audio{background-color:{color:entries}; height:35px; overflow:hidden;}
  263.  
  264.  
  265. </style></head>
  266. <body>
  267.  
  268.  
  269. <div id="sidebar">
  270.  
  271. <div id="links">
  272. <a href="{text:link1 url}">{text:link1 title}</a>
  273. <a href="{text:link2 url}">{text:link2 title}</a>
  274. <a href="{text:link3 url}">{text:link3 title}</a>
  275. <a href="{text:link4 url}">{text:link4 title}</a>
  276.  
  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}">←</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}">→</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.  
  351. </body></html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement