Advertisement
ibanglouis

Theme #30

Jul 29th, 2013
432
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 11.00 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. <meta name="color:color1" content="#FF0000"/>
  14. <meta name="color:color2" content="#FF00BF"/>
  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 1s ease-out;
  59. -moz-transition:all 1s ease-out;
  60. transition:all 1s ease-out;
  61. text-decoration:none;
  62. outline:none;
  63. color:{color:link};
  64. }
  65.  
  66. a:hover {-webkit-transition:all 1s ease-out;
  67. -moz-transition:all 1s ease-out;
  68. transition:all 1s ease-out;
  69. cursor: url(http://cur.cursors-4u.net/others/oth-6/oth589.cur), auto;
  70. color:{color:linkhover};
  71. }
  72.  
  73. img {-webkit-transition:all 1s ease-out;
  74. -moz-transition:all 1s ease-out;
  75. transition:all 1s ease-out;
  76. border:none;
  77. }
  78. img:hover{-webkit-transition:all 1s ease-out;
  79. -moz-transition:all 1s ease-out;
  80. transition:all 1s ease-out;}
  81.  
  82. blockquote {
  83. padding-left:5px;
  84. border-left:2px solid;
  85. }
  86.  
  87.  
  88. blockquote blockquote {
  89. padding-left:5px;
  90. border-left:2px solid;
  91. }
  92.  
  93.  
  94. h1 {
  95. font-size:10px;
  96. }
  97.  
  98.  
  99. #entries {
  100. width:500px;
  101. margin-left:500px;
  102. margin-top:100px;
  103.  
  104.  
  105. }
  106. #post {
  107. width:500px;
  108. padding:5px;
  109. margin-bottom: 20px;
  110. }
  111.  
  112. #sidebar {
  113. width:70px;
  114. height: 700px;
  115. position:fixed;
  116. margin-left:220px;
  117. margin-top:-120px;
  118. background:#000;
  119. }
  120.  
  121. #sidebarimage {
  122. width 120px;
  123. padding: 7px 24px 7px 20px;
  124.  
  125.  
  126. }
  127.  
  128.  
  129. #sidebarimage img {-webkit-transition:all 1s ease-out;
  130. -moz-transition:all 1s ease-out;
  131. transition:all 1s ease-out;
  132. width:120px;
  133. height:120px;
  134. border:3px solid #000;
  135. padding:3px;
  136. margin-left:-52px;
  137. margin-top:190px;
  138. background:#fff;
  139. opacity:1;
  140.  
  141. }
  142.  
  143.  
  144. #title {
  145.  
  146. width:510px;
  147. height:40px;
  148. font:30px ashley marie;
  149. margin-left:500px;
  150. margin-top:-75px;
  151. text-align:center;
  152. position:fixed;
  153. text-transform:lowercase;
  154. background:#000;
  155. color:#fff;
  156. text-shadow: 1px 0px 0px {color:color1}, -1px 0px 0px {color:color2};
  157. }
  158.  
  159. #white {
  160.  
  161. width:500px;
  162. height:40px;
  163. margin-left:505px;
  164. margin-top:-105px;
  165. position:fixed;
  166. background:#fff;
  167. }
  168.  
  169. #links {
  170. -webkit-transition:all 1s ease-out;
  171. -moz-transition:all 1s ease-out;
  172. transition:all 1s ease-out;
  173. width:125px;
  174. padding: 5px;
  175. font-size:14px;
  176. margin-left: -32px;
  177. margin-top: -250px;
  178. text-align:center;opacity:1;
  179. position:fixed;
  180.  
  181. }
  182. @font-face{font-family:Ashley Marie;src:url(http://static.tumblr.com/9wzbixa/qKtmj2fnf/ashleymarie.ttf);}
  183.  
  184.  
  185. #links a
  186. { color: #fff;
  187. margin-bottom: -10px;
  188. padding:5px;
  189. font-family:Ashley Marie;
  190. padding-top: 1px;
  191. padding-bottom: 1px;
  192. padding-left: 1px;
  193. padding-right: 1px;
  194. height: 14.5px;
  195. letter-spacing: 1px;
  196. margin-left: 1px;
  197. text-shadow:10px 0px transparent, -10px 0px transparent;
  198. }
  199.  
  200. #links a:hover {color:#fff;text-decoration:underline;
  201. text-shadow:0px 0px, -0px 0px ;}
  202.  
  203.  
  204.  
  205.  
  206. #description {-webkit-transition:all 1s ease-out;
  207. -moz-transition:all 1s ease-out;
  208. transition:all 1s ease-out;
  209. width: 110px;
  210. height: 109px;
  211. font:10px Calibri;
  212. background:#000;
  213. margin-left:-32px;
  214. margin-top:-137px;
  215. text-align:justify;
  216. color:#fff;
  217. line-height: 8px;
  218. position:fixed;
  219. padding: 10px;opacity:0;
  220. }
  221.  
  222. #sidebar:hover #description{opacity:.8;}
  223.  
  224. #description a {color:{color:text}; -moz-transition-duration:0.4s;
  225. -webkit-transition-duration:0.4s; -o-transition-duration:0.4s;}
  226.  
  227. #pagination {-webkit-transition:all 1s ease-out;
  228. -moz-transition:all 1s ease-out;
  229. transition:all 1s ease-out;
  230. position:fixed;
  231. font-size:20px;
  232. text-align:center;
  233. font-family:Ashley marie;
  234. margin-top:5px;
  235. margin-left:-25px;opacity:1;
  236. width: 120px;
  237. padding-top:5px;line-height:15px;}
  238.  
  239. #pagination a{color:#fff;text-shadow:10px 0px transparent, -10px 0px transparent;}
  240.  
  241. #pagination a:hover {
  242. color:#fff;text-decoration:underline;
  243. text-shadow:0px 0px, -0px 0px ;
  244. }
  245.  
  246. #info {
  247. width:500px;
  248. height:auto;
  249. text-align:center;
  250. margin-top:15px;
  251. padding-top:5px;
  252. padding-bottom:5px;
  253. font-size:10px;
  254. font-family:cambria;
  255. font-style:none;
  256. border-top:3px solid #000;
  257.  
  258. }
  259. #trackartist {
  260. padding:5px;
  261. font-family:cambria;
  262. letter-spacing:1px;
  263. word-spacing:1px;
  264. font-size:11px;
  265. color:#fff;
  266. }
  267.  
  268. #trackplays {
  269. padding:5px;
  270. font-family:cambria;
  271. letter-spacing:1px;
  272. word-spacing:1px;
  273. font-size:11px;
  274. color:#fff;}
  275.  
  276. #tracktitle {
  277. padding:5px;
  278. font-family:cambria;
  279. letter-spacing:1px;
  280. word-spacing:1px;
  281. font-size:11px;
  282. color:#fff;
  283. }
  284.  
  285. #track {
  286. width:450px;
  287. height:90px;
  288. background-color:#000;
  289. padding:20px;
  290. padding-top:15px;
  291. }
  292. #info a { color: {color:link}
  293.  
  294. }
  295.  
  296. #info a:hover { color: {color:linkhover};}
  297.  
  298. #tags {text-align:center; margin:0px; margin-top:-13px;height:auto;padding:3px; height:auto;}
  299.  
  300. #tags a{color:{color:link};}
  301.  
  302. #tags a:hover{color:{color:linkhover};}
  303.  
  304. #credit{
  305. right:8px;
  306. bottom:10px;
  307. position:fixed;
  308. padding:5px;
  309. }
  310.  
  311. #credit a:hover { color: {color:linkhover};}
  312.  
  313.  
  314. a:link ::-moz-selection {text-shadow: 0px 0px 0px {color:link};}
  315. : {text-shadow: 0px 0px 0px {color:link};}
  316.  
  317. .postalign{text-align:justify; padding:10px 10px 5px 10px;}
  318.  
  319. .quote{font-family:{font:Quote}; font-size:14px; color: {color:Font}; font-style:italic;}
  320.  
  321.  
  322. .ask{font-size: 10px; color:{color:Font};margin-bottom:0px;
  323. padding: 10px; border:3px dashed #000;height:auto;}
  324.  
  325. .answer{text-align:left;}
  326.  
  327.  
  328. ::-webkit-scrollbar {height:10px; width: 7px; background: {color:entries};}
  329. ::-webkit-scrollbar-thumb {background: {color:scrollbar}; -moz-border-radius: 0px; border-radius: 0px;}
  330.  
  331. .audio{background-color:{color:entries}; height:35px; overflow:hidden;}
  332.  
  333.  
  334. </style></head>
  335. <body>
  336.  
  337. <div id="box"></div>
  338. <div id="sidebar">
  339. <div id="sidebarimage"><img src="{image:sidebar}"></div>
  340. <div id="links">
  341. <a href="{text:link1 url}">{text:link1 title}</a><br><br>
  342. <a href="{text:link2 url}">{text:link2 title}</a><br><br>
  343. <a href="{text:link3 url}">{text:link3 title}</a><br><br>
  344. <a href="{text:link4 url}">{text:link4 title}</a><br>
  345.  
  346. </div>
  347. <div id="description">{block:description}{description}
  348.  
  349. {/block:description}</div>
  350. {block:Pagination}<div id="pagination">
  351.  
  352. {block:PreviousPage}
  353. <a href="{PreviousPage}">rise</a>
  354. {/block:PreviousPage}
  355. <br>
  356. {block:NextPage}
  357. <a href="{NextPage}">sink</a>
  358. {/block:NextPage}
  359.  
  360. </div>{/block:Pagination}
  361. </div>
  362.  
  363.  
  364. </div>
  365.  
  366. </div>
  367. <div id="white"></div>
  368. <div id="title">{Title}</div>
  369. <div id="entries">{block:Posts}<div id="post">
  370.  
  371. {block:Text}<h1>{block:Title}{Title}{/block:Title}</h1>{Body}{/block:Text}
  372.  
  373. {block:Photo}{LinkOpenTag}<img src="{PhotoURL-500}">{LinkCloseTag}{block:Caption}{Caption}{/block:Caption}{/block:Photo}
  374.  
  375. {block:Photoset}{Photoset-500}{block:Caption}{Caption}{/block:Caption}{/block:Photoset}
  376.  
  377. {block:Quote}{Quote}{block:Source} —{Source}{/block:Source}{/block:Quote}
  378.  
  379. {block:Link}<h1><a href="{URL}" {Target}>{Name}</a></h1>{block:Description}{Description}{/block:Description}{/block:Link}
  380.  
  381. {block:Chat}{block:Title}<h1>{Title}</h1>{/block:Title}{block:Lines}{block:Label}<b>{Label}</b>{/block:Label} {Line}<br>{/block:Lines}{/block:Chat}
  382.  
  383. {block:Audio}<div id="track"><left>{block:AlbumArt}<img src="{AlbumArtURL}" width="95px" height="95px" align="left" style="margin-right:10px" /><br>{/block:AlbumArt}<span class="audio">{AudioPlayerBlack}</left></span>
  384. {block:TrackName}<div id="tracktitle"><b>Title:</b> {TrackName}</div>{/block:TrackName}
  385. {block:Artist}<div id="trackartist"><b>Artist:</b> {Artist}</div>{/block:Artist}
  386. {/block:ExternalAudio}<div id="trackplays"><b>Played:</b> {PlayCount} times</div></div>
  387. {/block:Audio}
  388.  
  389. {block:Video}{Video-500}{block:Caption}{Caption}{/block:Caption}{/block:Video}
  390.  
  391. {block:Answer}<div class="ask"><big><u><i>{Asker}</big></u></i> wondered:{Question}</div><br><div class="answer">{Answer}</div>{/block:Answer}
  392.  
  393.  
  394. <div id="info">
  395. <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">
  396. {block:HasTags} {block:Tags} <img src="http://i.imgur.com/etMZHKn.png"> <a href="{TagURL}">{Tag}</a>&nbsp;{/block:Tags} {/block:HasTags}
  397. </div>
  398.  
  399.  
  400. <div class="note">
  401. {block:PostNotes}{PostNotes}{/block:PostNotes}
  402. </div>
  403. </div>
  404. <br>
  405. <br>
  406. {block:Posts}
  407.  
  408.  
  409. <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>
  410.  
  411. </body></html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement