Advertisement
ibanglouis

Theme #27 version 2

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