Advertisement
ibanglouis

theme #32

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