Advertisement
ibanglouis

Theme #04

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