Advertisement
letsrp

Diamonds - Theme #2

Apr 18th, 2013
1,053
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 12.38 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. if you do any of the above i will set you on fire. :~)
  23.  
  24. ゜・。。・゜☆゜・。。(◕‿◕✿)・゜゜・。。・゜☆゜・。。・゜
  25. -->
  26.  
  27. <html>
  28. <head>
  29. <title>{Title}</title>
  30. <link rel="shortcut icon" href="{Favicon}" />
  31. <link rel="alternate" type="application/rss+xml" href="{RSS}" />
  32. <meta name="description" content="{MetaDescription}" />
  33.  
  34. <!-- DEFAULT VARIABLES -->
  35. <meta name="color:Background" content="#c6add5"/>
  36. <meta name="color:Side" content="#ab94b9"/>
  37. <meta name="color:Link Bars" content="#e8dbf0"/>
  38. <meta name="color:Posts" content="#c6b4d1"/>
  39. <meta name="color:Desc" content="#ffffff"/>
  40. <meta name="color:Text" content="#3a352c"/>
  41. <meta name="color:Links" content="#8b6e99"/>
  42. <meta name="color:Strip" content="#ffffff"/>
  43. <meta name="color:Links Hover" content="#9882a2"/>
  44. <meta name="color:Info" content="#ffffff"/>
  45. <meta name="color:Border" content="#f8f5f8"/>
  46. <meta name="color:Scrollbar" content="#826e8d"/>
  47. <meta name="color:Entry" content="#ab94b9"/>
  48. <meta name="color:Title" content="#8b6f9c"/>
  49. <meta name="color:Title Shadow" content="#fdfafd"/>
  50.  
  51. <meta name="image:Header" content="http://static.tumblr.com/9115a0db25d0674f1b2154ca4ef920a7/yy7o4zk/efNmleukb/tumblr_static_untitled-1.jpg"/>
  52. <meta name="image:Side" content="http://static.tumblr.com/fa94adb90ad6849d4ee32c8256b76323/yy7o4zk/uM0mlelzd/tumblr_static_untitled-1.jpg"/>
  53. <meta name="image:Background" content=""/>
  54.  
  55. <meta name="if:Show Header" content="1"/>
  56. <meta name="if:Uppercase" content="0"/>
  57. <meta name="if:Show Tags" content="1"/>
  58.  
  59. <meta name="text:Link 1 Title" content="link"/>
  60. <meta name="text:Link 1" content="/#" />
  61. <meta name="text:Link 2 Title" content="link"/>
  62. <meta name="text:Link 2" content="/#" />
  63. <meta name="text:Link 3 Title" content="link"/>
  64. <meta name="text:Link 3" content="/#" />
  65. <meta name="text:Link 4 Title" content="link"/>
  66. <meta name="text:Link 4" content="/#" />
  67.  
  68. <meta name="font:body" content="georgia" />
  69. <meta name="text:font size" content="9px" />
  70.  
  71.  
  72. <style type="text/css">
  73.  
  74. body{
  75. color:{color:Text};
  76. background-attachment:fixed;
  77. background-image: url('{image:Background}');
  78. background-color:{color:Background};
  79. text-align:justify;
  80. font-family:{font:body};
  81. font-size:{text:font size};
  82. }
  83.  
  84. a{
  85. color:{color:Links};
  86. text-decoration:none;
  87. }
  88.  
  89. a:hover{
  90. color:{color:Links Hover};
  91. text-decoration:none;
  92. }
  93.  
  94. blockquote{
  95. padding-left:3px;
  96. margin-bottom:-5px;
  97. margin-left:10px;
  98. margin-right:10px;
  99. border-left:3px solid {color:Info};
  100. }
  101.  
  102. #entries{
  103. margin-left:327px;
  104. float:left;
  105. text-align:justify;
  106. height:100%;
  107. width:730px;
  108. background:{color:Entry};
  109. {block:IfNotShowHeader}margin-top:42px;{/block:IfNotShowHeader}
  110. {block:IfShowHeader}margin-top:172px;{/block:IfShowHeader}
  111. }
  112.  
  113. #posts{
  114. overflow:hidden;
  115. margin-top:10px;
  116. margin-bottom:10px;
  117. margin-left:85px;
  118. padding:30px;
  119. text-align:justify;
  120. width:500px;
  121. background-color:{color:posts};
  122. {block:IfUppercase}text-transform: uppercase;{/block:IfUppercase}
  123. }
  124.  
  125. #s{
  126. width:250px;
  127. margin-left:-8px;
  128. height:100%;
  129. position:fixed;
  130. overflow:hidden;
  131. background-color:{color:Side};
  132. background-image: url('{image:side}');
  133. border-right:3px solid {color:Border};
  134. margin-top:-8px;
  135. }
  136.  
  137. #header{
  138. position:fixed;
  139. width:730px;
  140. margin-left:327px;
  141. margin-top:-8px;
  142. height:130px;
  143. background-image: url('{image:Header}');
  144. {block:IfNotShowHeader}margin-top:-138px;{/block:IfNotShowHeader}
  145. {block:IfShowHeader}margin-top:-8px;{/block:IfShowHeader}}
  146.  
  147.  
  148. #audio{
  149. margin-bottom:5px;
  150. width:500px;
  151. height:105px;
  152. }
  153.  
  154. .albumart{
  155. width:100px;
  156. height:100px;
  157. }
  158.  
  159. .albumart img{
  160. width:100px;
  161. height:100px;
  162. float:left;
  163. }
  164.  
  165. .playercontainer{
  166. opacity: .2;
  167. display:block;
  168. width:100px;
  169. height:100px;
  170. }
  171.  
  172. .playercontainer:hover{
  173. opacity:.7;
  174. -webkit-transition: all 0.5s ease-in-out;
  175. -moz-transition: all 0.5s ease-in-out;
  176. -o-transition: all 0.5s ease-in-out;
  177. -ms-transition: all 0.5s ease-in-out;
  178. transition: all 0.5s ease-in-out;
  179. }
  180.  
  181. .player{
  182. margin-left:36px;
  183. margin-top:36px;
  184. width:25px;
  185. height:25px;
  186. overflow:hidden;
  187. }
  188.  
  189. .audioinfo{
  190. margin-left:110px;
  191. float:left;
  192. background-color:{color:Text};
  193. width:388px;
  194. padding:2px;
  195. margin-top:3px;
  196. }
  197.  
  198.  
  199. #info{
  200. display:block; margin:5px 0px 2px 0px;
  201. padding:4px;
  202. color:{color:Text};
  203. font-size:8px;
  204. font-family:calibri;
  205. line-height:110%;
  206. text-transform:uppercase;
  207. width:492px;
  208. letter-spacing:1px;
  209. text-align:center;
  210. background-color:{color:Info};
  211. }
  212.  
  213. #info a{
  214. color:{color:Links};
  215. }
  216.  
  217. #info a:hover{
  218. color:{color:Links Hover};
  219. }
  220.  
  221. #tags{
  222. margin-right:7px;
  223. font-family:littlefont;
  224. text-align:center;
  225. text-transform:uppercase;
  226. font-size:8px;
  227. opacity:1;
  228. -webkit-transition:0.3s linear;
  229. outline: none;
  230. }
  231.  
  232. @font-face {
  233. font-family: "littlefont";
  234. src: url('http://static.tumblr.com/4yxykdm/NMJlre6xz/04b_03___1_.ttf');
  235. }
  236.  
  237.  
  238. #entries:hover #tags{
  239. opacity:1; display:block;
  240. }
  241.  
  242. #q{
  243. background-color:{color:Info};
  244. color:{color:Text};
  245. margin-left:20px;
  246. width:450px;
  247. height:auto;
  248. margin-top:7px;
  249. padding:10px;
  250. text-align:left;
  251. font-size:8px;
  252. font-family: littlefont;
  253. text-transform:uppercase;
  254. }
  255.  
  256.  
  257. #title2{
  258. font-size:23px;
  259. color:{color:Title};
  260. font-style:nomral;
  261. font-family:"whoa";
  262. text-transform:none;
  263. text-align:center;
  264. text-shadow:1px 1px 0px {color:Title Shadow};
  265. }
  266.  
  267. #source{
  268. margin-top:3px;
  269. text-align:right;
  270. margin-bottom:5px;
  271. font-size:10px;
  272. }
  273.  
  274. .chat{
  275. line-height: 12px;
  276. list-style: none;
  277. }
  278.  
  279. .chat ul{
  280. line-height: 15px;
  281. list-style: none;
  282. line-height:20px;
  283. }
  284.  
  285. .person1{
  286. background-color:{color:Background};
  287. color: {color:Text};
  288. }
  289.  
  290. .person1 .label{
  291. font-weight: bold;
  292. color:{color:Text};
  293. }
  294.  
  295. .person2{
  296. color: {color:Text};
  297. left: 5px;
  298. }
  299.  
  300. blockquote{
  301. border-left:3px solid {color:border};
  302. padding:0px;
  303. padding-left:5px;
  304. margin:5px;
  305. }
  306.  
  307. ::-webkit-scrollbar{
  308. width: 9px;
  309. height: 4px;
  310. background:{color:Background};
  311. }
  312.  
  313. ::-webkit-scrollbar-thumb{
  314. background-color: {color:Scrollbar};
  315. border-radius:13px;
  316. }
  317.  
  318. #pagination{
  319. color:{color:text};
  320. font-size:8px;
  321. font-family:{font:body};
  322. text-decoration:none;
  323. text-align:center;
  324. margin-top:1px;
  325. }
  326.  
  327. #pagination a{
  328. color:{color:Links};
  329. padding:2px;
  330. }
  331.  
  332. @font-face{
  333. font-family: "whoa";
  334. src: url('http://static.tumblr.com/pwgdr2n/P7mm3isl4/whoadna.ttf');
  335. }
  336.  
  337. #abcd{
  338. position:fixed;margin-left:327px;
  339. width:730px;
  340. height:50px;
  341. text-align:center;
  342. font-size: 29px;
  343. line-height:45px;
  344. letter-spacing:1px;
  345. background-color:{color:Strip};
  346. {block:IfNotShowHeader}margin-top:-8px;{/block:IfNotShowHeader}
  347. {block:IfShowHeader}margin-top:122px;{/block:IfShowHeader}
  348. }
  349.  
  350. @font-face{
  351. font-family: "bebas neue";
  352. src: url('http://static.tumblr.com/cvlbtjz/cnsln9tpp/bebasneue.otf');
  353. }
  354.  
  355. .links{
  356. display:inline-block;
  357. width: 100px;
  358. height: 15px;
  359. line-height: 19px;
  360. background:{color:Link Bars};
  361. font-family:'bebas neue';
  362. text-align:center;
  363. -webkit-transition-duration: .3s;
  364. }
  365.  
  366.  
  367. #links a{
  368. color:{color:Links};
  369. display:inline-block;
  370. padding:7px;
  371. width:20px;
  372. height:15px;
  373. margin-top: 3px;
  374. transition: all 0.9s ease-out;
  375. -o-transition-transition: all 0.9s ease-out;
  376. -webkit-transition: all 0.9s ease-out;
  377. -moz-transition: all 0.9s ease-out;
  378. -moz-box-shadow: 0px 2px 6px rgba(0, 0, 0, 0.06);
  379. transition: all 0.9s ease-out;
  380. -o-transition-transition: all 0.5s ease-out;
  381. -webkit-transition: all 0.5s ease-out;
  382. -moz-transition: all 0.5s ease-out;
  383. }
  384.  
  385. #links a:hover{
  386. margin-left:-12px;
  387. padding-left:6px;
  388. padding-top:7px;
  389. opacity:1;
  390. padding-right:21px;
  391. padding-bottom:7px;
  392. }
  393.  
  394. #sidepicture {
  395. width: 200px;
  396. margin-left:-10px;
  397. }
  398.  
  399. #sidepicture .desc{
  400. opacity: 0.1;background:{color:Desc};
  401. font-size:8px;
  402. font-family:littlefont;
  403. text-transform:none;
  404. border:1px solid {color:Background};
  405. text-align: center;
  406. margin-left:30px;
  407. margin-top:400px;
  408. width: 200px;
  409. height: auto;
  410. padding:5px
  411. ;position: absolute;
  412. -webkit-transition: opacity 0.5s linear;
  413. -webkit-transition: all 0.5s linear;
  414. -moz-transition: all 0.5s linear;
  415. transition: all 0.5s linear;
  416. }
  417.  
  418. #sidepicture:hover .desc{
  419. opacity: 10;
  420. -webkit-transition: opacity 0.5s linear;
  421. -webkit-transition: all 0.5s linear;
  422. -moz-transition: all 0.5s linear;
  423. transition: all 0.5s linear;
  424. }
  425.  
  426.  
  427. {CustomCSS}
  428. </style>
  429. </head>
  430. <body>
  431.  
  432. <div id="s">
  433. <div id="sidepicture">
  434. <div class="desc">
  435. <center>
  436. {Description}
  437. </center>
  438. <div id="pagination">
  439. {block:Pagination}{block:PreviousPage}<a href="{PreviousPage}">prev</a>{/block:PreviousPage}{block:NextPage}<a href="{NextPage}">next</a>{/block:NextPage}{/block:Pagination}</div></div></div></div>
  440.  
  441.  
  442.  
  443. <div id="header"></div>
  444. <div id="abcd">
  445. <div class="links"><a href="{text:Link 1}">{text:Link 1 Title}</a></div>
  446. <div class="links"><a href="{text:Link 2}">{text:Link 2 Title}</a></div>
  447. <div class="links"><a href="{text:Link 3}">{text:Link 3 Title}</a></div>
  448. <div class="links"><a href="{text:Link 4}">{text:Link 4 Title}</a></div>
  449. <div class="links"><a href="http://letsrp.tumblr.com/">credit</a></div>
  450.  
  451. </div></div>
  452. <div id="entries">
  453. {block:Posts}<br>
  454. <div id="posts">
  455. {block:Title}<div id="title2">{Title}</div>{/block:Title}
  456. {block:Text}{Body}{/block:Text}
  457.  
  458. {block:Photo}<center>{LinkOpenTag}<img src="{PhotoURL-500}" alt="{PhotoAlt}"/>{LinkCloseTag}</center>{block:Caption}{Caption}{/block:Caption}{/block:Photo}
  459.  
  460. {block:Photoset}<center>{Photoset-500}</center>{block:Caption}{Caption}{/block:Caption}{/block:Photoset}
  461.  
  462. {block:Quote}<div id="title2">"{Quote}"</div>
  463. {block:Source}<div id="source">— {Source}</div>{/block:Source}{/block:Quote}
  464.  
  465. {block:Link}<div id="title2"><a href="{URL}" class="link" {Target}>{Name}</a></div>
  466. {block:Description}{Description}{/block:Description}
  467. {/block:Link}
  468.  
  469. {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}
  470.  
  471. {block:Audio}<div id="_">{block:AlbumArt}<img src="{AlbumArtURL}" width="80px" height="80px" align="left" style="margin-right:10px" />{/block:AlbumArt}<div style="width:495px; height:30px;padding:2px;background-color:#fff; margin-left:0px;">
  472. {AudioPlayerWhite}</div><br>
  473. {block:TrackName}<b>Title:</b> {TrackName}<br />{/block:TrackName}
  474. {block:Artist}<b>Artist:</b> {Artist}<br />{/block:Artist}
  475. {block:ExternalAudio}<b>Download:</b> <a href="{ExternalAudioURL}">click here</a><br />{/block:ExternalAudio}<b>Played:</b> {PlayCount} times
  476. {block:Caption}{Caption}{/block:Caption}<br clear="all" /></div> {/block:Audio}
  477.  
  478. {block:Video}{Video-500}{block:Caption}{Caption}{/block:Caption}{/block:Video}
  479.  
  480. {block:Answer}
  481. <img src="{AskerPortraitURL-48}" align="left" style="padding:0px; border:3px solid {color:entry}; border-radius:50px;"/>
  482. <div id="q">{Asker} asked: {Question}</div>{Answer}{/block:Answer}
  483.  
  484. {block:Date}
  485. <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}
  486.  
  487. </div>
  488. </div>
  489. </div>
  490. </div>
  491. </div>
  492. </body>
  493. </html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement