Advertisement
clairesrps

mockingbird

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