Advertisement
lousontiptoes

Lousontiptoes theme 02

Mar 12th, 2013
533
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 12.30 KB | None | 0 0
  1. <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
  2.  
  3. <!-- BASE by GETNAKEDMILEY -->
  4. <!-- THEME by LOUSONTIPTOES -->
  5.  
  6.  
  7. <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
  8.  
  9.  
  10. <head>
  11.  
  12.  
  13. <meta name="color:bg" content="#FFFFFF">
  14. <meta name="color:link" content="#d59f9f">
  15. <meta name="color:hover" content="#797575">
  16. <meta name="color:infobg" content="#FCFCFC">
  17. <meta name="color:text" content="#999898">
  18. <meta name="color:tags" content="#EDEDED">
  19. <meta name="color:scrollbar" content="#D6D5D5">
  20. <meta name="color:border" content="#FAFAFA">
  21.  
  22. <meta name="image:sidebar" content=""/>
  23.  
  24. <meta name="text:linkA" content="">
  25. <meta name="text:linkA url" content="/">
  26. <meta name="text:linkB" content="">
  27. <meta name="text:linkB url" content="/">
  28. <meta name="text:linkC" content="">
  29. <meta name="text:linkC url" content="/">
  30. <meta name="text:linkD" content="">
  31. <meta name="text:linkD url" content="/">
  32.  
  33. <meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
  34. <link href='http://fonts.googleapis.com/css?family=Text+Me+One' rel='stylesheet' type='text/css'>
  35. <title>{Title}</title> {block:Description}<meta name="description" content="{MetaDescription}" />{/block:Description}
  36. <link rel="shortcut icon" href="{Favicon}" />
  37. <link rel="alternate" type="application/rss+xml" href="{RSS}" />
  38.  
  39. <style type="text/css">
  40.  
  41.  
  42. a {
  43. color:{color:link};
  44. text-decoration:none;
  45. -moz-transition-duration:0.5s;
  46. -webkit-transition-duration:0.5s;
  47. -o-transition-duration:0.5s;
  48. }
  49.  
  50. a:hover {
  51. color:{color:hover};
  52. text-decoration:none;
  53. -moz-transition-duration:0.5s;
  54. -webkit-transition-duration:0.5s;
  55. -o-transition-duration:0.5s;
  56. }
  57.  
  58.  
  59. ::-webkit-scrollbar {background-color:{color:infobg}; height:8px; width:8px}
  60. ::-webkit-scrollbar-thumb:vertical {background-color:{color:scrollbar}; height:50px}
  61. ::-webkit-scrollbar-thumb:horizontal {background-color:{color:scrollbar}; height:8px!important}
  62.  
  63. body {
  64. background-color:{color:bg};
  65. font-family:Calibri;
  66. font-weight:normal;
  67. }
  68.  
  69.  
  70.  
  71.  
  72. h1 {
  73. font-weight:normal;
  74. font-size:9px;
  75. text-align:center;
  76. font-style:normal;
  77. line-height:80%;
  78. letter-spacing:1px;
  79. text-transform:uppercase;
  80. color:{color:text};
  81. }
  82.  
  83. h2 {
  84. font-size:11px;
  85. text-align:center;
  86. line-height:100%;
  87. letter-spacing:-0.5px;
  88. color:{color:text};
  89. font-weight:normal;
  90. padding:5px;
  91. padding-bottom:2px;
  92. }
  93.  
  94.  
  95. blockquote {
  96. border-left:2px solid {color:text};
  97. padding-left:5px;
  98. margin:5px;
  99. }
  100.  
  101. #theme {
  102. background-color:{color:bg};
  103. width:700px;
  104. margin: 0 auto -12px auto;
  105. text-align: center;
  106. }
  107.  
  108. #sidebar {
  109. color:{color:text};
  110. position:fixed;
  111.  
  112. width:130px;
  113. height:auto;
  114. margin-top:180px;
  115. text-align:center;
  116. }
  117.  
  118. #sidebar img {
  119. width:90px;
  120. height:90px;
  121. margin-bottom:0px;
  122. }
  123.  
  124. .links {
  125.  
  126.  
  127. text-align:center;
  128. letter-spacing:3px;
  129. position:fixed;
  130. display:block;
  131. position:fixed;
  132. font-family:cedarcursive;
  133. margin-left:20px;
  134. margin-top:-95px;
  135. font-size:9px;
  136. line-height:175%;
  137. width:90px;
  138.  
  139. }
  140.  
  141. .links a{
  142. padding:2px;
  143. display:block;
  144. font-family:cedarcursive;
  145. background-color:white;
  146. margin-bottom: -12px;
  147. opacity: 0;
  148. margin-left:0px;
  149. color:{color:link};
  150. letter-spacing:0px;
  151. text-decoration:none;
  152. -webkit-transition: opacity 0.6s linear;-webkit-transition: all 0.6s ease-in-out;-moz-transition: all 0.6s ease-in-out;-o-transition: all 0.6s ease-in-out;
  153. }
  154.  
  155. .links a:hover{
  156. color:{color:hover};
  157. opacity: 0.8;
  158. -moz-transition-duration:1s;
  159. -webkit-transition-duration:1s;
  160. -o-transition-duration:1s;
  161. }
  162.  
  163. .desc {
  164. margin-bottom:6px;
  165. width:100px;
  166. margin-left:15px;
  167. font-size: 9px;
  168. text-align:left
  169. font-size:10px;
  170. color:{color:text};
  171. letter-spacing:1px;
  172. line-height:110%;
  173. }
  174.  
  175. .desc a {
  176. color:{color:link};
  177. }
  178.  
  179. .pagi {
  180. width:90px;
  181. font-size:12px;
  182. margin-left: 20px;
  183. text-align:center;
  184. font-family:consolas;
  185. letter-spacing:0px;
  186.  
  187. }
  188.  
  189.  
  190. #stuffcontainer {
  191. float:left;
  192. margin-left:200px;
  193. margin-top:2px;
  194. text-align:justify;
  195. background-color:{color:bg};
  196. color:{color:text};
  197. margin-bottom: 25px;
  198. }
  199.  
  200.  
  201. #stuff {
  202. width:400px;
  203. margin-top:25px;
  204. text-align:justify;
  205. font-size:11px;
  206. line-height:90%;
  207. letter-spacing:0x;
  208. color:{color:text};
  209. }
  210.  
  211. .caption {
  212. width:400px;
  213. text-align:justify;
  214. line-height:120%;
  215. }
  216.  
  217. .ask {
  218. padding:10px;
  219. font-size: 9px;
  220. text-align:left;
  221. color:{color:text};
  222. background-color:{color:infobg};
  223. border-bottom:1px solid {color:border};
  224. border-right:1px solid {color:border};
  225. }
  226.  
  227. .ans {
  228. text-align:left;
  229. padding:10px;
  230. color:{color:text};
  231. }
  232.  
  233. .audio {
  234. width:400px;
  235. padding-bottom:10px;
  236. background-color:{color:infobg};
  237. }
  238.  
  239. .albumart {
  240. float:left;
  241. padding:0px 10px 10px 0px;
  242. }
  243.  
  244. .albumart img {
  245. width:45px;
  246. height:45px;
  247. }
  248.  
  249. .playercontainer {
  250. text-align:left;
  251. padding:10px;
  252. background-color:#ffffff;
  253. width:380px;
  254. }
  255.  
  256. .audioinfo {
  257. padding:10px;
  258. color:{color:text};
  259. }
  260.  
  261. #postinfo {
  262. width:390px;
  263. padding:5px;
  264. font-size:8px;
  265. color:{color:link};
  266. text-transform:uppercase;
  267. font-style:normal;
  268. letter-spacing:2px;
  269. text-align:center;
  270. border-top:1px solid {color:border};
  271. border-bottom:1px solid {color:border};
  272. -moz-transition-duration:0.5s;
  273. -webkit-transition-duration:0.5s;
  274. -o-transition-duration:0.5s;
  275. }
  276.  
  277. #postinfo a {
  278. color:{color:link};
  279. text-align:center;
  280. letter-spacing:1px;
  281. font-style:normal;
  282. }
  283.  
  284. #postinfo a:hover {
  285. color:{color:hover};
  286. }
  287.  
  288. .note {
  289. text-transform:uppercase;
  290. font-style:normal;
  291. letter-spacing:0px;
  292. font-size: 9px;
  293. text-align:left;
  294. line-height:90%;
  295. margin-left:-40px;
  296. }
  297.  
  298. .note li {
  299. list-style-type:none;
  300. border-bottom:1px solid {color:border};
  301. padding:10px 25px 10px 25px;
  302. text-align:left;
  303. margin:0px;
  304. -moz-transition-duration:0.5s;
  305. -webkit-transition-duration:0.5s;
  306. -o-transition-duration:0.5s;
  307. }
  308.  
  309. .tags {
  310. font-style:normal;
  311. width:400px;
  312. text-align:center;
  313. text-transform:uppercase;
  314. font-style:normal;
  315. color:{color:tags};
  316. letter-spacing:2px;
  317. line-height:120%;
  318. font-size:8px;
  319. text-align:left;
  320. padding:2px;
  321. -moz-transition-duration:0.5s;
  322. -webkit-transition-duration:0.5s;
  323. -o-transition-duration:0.5s;
  324. }
  325.  
  326. .tags a {
  327. color:{color:tags};
  328. letter-spacing:1px;
  329. padding:1px;
  330. }
  331.  
  332. .tags a:hover {
  333. color:{color:link};
  334. }
  335.  
  336. ul.chat, .chat ol, .chat li {
  337. list-style:none;
  338. margin:0px;
  339. padding:2px;
  340. }
  341.  
  342. .label {
  343. text-decoration:underline;
  344. font-weight:700;
  345. background-color:{color:infobg};
  346. margin-right:5px;
  347. }
  348.  
  349.  
  350.  
  351. #cred2 {
  352. position:fixed;
  353. font-size:8px;
  354. font-weight:normal;
  355. line-height:115%;
  356. letter-spacing:2px;
  357. right:10px;
  358. bottom:10px;
  359. text-transform:uppercase;
  360. text-align:center;
  361. }
  362.  
  363. #cred2 a {
  364. padding:1px;
  365. color:#d59f9f;
  366. background-color:#fff;
  367. -moz-transition-duration:0.5s;
  368. -webkit-transition-duration:0.5s;
  369. -o-transition-duration:0.5s;
  370. }
  371.  
  372.  
  373. {CustomCSS}
  374.  
  375. </style></head>
  376.  
  377. <body>
  378. <div id="theme">
  379. <div id="sidebar">
  380. <img src="{image:sidebar}">
  381. <div class="links">
  382. {block:IfLinkA}
  383. <a href="{text:linkA url}">{text:LinkA}</a><br>
  384. {/block:IfLinkA}
  385. {block:IfLinkB}
  386. <a href="{text:linkB url}">{text:LinkB}</a><br>
  387. {/block:IfLinkB}
  388. {block:IfLinkC}
  389. <a href="{text:linkC url}">{text:LinkC}</a><br>
  390. {/block:IfLinkC}
  391. {block:IfLinkD}
  392. <a href="{text:linkD url}">{text:LinkD}</a><br>
  393. {/block:IfLinkD}
  394. </div>
  395.  
  396. <div class="desc">
  397. {Description}
  398. </div>
  399. {block:Pagination}
  400. <div class="pagi">
  401. {block:PreviousPage}
  402. <a href="{PreviousPage}">←</a>
  403. {/block:PreviousPage}
  404. {block:NextPage}
  405. <a href="{NextPage}">→</a>
  406. {/block:NextPage}
  407. </div>
  408. {/block:Pagination}
  409. </div>
  410.  
  411. <div id="stuffcontainer">
  412.  
  413. {block:Posts}
  414.  
  415. <div id="stuff">
  416.  
  417. {block:Text}{block:Title}<h2>{Title}</h2>{/block:Title}{Body}{/block:Text}
  418.  
  419. {block:Quote}<h2>“{Quote}”</h2><h1>{Source}</h1>{/block:Quote}
  420.  
  421. {block:Link}<a href="{URL}"><h2>{Name}</h2></a>
  422. {block:Description}<p>{Description}</p>{/block:Description}{/block:Link}
  423.  
  424. {block:Photo}<center><img src="{PhotoURL-400}"/></center>{block:Caption}{Caption}{/block:Caption}{/block:Photo}
  425.  
  426. {block:Photoset}<center>{Photoset-400}</center>
  427. {block:Caption}{Caption}{/block:Caption}{/block:Photoset}
  428.  
  429. {block:Chat}<ul class="chat">{block:Title}<h2>{Title}</h2>{/block:Title}{block:Lines}<li>{block:Label}<span class="label">{Label}</span>{/block:Label}&nbsp;{Line}</li>{/block:Lines}</ul>{/block:Chat}
  430.  
  431. {block:Video}{Video-400}{block:Caption}{Caption}{/block:Caption}{/block:Video}
  432.  
  433. {block:Answer}<div class="ask">{Asker} asked: {Question}</div><div class="ans">{Answer}</div>{/block:answer}
  434.  
  435. {block:Audio}<div class="audio">{block:AlbumArt}<div class="albumart"><img src="{AlbumArtURL}"/></div>{/block:AlbumArt}
  436. <div class="audioinfo">{block:TrackName}<b>Title:</b> {TrackName}<br />{/block:TrackName}{block:Artist}<b>Artist:</b> {Artist}<br />{/block:Artist}
  437. {/block:ExternalAudio}<b>Played:</b> {PlayCount} times</div>
  438. <br><div class="playercontainer">{AudioPlayerWhite}</div></div>
  439. {block:Caption}{Caption}{/block:Caption}<br>{/block:Audio}
  440.  
  441.  
  442.  
  443. {block:Date}<div id="postinfo">{DayOfMonthWithZero}-{MonthNumberWithZero} / <a href="{Permalink}">{12Hour}:{Minutes}</a>{block:NoteCount} / <a href="{Permalink}">{NoteCountWithLabel}</a>{/block:NoteCount}{block:RebloggedFrom} / <a href="{ReblogParentURL}">{ReblogParentName}</a>{/block:RebloggedFrom}
  444. {block:ContentSource} / <a href="{SourceURL}">{SourceLink}</a>{/block:ContentSource}</div>{/block:Date}
  445. {block:HasTags}
  446. <div class="tags">
  447. {block:Tags}<a href="{TagURL}">#&nbsp;{Tag}</a>{/block:Tags}</div>
  448. {/block:HasTags}
  449. <div class="note">
  450. {block:PostNotes}{PostNotes}{/block:PostNotes}
  451. </div>
  452. </div>
  453. {/block:Posts}
  454.  
  455.  
  456. </div>
  457.  
  458.  
  459. <div id="cred2"><a href="http://lousontiptoes.tumblr.com/">©lousontiptoes</a></div>
  460.  
  461. </div>
  462. </div>
  463. </div>
  464. </body>
  465. </html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement