Advertisement
getnakedmiley

Lips of an Angel

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