Advertisement
ibanglouis

Theme #25

Jun 10th, 2013
742
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 10.66 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:Sidebar1" content=""/>
  10. <meta name="image:Sidebar2" content=""/>
  11. <meta name="image:Sidebar3" content=""/>
  12. <meta name="color:Link" content="#A8A7A7"/>
  13. <meta name="color:LinkHover" content="#242424"/>
  14. <meta name="color:Scrollbar" content="#525252"/>
  15.  
  16. <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>
  17.  
  18. <meta name="text:Link1 Title" content="home" />
  19. <meta name="text:Link1 Url" content="/" />
  20. <meta name="text:Link2 Title" content="ask" />
  21. <meta name="text:Link2 Url" content="/ask" />
  22. <meta name="text:Link3 Title" content="link" />
  23. <meta name="text:Link3 Url" content="/" />
  24. <meta name="text:Link4 Title" content="link" />
  25. <meta name="text:Link4 Url" content="/" />
  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:Cambria;
  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 .5s ease-out;
  59. -moz-transition:all .5s ease-out;
  60. transition:all .5s ease-out;
  61. text-decoration:none;
  62. outline:none;
  63. color:{color:link};
  64. }
  65.  
  66. a:hover {-webkit-transition:all .5s ease-out;
  67. -moz-transition:all .5s ease-out;
  68. transition:all .5s 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:225px;
  109. height: 100%;
  110. position:fixed;
  111. margin-left:200px;
  112. margin-top:70px;
  113. }
  114.  
  115.  
  116. #sidebarimage1 img {-webkit-transition: all 0.5s ease-in-out;
  117. -moz-transition: all 0.5s ease-in-out;
  118. -o-transition: all 0.5s ease-in-out;
  119. width:100px;
  120. height:100px;
  121. border:1px solid #eee;
  122. padding: 7px;
  123. margin-left:-6px;
  124. margin-top:10px;
  125.  
  126. }
  127.  
  128.  
  129. #sidebar:hover #sidebarimage1 img {
  130. margin-left:-120px;
  131. margin-top:70px;
  132.  
  133. }
  134.  
  135.  
  136.  
  137. #sidebarimage2 img {-webkit-transition: all 0.5s ease-in-out;
  138. -moz-transition: all 0.5s ease-in-out;
  139. -o-transition: all 0.5s ease-in-out;
  140. width:100px;
  141. height:100px;
  142. border:1px solid #eee;
  143. padding: 7px;
  144. margin-left:-6px;
  145. margin-top:10px;
  146.  
  147. }
  148.  
  149.  
  150. #sidebar:hover #sidebarimage2 img {
  151. margin-left:10px;
  152. margin-top:-140px;
  153.  
  154. }
  155.  
  156. #sidebarimage3 img {-webkit-transition: all 0.5s ease-in-out;
  157. -moz-transition: all 0.5s ease-in-out;
  158. -o-transition: all 0.5s ease-in-out;
  159. width:100px;
  160. height:100px;
  161. border:1px solid #eee;
  162. padding: 7px;
  163. margin-left:-6px;
  164. margin-top:10px;
  165.  
  166. }
  167.  
  168.  
  169. #sidebar:hover #sidebarimage3 img {
  170. margin-left:140px;
  171. margin-top:-106px;
  172.  
  173. }
  174.  
  175. #title {
  176.  
  177. width:100px;
  178. height:14px;
  179. font:14px Cambria;
  180. margin-left:-6px;
  181. text-align:center;
  182. margin-bottom:3px;
  183.  
  184. }
  185.  
  186. #links {
  187. -webkit-transition:all 0.5s ease-out;
  188. -moz-transition:all 0.5s ease-out;
  189. transition:all 0.5s ease-out;
  190. width:90px;
  191. height:90px;
  192. padding: 5px;
  193. font-size:11px;
  194. margin-left: -112px;
  195. background:#eee;
  196. opacity:0;
  197. margin-top: -130px;
  198. text-align:center;
  199. position:fixed;
  200. }
  201.  
  202. #sidebar:hover #links{-webkit-transition:all 0.5s ease-out;
  203. -moz-transition:all 0.5s ease-out;
  204. transition:all 0.5s ease-out;opacity:.7;}
  205.  
  206. #links a
  207. { color: {color:link};
  208. margin-bottom: -10px;
  209. font-family:Cambria;
  210. padding:5px;
  211. padding-top: 1px;
  212. padding-bottom: 1px;
  213. padding-left: 1px;
  214. padding-right: 1px;
  215. height: 14.5px;
  216. letter-spacing: 1px;
  217. margin-left: 1px;
  218. }
  219.  
  220. #links a:hover {color:{color:linkhover};letter-spacing:3px;}
  221.  
  222.  
  223. #sidebar:hover #description{
  224. opacity:.8;
  225. -webkit-transition: .6s ease-in-out;
  226. -moz-transition: .6s ease-in-out;
  227. -o-transition: .6s ease-in-out;
  228. }
  229.  
  230.  
  231. #description {-webkit-transition:all 0.5s ease-out;
  232. -moz-transition:all 0.5s ease-out;
  233. transition:all 0.5s ease-out;
  234. width: 90px;
  235. height: 90px;
  236. font:10px;
  237. margin-left:18px;
  238. margin-top:-130px;
  239. text-align:justify;
  240. opacity:0;
  241. color:{color:Font};
  242. background:#eee;
  243. line-height: 8px;
  244. position:fixed;
  245. padding: 5px;
  246. }
  247.  
  248. #description a {color:{color:text}; -moz-transition-duration:0.4s;
  249. -webkit-transition-duration:0.4s; -o-transition-duration:0.4s;}
  250.  
  251. #pagination {-webkit-transition:all 0.5s ease-out;
  252. -moz-transition:all 0.5s ease-out;
  253. transition:all 0.5s ease-out;
  254. position:fixed;
  255. font-size:12px;
  256. text-align:center;
  257. font-family:Cambria;
  258. margin-top:-119px;
  259. margin-left:148px;
  260. width: 90px;
  261. height:90px;
  262. padding:5px;
  263. opacity:0;
  264. background:#eee;}
  265.  
  266. #pagination a:hover {
  267. color:{color:linkhover}; letter-spacing:3px;
  268. }
  269.  
  270. #sidebar:hover #pagination{-webkit-transition:all 0.5s ease-out;
  271. -moz-transition:all 0.5s ease-out;
  272. transition:all 0.5s ease-out;
  273. opacity:.7;}
  274.  
  275. #info {
  276. width:500px;
  277. height:auto;
  278. text-align:left;
  279. margin-top:15px;
  280. padding:5px;
  281. font-size:10px;
  282. font-family:Lusitana;
  283. font-style:none;
  284. border-left:5px solid #eee;
  285.  
  286. }
  287.  
  288. #info a { color: {color:link}
  289.  
  290. }
  291.  
  292. #info a:hover { color: {color:linkhover};}
  293.  
  294. #tags {text-align:left; margin:0px; margin-top:-13px;height:auto; border-left:5px solid #eee; padding:3px; height:auto;}
  295.  
  296. #tags a{color:{color:link};}
  297.  
  298. #tags a:hover{color:{color:linkhover};}
  299.  
  300. #credit{
  301. right:8px;
  302. bottom:10px;
  303. position:fixed;
  304. padding:5px;
  305. }
  306.  
  307. #credit a:hover { color: {color:linkhover};}
  308.  
  309.  
  310. a:link ::-moz-selection {text-shadow: 0px 0px 0px {color:link};}
  311. : {text-shadow: 0px 0px 0px {color:link};}
  312.  
  313. .postalign{text-align:justify; padding:10px 10px 5px 10px;}
  314.  
  315. .quote{font-family:{font:Quote}; font-size:14px; color: {color:Font}; font-style:italic;}
  316.  
  317.  
  318. .ask{font-size: 10px; color:{color:Font};margin-bottom:0px;
  319. padding: 10px; border-left:3px solid #eee; height:auto;}
  320.  
  321. .answer{text-align:left;}
  322.  
  323.  
  324. ::-webkit-scrollbar {height:10px; width: 7px; background: {color:entries};}
  325. ::-webkit-scrollbar-thumb {background: {color:scrollbar}; -moz-border-radius: 0px; border-radius: 0px;}
  326.  
  327. .audio{background-color:{color:entries}; height:35px; overflow:hidden;}
  328.  
  329.  
  330. </style></head>
  331. <body>
  332.  
  333.  
  334. <div id="sidebar">
  335. <div id="sidebarimage1"><img src="{image:sidebar1}"></div>
  336. <div id="sidebarimage2"><img src="{image:sidebar2}"></div>
  337. <div id="sidebarimage3"><img src="{image:sidebar3}"></div>
  338.  
  339. <div id="links"><br>
  340. <a href="{text:link1 url}">{text:link1 title}</a><br><br>
  341. <a href="{text:link2 url}">{text:link2 title}</a><br><br>
  342. <a href="{text:link3 url}">{text:link3 title}</a><br><br>
  343. <a href="{text:link4 url}">{text:link4 title}</a>
  344.  
  345. </div>
  346.  
  347. <div id="sidebarimage"><img src="{image:sidebar}"></div>
  348.  
  349. {block:Pagination}<div id="pagination">
  350.  
  351. <br><br><br><br>
  352. {block:PreviousPage}
  353. <a href="{PreviousPage}">prev</a>
  354. {/block:PreviousPage}
  355. <br>
  356. {block:NextPage}
  357. <a href="{NextPage}">next</a>
  358. {/block:NextPage}
  359.  
  360.  
  361. </div>{/block:Pagination}
  362.  
  363. <div id="description">{block:description}{description}
  364.  
  365. {/block:description}
  366.  
  367. </p>
  368.  
  369.  
  370.  
  371. </div>
  372.  
  373. </div>
  374.  
  375.  
  376. </div>
  377.  
  378. </div>
  379.  
  380. <div id="entries">{block:Posts}<div id="post">
  381.  
  382. {block:Text}<h1>{block:Title}{Title}{/block:Title}</h1>{Body}{/block:Text}
  383.  
  384. {block:Photo}{LinkOpenTag}<img src="{PhotoURL-500}">{LinkCloseTag}{block:Caption}{Caption}{/block:Caption}{/block:Photo}
  385.  
  386. {block:Photoset}{Photoset-500}{block:Caption}{Caption}{/block:Caption}{/block:Photoset}
  387.  
  388. {block:Quote}{Quote}{block:Source} —{Source}{/block:Source}{/block:Quote}
  389.  
  390. {block:Link}<h1><a href="{URL}" {Target}>{Name}</a></h1>{block:Description}{Description}{/block:Description}{/block:Link}
  391.  
  392. {block:Chat}{block:Title}<h1>{Title}</h1>{/block:Title}{block:Lines}{block:Label}<b>{Label}</b>{/block:Label} {Line}<br>{/block:Lines}{/block:Chat}
  393.  
  394. {block:Audio}{AudioPlayerBlack}{block:Caption}{Caption}{/block:Caption}{/block:Audio}
  395.  
  396. {block:Video}{Video-500}{block:Caption}{Caption}{/block:Caption}{/block:Video}
  397.  
  398. {block:Answer}<div class="ask">☁<big><u><i>{Asker}</big></u></i> wondered:{Question}</div><br><div class="answer">{Answer}</div>{/block:Answer}
  399.  
  400.  
  401. <div id="info">
  402. <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">
  403. {block:HasTags} {block:Tags} <img src="http://i.imgur.com/etMZHKn.png"> <a href="{TagURL}">{Tag}</a>&nbsp;{/block:Tags} {/block:HasTags}
  404. </div>
  405.  
  406.  
  407. <div class="note">
  408. {block:PostNotes}{PostNotes}{/block:PostNotes}
  409. </div>
  410. </div>
  411. <br>
  412. <br>
  413. {block:Posts}
  414.  
  415.  
  416. <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>
  417.  
  418. </body></html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement