Advertisement
lennonthemes

skinny love

May 28th, 2013
53
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 9.42 KB | None | 0 0
  1. <!--skinny love theme by lmb themes (bonivur) leave all credit-->
  2.  
  3. <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
  4. <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
  5. <head><title>{Title}</title>
  6. <link rel="shortcut icon" href="{Favicon}">
  7. <link rel="alternate" type="application/rss+xml" href="{RSS}">
  8. {block:Description}<meta name="description" content="{MetaDescription}" />{/block:Description}
  9.  
  10. <meta name="color:bg" content="#ffffff"/>
  11. <meta name="color:text" content="#838282"/>
  12. <meta name="color:links" content="#b8b8b8"/>
  13. <meta name="color:link hover" content="#000000"/>
  14. <meta name="color:scrollbar" content="#000000">
  15.  
  16. <meta name="image:sidebar" content=""/>
  17.  
  18. <meta name="text:Link1" content="">
  19. <meta name="text:Link1 url" content="/">
  20. <meta name="text:Link2" content="">
  21. <meta name="text:Link2 url" content="/">
  22.  
  23.  
  24. <style type="text/css">
  25.  
  26. *, body, a, a:hover {cursor: url(http://www.totallylayouts.com/cursors/random/tiny_cursor.png), auto;}
  27.  
  28.  
  29. iframe#tumblr_controls {
  30. top: 0% !important;
  31. right:0% !important;
  32. opacity:0.3;
  33. position: fixed !important;
  34. filter:alpha(opacity=30);
  35. -webkit-transition: all 0.7s ease;
  36. -moz-transition: all 0.7s ease;
  37. -o-transition: all 0.7s ease;
  38. }
  39. iframe#tumblr_controls:hover{
  40. top: 0% !important;
  41. right:0% !important;
  42. opacity:0.8;
  43. position: fixed !important;
  44. filter:alpha(opacity=80);
  45. -webkit-transition: all 0.7s ease;
  46. -moz-transition: all 0.7s ease;
  47. -o-transition: all 0.7s ease;
  48. }
  49. img{
  50. transition:all 0.5s ease;
  51. -webkit-transition: all 0.5s ease;
  52. -moz-transition: all 0.5s ease;
  53. -o-transition: all 0.5s ease;
  54. }
  55. img:hover{border:none;
  56. -webkit-transition: all 0.5s ease;
  57. -moz-transition: all 0.5s ease;
  58. -o-transition: all 0.5s ease;
  59. filter: grayscale(50%);
  60. -webkit-filter: grayscale(50%);
  61. -moz-filter: grayscale(50%);
  62. -ms-filter: grayscale(50%);
  63. -o-filter: grayscale(50%);
  64.  
  65.  
  66. }
  67.  
  68.  
  69.  
  70. ::-webkit-scrollbar-thumb:vertical {background-color:#000000;height:5px;}
  71. ::-webkit-scrollbar-thumb:horizontal {background-color:#000000;height:5px!important;}
  72. ::-webkit-scrollbar {background-color:#ffffff;height:5px;width:6px;}
  73.  
  74. body {
  75. background:#fff;
  76. margin:0px;
  77. color:#949494;
  78. font-family:times new;
  79. font-size:9px;
  80. line-height:100%;
  81. }
  82.  
  83. a {
  84. text-decoration:none;
  85. outline:none;
  86. -moz-outline-style:none;
  87. color:#b8b8b8;
  88. padding:1px;
  89. -webkit-transition: all 0.7s ease;
  90. -moz-transition: all 0.7s ease;
  91. -o-transition: all 0.7s ease;
  92. }
  93.  
  94. a:hover {
  95. -webkit-transition: all 0.5s ease-out;
  96. -moz-transition: all 0.5s ease-out;
  97. transition: all 0.5s ease-out;
  98. color:#000;
  99. -webkit-transition: all 0.7s ease;
  100. -moz-transition: all 0.7s ease;
  101. -o-transition: all 0.7s ease;
  102. }
  103.  
  104. img {
  105. border:none;
  106. }
  107.  
  108. blockquote {
  109. padding-left:5px;
  110. border-left:2px solid;
  111. margin:0px 2px 0px 5px;
  112. }
  113.  
  114. blockquote blockquote {
  115. padding-left:4px;
  116. border-left:2px solid;
  117. margin:0px 2px 0px 5px;
  118. }
  119.  
  120. h1 {
  121. font-size:12px;
  122. }
  123.  
  124. h1 a {-webkit-transition: all 0.7s ease;
  125. -moz-transition: all 0.7s ease;
  126. -o-transition: all 0.7s ease;}
  127.  
  128. h1 a:hover {font-size:12px; -webkit-transition: all 0.7s ease;
  129. -moz-transition: all 0.7s ease;
  130. -o-transition: all 0.7s ease;}
  131.  
  132. .quote {font-size:10px; font-style:italic;}
  133.  
  134. .source {font-size:10px; font-style:normal;}
  135.  
  136. .chat{
  137. font-size:9px;
  138. text-transform:uppercase;
  139. line-height:12px;
  140. letter-spacing:1px;
  141. }
  142.  
  143. .entries {
  144. padding:10px;
  145.  
  146. margin-left:500px;
  147. margin-top:50px;
  148. margin-bottom:50px;
  149. -webkit-transition: all 0.7s ease;
  150. -moz-transition: all 0.7s ease;
  151. -o-transition: all 0.7s ease;
  152. }
  153.  
  154. .entries img{
  155.  
  156. padding:4px;
  157.  
  158. -webkit-transition: all 0.7s ease;
  159. -moz-transition: all 0.7s ease;
  160. -o-transition: all 0.7s ease;
  161. }
  162.  
  163. .entries img:hover{opacity:0.93;
  164. }
  165.  
  166. .post {
  167. width:500px;
  168. padding-bottom:0px;
  169. padding-top: 27px;
  170. margin-bottom:14px;
  171. }
  172.  
  173. #sidebar {
  174. width:90px;
  175. position:fixed;
  176. margin-left:282px;
  177. margin-top:160px;
  178. }
  179. .description {
  180. padding:6px;
  181. text-align:center;
  182. margin-left:0px;
  183. width:140px;
  184. position:fixed;
  185. margin-top:9px;
  186. line-height:10px;
  187. font-family:cambria;
  188. font-style:italic;
  189. font-size:8px;
  190. text-transform:lowercase;
  191. -webkit-transition: all 0.7s ease;
  192. -moz-transition: all 0.7s ease;
  193. -o-transition: all 0.7s ease;
  194. }
  195. .description a:hover{
  196. background-color:white;
  197. text-decoration:underline;
  198. opacity:.6;
  199. color:#b8b8b8;
  200. }
  201. .description a{
  202. text-decoration:underline;
  203. }
  204. .bonivur {
  205. width:150px;
  206. position:fixed;
  207. text-align:center;
  208. margin-left:1px;
  209. margin-top:1px;
  210. line-height:11px;
  211. -webkit-transition: all 0.5s ease;
  212. -moz-transition: all 0.5s ease;
  213. -o-transition: all 0.5s ease;
  214. }
  215.  
  216. .bonivur a {
  217. font-family:cambria;
  218. margin-left:1px;
  219. margin-right:1px;
  220. font-size:8px;
  221. font-style:italic;
  222. letter-spacing:1px;
  223. -webkit-transition: all 0.5s ease;
  224. -moz-transition: all 0.5s ease;
  225. -o-transition: all 0.5s ease;
  226. }
  227.  
  228. .bonivur a:hover {
  229. color:#fff;
  230. -webkit-transition: all 0.5s ease;
  231. -moz-transition: all 0.5s ease;
  232. -o-transition: all 0.5s ease;
  233. }
  234. #lb {
  235. position:fixed;
  236. bottom:10px;
  237. right:10px;
  238. font: 14px times;
  239. color: {color:#c9c9c9};
  240. border: 1px solid #e8e8e8;
  241. background-color: #FAFAFA;
  242. text-transform:lowercase;
  243. letter-spacing:0.5px;
  244. padding: 4px;}
  245.  
  246. #lb a {
  247. color:{color:link}; opacity:0.8;
  248. background-color: #fafafa;}
  249.  
  250. #lb a:hover {
  251. color:{color:link hover}; opacity:0.8;
  252. background-color: #FAFAFA; opacity:0.8;}
  253.  
  254. #sidebarimage {
  255. width: 100px;
  256. height:auto;
  257. text-align:center;
  258. opacity:1;
  259. -webkit-transition: all 0.7s ease;
  260. -moz-transition: all 0.7s ease;
  261. -o-transition: all 0.7s ease;
  262. }
  263.  
  264.  
  265. #sidebarimage img {
  266. margin-left:18px;
  267. width:112px;
  268. height:auto;
  269. padding:4px;
  270. opacity:.8;
  271. -webkit-transition: all 0.7s ease;
  272. -moz-transition: all 0.7s ease;
  273. -o-transition: all 0.7s ease;
  274. }
  275.  
  276.  
  277. .ducks{
  278. font-size:8px;
  279. text-align:center;
  280. margin-top:200px;
  281. margin-left:74px;
  282. position:fixed;
  283. }
  284.  
  285. #info {
  286. font-size:8px;
  287. line-height:11px;
  288. font-style:italic;
  289. letter-spacing:1px;
  290. text-align:left;
  291. margin-top:3px;
  292. padding-top: 3px;
  293. border-top: 1px solid #ebebeb;
  294. margin-bottom:1px;
  295. }
  296.  
  297. .skinny{
  298. border:1px solid;
  299. padding:4px;
  300. border-color:#fafafa;
  301. padding:10px;
  302. }
  303.  
  304.  
  305. .notes img{
  306. width:16px;
  307. }
  308.  
  309. .notes ol, .notes li{
  310. list-style:none;
  311. }
  312.  
  313. </style>
  314. </head><body>
  315. <div id="sidebar">
  316. <center><div id="sidebarimage"><img src="{image:sidebar}"></div></center>
  317. <center><div class="description">{Description}</div></center>
  318. <div class="bonivur">
  319. <a href="/">refresh</a>
  320. <a href="/ask">letters</a>
  321. {block:IfLink1}
  322. <a href="{text:Link1 url}">{text:Link1}</a>
  323. {/block:IfLink1}
  324. {block:IfLink2}
  325. <a href="{text:Link2 url}">{text:Link2}</a>
  326. {/block:IfLink2}
  327. <a href="http://bonivur.tumblr.com/">credit</a>
  328. <div class="ducks">{block:Pagination}{block:PreviousPage}<a href="{PreviousPage}">back</a>{/block:PreviousPage} {block:NextPage}<a href="{NextPage}">– next</a>{/block:NextPage}{/block:Pagination}</div>
  329. </div>
  330. </div> <div id="lb">
  331. <a href="http://bonivur.tumblr.com">ℒℳℬ</a>
  332. </div>
  333.  
  334. <div class="entries">{block:Posts}<div class="post">
  335.  
  336. {block:Text}<h1>{block:Title}{Title}{/block:Title}</h1>{Body}{/block:Text}
  337.  
  338. {block:Photo}<img src="{PhotoURL-500}"/>{block:Caption}{Caption}{/block:Caption}{/block:Photo}
  339.  
  340. {block:Photoset}{Photoset-500}{block:Caption}{Caption}{/block:Caption}{/block:Photoset}
  341.  
  342. {block:Quote}<div class="quote">{Quote}{block:Source} —<span class="source">{Source}</span>{/block:Source}</div>{/block:Quote}
  343.  
  344. {block:Link}<h1>&raquo; <a href="{URL}" {Target}>{Name}</a></h1>{block:Description}{Description}{/block:Description}{/block:Link}
  345.  
  346. {block:Chat}<div class="chat">{block:Title}<h1>{Title}</h1>{/block:Title}{block:Lines}{block:Label}<b>{Label}</b>{/block:Label} {Line}<br>{/block:Lines}</div>{/block:Chat}
  347.  
  348. {block:Audio}{AudioPlayerWhite}{block:Caption}{Caption}{/block:Caption}{/block:Audio}
  349.  
  350. {block:Video}{Video-500}{block:Caption}{Caption}{/block:Caption}{/block:Video}
  351.  
  352. {block:Answer} <div class="post"><br>
  353. <div class="skinny">{Asker}:{Question}</div>{Answer}{/block:Answer}
  354.  
  355. {block:ContentSource}
  356. <!-- {SourceURL}{block:SourceLogo}<img src="{BlackLogoURL}"
  357. width="{LogoWidth}" height="{LogoHeight}" alt="{SourceTitle}" />
  358. {/block:SourceLogo}
  359. {block:NoSourceLogo}{SourceLink}{/block:NoSourceLogo} -->
  360. {/block:ContentSource}
  361.  
  362. <div id="info">
  363. <a href="{Permalink}">{NoteCountWithLabel}</a>{block:Date}; {TimeAgo}{/block:Date}
  364. {block:RebloggedFrom} ; via:<a href="{ReblogParentURL}"title="{ReblogParentTitle}">{ReblogParentName}</a> ; source:<a href="{ReblogRootURL}"title="{ReblogRoottitle}">{ReblogRootName}</a>{/block:RebloggedFrom} ;{block:HasTags}{block:Tags}<u>TAGGED AS: <a href="{TagURL}"><img src="http://static.tumblr.com/qlfmldj/wOKmcnquv/untitled-2.png">{Tag}</a></u>{/block:Tags}{/block:HasTags}</div></div>
  365. {block:PostNotes}<div class="notes">{PostNotes}</div>{/block:PostNotes}
  366. {/block:Posts}</div>
  367. </body></html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement