Advertisement
ibanglouis

Theme #02

Feb 21st, 2013
160
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 8.61 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="#919090"/>
  9. <meta name="color:border" content="#ffffff"/>
  10. <meta name="image:Sidebar" content=""/>
  11. <meta name="color:Link" content="#8b7d7a"/>
  12. <meta name="color:LinkHover" content="#5f5c5b"/>
  13. <meta name="color:Scrollbar" content="#cecccd"/>
  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="mail" />
  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:Cambria;
  52. font-size:10px;
  53. line-height:100%;
  54. cursor: url(http://i.imgur.com/ZOrzC.png), auto;
  55. }
  56.  
  57. a {-webkit-transition:all 1s ease-out;
  58. -moz-transition:all 1s ease-out;
  59. transition:all 1s ease-out;
  60. text-decoration:none;
  61. outline:none;
  62. color:{color:link};
  63. }
  64.  
  65. a:hover {-webkit-transition:all 1s ease-out;
  66. -moz-transition:all 1s ease-out;
  67. transition:all 1s ease-out;
  68. cursor: url(http://cur.cursors-4u.net/others/oth-6/oth589.cur), auto;
  69. color:{color:linkhover};
  70. }
  71. img {
  72. border:none;
  73. }
  74.  
  75. blockquote {
  76. padding-left:5px;
  77. border-left:2px solid;
  78. }
  79.  
  80.  
  81. blockquote blockquote {
  82. padding-left:5px;
  83. border-left:2px solid;
  84. }
  85.  
  86.  
  87. h1 {
  88. font-size:10px;
  89. }
  90.  
  91.  
  92. #entries {
  93. padding:10px;
  94. width:500px;
  95. margin-left:530px;
  96. margin-top:40px;
  97.  
  98.  
  99. }
  100. #post {
  101. width:500px;
  102. padding:10px;
  103. margin-bottom: 20px;
  104. }
  105.  
  106. #sidebar {
  107. width:175px;
  108. height: 200%;
  109. position:fixed;
  110. margin-left:180px;
  111. margin-top:0px;
  112. background-color: {color:sbackground};
  113. border:1px dotted #bfbfbf;
  114. margin-top:-100px;
  115. }
  116.  
  117.  
  118. #sidebarimage {
  119. width 140px;
  120. padding: 7px 24px 7px 20px;
  121.  
  122.  
  123. }
  124.  
  125.  
  126. #sidebarimage img {
  127. width:140px;
  128. height:140px;
  129. padding:3px;
  130. margin-left:-6px;
  131. margin-top:10px;
  132. }
  133.  
  134. #links {
  135. -webkit-transition:all 0.2s ease-out;
  136. -moz-transition:all 0.2s ease-out;
  137. transition:all 0.2s ease-out;
  138. margin-top:50px;
  139. width:175px;
  140. height:0px;
  141. text-align:center;
  142. padding-top: 250px;
  143. padding-bottom: -400px;
  144.  
  145. }
  146.  
  147. #links a
  148. { color: {color:link};
  149. margin-bottom: -10px;
  150. text-transform: uppercase;
  151. padding:5px;
  152. font-family:Lusitana, sans-serif;
  153. opacity: 1;
  154. padding-top: 1px;
  155. padding-bottom: 1px;
  156. padding-left: 1px;
  157. padding-right: 1px;
  158. height: 14.5px;
  159. font-size: 10px;
  160. letter-spacing: 1px;
  161. margin-left: 1px;
  162. }
  163.  
  164. #links a:hover { color: {color:linkhover}; background-color: {color:linkhoverbackground};
  165. }
  166.  
  167.  
  168. #description {
  169. width: 175px;
  170. height: 120px;
  171. font:10px Cambria;
  172. text-align:center;
  173. color:{color:Font};
  174. line-height: 8px;
  175. border-radius: 5px 5px 5px 5px;
  176. position:fixed;
  177. margin-top:5px;
  178. margin-left:0px;
  179.  
  180. }
  181.  
  182.  
  183. #description a {color:{color:text}; -moz-transition-duration:0.4s;
  184. -webkit-transition-duration:0.4s; -o-transition-duration:0.4s;}
  185.  
  186. #pagination {
  187. position:fixed;
  188. font-size:14px;
  189. text-align:center;
  190. font-family:Cambria;
  191. margin-top:400px;
  192. margin-left: 245px;
  193. width: 50px;
  194. padding-top:5px;}
  195.  
  196.  
  197. #info {
  198. width:500px;
  199. height:auto;
  200. text-align:left;
  201. margin-top:15px;
  202. padding:5px;
  203. font-size:10px;
  204. font-family:Lusitana;
  205. font-style:none;
  206. border-left:5px solid #eee;
  207.  
  208. }
  209.  
  210. #info a { color: {color:link}
  211.  
  212. }
  213.  
  214. #info a:hover { color: {color:linkhover};}
  215.  
  216. #tags {text-align:left; margin:0px; margin-top:-13px;height:auto; border-left:5px solid #eee; padding:3px; height:auto;}
  217.  
  218. #tags a{color:{color:link};}
  219.  
  220. #tags a:hover{color:{color:linkhover};}
  221.  
  222. #credit{
  223. right:8px;
  224. bottom:10px;
  225. position:fixed;
  226. padding:5px;
  227. }
  228.  
  229. #credit a:hover { color: {color:linkhover};}
  230.  
  231. a:link ::-moz-selection {text-shadow: 0px 0px 0px {color:link};}
  232. : {text-shadow: 0px 0px 0px {color:link};}
  233.  
  234. .postalign{text-align:justify; padding:10px 10px 5px 10px;}
  235.  
  236. .quote{font-family:{font:Quote}; font-size:14px; color: {color:Font}; font-style:italic;}
  237.  
  238.  
  239. .ask{font-size: 10px; color:{color:Font};margin-bottom:0px;
  240. padding: 10px; border-left:3px solid #eee; height:auto;}
  241.  
  242. .answer{text-align:left;}
  243.  
  244.  
  245. ::-webkit-scrollbar {height:10px; width: 7px; background: {color:entries};}
  246. ::-webkit-scrollbar-thumb {background: {color:scrollbar}; -moz-border-radius: 0px; border-radius: 0px;}
  247.  
  248. .audio{background-color:{color:entries}; height:35px; overflow:hidden;}
  249.  
  250.  
  251. </style></head>
  252. <body>
  253.  
  254.  
  255. <div id="sidebar">
  256.  
  257.  
  258. <div id="links">
  259. <a href="{text:link1 url}">{text:link1 title}</a>
  260. <a href="{text:link2 url}">{text:link2 title}</a>
  261. <a href="{text:link3 url}">{text:link3 title}</a>
  262. <a href="{text:link4 url}">{text:link4 title}</a>
  263.  
  264. </div>
  265.  
  266. <div id="sidebarimage"><img src="{image:sidebar}"></div>
  267.  
  268.  
  269.  
  270.  
  271. <div id="description">{block:description}{description}{/block:description}</div>
  272.  
  273. </div>
  274.  
  275. {block:Pagination}<div id="pagination">
  276.  
  277.  
  278. {block:PreviousPage}
  279. <a href="{PreviousPage}">prev</a>
  280. {/block:PreviousPage}
  281.  
  282. {block:CurrentPage}<span class="current_page">{PageNumber}</span>&nbsp;&nbsp;{/block:CurrentPage}
  283. {block:JumpPage}<a class="jump_page" href="{URL}">{PageNumber}</a>&nbsp;&nbsp;{/block:JumpPage}
  284. {/block:JumpPagination}
  285. {block:NextPage}
  286. <a href="{NextPage}">next</a>
  287. {/block:NextPage}
  288.  
  289.  
  290. </div>{/block:Pagination}
  291. </div>
  292.  
  293. </div>
  294.  
  295. <div id="entries">{block:Posts}<div id="post">
  296.  
  297. {block:Text}<h1>{block:Title}{Title}{/block:Title}</h1>{Body}{/block:Text}
  298.  
  299. {block:Photo}{LinkOpenTag}<img src="{PhotoURL-500}">{LinkCloseTag}{block:Caption}{Caption}{/block:Caption}{/block:Photo}
  300.  
  301. {block:Photoset}{Photoset-500}{block:Caption}{Caption}{/block:Caption}{/block:Photoset}
  302.  
  303. {block:Quote}{Quote}{block:Source} —{Source}{/block:Source}{/block:Quote}
  304.  
  305. {block:Link}<h1><a href="{URL}" {Target}>{Name}</a></h1>{block:Description}{Description}{/block:Description}{/block:Link}
  306.  
  307. {block:Chat}{block:Title}<h1>{Title}</h1>{/block:Title}{block:Lines}{block:Label}<b>{Label}</b>{/block:Label} {Line}<br>{/block:Lines}{/block:Chat}
  308.  
  309. {block:Audio}{AudioPlayerWhite}{block:Caption}{Caption}{/block:Caption}{/block:Audio}
  310.  
  311. {block:Video}{Video-500}{block:Caption}{Caption}{/block:Caption}{/block:Video}
  312.  
  313. {block:Answer}<div class="ask">☁<big><u><i>{Asker}</big></u></i> wondered:{Question}</div><br><div class="answer">{Answer}</div>{/block:Answer}
  314.  
  315.  
  316. <div id="info">
  317. <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">
  318. {block:HasTags} {block:Tags} <img src="http://i.imgur.com/etMZHKn.png"> <a href="{TagURL}">{Tag}</a>&nbsp;{/block:Tags} {/block:HasTags}
  319. </div>
  320.  
  321. <div class="note">
  322. {block:PostNotes}{PostNotes}{/block:PostNotes}
  323. </div>
  324. </div>
  325. <br>
  326. <br>
  327. {block:Posts}
  328.  
  329. <div id="credit"><a href="http://ibanglouis.tumblr.com"><img src="http://i42.tinypic.com/316kbnn.jpg" width="30px" height="30px"></a></div>
  330. </body></html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement