Advertisement
ibanglouis

theme #31

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