Advertisement
letsrp

Satellite Heart - Chara #3

Oct 20th, 2013
200
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 11.34 KB | None | 0 0
  1. <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">
  2.  
  3. <!--
  4. .---. .-''-.,---------. .-'''-..-------. .-------.
  5. | ,_| .'_ _ \ \/ _ | _ _ \ \ _(`)_ \
  6. ,-./ ) / ( ` ) `--. ,---(`' )/`--| ( ' ) | | (_ o._)|
  7. \ '_ '`). (_ o _) | | \ (_ o _). |(_ o _) / | (_,_) /
  8. > (_) )| (_,_)___| :_ _: (_,_). '.| (_,_).' __| '-.-'
  9. ( . .-'' \ .---. (_I_) .---. \ | |\ \ | | |
  10. `-'`-'|__\ `-' / (_(=)_)\ `-' | | \ `' | |
  11. | \ / (_I_) \ /| | \ // )
  12. `--------``'-..-' '---' `-...-' ''-' `'-' `---'
  13.  
  14.  
  15. this theme was made by letsrp @ tumblr.com
  16. - don't use as base to make your own themes
  17. - don't edit and redistribute it
  18. - keep credit
  19. - don't steal, please
  20. -->
  21.  
  22. <html>
  23. <head>
  24. <title>{Title}</title>
  25. <link rel="shortcut icon" href="{Favicon}" />
  26. <link rel="alternate" type="application/rss+xml" href="{RSS}" />
  27. <meta name="description" content="{MetaDescription}" />
  28.  
  29. <!-- DEFAULT VARIABLES -->
  30. <meta name="color:background" content="#ffffff" />
  31. <meta name="color:text" content="#919191" />
  32. <meta name="color:link" content="#919191" />
  33. <meta name="color:hover" content="#585758" />
  34. <meta name="color:perma" content="#f8f8f8">
  35. <meta name="color:menu" content="#5bc3d8" />
  36. <meta name="color:menu link" content="#ffffff" />
  37.  
  38. <meta name="image:sbar" content=""/>
  39. <meta name="image:background" content=""/>
  40.  
  41. <meta name="text:Link1" content="/" />
  42. <meta name="text:Link1 Title" content="link 1" />
  43. <meta name="text:Link2" content="/" />
  44. <meta name="text:Link2 Title" content="link 2" />
  45. <meta name="text:Link3" content="/" />
  46. <meta name="text:Link3 Title" content="link 3" />
  47. <meta name="text:Link4" content="/" />
  48. <meta name="text:Link4 Title" content="link 4" />
  49. <meta name="text:Link5" content="/" />
  50. <meta name="text:Link5 Title" content="link 5" />
  51. <meta name="text:Link6" content="/" />
  52. <meta name="text:Link6 Title" content="link 6" />
  53. <meta name="text:Link7" content="/" />
  54. <meta name="text:Link7 Title" content="link 7" />
  55.  
  56. <style type="text/css">
  57.  
  58.  
  59. /* ------------ BODY & LINKS -------------- */
  60.  
  61. body{
  62. background-color:{color:background};
  63. background-image: url('{image:Background}');
  64. background-attachment:fixed;
  65. color:{color:text};
  66. font-family:arial;
  67. font-size:9px;
  68. line-height:11px;
  69. text-align:justify;
  70. }
  71.  
  72. a:link, a:active, a:visited{
  73. color: {color:link};
  74. text-decoration:none;
  75. -webkit-transition-duration: .90s;
  76. }
  77.  
  78. a:hover{
  79. color:{color:hover};
  80. -webkit-transition-duration: .90s;}
  81.  
  82.  
  83. ::-webkit-scrollbar-thumb:vertical{
  84. background-color:{color:menu};
  85. }
  86.  
  87. ::-webkit-scrollbar{
  88. width:5px;
  89. background-color:{color:background};
  90. }
  91.  
  92. b, strong {
  93. color: {color:menu};
  94. }
  95.  
  96. /* ------------ SIDE & DESC -------------- */
  97.  
  98. #side{
  99. margin-top:270px;
  100. position:fixed;
  101. margin-left:90px;
  102. width:245px;
  103. height:auto;
  104. }
  105.  
  106. #icon {
  107. width:64px;
  108. margin-left:15px;
  109. position:fixed;
  110. margin-top:270px;
  111. height:200px;
  112. }
  113.  
  114. #sbarimg img{
  115. width: 245px;
  116. height:auto;
  117. }
  118.  
  119. /* ------------ POSTS -------------- */
  120.  
  121. #entries{
  122. width:520px;
  123. margin-left:380px;
  124. margin-top:70px;
  125. }
  126.  
  127. .post{
  128. width:500px;
  129. margin-top: 20px;
  130. }
  131. /* ------------ TITLES -------------- */
  132.  
  133. h1{
  134. color:{color:text};
  135. font-size:15px;
  136. line-height:13px;
  137. font-style:italic;
  138. text-transform:normal;
  139. text-align:left;
  140. }
  141.  
  142. h2{
  143. color:{color:text};
  144. font-size:15px;
  145. line-height:13px;
  146. font-style:italic;
  147. text-transform:normal;
  148. text-align:left;
  149. }
  150.  
  151. h3{
  152. color:{color:text};
  153. margin-top:3px;
  154. text-align:right;
  155. margin-bottom:5px;
  156. font-size:10px;
  157. }
  158.  
  159. /* ------------ QUESTIONS -------------- */
  160.  
  161. .questions{
  162. color:{color:text};
  163. font-size:10px;
  164. line-height:11px;
  165. text-transform:normal;
  166. margin-left:-5px;
  167. margin-bottom: 5px;
  168. text-transform: lowercase;
  169. padding:10px;
  170. text-align:left;
  171. background:{color:perma};
  172. }
  173.  
  174. .answer{
  175. color:{color:text};
  176. padding:5px;
  177. text-align:left;
  178. margin-top:-2px;
  179. margin-left:-5px;
  180. }
  181.  
  182. /* ------------ NAVI -------------- */
  183.  
  184. .slinks {
  185. margin-left: 0px;
  186. margin-top: 0px;
  187. width: 69px;
  188. -webkit-transition: all 0.7s ease;
  189. -moz-transition: all 0.7s ease;
  190. -o-transition: all 0.7s ease;
  191. }
  192.  
  193. .slinks a{
  194. color:#fff;
  195. width: 69px;
  196. text-indent:2px;
  197. margin-bottom: 2px;
  198. display: inline-block;
  199. text-align:left;
  200. text-transform:uppercase;
  201. font-size:8px;
  202. font-family:Lucida Sans Unicode;
  203. letter-spacing:1px;
  204. background-color:{color:menu};
  205. }
  206.  
  207. .slinks a:hover{
  208. color:#fff;
  209. text-indent:14px;
  210. -webkit-transition: all 0.7s ease;
  211. -moz-transition: all 0.7s ease;
  212. -o-transition: all 0.7s ease;
  213. opacity:0.4;
  214. }
  215.  
  216. /* ------------ PERMA & TAGS -------------- */
  217.  
  218. #info{
  219. display:block;
  220. color:{color:text};
  221. padding:1px;
  222. height:16px;
  223. line-height:17px;
  224. margin-top:15px;
  225. font-size:8px;
  226. border-top:1px solid #eee;
  227. text-transform:uppercase;
  228. -webkit-transition-duration:0.4s;
  229. -o-transition-duration:0.4s;
  230. -moz-transition-duration:0.4s;
  231. margin-bottom:2px;
  232. text-align:left;
  233. }
  234.  
  235.  
  236. #info a{
  237. color:{color:link};
  238. }
  239.  
  240. #info a:hover{
  241. color:{color:hover};
  242. }
  243.  
  244. #tags{
  245. margin-right:7px;
  246. text-align:left;
  247. text-transform:lowercase;
  248. font-size:9px;
  249. font-style:italic;
  250. opacity:1;
  251. -webkit-transition:0.3s linear;
  252. outline: none;
  253. }
  254.  
  255. /* ------------ BLOCKQUOTE -------------- */
  256.  
  257. blockquote{
  258. padding-left:3px;
  259. margin-left:10px;
  260. margin-right:10px;
  261. border-left:1px solid {color:text};
  262. }
  263.  
  264. /* ------------ AUDIO -------------- */
  265.  
  266. .audio{
  267. opacity: 1.0;
  268. position:relative;
  269. overflow:hidden;
  270. min-height:130px;
  271. font-size: 10px;
  272. }
  273.  
  274. .player{
  275. position:absolute;
  276. z-index:3;
  277. background:#000000;
  278. margin-top:45px;
  279. margin-left:73px;
  280. opacity:0.75;
  281. filter:alpha(opacity=75);
  282. border:0px #000000 solid;
  283. border-radius: 100px;
  284. }
  285.  
  286. .audioplayer{
  287. border: 0px solid {color:perma};
  288. width:363px;
  289. height:15px;
  290. overflow:hidden;
  291. padding:5px;
  292. padding-bottom:13px;
  293. margin-right:5px;
  294. margin-top: 5px;
  295. }
  296.  
  297. .audioinfo{
  298. margin-top: 15px;
  299. margin-left:120px;
  300. line-height:10px;
  301. font-size:10px!important;
  302. font-style: normal;}
  303.  
  304. .audiocaption{
  305. margin-left:20px;}
  306.  
  307. .audiocaption img{
  308. max-width:330px!important;}
  309.  
  310. .audiocaption blockquote img{
  311. max-width:320px!important;}
  312.  
  313. .audiocaption blockquote blockquote img{
  314. max-width:310px!important;}
  315.  
  316. /* ------------ CHAT -------------- */
  317.  
  318. .user_1 .label {color:{color:text}; font-weight:bold;}
  319. .user_2 .label {color:{color: text}; font-weight:bold;}
  320. .user_3 .label {color:{color:text}; font-weight:bold;}
  321. .user_4 .label {color:{color:text}; font-weight:bold;}
  322. .user_5 .label {color:{color: text}; font-weight:bold;}
  323. .user_6 .label {color:{color:text}; font-weight:bold;}
  324. .user_7 .label {color:{color:text}; font-weight:bold;}
  325. .user_8 .label {color:{color: text}; font-weight:bold;}
  326. .user_9 .label {color:{color:text}; font-weight:bold;}
  327. .user_10 .label {color:{color:text}; font-weight:bold;}
  328.  
  329. .ul.chat {}
  330. .chat ol {}
  331. .chat li {
  332. list-style:none;
  333. margin-left:-30px;
  334. padding:-5px;
  335. margin-bottom:3px;
  336. }
  337.  
  338. /* ------------ NOTES -------------- */
  339.  
  340. .notes{
  341. margin-left:-15px;
  342. margin-top:30px;
  343. width:500px;
  344. font-size:10px;
  345. }
  346.  
  347. .notes a:hover{
  348. color:{color:link};
  349. }
  350.  
  351. ol.notes{
  352. list-style-type:none;
  353. }
  354.  
  355. ol.notes li.note{
  356. padding-bottom:7px;
  357. margin-bottom:12px;
  358. border-bottom:1px dotted {color:accent};
  359. }
  360.  
  361. ol.notes li.note img.avatar{
  362. vertical-align:-6px;
  363. }
  364.  
  365. ol.notes li.note img{
  366. padding:2px;
  367. border-radius:10px;
  368. }
  369.  
  370. ol.notes li.note blockquote{
  371. padding-left:5px;
  372. margin-left:30px;
  373. }
  374.  
  375. </style>
  376. </head>
  377. <body>
  378.  
  379. <div id="icon">
  380. <img src="{PortraitURL-64}" style="border:3px double {color:menu};">
  381.  
  382. <div class="slinks">
  383. {block:iflink1}<a href="{text:link1}" >{text:link1 title}</a>{/block:iflink1}
  384. {block:iflink2}<a href="{text:link2}" >{text:link2 title}</a>{/block:iflink2}
  385. {block:iflink3}<a href="{text:link3}" >{text:link3 title}</a>{/block:iflink3}
  386. {block:iflink4}<a href="{text:link4}" >{text:link4 title}</a>{/block:iflink4}
  387. {block:iflink5}<a href="{text:link5}" >{text:link5 title}</a>{/block:iflink5}
  388. {block:iflink6}<a href="{text:link6}" >{text:link6 title}</a>{/block:iflink6}
  389. {block:iflink7}<a href="{text:link7}" >{text:link7 title}</a>{/block:iflink7}
  390. <a href="http://letsrp.tumblr.com/" >theme</a>
  391. </div></div>
  392.  
  393. <div id="side">
  394. <div id="sbarimg"><img src="{image:sbar}"/></div>
  395. {Description}
  396.  
  397. <center><p>
  398. {block:Pagination}
  399. <div class="pagi">
  400. {block:PreviousPage}
  401. <a href="{PreviousPage}">prev</a>
  402. {/block:PreviousPage}
  403. {block:NextPage}
  404. <a href="{NextPage}">next</a>
  405. {/block:NextPage}
  406. </div>
  407. {/block:Pagination}
  408. </center>
  409.  
  410. </div></div></div>
  411. <div id="entries">
  412. {block:Posts}
  413. <div class="post">
  414.  
  415. {block:Text}<span style="margin-left:-6px;">{block:Title}<h2>{Title}</h2>{/block:Title}{Body}</span>{/block:Text}
  416.  
  417. {block:Photo}{LinkOpenTag}<img src="{PhotoURL-500}"><br>{LinkCloseTag}{block:Caption}{Caption}{/block:Caption}{/block:Photo}
  418.  
  419. {block:Photoset}{Photoset-500}{block:Caption}{Caption}{/block:Caption}{/block:Photoset}
  420.  
  421. {block:Quote}<h2>{Quote}<h2> {block:Source}<h3>― {Source}{/block:Source}</h3>{/block:Quote}
  422.  
  423. {block:Link}<h1><a href="{URL}" {Target}><b>{Name}</b></a></h1>{block:Description}{Description}{/block:Description}{/block:Link}
  424.  
  425. {block:Chat}{block:Title}<h2>{Title}</h2>{/block:Title}<ul class="chat">{block:Lines}<li class="user_{UserNumber}">{block:Label}<span class="label">{Label}</span>{/block:Label}&nbsp;{Line}</li>{/block:Lines}</ul><br>{/block:Chat}
  426.  
  427. {block:Audio}<div class="audio"><span style="position:absolute; width:60px; height:60px; margin-left:-15px;">{block:AlbumArt}<img src="{AlbumArtURL}" width="70px" height="70px" align="left" style="margin-left:50px; margin-top: 16px; opacity: 0.7; border-radius: 0px;" />{/block:AlbumArt}</span><div class="audioinfo"><b>Title:</b> <span{block:TrackName} style="display: none;"{block:TrackName}>Unknown</span>{block:TrackName}{TrackName}{/block:TrackName}<br /><b>Artist:</b> <span{block:Artist} style="display: none;"{block:Artist}>Unknown</span>{block:Artist}{Artist}{/block:Artist}<br /><b>Album:</b> <span{block:Album} style="display: none;"{block:Album}>Unknown</span>{block:Album}{Album}{/block:Album}<br />{block:ExternalAudio}<b>Download:</b> <a href="{ExternalAudioURL}">Click Here</a><br />{/block:ExternalAudio}<b>Played:</b> {FormattedPlayCount}
  428. <br><div class="audioplayer">{AudioPlayerWhite}</div>
  429. </div>
  430. <br><div class="audiocaption">{block:Caption}{Caption}{/block:Caption}</div></div>{/block:Audio}
  431.  
  432. {block:Video}{Video-500}{block:Caption}{Caption}{/block:Caption}{/block:Video}
  433.  
  434. {block:Answer}<div class="questions">{Asker}: "{Question}"</div>
  435. <div class="answer">{Answer}</div>{/block:answer}
  436.  
  437. {block:Date}
  438. <div id="info">
  439. <a href="{Permalink}">{Month} {DayOfMonth}{DayOfMonthSuffix}</a>{/block:Date} —
  440. {block:RebloggedFrom} <a href="{ReblogParentURL}">via</a>{/block:RebloggedFrom}
  441. and {block:ContentSource} <a href="{SourceURL}"><a href="{SourceURL}">source</a>{/block:ContentSource}
  442. {block:RebloggedFrom} <a href="{ReblogParentURL}" target="_blank"></a>{/block:RebloggedFrom}
  443. with {NoteCountWithLabel}</a></div>
  444.  
  445. {block:HasTags}<div id="tags">{block:Tags}✘<a href="{TagURL}">{Tag}</a> {/block:Tags}</div>{/block:HasTags}</div><br>{/block:posts}{block:PostNotes}{PostNotes}{/block:PostNotes}
  446. </div>
  447. </div>
  448. </div>
  449. </body>
  450. </html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement