Advertisement
ibanglouis

Theme #18

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