Advertisement
clairesrps

got a secret?

Aug 4th, 2014
464
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 17.54 KB | None | 0 0
  1.  
  2.  
  3. <!-- theme 2, by clairesrps // got a secret? -->
  4. <!-- themesbyzsu.tumblr.com // base code -->
  5.  
  6.  
  7. <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
  8.  
  9. <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
  10.  
  11. <head>
  12.  
  13. <title>{Title}</title>
  14. <link rel="shortcut icon" href="{Favicon}">
  15. <link rel="alternate" type="application/rss+xml" href="{RSS}">
  16.  
  17. <meta name="color:Background" content="#fff" />
  18. <meta name="color:Text" content="#333" />
  19. <meta name="color:Entries" content="#fff" />
  20. <meta name="color:InfoBar" content="#fff" />
  21. <meta name="color:Title" content="#000" />
  22. <meta name="color:Borders" content="#000" />
  23. <meta name="color:Sbar" content="#fff" />
  24. <meta name="color:Sidebar" content="#fff" />
  25. <meta name="color:Sidebar nav" content="#eee" />
  26. <meta name="color:Sidebar nav hover" content="#fff" />
  27. <meta name="color:Sidebar link" content="#fff" />
  28. <meta name="color:Sidebar link hover" content="#333" />
  29. <meta name="color:Link" content="#000" />
  30. <meta name="color:Link Hover" content="#666" />
  31. <meta name="color:Scrollbar" content="#666" />
  32. <meta name="color:Pre BG" content="#666" />
  33. <meta name="color:Pre Text" content="#fff" />
  34. <meta name="color:Ask BG" content="#eeeeee" />
  35.  
  36. <meta name="image:Background" content="" />
  37. <meta name="image:Sidebar Bg" content="" />
  38. <meta name="image:Sidebar" content="" />
  39.  
  40. <meta name="text:Link1" content="home" />
  41. <meta name="text:Link1 URL" content="/" />
  42. <meta name="text:Link2" content="askbox" />
  43. <meta name="text:Link2 URL" content="/" />
  44. <meta name="text:Link3" content="personal link" />
  45. <meta name="text:Link3 URL" content="/" />
  46. <meta name="text:Link4" content="personal link" />
  47. <meta name="text:Link4 URL" content="/" />
  48. <meta name="text:Link5" content="personal link" />
  49. <meta name="text:Link5 URL" content="/" />
  50. <meta name="text:Link6" content="personal link" />
  51. <meta name="text:Link6 URL" content="/" />
  52.  
  53. <meta name="text:main title" content="this is your main title" />
  54. <meta name="text:sub title" content="this is your sub title" />
  55.  
  56. <script type="text/javascript" src="http://static.tumblr.com/tiu5k68/xTkm8wqw2/tumblr-title-qtip.js"></script>
  57.  
  58. <style type="text/css">
  59.  
  60. ::-webkit-scrollbar{height: 5px; width: 5px; -webkit-border-radius: 0px; background-color:#ffffff;}
  61.  
  62. ::-webkit-scrollbar-thumb{background-color:{color:scrollbar};}
  63. ::-webkit-scrollbar-track{background-color:#fefefe;}
  64.  
  65. body {
  66. background: {color:Background};
  67. background-image: url('{image:Background}');
  68. background-attachment:fixed;
  69. position:absolute;
  70. font-size:12px;
  71. font-family: georgia;
  72. color:{color:Body};
  73. }
  74.  
  75. pre {
  76. font-family:georgia;
  77. font-size:8px;
  78. text-transform:Uppercase;
  79. background-color:{color:Pre Bg};
  80. padding:2px;
  81. text-align:center;
  82. border-left:2px solid {color:border};
  83. border-right:2px solid {color:border};
  84. color:{color:Pre Text};
  85. }
  86.  
  87. a {
  88. text-decoration:none;
  89. outline:none;
  90. color:{color:Link};
  91. -webkit-transition: all 0.5s ease-in-out;
  92. -moz-transition: all 0.5s ease-in-out;
  93. -o-transition: all 0.5s ease-in-out;
  94. }
  95.  
  96. a:hover {
  97. color:{color:Link Hover};
  98. -webkit-transition: all 0.5s ease-in-out;
  99. -moz-transition: all 0.5s ease-in-out;
  100. -o-transition: all 0.5s ease-in-out;
  101. }
  102.  
  103. #posttitle {
  104. font-weight:bold;
  105. color:{color:title};
  106. text-align:left;
  107. font-family: georgia;
  108. font-size: 17px;
  109. text-transform:uppercase;
  110. }
  111.  
  112. #quotes {
  113. text-transform:lowercase;
  114. text-align:left;
  115. font-family: georgia;
  116. font-weight:none;
  117. font-style:italic;
  118. color:{color:Link};
  119. font-family:georgia;
  120. text-align:left;
  121. font-size: 17px;
  122. }
  123.  
  124. #backbar {
  125. float:left;
  126. position:fixed;
  127. width:422px;
  128. height:433px;
  129. margin-left:50px;
  130. margin-top:100px;
  131. background-color:{color:sbar};
  132. background-image:url('{image:sidebar bg}');
  133. background-attachment:none;
  134. background-size:auto;
  135. background-position:top left;
  136. background-repeat:repeat;
  137. border: 1px solid {color:borders};
  138. }
  139.  
  140. #title1 {
  141. margin-top: 6px;
  142. font-family: georgia;
  143. font-family:{font:Title};
  144. color:{color:title};
  145. font-style:none;
  146. font-weight:none;
  147. text-transform:uppercase;
  148. font-size:16px;
  149. text-align:center;
  150. text-decoration:none;
  151. -webkit-transition: all 0.5s ease-in-out;
  152. -moz-transition: all 0.5s ease-in-out;
  153. -o-transition: all 0.5s ease-in-out;
  154. }
  155.  
  156. #title2 {
  157. font-family:{font:Title};
  158. color:{color:Text};
  159. font-style:none;
  160. font-weight:none;
  161. text-transform:lowercase;
  162. font-style:italic;
  163. font-size:10px;
  164. text-align:center;
  165. text-decoration:none;
  166. -webkit-transition: all 0.5s ease-in-out;
  167. -moz-transition: all 0.5s ease-in-out;
  168. -o-transition: all 0.5s ease-in-out;
  169. }
  170.  
  171. #sidebar {
  172. overflow:hidden;
  173. height: 190px;
  174. border: 1px solid {color:borders};
  175. background-color: {color:sidebar};
  176. position:fixed;
  177. margin-top:65px;
  178. margin-left:10px;
  179. width:236px;
  180. padding:5px;
  181. }
  182.  
  183. #topbar {
  184. overflow:hidden;
  185. height: 40px;
  186. border: 1px solid {color:borders};
  187. background-color: {color:sidebar};
  188. position:fixed;
  189. margin-top:7px;
  190. margin-left:10px;
  191. width:390px;
  192. padding:5px;
  193. }
  194.  
  195. #sidebarimg {
  196. float:left;
  197. position:fixed;
  198. width:400px;
  199. height:150px;
  200. margin-left:10px;
  201. margin-top:273px;
  202. background-color:{color:sidebar};
  203. background-image:url('{image:sidebar}');
  204. background-attachment:none;
  205. background-size:auto;
  206. background-position:top left;
  207. background-repeat:no-repeat;
  208. border: 1px solid {color:borders};
  209. }
  210.  
  211. #description {
  212. margin-top: 5px;
  213. margin-left:10px;
  214. margin-right:10px;
  215. font-style:normal;
  216. padding:0px;
  217. color:{color:text};
  218. font-size:10px;
  219. text-align:justify;
  220. }
  221.  
  222. #links {
  223. position:fixed;
  224. width: auto;
  225. margin-top:65px;
  226. margin-left:265px;
  227. text-align:left;
  228. }
  229.  
  230.  
  231. #links a{
  232. font-style: italic;
  233. text-decoration:none;
  234. text-align:center;
  235. font-family:georgia;
  236. line-height: 26px;
  237. height: 26px;
  238. margin-left:-1px;
  239. margin-bottom:1px;
  240. letter-spacing: 0px;
  241. font-size: 10px;
  242. text-transform: lowercase;
  243. width: 146px;
  244. border: 1px solid {color:borders};
  245. display:block;
  246. background:{color:sidebar nav};
  247. color:{color:sidebar link};
  248. -webkit-transition: all 0.2s ease-in-out;
  249. -moz-transition: all 0.2s ease-in-out;
  250. -o-transition: all 0.2s ease-in-out;
  251. }
  252.  
  253. #links a:hover{
  254. border: 1px solid {color:borders};
  255. color:{color:sidebar link hover};
  256. font-style:italic;
  257. letter-spacing:1px;
  258. background:{color:sidebar nav hover};
  259. -webkit-transition: all 0.5s ease-in-out;
  260. -moz-transition: all 0.5s ease-in-out;
  261. -o-transition: all 0.5s ease-in-out;
  262. }
  263.  
  264. #pagination {
  265. margin-left: 5px;
  266. margin-top: 5px;
  267. font-size:10px;
  268. text-align:center;}
  269.  
  270. #pagination a {
  271. color: {color:link};
  272. }
  273.  
  274. #entries {
  275. font-size:10px;
  276. margin-left: 520px;
  277. margin-top:100px;
  278. float: right;
  279. text-align: justify;
  280. }
  281.  
  282. #entrybg {
  283. padding:2px;
  284. background-image:url('{image:Sidebar BG}');
  285. border:1px solid {color:Border};
  286. }
  287.  
  288. #post {
  289. border:1px {color:borders} solid;
  290. background-color:{color:Entries};
  291. font-size:10px;
  292. padding: 10px;
  293. width: 500px;
  294. color:{color:Text};
  295. text-align: justify;
  296. overflow:hidden;
  297. }
  298.  
  299. #infobar {
  300. color:{color:Text};
  301. font-size:9px;
  302. text-transform:lowercase;
  303. width: 526px;
  304. margin-bottom:40px;
  305. margin-top: -1px;
  306. background-color: {color:infobar};
  307. text-align: center;
  308. padding-top: 5px;
  309. padding-bottom: 5px;
  310. border:1px {color:borders} solid;
  311. }
  312.  
  313. #tags{
  314. font-size: 9px;
  315. margin-top: 2px;
  316. text-transform: lowercase;
  317. background-color: {color:entries};
  318. text-align: left;
  319. }
  320.  
  321. .user_1 .label {
  322. color:{color:link};
  323. text-transform:uppercase;
  324. font-weight:bold}
  325.  
  326. .user_2 .label {
  327. color:{color:title};
  328. text-transform:uppercase;
  329. font-weight:bold}
  330.  
  331. .user_3 .label {
  332. color:{color:link};
  333. text-transform:uppercase;
  334. font-weight:bold}
  335.  
  336. .user_4 .label {
  337. color:{color:title};
  338. text-transform:uppercase;
  339. font-weight:bold}
  340.  
  341. .user_5 .label {
  342. color:{color:link};
  343. text-transform:uppercase;
  344. font-weight:bold}
  345.  
  346. .user_6 .label {
  347. color:{color:title};
  348. text-transform:uppercase;
  349. font-weight:bold}
  350.  
  351. .user_7 .label {
  352. color:{color:link};
  353. text-transform:uppercase;
  354. font-weight:bold}
  355.  
  356. .user_8 .label {
  357. color:{color:title};
  358. text-transform:uppercase;
  359. font-weight:bold}
  360.  
  361. .user_9 .label {
  362. color:{color:link};
  363. text-transform:uppercase;
  364. font-weight:bold}
  365.  
  366. .user_10 .label {
  367. color:{color:title};
  368. text-transform:uppercase;
  369. font-weight:bold}
  370.  
  371. ul.chat, .chat ol, .chat li {
  372. list-style:none;
  373. margin:0px 0px 5px 0px;
  374. padding:0px; 0px 0px 0px}
  375.  
  376. small {
  377. font-size: 9px;
  378. }
  379.  
  380. b, strong {
  381. color:{color:title}
  382. }
  383.  
  384. i, em {
  385. color:{color:text}
  386. }
  387.  
  388. p {
  389. margin-top:5px;
  390. margin-bottom:5px
  391. }
  392.  
  393. blockquote {
  394. border-left:2px solid {color:text};
  395. padding-left:5px;
  396. margin:0px 2px 0px 10px
  397. }
  398.  
  399. ol.notes {
  400. color: #ffffff;
  401. margin-top:-25px;
  402. margin-left:-20px;
  403. width:500px;
  404. list-style-type:none;
  405. }
  406.  
  407. ol.notes li.note {
  408. color: #ffffff;
  409. padding-top: 0px;
  410. }
  411.  
  412. ol.notes li.note img.avatar {
  413. vertical-align:1px;
  414. margin-right:10px;
  415. width:16px;
  416. height:16px;
  417. }
  418.  
  419. ol.notes li.note span.action {
  420. font-weight:normal;
  421. }
  422.  
  423. ol.notes li.note .answer_content {
  424. font-weight:normal;
  425. }
  426.  
  427. ol.notes li.note blockquote {
  428. padding:0px 6px 0px 6px;
  429. margin:5px 5px 5px 5px;
  430. }
  431.  
  432. #audio {
  433. border-radius:100%;
  434. width:100%;
  435. height:100px;
  436. margin-bottom:10px}
  437.  
  438. .albumart {
  439.  
  440. padding: 2px;
  441. border: 1px #f1f1f1 solid;
  442. float:left;
  443. width:100px;
  444. height:100px}
  445.  
  446. .player {
  447. margin-left:2px;
  448. margin-top:2px;
  449. padding:11px;
  450. display:block;
  451. height:80px;
  452. width:80px;
  453. overflow:hidden;
  454. position:absolute;
  455. opacity:0.3;
  456. background:#fff;
  457. -webkit-transition:all 0.4s ease-in-out;
  458. -moz-transition:all 0.4s ease-in-out;
  459. -o-transition:all 0.4s ease-in-out;
  460. -ms-transition: all 0.4s ease-in-out;
  461. transition:all 0.5s ease-in-out}
  462.  
  463. .player:hover {
  464. opacity:0.5;
  465. -webkit-transition:all 0.4s ease-in-out;
  466. -moz-transition:all 0.4s ease-in-out;
  467. -o-transition:all 0.4s ease-in-out;
  468. -ms-transition: all 0.4s ease-in-out;
  469. transition:all 0.5s ease-in-out}
  470.  
  471. .audioplayer {
  472. width:24px;
  473. height:24px;
  474. margin:28px 0 0 28px;
  475. overflow:hidden}
  476.  
  477. .audioinfo {
  478. margin-left:105px;
  479. height:54px;
  480. line-height:150%;
  481. font:10px georgia;
  482. color:{color:text};
  483. padding:26px 5px 24px 10px;
  484. text-align:left}
  485.  
  486. .tracktitle {
  487. color:{color:title};
  488. margin-bottom:-10px;
  489. text-transform: uppercase;
  490. font-size: 10px;
  491. }
  492.  
  493. #asks {
  494. text-align:justify;
  495. padding:22px 5px 5px 8px;
  496. background-color:{color:Ask BG};
  497. min-height:43px;
  498. margin-left:0px}
  499.  
  500. .asker {
  501. text-transform:uppercase;
  502. margin-bottom:-12px;
  503. font-size:12px;
  504. letter-spacing:0px;
  505.  
  506. }
  507.  
  508. #answers {
  509. margin-top:8px
  510. }
  511.  
  512.  
  513.  
  514.  
  515. </style>
  516. <style type="text/css">{CustomCSS}</style>
  517. </head>
  518.  
  519. <body>
  520.  
  521. <div id="backbar">
  522. <div id="topbar">
  523. <div id="title1">{text:main title}</div>
  524. <div id="title2">{text:sub title}</div></div>
  525. <div id="sidebarimg">
  526. </div>
  527. <div id="sidebar">
  528. <div id="description"><div style="overflow:auto; padding-right:5px; width: 210px; height: 150px; text-align: justify;">{block:Description}{Description}{/block:Description}</div>
  529.  
  530. </div>
  531. <div id="pagination">{block:Pagination}{block:PreviousPage}<a href="{PreviousPage}"><big><i>back</i></big></a>{/block:PreviousPage} - {block:NextPage}<a href="{NextPage}"><big><i>next</i></big></a>{/block:NextPage}{/block:Pagination}</div>
  532. </div>
  533. <div id="links">
  534. <a href="/">{text:Link1}</a>
  535. <a href="/ask">{text:Link2}</a>
  536. <a href="{text:Link3 URL}">{text:Link3}</a>
  537. <a href="{text:Link4 URL}">{text:Link4}</a>
  538. <a href="{text:Link5 URL}">{text:Link5}</a>
  539. <a href="{text:Link6 URL}">{text:Link6}</a>
  540. <a href="http://clairesrps.tumblr.com">theme credit</a>
  541. </div>
  542. </div>
  543.  
  544. </div>
  545.  
  546.  
  547. <div id="entries">
  548. {block:Posts}
  549. <div id="entrybg">
  550.  
  551. <div id="post">
  552.  
  553. {block:Text}<div id="posttitle">{title}</div>{Body}{/block:Text}
  554.  
  555. {block:Quote}<div id="quotes">“{Quote}” </div>
  556. <div style="text-align:right; padding-bottom:5px;">— {Source}</div>{/block:Quote}
  557.  
  558. {block:Link}<a href="{URL}" class="link" {Target}> <div id="quotes">{Name}</div></a>
  559. {block:Description}<p>{Description}</p>{/block:Description}{/block:Link}
  560.  
  561. {block:Photo}<center>{LinkOpenTag}<img src="{PhotoURL-500}" alt="{PhotoAlt}"/>{LinkCloseTag}</center>{block:Caption}{Caption}{/block:Caption}{/block:Photo}
  562. {block:Photoset}<center>{Photoset-500}</center>{block:Caption}{Caption}{/block:Caption}{/block:Photoset}
  563.  
  564. {block:Chat}
  565. <ul class="chat">
  566. {block:title}<div id="quotes">{Title}</div>{/block:title}
  567.  
  568. {block:Lines}<li class="user_{UserNumber}">{block:Label}<span class="label">{Label}</span>{/block:Label}&nbsp;{Line}</li>{/block:Lines}</ul>
  569. {/block:Chat}
  570.  
  571. {block:Video}{Video-500}{block:Caption}{Caption}{/block:Caption}{/block:Video}
  572.  
  573. {block:Audio}
  574. <div id="audio">
  575. <div class="player"><div class="audioplayer">{AudioPlayerWhite}</div></div>
  576. <div class="albumart">{block:AlbumArt}<img src="{AlbumArtURL}" width="100">{/block:AlbumArt}</div>
  577. <div class="audioinfo">
  578. <div class="tracktitle">{block:TrackName}{TrackName}{/block:TrackName}</div><br>
  579. {block:Artist}<b>ARTIST:</b> {Artist}{/block:Artist} {block:Album}<br>
  580. <b>ALBUM:</b> {Album}{/block:Album}<br>
  581. <b>PLAYED:</b> {FormattedPlayCount} times</div></div>
  582. {block:Caption}{Caption}{/block:Caption}
  583. {/block:Audio}
  584.  
  585. {block:Answer}
  586. <img src="{AskerPortraitURL-64}" style="height:64px; width:64px; float:right; margin-top:1px; padding: 2px">
  587. <div id="asks"><div class="asker"><b>{Asker} inquired:</b></div>
  588. <br><blockquote><i>{Question}</blockquote></i></div>
  589. <div id="answers">{Answer}</div>
  590. {/block:Answer}
  591.  
  592. </div> </div>
  593.  
  594.  
  595. {block:Date}<div id="infobar">
  596. posted <a href="{Permalink}">{TimeAgo}</a>
  597. {block:NoteCount}with {NoteCountWithLabel}{/block:NoteCount}{/block:NoteCount}{block:RebloggedFrom} via <a href="{ReblogParentURL}">{ReblogParentName}</a>{block:ContentSource} <a href="{SourceURL}"></a>{block:ContentSource}{/block:RebloggedFrom} - <a href="{ReblogURL}" target="_blank">reblog</a><br>
  598. {block:HasTags}{block:Tags}<a href="{TagURL}">#{Tag}</a>, {/block:Tags}{/block:HasTags}</div>{/block:Date}
  599.  
  600. {/block:Posts}
  601.  
  602. {block:PostNotes}{PostNotes}{/block:PostNotes}
  603.  
  604. </div>
  605.  
  606.  
  607.  
  608. </body>
  609. </html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement