letsrp

Possibility - Chara #1

Sep 21st, 2013
582
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 8.72 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. <link href='http://fonts.googleapis.com/css?family=Dosis' rel='stylesheet' type='text/css'>
  29.  
  30. <!-- DEFAULT VARIABLES -->
  31. <meta name="color:Background" content="#ffffff"/>
  32. <meta name="color:Text" content="#686563"/>
  33. <meta name="color:Links" content="#757979"/>
  34. <meta name="color:Links Hover" content="#b5b6b6"/>
  35. <meta name="color:LBars" content="#e7e6e6">
  36. <meta name="color:LBars Hover" content="#bbbbbb">
  37.  
  38. <meta name="image:Sidebar" 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.  
  50. <style type="text/css">
  51.  
  52. body{
  53. color:{color:Text};
  54. background-attachment:fixed;
  55. background-image: url('{image:Background}');
  56. background-color:{color:Background};
  57. text-align:justify;
  58. line-height:100%;
  59. font-family: Calibri;
  60. font-size:11px;
  61. }
  62.  
  63. a{
  64. color:{color:Links};
  65. text-decoration:none;
  66. }
  67.  
  68. a:hover{
  69. color:{color:Links Hover};
  70. text-decoration:none;
  71. }
  72.  
  73. blockquote {
  74. border-left:2px solid {color:text};
  75. padding-left:3px;
  76. margin-left:15px;
  77. margin-right:15px;
  78. margin-bottom:0px;
  79. margin-top:0px;
  80. }
  81.  
  82. #sidebar{
  83. font-size:10px;
  84. width:243px;
  85. margin-top:80px;
  86. position:fixed;
  87. overflow:hidden;
  88. padding:0px;
  89. margin-left:170px;
  90. letter-spacing:0px;}
  91.  
  92. #sidebar img{
  93. width: 243px;
  94. height:169px;
  95. z-index: 1;
  96. margin-top:10px;
  97. }
  98.  
  99. #description{
  100. margin-top:287px;
  101. width: 238px;
  102. margin-left: 170px;
  103. text-align:justify;
  104. color:{color:text};
  105. position:fixed;
  106. font-size:10px;
  107. line-height: 12px;
  108. }
  109.  
  110. #entry{
  111. margin-left:450px;
  112. text-align:justify;
  113. width:500px;
  114. height:100%;
  115. margin-top:60px;
  116. }
  117.  
  118. #posts{
  119. overflow:hidden;
  120. text-align:justify;
  121. width:500px;
  122. margin-bottom:10px;
  123. padding:10px;
  124. }
  125.  
  126. #audio{
  127. margin-bottom:5px;
  128. width:500px;
  129. height:105px;
  130. }
  131.  
  132. #info {
  133. width:485px;
  134. padding:0px;
  135. font-size:8px;
  136. color:{color:Links};
  137. margin-top:10px;
  138. margin-bottom:5px;
  139. text-transform:uppercase;
  140. letter-spacing:2px;
  141. text-align:left;;
  142. font-size:8px;
  143. }
  144.  
  145. #tags {
  146. margin-top:-10px;
  147. font-size:8px;
  148. text-align:left;
  149. padding:5px;
  150. text-transform:uppercase;
  151. }
  152.  
  153. #date {
  154. display:inline-block; padding: 2px 10px 3px;
  155. color:{color:Links};
  156. border-left:10px solid {color:LBars};
  157. }
  158.  
  159. #tags a:hover {
  160. text-decoration:underline;
  161. transition-duration: 0.9s;
  162. -moz-transition-duration: 0.9s;
  163. -webkit-transition-duration: 0.9s;
  164. -o-transition-duration: 0.9s;
  165. }
  166.  
  167. #title2{
  168. text-align: center; font-family: Dosis;
  169. text-transform: uppercase;
  170. font-weight: normal;
  171. font-size:15px;
  172. margin-top:10px;
  173. line-height:18px;
  174. }
  175.  
  176. #source{
  177. margin-top:3px;
  178. text-align:right;
  179. margin-bottom:5px;
  180. font-size:9px;
  181. }
  182.  
  183. .chat{
  184. line-height: 12px;
  185. list-style: none;
  186. margin-left:-40px;
  187. }
  188.  
  189. .chat ul{
  190. line-height: 15px;
  191. list-style: none;
  192. line-height:20px;
  193. }
  194.  
  195. .person1{
  196. background-color:{color:Background};
  197. color: {color:Text};
  198. }
  199.  
  200. .person1 .label{
  201. font-weight: bold;
  202. color:{color:Text};
  203. }
  204.  
  205. .person2{
  206. color: {color:Text};
  207. left: 5px;
  208. }
  209.  
  210. ::-webkit-scrollbar{
  211. width: 9px;
  212. height: 4px;
  213. background:{color:Background};
  214. }
  215.  
  216. ::-webkit-scrollbar-thumb{
  217. background-color: {color:LBars};
  218. }
  219.  
  220. #q{
  221. color:{color:Text};
  222. margin-left:0px;
  223. width:500px;
  224. height:auto;
  225. text-transform:uppercase;
  226. margin-top:7px;
  227. padding:10px;
  228. text-align:justify;
  229. font-size:8px;
  230. border-bottom:1px solid {color:Lbars};
  231. }
  232.  
  233. .notes{
  234. margin-left:-15px;
  235. margin-top:30px;
  236. width:480px;
  237. font-size:10px;
  238. }
  239.  
  240. .notes a:hover{
  241. color:{color:Links};
  242. }
  243.  
  244. ol.notes{
  245. list-style-type:none;
  246. }
  247.  
  248. ol.notes li.note{
  249. padding-bottom:7px;
  250. margin-bottom:12px;
  251. border-bottom:1px solid {color:LBars};
  252. }
  253.  
  254. ol.notes li.note img.avatar{
  255. vertical-align:-6px;
  256. }
  257.  
  258. ol.notes li.note img{
  259. padding:2px;
  260. border-radius:10px;
  261. }
  262.  
  263. ol.notes li.note blockquote{
  264. padding-left:5px;
  265. margin-left:30px;
  266. }
  267.  
  268. #ok{
  269. margin-top: 5px;
  270. text-align:center;
  271. display:inline-block;}
  272.  
  273. #links a{
  274. margin-left: -1px;
  275. text-align: center;
  276. display:inline-block;
  277. width:42px;
  278. font-size:8px;
  279. letter-spacing:2px;
  280. text-transform:uppercase;
  281. color: {color:Links};
  282. padding: 3px;
  283. background-color: {color:LBars};
  284. -webkit-transition-duration: .70s;}
  285.  
  286. #links a:hover{
  287. margin-left: -1px;
  288. display:inline-block;
  289. border-bottom:1px solid {color:LBars Hover};
  290. color: {color:Links Hover};
  291. -webkit-transition-duration: .70s;
  292. }
  293.  
  294. {CustomCSS}
  295. </style>
  296. </head>
  297. <body>
  298.  
  299. <div id="sidebar">
  300. <div id="sidebar img"><img src="{image:sidebar}"></div>
  301.  
  302. <div id="ok">
  303. <div id="links">
  304. {block:ifLink1}<a href="{text:Link1}">{text:Link1 Title}</a>{/block:ifLink1}
  305. {block:ifLink2}<a href="{text:Link2}">{text:Link2 Title}</a>{/block:ifLink2}
  306. {block:ifLink3}<a href="{text:Link3}">{text:Link3 Title}</a>{/block:ifLink3}
  307. {block:ifLink4}<a href="{text:Link4}">{text:Link4 Title}</a>{/block:ifLink4}
  308. <a href="http://letsrp.tumblr.com/">credit</a></div></div></div>
  309. <div id="description">{Description}
  310. <center>{block:Pagination}{block:PreviousPage}<a href="{PreviousPage}">prev</a> ― {/block:PreviousPage}{block:NextPage}<a href="{NextPage}">next</a>{/block:NextPage}{/block:Pagination}</center></div></div></div>
  311.  
  312. <div id="entry">
  313. {block:Posts}
  314. <div id="posts">
  315. {block:Title}<div id="title2">{Title}</div>{/block:Title}
  316. {block:Text}{Body}{/block:Text}
  317.  
  318. {block:Photo}<center>{LinkOpenTag}<img src="{PhotoURL-500}" alt="{PhotoAlt}"/>{LinkCloseTag}</center>{block:Caption}{Caption}{/block:Caption}{/block:Photo}
  319.  
  320. {block:Photoset}<center>{Photoset-500}</center>{block:Caption}{Caption}{/block:Caption}{/block:Photoset}
  321.  
  322. {block:Quote}<div id="title2">"{Quote}"</div>
  323. {block:Source}<div id="source">— {Source}</div>{/block:Source}{/block:Quote}
  324.  
  325. {block:Link}<div id="title2"><a href="{URL}" class="link" {Target}>{Name}</a></div>
  326. {block:Description}{Description}{/block:Description}
  327. {/block:Link}
  328.  
  329. {block:Chat}<div class="chat"><ul>{block:Lines}<li class="person{UserNumber}">{block:Label}<span class="label">{Label}</span>{/block:Label} {Line}</li>{/block:Lines}</ul></div>{/block:Chat}
  330.  
  331. {block:Audio}<div id="audio">{block:AlbumArt}<img src="{AlbumArtURL}" width="70px" height="70px" align="left" style="margin-right:10px" />{/block:AlbumArt}<div style="width:495px; height:auto;padding:2px;font-size:8px;line-height:100%;">
  332. {AudioPlayerWhite}<br>
  333. {block:TrackName}<b>Title:</b> {TrackName}<br>{/block:TrackName}
  334. {block:Artist}<b>Artist:</b> {Artist}<br>{/block:Artist}
  335. <b>Played:</b> {PlayCount} times
  336. {block:Caption}{Caption}{/block:Caption}<br clear="all" /></div></div> {/block:Audio}
  337.  
  338. {block:Video}{Video-500}{block:Caption}{Caption}{/block:Caption}{/block:Video}
  339.  
  340. {block:Answer}
  341. <div id="q"><b>{Asker}</b> wants to know: {Question}</div>{Answer}{/block:Answer}
  342.  
  343. {block:Date}<div id="info">
  344. <div id="date">{ShortMonth}-{DayOfMonthWithZero}</div> -
  345. <a href="{Permalink}">{24Hour}:{Minutes}</a>
  346. {block:NoteCount} - <a href="{Permalink}">{NoteCountWithLabel}</a>{/block:NoteCount} -
  347. <a href="{ReblogURL}" target="_blank"> Reblog </a>
  348. {block:RebloggedFrom} - <a href="{ReblogParentURL}">{ReblogParentName}</a>{/block:RebloggedFrom}
  349. {block:ContentSource} - <a href="{SourceURL}">{SourceLink}</a>{/block:ContentSource}</div>{/block:Date}
  350.  
  351. {block:HasTags}
  352. <div id="tags">
  353. {block:Tags}<a href="{TagURL}"> #{Tag}</a>{/block:Tags}</div>
  354. {/block:HasTags}
  355. {block:PostNotes}<div class="notes">{PostNotes}</div>{/block:PostNotes}
  356. </div>{/block:Posts}
  357.  
  358. </div>
  359. </div>
  360. </div>
  361. </body>
  362. </html>
Advertisement
Add Comment
Please, Sign In to add comment