Advertisement
letsrp

Glamorous - Theme #7

Sep 26th, 2013
1,004
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 11.58 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. .---. .-''-.,---------. .-'''-..-------. .-------.
  7. | ,_| .'_ _ \ \/ _ | _ _ \ \ _(`)_ \
  8. ,-./ ) / ( ` ) `--. ,---(`' )/`--| ( ' ) | | (_ o._)|
  9. \ '_ '`). (_ o _) | | \ (_ o _). |(_ o _) / | (_,_) /
  10. > (_) )| (_,_)___| :_ _: (_,_). '.| (_,_).' __| '-.-'
  11. ( . .-'' \ .---. (_I_) .---. \ | |\ \ | | |
  12. `-'`-'|__\ `-' / (_(=)_)\ `-' | | \ `' | |
  13. | \ / (_I_) \ /| | \ // )
  14. `--------``'-..-' '---' `-...-' ''-' `'-' `---'
  15.  
  16.  
  17. this theme was made by letsrp @ tumblr.com
  18. - don't use as base to make your own themes
  19. - don't edit and redistribute it
  20. - keep credit
  21. - don't steal, please
  22.  
  23. ゜・。。・゜☆゜・。。(◕‿◕✿)・゜゜・。。・゜☆゜・。。・゜
  24. -->
  25.  
  26. <html>
  27. <head>
  28. <script type='text/javascript' src='http://code.jquery.com/jquery.min.js'></script>
  29. <script type='text/javascript'>
  30. $(function(){ function selectTab(tab){ var i=1; while($('#tab'+i).length){ if(tab.attr('id')!=='tab'+i){ $('#tab'+i).removeClass('highlight'); $('#tab'+i+'-content').hide(); } else { tab.addClass('highlight'); $('#tab'+i+'-content').show(); } i++; }} $('#tab1').addClass('highlight'); $('.but').each(function(){ $(this).click(function(){ selectTab($(this)); });});});</script>
  31.  
  32. <title>{Title}</title>
  33. <link rel="shortcut icon" href="{Favicon}" />
  34. <link rel="alternate" type="application/rss+xml" href="{RSS}" />
  35. <meta name="description" content="{MetaDescription}" />
  36.  
  37.  
  38. <!-- DEFAULT VARIABLES -->
  39. <meta name="color:Background" content="#b0ccae"/>
  40. <meta name="color:Side" content="#fff3df"/>
  41. <meta name="color:Posts" content="#fff3df"/>
  42. <meta name="color:Text" content="#a09182"/>
  43. <meta name="color:Title" content="#e6cfaa"/>
  44. <meta name="color:Link" content="#8d7247"/>
  45. <meta name="color:Hover" content="#f3eae1"/>
  46. <meta name="color:Permalink" content="#ddd2b8"/>
  47. <meta name="color:Ask" content="#ddd2b8"/>
  48. <meta name="color:Title Shadow" content="#ffffff"/>
  49.  
  50. <meta name="image:Sbar" content="http://static.tumblr.com/1de90b1a003fb525089e7e2177aade8d/yy7o4zk/UMsmtqz3j/tumblr_static_tumblr_inline_mlir0chfme1qz4rgp.gif"/>
  51. <meta name="image:Side 1" content="http://static.tumblr.com/879038eb51d974b3e39d49f74ec61560/yy7o4zk/fu1mtr0dc/tumblr_static_untitled-5.png"/>
  52. <meta name="image:Side 2" content="http://static.tumblr.com/1e4cde6f38dfd447fee174a1d44c5dd1/yy7o4zk/9dqmtr0bv/tumblr_static_untitled-2.png"/>
  53. <meta name="image:Ask Title" content="http://static.tumblr.com/8fec1b3535e93e03279612cee3415371/yy7o4zk/p8Bmtqzfh/tumblr_static_untitled-9.png"/>
  54. <meta name="image:Background" content=""/>
  55.  
  56. <meta name="image:Link 1" content="http://static.tumblr.com/1cbdf252784eb26ea04a11a1a054c1ac/yy7o4zk/YCbmtqzb8/tumblr_static_untitled-4.png"/>
  57. <meta name="image:Link 2" content="http://static.tumblr.com/6adfd57d834afacf77bc2736dc09ea3d/yy7o4zk/5Itmtqzc4/tumblr_static_untitled-6.png"/>
  58. <meta name="image:Link 3" content="http://static.tumblr.com/ddb6b128b99730b07ba3f1c85f9eadad/yy7o4zk/ehZmtqzbo/tumblr_static_untitled-5.png"/>
  59.  
  60. <meta name="if:Show Tags" content=""/>
  61. <meta name="if:Tiny Cursor" content="1"/>
  62.  
  63. <meta name="text:Link 1" content="/" />
  64. <meta name="text:Link 2" content="/n" />
  65. <meta name="text:Link 3" content="/ask" />
  66.  
  67. <meta name="text:ask url" content="letsrp" />
  68.  
  69. <style type="text/css">
  70.  
  71. body{
  72. color:{color:Text};
  73. background-attachment:fixed;
  74. background-image: url('{image:Background}');
  75. background-color:{color:Background};
  76. text-align:justify;
  77. line-height:10px;
  78. font-family:calibri;
  79. font-size:10px;
  80. }
  81.  
  82. a{
  83. color:{color:Link};
  84. text-decoration:none;
  85. }
  86.  
  87. a:hover{
  88. color:{color:Hover};
  89. text-decoration:none;
  90. }
  91.  
  92. {block:iftinycursor}
  93. *, body, a, a:hover {cursor: url(http://media.tumblr.com/tumblr_mem9zjUXhw1rqv2lu.png), auto;}{/block:iftinycursor}
  94.  
  95. blockquote{
  96. padding-left:3px;
  97. margin-bottom:0px;
  98. margin-left:10px;
  99. margin-right:10px;
  100. border-left:3px solid {color:Background};
  101. }
  102.  
  103. ::-webkit-scrollbar{
  104. width: 5px;
  105. height: 4px;
  106. background:{color:Background};
  107. }
  108.  
  109. ::-webkit-scrollbar-thumb{
  110. background-color: {color:Side};
  111. }
  112.  
  113. #side {
  114. width:300px;
  115. margin-left:60px;
  116. position:fixed;
  117. font-size:9px;
  118. overflow:hidden;
  119. margin-top:100px;
  120. }
  121.  
  122. #desc{
  123. margin-top:310px;
  124. margin-left:370px;
  125. text-align:center;
  126. font-size:10px;
  127. width:106px;
  128. padding:5px;
  129. height:auto;
  130. background:{color:Side};
  131. position:fixed;
  132. }
  133.  
  134. #tab-strip {
  135. margin-top:9px;
  136. margin-right:0px;
  137. display:block;
  138. color:{color:Ask};
  139. }
  140.  
  141. .but {
  142. display:inline;
  143. margin-right:-4px;
  144. padding:3px;
  145. font-size:20px;
  146. }
  147.  
  148. #tab1-content {
  149. display: block;
  150. }
  151.  
  152. .tab-content {
  153. text-align:justify;
  154. padding:5px;
  155. display: none;
  156. }
  157.  
  158. .highlight {
  159. background-color:none;
  160. }
  161.  
  162. #sbarimg img {
  163. width:110px;
  164. height:110px;
  165. text-align:center;
  166. margin-top:190px;
  167. margin-left:370px;
  168. padding:2px;
  169. border:1px solid {color:Side};
  170. position:fixed;
  171. }
  172.  
  173. #side2img img {
  174. text-align:center;
  175. margin-top:0px;
  176. margin-left:90px;
  177. position:fixed;
  178. }
  179.  
  180. #entries{
  181. position:relative;
  182. margin-left:520px;
  183. margin-top:0px;
  184. width:520px;
  185. padding-top:20px;
  186. }
  187.  
  188. #posts{
  189. overflow:hidden;
  190. position:relative;
  191. text-align:justify;
  192. width:500px;
  193. padding:20px;
  194. margin-bottom:10px;
  195. background-color:{color:Posts};
  196. }
  197.  
  198. #title2{
  199. font-size:16px;
  200. color:{color:Title};
  201. text-shadow: 1px 0px 1px {color:Title Shadow};
  202. font-style:normal;
  203. font-family:calibri;
  204. text-align:center;
  205. text-transform:uppercase;
  206. letter-spacing:1px;
  207. line-height:100%;
  208. }
  209.  
  210. #quotes{
  211. font-size:12px;
  212. color:{color:Title};
  213. font-style:normal;
  214. text-align:left;
  215. line-height:100%;
  216. }
  217.  
  218. #info{
  219. display:block;
  220. margin:5px 0px 2px 0px;
  221. padding:4px;
  222. color:{color:Text};
  223. font-size:8px;
  224. font-family:calibri;
  225. line-height:110%;
  226. text-transform:uppercase;
  227. width:492px;
  228. letter-spacing:1px;
  229. text-align:center;
  230. Background-color: {color:Permalink};
  231. }
  232.  
  233. #info a{
  234. color:{color:Link};
  235. }
  236.  
  237. #info a:hover{
  238. color:{color:Hover};
  239. }
  240.  
  241. #tags{
  242. margin-right:7px;
  243. text-align:center;
  244. text-transform:uppercase;
  245. font-size:8px;
  246. opacity:1;
  247. -webkit-transition:0.3s linear;
  248. outline: none;
  249. }
  250.  
  251. #audio{
  252. margin-bottom:5px;
  253. width:500px;
  254. height:105px;
  255. }
  256.  
  257. #source{
  258. margin-top:3px;
  259. text-align:right;
  260. margin-bottom:5px;
  261. font-size:10px;
  262. }
  263.  
  264. .chat{
  265. line-height: 12px;
  266. list-style: none;
  267. margin-left:-35px;
  268. }
  269.  
  270. .chat ul{
  271. line-height: 15px;
  272. list-style: none;
  273. line-height:20px;
  274. }
  275.  
  276. .person1{
  277. color: {color:Text};
  278. }
  279.  
  280. .person1 .label{
  281. font-weight: bold;
  282. color:{color:Text};
  283. }
  284.  
  285. .person2{
  286. color: {color:Text};
  287. left: 5px;
  288. }
  289.  
  290. #q{
  291. background-color:{color:Ask};
  292. color:{color:Text};
  293. margin-left:10px;
  294. width:470px;
  295. height:auto;
  296. margin-top:7px;
  297. padding:5px;
  298. text-align:left;
  299. font-size:10px;
  300. text-transform:lowercase;
  301. }
  302.  
  303. .linkz{
  304. margin-top:100px;
  305. margin-left:270px;
  306. text-align:center;
  307. width:80px;
  308. position:fixed;
  309. }
  310.  
  311. {CustomCSS}
  312. </style>
  313. </head>
  314. <body>
  315.  
  316. <div id="sbarimg"><img src="{image:Sbar}"/></div>
  317. <div id="desc">{Description}
  318.  
  319. <div id='tab-strip'>
  320. {block:PreviousPage}<a href="{PreviousPage}" class='but'>- </a>{/block:PreviousPage}<div id='tab1' class='but'>•</div><div id='tab2' class='but'>•</div><div id='tab3' class='but'>•{block:NextPage}<a href="{NextPage}" class='but'>+ </a>{/block:NextPage}{/block:Pagination}</div></div></div>
  321.  
  322. <div id="side">
  323. <table cellspacing="0" cellpadding="0" style="width:300px; height:auto;">
  324. <td style="width:300px;" valign="top">
  325.  
  326. <div id='tab1-content' class='tab-content'>
  327. <div style="position:fixed;width:350px;height:0px; margin-top:-5px;margin-left:-55px;"><img src="{image:Side 1}"></a></div></div>
  328.  
  329. <div id='tab2-content' class='tab-content'>
  330. <div style="position:fixed;width:350px; margin-top:-5px;margin-left:-55px;"><div id="side2img"><img src="{image:Side 2}"> </div>
  331. <div class="linkz">
  332. <a href="{text:Link 1}"><img src="{image:Link 1}"></a>
  333. <a href="{text:Link 2}"><img src="{image:Link 2}"></a>
  334. <a href="{text:Link 3}"><img src="{image:Link 3}"></a>
  335. </div></div></div>
  336.  
  337. <div id='tab3-content' class='tab-content'>
  338. <div style="width:290px;color:#000;height:350px; margin-left:0px;">
  339. <img src="{image:Ask Title}"></a>
  340. <iframe frameborder="0" height="400" id="ask_form" src="http://www.tumblr.com/ask_form/{text:ask url}.tumblr.com" width="100%"></iframe>
  341. <script type="text/javascript"><![CDATA[// <![CDATA[
  342. // <![CDATA[
  343. // <![CDATA[
  344. // <![CDATA[
  345. // <![CDATA[
  346. // <![CDATA[
  347. // <![CDATA[
  348. // <![CDATA[
  349. document.getElementById(‘ask_form’).allowTransparency=true;
  350. // ]]]]]]]]]]]]]]]]]]><![CDATA[><![CDATA[><![CDATA[><![CDATA[><![CDATA[><![CDATA[><![CDATA[><![CDATA[>
  351. // ]]]]]]]]]]]]]]]]><![CDATA[><![CDATA[><![CDATA[><![CDATA[><![CDATA[><![CDATA[><![CDATA[>
  352. // ]]]]]]]]]]]]]]><![CDATA[><![CDATA[><![CDATA[><![CDATA[><![CDATA[><![CDATA[>
  353. // ]]]]]]]]]]]]><![CDATA[><![CDATA[><![CDATA[><![CDATA[><![CDATA[>
  354. // ]]]]]]]]]]><![CDATA[><![CDATA[><![CDATA[><![CDATA[>
  355. // ]]]]]]]]><![CDATA[><![CDATA[><![CDATA[>
  356. // ]]]]]]><![CDATA[><![CDATA[>
  357. // ]]]]><![CDATA[>]]></script>
  358. </div></div></td></tr></table></div></div></div>
  359.  
  360. <div id="entries">
  361. {block:Posts}
  362. <div id="posts">
  363. {block:Title}<div id="title2">{Title}</div>{/block:Title}
  364. {block:Text}{Body}{/block:Text}
  365.  
  366. {block:Photo}<center>{LinkOpenTag}<img src="{PhotoURL-500}" alt="{PhotoAlt}"/>{LinkCloseTag}</center>{block:Caption}{Caption}{/block:Caption}{/block:Photo}
  367.  
  368. {block:Photoset}<center>{Photoset-500}</center>{block:Caption}{Caption}{/block:Caption}{/block:Photoset}
  369.  
  370. {block:Quote}<div id="quotes">"{Quote}"</div>
  371. {block:Source}<div id="source">— {Source}</div>{/block:Source}{/block:Quote}
  372.  
  373. {block:Link}<div id="title2"><a href="{URL}" class="link" {Target}>{Name}</a></div>
  374. {block:Description}{Description}{/block:Description}
  375. {/block:Link}
  376.  
  377. {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}
  378.  
  379. {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%;">
  380. {AudioPlayerWhite}<br>
  381. {block:TrackName}<b>Title:</b> {TrackName}<br>{/block:TrackName}
  382. {block:Artist}<b>Artist:</b> {Artist}<br>{/block:Artist}
  383. <b>Played:</b> {PlayCount} times
  384. {block:Caption}{Caption}{/block:Caption}<br clear="all" /></div></div> {/block:Audio}
  385.  
  386. {block:Video}{Video-500}{block:Caption}{Caption}{/block:Caption}{/block:Video}
  387.  
  388. {block:Answer}
  389. <div id="q"><b>{Asker}</b> wants to know: {Question}</div>{Answer}{/block:Answer}
  390.  
  391. {block:Date}
  392. <div id="info"> posted <a href="{Permalink}">{TimeAgo}</a>{/block:Date}{block:RebloggedFrom} via <a href="{ReblogParentURL}" title="{ReblogParentTitle}">{ReblogParentName}</a> {block:ContentSource} © <a href="{SourceURL}">{SourceTitle}</a>{/block:ContentSource}{/block:RebloggedFrom}{block:NoteCount} with <a href="{Permalink}">{NoteCountWithLabel}</a>{/block:NoteCount}</div>{block:IfShowTags}{block:HasTags}<div id="tags">{block:Tags}#<a href="{TagURL}">{Tag}</a> {/block:Tags}</div>{/block:HasTags}{/block:IfShowTags}</div><br>{/block:posts}{block:PostNotes}{PostNotes}{/block:PostNotes}
  393.  
  394. </div>
  395. </div>
  396. </div>
  397. </body>
  398. <div style="position:fixed; bottom:3px; right:5px;font-family:arial; font-size:10px;"><a href="http://letsrp.tumblr.com">©</a>
  399. </html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement