Advertisement
ibanglouis

Theme #09

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