Advertisement
pistachi-o

theme10

Jul 10th, 2012
2,374
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 21.76 KB | None | 0 0
  1. <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
  2.  
  3. <!--
  4. theme 010 by pistachi-o.tumblr.com
  5. please don't remove the credit and claim it as your own
  6. -->
  7.  
  8. <html>
  9. <head>
  10.  
  11.  
  12. <!-- DEFAULT VARIABLES -->
  13. <meta name="color:background" content="#FFFFFF" />
  14. <meta name="color:topbar" content="#EEEEEE" />
  15. <meta name="color:navbar" content="#141311" />
  16. <meta name="color:entry" content="#F3F3F3" />
  17. <meta name="color:posts" content="#FFFFFF" />
  18. <meta name="color:text" content="#0f0f0f" />
  19. <meta name="color:link" content="#4B3F3F" />
  20. <meta name="color:link hover" content="#707D7E" />
  21. <meta name="color:border" content="#E4E8E9" />
  22. <meta name="color:border2" content="#d9d9d9" />
  23. <meta name="color:tags" content="#778899" />
  24. <meta name="color:source" content="#F5F5F5" />
  25.  
  26. <meta name="image:background" content=""/>
  27. <meta name="image:topbar bg" content=""/>
  28. <meta name="image:header" content=""/>
  29. <meta name="image:sidebar" content=""/>
  30.  
  31. <meta name="text:Link1" content="" />
  32. <meta name="text:Link1 Title" content="" />
  33. <meta name="text:Link2" content="" />
  34. <meta name="text:Link2 Title" content="" />
  35. <meta name="text:Link3" content="" />
  36. <meta name="text:Link3 Title" content="" />
  37. <meta name="text:Link4" content="" />
  38. <meta name="text:Link4 Title" content="" />
  39. <meta name="text:Link5" content="" />
  40. <meta name="text:Link5 Title" content="" />
  41. <meta name="text:Link6" content="" />
  42. <meta name="text:Link6 Title" content="" />
  43. <meta name="text:Link7" content="" />
  44. <meta name="text:Link7 Title" content="" />
  45. <meta name="text:Link8" content="" />
  46. <meta name="text:Link8 Title" content="" />
  47. <meta name="text:Link9" content="" />
  48. <meta name="text:Link9 Title" content="" />
  49. <meta name="text:Link10" content="" />
  50. <meta name="text:Link10 Title" content="" />
  51.  
  52. <meta name="if:Box1" content="1"/>
  53. <meta name="if:Box2" content="1"/>
  54. <meta name="if:Box3" content="1"/>
  55. <meta name="if:Box4" content="0"/>
  56. <meta name="if:Box5" content="0"/>
  57.  
  58. <meta name="text:Box1" content="Extra Text Box." />
  59.  
  60.  
  61. <meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
  62. <title>{Title}{block:SearchPage}, Search results for: {SearchQuery}{/block:SearchPage}{block:PostSummary}, {PostSummary}{/block:PostSummary}</title>
  63. {block:Description}<meta name="description" content="{MetaDescription}" />{/block:Description}
  64. <link rel="shortcut icon" href="{Favicon}" />
  65. <link rel="alternate" type="application/rss+xml" href="{RSS}" />
  66.  
  67.  
  68. <link href='http://fonts.googleapis.com/css?family=News+Cycle' rel='stylesheet' type='text/css'>
  69. <script type="text/javascript">
  70. WebFontConfig = {
  71. google: { families: [ 'News+Cycle::latin' ] }
  72. };
  73. (function() {
  74. var wf = document.createElement('script');
  75. wf.src = ('https:' == document.location.protocol ? 'https' : 'http') +
  76. '://ajax.googleapis.com/ajax/libs/webfont/1/webfont.js';
  77. wf.type = 'text/javascript';
  78. wf.async = 'true';
  79. var s = document.getElementsByTagName('script')[0];
  80. s.parentNode.insertBefore(wf, s);
  81. })(); </script>
  82.  
  83.  
  84.  
  85. <style type="text/css">
  86.  
  87. iframe#tumblr_controls {
  88. top: 0% !important;
  89. right:0% !important;
  90. position: fixed !important;}
  91.  
  92.  
  93. body {
  94. background-color: {color:background};
  95. background-image: url('{image:Background}');
  96. background-attachment: fixed;
  97. background-repeat: repeat;
  98. font-family: Cambria;
  99. color: {color:text};
  100. font-size: 10px;
  101. text-align: justify;
  102. line-height: 95%;
  103. }
  104.  
  105. a:link, a:active, a:visited {
  106. color: {color:link};
  107. text-decoration: none;
  108. }
  109.  
  110. a:hover{
  111. color:{color:link hover};
  112. }
  113.  
  114. #topbar {
  115. position: fixed;
  116. background: {color:topbar};
  117. background-image: url('{image:topbar bg}');
  118. background-attachment: fixed;
  119. background-repeat: no-repeat;
  120. width: 100%;
  121. height: 120px;
  122. top: 0;
  123. left: 0px;
  124. padding: 10px 10px 15px 10px;
  125. display: block;
  126. text-align: center;
  127. overflow: hidden;
  128. -webkit-transition: all 0.6s ease-in-out;
  129. -moz-transition: all 0.6s ease-in-out;
  130. -o-transition: all 0.6s ease-in-out;
  131. -ms-transition: all 0.6s ease-in-out;
  132. transition: all 0.6s ease-in-out;
  133. z-index: 100;
  134. }
  135.  
  136. #topbarimg {
  137. top: 0;
  138. left: 0px;
  139. text-align: center;
  140. position: absolute;
  141. -webkit-transition: all 0.6s ease-in-out;
  142. -moz-transition: all 0.6s ease-in-out;
  143. -o-transition: all 0.6s ease-in-out;
  144. -ms-transition: all 0.6s ease-in-out;
  145. transition: all 0.6s ease-in-out;
  146. }
  147.  
  148. #topbar #spotlight {
  149. opacity: 0;
  150. transition: all 1s ease-in-out;
  151. -webkit-transition: all 1s ease-in-out;
  152. -moz-transition: all 1s ease-in-out;
  153. -o-transition: all 1s ease-in-out;
  154. }
  155.  
  156. #topbar:hover #spotlight {
  157. opacity: 1;
  158. transition: all 1s ease-in-out;
  159. -webkit-transition: all 1s ease-in-out;
  160. -moz-transition: all 1s ease-in-out;
  161. -o-transition: all 1s ease-in-out;
  162. }
  163.  
  164. #topbar:hover #topbarimg {
  165. margin-top: -200px;
  166. -webkit-transition: all 0.6s ease-in-out;
  167. -moz-transition: all 0.6s ease-in-out;
  168. -o-transition: all 0.6s ease-in-out;
  169. -ms-transition: all 0.6s ease-in-out;
  170. transition: all 0.6s ease-in-out;
  171. }
  172.  
  173. #spotlight {
  174. width: 860px; 
  175. height: 120px;
  176. margin: 0 auto;
  177. text-align: center; 
  178. overflow: hidden;
  179. }
  180.  
  181. .box1 {
  182. float: left;
  183. width: 270px;
  184. height: 120px;
  185. margin: 0px 5px;
  186. background: {color:background};
  187. text-align: left;
  188. display: block;
  189. opacity: 1;
  190. overflow: auto;
  191. }
  192.  
  193. .box2 {
  194. float: left;
  195. width: 270px;
  196. height: 120px;
  197. margin: 0px 5px;
  198. background: {color:background};
  199. text-align: left;
  200. display: block;
  201. opacity: 1;
  202. }
  203.  
  204. .desc {
  205. position: absolute;
  206. width: 250px;
  207. padding: 10px;
  208. text-align: justify;
  209. overflow: auto;
  210. }
  211.  
  212. .box3 {
  213. float: left;
  214. width: 270px;
  215. height: 120px;
  216. margin: 0px 5px;
  217. background: {color:background};
  218. text-align: left;
  219. display: block;
  220. opacity: 1;
  221. overflow: auto;
  222. }
  223.  
  224. .linky a {
  225. display: block;
  226. background: {color:background};
  227. text-decoration: none;
  228. font-family: 'News Cycle', sans-serif;
  229. font-size: 12px;
  230. letter-spacing: 1px;
  231. font-weight: normal;
  232. text-align: center;
  233. text-transform: uppercase;
  234. padding: 10px 10px;
  235. border-bottom: 1px dashed {color:border2};
  236. -webkit-transition: all .3s ease-in-out;
  237. -moz-transition: all .3s ease-in-out;
  238. -o-transition: all .3s ease-in-out;
  239. -ms-transition: all .3s ease-in-out;
  240. transition: all .3s ease-in-out;
  241. }
  242.  
  243. .linky a:hover {
  244. letter-spacing: 3px;
  245. }
  246.  
  247. .box4 {
  248. float: left;
  249. width: 270px;
  250. height: 120px;
  251. margin: 0px 5px;
  252. background: {color:background};
  253. text-align: left;
  254. display: block;
  255. opacity: 1;
  256. overflow: auto;
  257. }
  258.  
  259. .box5 {
  260. float: left;
  261. width: 270px;
  262. height: 120px;
  263. margin: 0px 5px;
  264. padding: 0px;
  265. text-align: left;
  266. display: block;
  267. opacity: 1;
  268. overflow: hidden;
  269. }
  270.  
  271. .box5 img {
  272. width: 270px;
  273. max-height: 120px;
  274. opacity: 1;
  275. }
  276.  
  277. #navbar {
  278. position: fixed;
  279. background: {color:navbar};
  280. width: 100%;
  281. height: 40px;
  282. top: 145px;
  283. left: 0px;
  284. display: block;
  285. text-align: center;
  286. -webkit-transition: all 0.6s ease-in-out;
  287. -moz-transition: all 0.6s ease-in-out;
  288. -o-transition: all 0.6s ease-in-out;
  289. -ms-transition: all 0.6s ease-in-out;
  290. transition: all 0.6s ease-in-out;
  291. z-index: 1000;
  292. }
  293.  
  294. #navlinks {
  295. width: 840px; 
  296. height: 40px;
  297. margin: 0 auto;
  298. text-align: center; 
  299. position: relative;
  300. }
  301.  
  302. .navigation {
  303. float: left;
  304. text-align: left;
  305. display: inline-block;
  306. opacity: 1;
  307. }
  308.  
  309. .navigation a {
  310. display: inline-block;
  311. background: {color:navbar};
  312. width: 100px;
  313. height: 20px;
  314. line-height: 100%;
  315. font-family: 'News Cycle', sans-serif;
  316. font-size: 14px;
  317. text-align: center;
  318. color: {color:border};
  319. letter-spacing: 1px;
  320. text-transform: uppercase;
  321. padding: 10px 5px 10px 5px;
  322. }
  323.  
  324. .navigation a:hover {
  325. color: {color:navbar};
  326. background: {color:posts};
  327. }
  328.  
  329. .pagination {
  330. float: right; 
  331. display: inline-block; 
  332. opacity: 1;
  333. font-family: 'News Cycle', sans-serif;
  334. }
  335.  
  336. a.pagination {
  337. margin: 6px 12px;
  338. background-color: {color:navbar};
  339. display: inline-block;
  340. position: relative;
  341. vertical-align: top;
  342. }
  343.  
  344. a.pagination:after,
  345. a.pagination:before {
  346. background: {color:navbar};
  347. border: 2px solid {color:border};
  348. content: '';
  349. position: absolute;
  350. }
  351.  
  352. a.pagination:hover,
  353. a.pagination:hover:after,
  354. a.pagination:hover:before {
  355. background-color: {color:navbar};
  356. }
  357.  
  358. a.prev {
  359. height: 26px;
  360. width: 26px;
  361. }
  362.  
  363. a.prev:after,
  364. a.prev:before {
  365. border-radius: 2px;
  366. height: 0;
  367. left: 5px;
  368. width: 9px;
  369. }
  370.  
  371. a.prev:after {
  372. bottom: 8px;
  373. -webkit-transform: rotate(45deg);
  374. -moz-transform: rotate(45deg);
  375. -ms-transform: rotate(45deg);
  376. -o-transform: rotate(45deg);
  377. transform: rotate(45deg);
  378. }
  379.  
  380. a.prev:before {
  381. top: 8px;
  382. -webkit-transform: rotate(-45deg);
  383. -moz-transform: rotate(-45deg);
  384. -ms-transform: rotate(-45deg);
  385. -o-transform: rotate(-45deg);
  386. transform: rotate(-45deg);
  387. }
  388.  
  389. a.next {
  390. height: 26px;
  391. width: 26px;
  392. }
  393.  
  394. a.next:after,
  395. a.next:before {
  396. border-radius: 2px;
  397. height: 0;
  398. right: 5px;
  399. width: 9px;
  400. }
  401.  
  402. a.next:after {
  403. top: 8px;
  404. -webkit-transform: rotate(45deg);
  405. -moz-transform: rotate(45deg);
  406. -ms-transform: rotate(45deg);
  407. -o-transform: rotate(45deg);
  408. transform: rotate(45deg);
  409. }
  410.  
  411. a.next:before {
  412. bottom: 8px;
  413. -webkit-transform: rotate(-45deg);
  414. -moz-transform: rotate(-45deg);
  415. -ms-transform: rotate(-45deg);
  416. -o-transform: rotate(-45deg);
  417. transform: rotate(-45deg);
  418. }
  419.  
  420. #content {
  421. width: 840px;
  422. margin: 0 auto;
  423. text-align: center;
  424. position: relative;
  425. }
  426.  
  427. #entries {
  428. float: left;
  429. position: relative;
  430. width: 520px;
  431. padding: 200px 10px 10px 10px;
  432. background: {color:entry};
  433. text-align: left;
  434. z-index: 2;
  435. }
  436.  
  437. #posts {
  438. position: relative;
  439. width: 500px;
  440. padding: 20px 10px 30px;
  441. background-color: {color:posts};
  442. font-family: Cambria;
  443. text-align: justify;
  444. }
  445.  
  446. .date {
  447. font-family: 'News Cycle', sans-serif;
  448. font-size: 10px;
  449. margin-bottom: 20px;
  450. padding: 0px 10px;
  451. position: relative;
  452. border-bottom: 1px dashed {color:border2};
  453. }
  454.  
  455. .dated {
  456. float: left;
  457. background: {color:posts};
  458. padding: 0 10px;
  459. position: relative;
  460. top: -5px;
  461. text-transform: uppercase;
  462. }
  463.  
  464. .noted {
  465. float: right;
  466. background: {color:posts};
  467. padding: 0 10px;
  468. position: relative;
  469. top: -5px;
  470. font-family: 'News Cycle', sans-serif;
  471. ztext-transform: uppercase;
  472. }
  473.  
  474. #posts .noted {
  475. display: block;
  476. opacity: 0;
  477. transition: all 1s ease-in-out;
  478. -webkit-transition: all 1s ease-in-out;
  479. -moz-transition: all 1s ease-in-out;
  480. -o-transition: all 1s ease-in-out;
  481. }
  482.  
  483. #posts:hover .noted {
  484. display: block;
  485. opacity: 1;
  486. transition: all 1s ease-in-out;
  487. -webkit-transition: all 1s ease-in-out;
  488. -moz-transition: all 1s ease-in-out;
  489. -o-transition: all 1s ease-in-out;
  490. }
  491.  
  492. .info {
  493. width: 300px;
  494. height: auto;
  495. position: absolute;
  496. top: 20px;
  497. margin-left: 500px;
  498. background: transparent;
  499. font-family: 'News Cycle', sans-serif;
  500. font-size: 9px;
  501. letter-spacing: 1px;
  502. line-height: 270%;
  503. text-align: left;
  504. text-transform: uppercase;
  505. padding: 0px 0px 0px 3px;
  506. opacity: 0;
  507. z-index: 100;
  508. }
  509.  
  510. .info a {
  511. color: {color:background};
  512. }
  513.  
  514. #posts .info {
  515. display: block;
  516. opacity: 0;
  517. transition: all 1s ease-in-out;
  518. -webkit-transition: all 1s ease-in-out;
  519. -moz-transition: all 1s ease-in-out;
  520. -o-transition: all 1s ease-in-out;
  521. }
  522.  
  523. #posts:hover .info {
  524. display: block;
  525. opacity: 1;
  526. margin-left: 530px;
  527. transition: all 1s ease-in-out;
  528. -webkit-transition: all 1s ease-in-out;
  529. -moz-transition: all 1s ease-in-out;
  530. -o-transition: all 1s ease-in-out;
  531. }
  532.  
  533. .source {
  534. width: 500px;
  535. margin: 0px auto 20px;
  536. padding: 3px 240px 10px;
  537. text-align: center;
  538. list-style: none;
  539. position: relative;
  540. }
  541.  
  542. .source li {
  543. float: left;
  544. font-family: 'News Cycle', sans-serif;
  545. }
  546.  
  547. .source img {
  548. border: 2px solid {color:border};
  549. }
  550.  
  551. .source li a {
  552. width: 16px;
  553. height: 16px;
  554. margin: 0px 4px;
  555. list-style: none;
  556. display: inline-block;
  557. position: relative;
  558. }
  559.  
  560. .source li a span {
  561. width: 100px;
  562. height: auto;
  563. padding: 5px;
  564. left: 50%;
  565. margin-left: -58px;
  566. font-family: 'News Cycle', sans-serif;
  567. font-size: 9px;
  568. color: {color:link};
  569. text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.1);
  570. text-align: center;
  571. text-transform: uppercase;
  572. border: 4px solid #FAFAFA;
  573. background: {color:source};
  574. border-radius: 5px;
  575. -webkit-border-radius: 5px;
  576. -moz-border-radius: 5px;
  577. position: absolute;
  578. pointer-events: none;
  579. opacity: 0;
  580. bottom: 0;
  581. box-shadow: 1px 1px 2px rgba(0,0,0,0.1);
  582. -webkit-transition: all 0.5s ease-in-out;
  583. -moz-transition: all 0.5s ease-in-out;
  584. -o-transition: all 0.5s ease-in-out;
  585. transition: all 0.5s ease-in-out;
  586. }
  587.  
  588. .source li a span:before,
  589. .source li a span:after {
  590. content: '';
  591. position: absolute;
  592. bottom: -15px;
  593. left: 50%;
  594. margin-left: -9px;
  595. width: 0;
  596. height: 0;
  597. border-left: 10px solid transparent;
  598. border-right: 10px solid transparent;
  599. border-top: 10px solid rgba(0,0,0,0.1);
  600. }
  601.  
  602. .source li a span:after {
  603. bottom: -14px;
  604. margin-left: -10px;
  605. border-top: 10px solid #fff;
  606. }
  607.  
  608. .source li a:hover span {
  609. opacity: 1;
  610. bottom: 20px;
  611. }
  612.  
  613. .tag {
  614. position: relative;
  615. margin: 15px 10px;
  616. background: {color:tags};
  617. padding: 3px 6px 4px 7px;
  618. font-family: 'News Cycle', sans-serif;
  619. font-size: 9px;
  620. letter-spacing: 1px;
  621. text-transform: uppercase;
  622. color: {color:text};
  623. -webkit-border-radius: 0 3px 3px 0;
  624. -moz-border-radius: 0 3px 3px 0;
  625. border-radius: 0 3px 3px 0;
  626. text-shadow: 0px 1px 0px rgba(255,255,255,.4);
  627. }
  628.  
  629. .tag:after, .tag:before {
  630. right: 100%;
  631. border: solid transparent;
  632. content: " ";
  633. height: 0;
  634. width: 0;
  635. position: absolute;
  636. pointer-events: none;
  637. }
  638.  
  639. .tag:before {
  640. border-right-color: {color:tags};
  641. border-width: 11px;
  642. top: 50%;
  643. margin-top: -11px;
  644. z-index: 1;
  645. }
  646.  
  647. .tag:after {
  648. content:'';
  649. width: 5px;
  650. height: 5px;
  651. background: #fff;
  652. -webkit-border-radius: 50%;
  653. -moz-border-radius: 50%;
  654. border-radius: 50%;
  655. border: 1px solid {color:tags};
  656. position: absolute;
  657. top: 7px;
  658. left: -3px;
  659. z-index: 9999;
  660. }
  661.  
  662. .icons {
  663. font-family: 'WebSymbolsRegular';
  664. font-size: 14px;
  665. line-height: 18px;
  666. }
  667.  
  668. h1 {
  669. color: {color:link hover};
  670. font-family: 'News Cycle', sans-serif;
  671. font-size: 16px;
  672. letter-spacing: 1px;
  673. font-weight: normal;
  674. line-height: 100%;
  675. text-transform: uppercase;
  676. text-align: center;
  677. margin-top: -2px;
  678. }
  679.  
  680. h2 {
  681. color: {color:link};
  682. font-family: 'News Cycle', sans-serif;
  683. font-size: 13px;
  684. line-height: 100%;
  685. font-weight: normal;
  686. text-transform: uppercase;
  687. text-align: center;
  688. }
  689.  
  690. blockquote {
  691. border-left: 3px solid {color:border};
  692. padding: 2px 5px;
  693. }
  694.  
  695. blockquote i {
  696. color: {color:text};
  697. }
  698.  
  699. hr {
  700. position: relative;
  701. clear: both;
  702. min-height: 20px;
  703. padding: 0 0 25px 0;
  704. background: url(http://static.tumblr.com/whx9ghv/1GVm5h45h/2qmp8ib.jpg) center center repeat-x transparent;
  705. border: 0px;
  706. }
  707.  
  708. .ask {
  709. margin: 10px;
  710. padding: 8px;
  711. font-size: 10px;
  712. }
  713.  
  714. .asker {
  715. font-family: 'Dosis', sans-serif;
  716. padding-bottom: 2px;
  717. font-size: 11px;
  718. text-transform: uppercase;
  719. font-weight: bold;
  720. }
  721.  
  722. .answer {
  723. padding: 10px;
  724. margin-left: 8px;
  725. }
  726.  
  727. b, strong{
  728. color: {color:link hover};
  729. }
  730.  
  731. i, em {
  732. color: {color:link};
  733. }
  734.  
  735. p {
  736. margin-top: 3px;
  737. margin-bottom: 3px;
  738. }
  739.  
  740. img a {
  741. border: none;
  742. width: 100%;
  743. }
  744.  
  745. .audioplayer {
  746. position: absolute;
  747. z-index: 3;
  748. opacity: 0.7;
  749. margin-left: 0px;
  750. margin-top: 195px;
  751. }
  752.  
  753. .audio {
  754. width: 40px;
  755. padding: 0px 80px;
  756. background-color: #fefefe;
  757. overflow: hidden;
  758. }
  759.  
  760. #audiocap {
  761. height: 200px;
  762. }
  763.  
  764. #audioinfo {
  765. height: 10px;
  766. padding: 4px 5px;
  767. background: {color:posts};
  768. color: {color:text};
  769. display: block;
  770. overflow: hidden;
  771. font-family: 'News Cycle', sans-serif;
  772. text-align: left;
  773. margin-bottom: 3px;
  774. text-transform: uppercase;
  775. }
  776.  
  777. #audioinfo b {
  778. color: {color:link};
  779. }
  780.  
  781. #audioimg img {
  782. margin-right: 2px;
  783. }
  784.  
  785. .tag_cloud {
  786. text-transform: uppercase;
  787. height: 80px;
  788. margin: 5px 0px;
  789. overflow: auto;
  790. }
  791.  
  792. .tag_cloud .tag_list {
  793. list-style-type: square;
  794. margin-left: 5px;
  795. padding-left: 5px;
  796. }
  797.  
  798. .user_1 .label {color:{color:link}; font-weight:bold}
  799. .user_2 .label {color:{color:link hover}; font-weight:bold}
  800. ul.chat, .chat ol, .chat li {list-style:none; margin:0px; padding:0px;}
  801.  
  802. .notes img{width:10px; position:relative; top:1px;}
  803. ol.notes, .notes li{list-style:none; margin:2px; padding:2px;}
  804.  
  805.  
  806. @font-face{
  807. font-family: 'WebSymbolsRegular';
  808. src: url('http://static.tumblr.com/whx9ghv/Vhim5bhle/websymbols-regular-webfont.eot');
  809. src: url('http://static.tumblr.com/whx9ghv/Vhim5bhle/websymbols-regular-webfont.eot?#iefix') format('embedded-opentype'),
  810. url('http://static.tumblr.com/whx9ghv/CCBm5bhmm/websymbols-regular-webfont.woff') format('woff'),
  811. url('http://static.tumblr.com/whx9ghv/o1im5bhno/websymbols-regular-webfont.ttf') format('truetype'),
  812. url('http://static.tumblr.com/whx9ghv/maYm5bhlm/websymbols-regular-webfont.svg#WebSymbolsRegular') format('svg');
  813. font-weight: normal;
  814. font-style: normal;
  815. }
  816.  
  817. ::-webkit-scrollbar {width: 10px; height:auto; background:{color:background};}
  818. ::-webkit-scrollbar-thumb:vertical {background:#000;}
  819. ::-webkit-scrollbar-thumb:horizontal {background:#FFF;}
  820. ::-webkit-scrollbar-thumb {background:{color:border};}
  821. ::-webkit-scrollbar-track-piece {background:{color:background}; width:4px;}
  822.  
  823.  
  824. .ending {
  825. max-width: 500px;
  826. text-align: left;
  827. padding: 10px;
  828. text-decoration: none;
  829. line-height: 180%;
  830. }
  831.  
  832. .ending a {
  833. text-transform: uppercase;
  834. font-size: 10px;
  835. }
  836.  
  837. .ending img {
  838. width: 12px;
  839. height: 12px;
  840. border: 2px solid {color:tags};
  841. }
  842.  
  843. </style>
  844. <style type="text/css">{CustomCSS}</style>
  845. </head>
  846.  
  847. <body>
  848. <div id="topbar">
  849. <div id="topbarimg"><img src="{image:header}"></div>
  850.  
  851. <div id="spotlight">
  852.  
  853. {block:IfBox1}<div class="box1">
  854. <div class="desc">{text:Box1}</div></div>{/block:IfBox1}
  855.  
  856. {block:IfBox2}<div class="box2">
  857. <div class="desc">{block:Description}{Description}{/block:Description}</div></div>{/block:IfBox2}
  858.  
  859. {block:IfBox3}<div class="box3">
  860. <div class="linky">
  861. {block:ifLink1}<a href="{text:Link1}">{text:Link1 Title}</a>{/block:ifLink1}
  862. {block:ifLink2}<a href="{text:Link2}">{text:Link2 Title}</a>{/block:ifLink2}
  863. {block:ifLink3}<a href="{text:Link3}">{text:Link3 Title}</a>{/block:ifLink3}
  864. {block:ifLink4}<a href="{text:Link4}">{text:Link4 Title}</a>{/block:ifLink4}
  865. {block:ifLink5}<a href="{text:Link5}">{text:Link5 Title}</a>{/block:ifLink5}
  866. {block:ifLink6}<a href="{text:Link6}">{text:Link6 Title}</a>{/block:ifLink6}
  867. {block:ifLink7}<a href="{text:Link7}">{text:Link7 Title}</a>{/block:ifLink7}
  868. {block:ifLink8}<a href="{text:Link8}">{text:Link8 Title}</a>{/block:ifLink8}
  869. {block:ifLink9}<a href="{text:Link9}">{text:Link9 Title}</a>{/block:ifLink9}
  870. {block:ifLink10}<a href="{text:Link10}">{text:Link10 Title}</a>{/block:ifLink10}
  871. {block:HasPages}{block:Pages}<a href="{URL}" class="info" target="_blank">{Label}</a>{/block:Pages}{/block:HasPages}
  872. </div>
  873. </div>{/block:IfBox3}
  874.  
  875. {block:IfBox4}<div class="box4">
  876. <div class="desc"><b>TAGS:</b> <!--Tumblr Tag Cloud [2012-06-14]-->
  877. <script type="text/javascript" src="http://rive.rs/javascripts/tumblr.min.js?css=custom&minsize=120&maxsize=120&order=alphabetical"></script></div>
  878. </div>{/block:IfBox4}
  879.  
  880. {block:IfBox5}<div class="box5">
  881. <img src="{image:sidebar}">
  882. </div>{/block:IfBox5}
  883.  
  884. </div>
  885. </div>
  886.  
  887.  
  888. <div id="navbar">
  889. <div id="navlinks">
  890. <div class="navigation">
  891. <a href="/">index</a>
  892. <a href="/ask">ask</a>
  893. <a href="/archive">archive</a>
  894. <a href="/submit">submit</a>
  895. </div>
  896.  
  897. {block:Pagination}
  898. {block:NextPage}<a class="next pagination" title="Next" href="{NextPage}"></a>{/block:NextPage}
  899. {block:PreviousPage}<a class="prev pagination" title="Previous" href="{PreviousPage}"></a>{/block:PreviousPage}
  900. {/block:Pagination}
  901. </div>
  902. </div>
  903.  
  904.  
  905. <div id="content">
  906. <div id="entries">
  907. {block:Posts}
  908. <div id="posts">
  909.  
  910. <div class="date">
  911. <span class="dated">{block:Date}<a href="{Permalink}">{Month} {DayOfMonthWithZero}, {Year}</a>{/block:Date}</span>
  912. <span class="noted"><a href="{Permalink}">{NoteCount}</a></span>
  913. </div>
  914.  
  915. {block:Quote}<h2>"{Quote}"&nbsp; - {Source}</h2>{/block:Quote}
  916. {block:Title}<h1>{Title}&nbsp;</h1>{/block:Title}
  917. {block:Text}{Body}{/block:Text}
  918.  
  919. {block:Link}<a href="{URL}" class="link" {Target}><h1>{Name}&nbsp;</h1></a>
  920. {block:Description}<P>{Description}</p>{/block:Description}{/block:Link}
  921.  
  922. {block:Photo}<center>{LinkOpenTag}<img src="{PhotoURL-500}" alt="{PhotoAlt}"/>{LinkCloseTag}</center>{block:Caption}{Caption}{/block:Caption}{/block:Photo}
  923. {block:Photoset}<center>{Photoset-500}</center>{block:Caption}{Caption}{/block:Caption}{/block:Photoset}
  924.  
  925. {block:Chat}<ul class="chat">{block:Lines}<li class="user_{UserNumber}">{block:Label}<span class="label">{Label}</span>{/block:Label}&nbsp;{Line}</li>{/block:Lines}</ul>{/block:Chat}
  926.  
  927. {block:Video}{Video-500}{block:Caption}{Caption}{/block:Caption}{/block:Video}
  928.  
  929. {block:Answer}<div class="ask"><span class="asker">{Asker} asked:</span>
  930. <br>{Question}</div>
  931. <hr>
  932. <div class="answer">{Answer}</div>{/block:Answer}
  933.  
  934. {block:Audio}{block:AlbumArt}<div id="audioimg"><img src="{AlbumArtURL}" width="200" height="200" align="left"></div>{/block:AlbumArt}
  935. <div class="audioplayer"><div class="audio">{AudioPlayerWhite}</div></div>
  936. <div id="audiocap">
  937. <div id="audioinfo"><b>ARTIST:</b> {block:Artist}{Artist}{/block:Artist}</div>
  938. <div id="audioinfo"><b>TRACK:</b> {block:TrackName}{TrackName}{/block:TrackName}</div>
  939. <div id="audioinfo"><b>ALBUM:</b> {block:Album}{Album}{/block:Album}</div>
  940. <div id="audioinfo">{block:PlayCount}{PlayCountWithLabel}{/block:PlayCount}</div></div>{/block:Audio}
  941.  
  942. {block:HasTags}
  943. <div class="info">{block:Tags}<a href="{TagURL}" class="tag">{Tag}</a><br>{/block:Tags}</div>
  944. {/block:HasTags}
  945.  
  946. </div>
  947.  
  948. <ul class="source">
  949. {block:RebloggedFrom}
  950. <li><a href="{ReblogParentURL}"><span>VIA: {ReblogParentName}</span><img src="{ReblogParentPortraitURL-16}"></a></li>
  951. {block:ContentSource}<li><a href="{SourceURL}"><span>ORIG: {SourceTitle}</span><img src="{ReblogRootPortraitURL-16}"></a></li>{/block:ContentSource}
  952. {/block:RebloggedFrom}</ul>
  953.  
  954. {/block:Posts}
  955.  
  956. {block:PostNotes}
  957. <div class="ending">{PostNotes}</div>
  958. {/block:PostNotes}
  959.  
  960. </div>
  961.  
  962. </body>
  963. </html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement