Advertisement
ibanglouis

Theme #28

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