Advertisement
ibanglouis

theme #35

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