Advertisement
waltzy

theme 2 with round links

Jan 16th, 2012
2,597
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 26.41 KB | None | 0 0
  1. <html>
  2. <head>
  3. <!-- Theme #2 designed by waltzy.tumblr.com. Please do not redistribute, remove the attribution, or claim as your own. Do not take out the credit link or move it to a different page!
  4. Changes:
  5. - added sidebar on right option
  6. - this one has round links
  7. - added title option
  8. - audio update
  9. -->
  10. <title>{Title}{block:PostSummary}: {PostSummary}{/block:PostSummary}</title>
  11. <link rel="shortcut icon" href="{Favicon}">
  12. <link rel="alternate" type="application/rss+xml" href="{RSS}">
  13. <script src="//ajax.googleapis.com/ajax/libs/jquery/1.7.1/jquery.min.js" type="text/javascript"></script>
  14.  
  15.  
  16. {block:Description}
  17. <meta name="description" content="{MetaDescription}" />
  18. {/block:Description}
  19.  
  20. <!-- default variables -->
  21. <meta name="font:Body" content="Trebuchet MS" />
  22. <meta name="image:Sidebar" content="" />
  23. <meta name="image:Sidebar 2" content="" />
  24. <meta name="image:Sidebar 3" content="" />
  25. <meta name="image:Background" content="" />
  26. <meta name="image:Background Tile" content="" />
  27. <meta name="color:Background" content="#000000" />
  28. <meta name="color:Post Background" content="#1f1f1f" />
  29. <meta name="color:Post Footer" content="#111111" />
  30. <meta name="color:Ask Background" content="#111111" />
  31. <meta name="color:Post Text" content="#eeeeee" />
  32. <meta name="color:Title Text" content="#eeeeee" />
  33. <meta name="color:Other Text" content="#eeeeee" />
  34. <meta name="color:Link" content="#008cff" />
  35. <meta name="color:Link Hover" content="#f3690D" />
  36. <meta name="color:Sidebar Link" content="#008cff" />
  37. <meta name="color:Sidebar Link Hover Text" content="#eeeeee" />
  38. <meta name="text:Google Analytics" content="" />
  39. <meta name="if:Link Animation" content="1" />
  40. <meta name="if:Resize Sidebar Images" content="1" />
  41. <meta name="if:Sidebar On Right" content="1" />
  42. <meta name="text:Group 1 Label" content="Navigation" />
  43. <meta name="text:Link 1 Text" content="home" />
  44. <meta name="text:Link 1 URL" content="/" />
  45. <meta name="text:Link 2 Text" content="ask" />
  46. <meta name="text:Link 2 URL" content="/ask" />
  47. <meta name="text:Link 3 Text" content="archive" />
  48. <meta name="text:Link 3 URL" content="/archive" />
  49. <meta name="text:Link 4 Text" content="" />
  50. <meta name="text:Link 4 URL" content="" />
  51. <meta name="text:Link 5 Text" content="" />
  52. <meta name="text:Link 5 URL" content="" />
  53. <meta name="text:Link 6 Text" content="" />
  54. <meta name="text:Link 6 URL" content="" />
  55. <meta name="text:Group 2 Label" content="More Links" />
  56. <meta name="text:Group 2 Link 1 Text" content="" />
  57. <meta name="text:Group 2 Link 1 URL" content="" />
  58. <meta name="text:Group 2 Link 2 Text" content="" />
  59. <meta name="text:Group 2 Link 2 URL" content="" />
  60. <meta name="text:Group 2 Link 3 Text" content="" />
  61. <meta name="text:Group 2 Link 3 URL" content="" />
  62. <meta name="text:Group 2 Link 4 Text" content="" />
  63. <meta name="text:Group 2 Link 4 URL" content="" />
  64. <meta name="text:Group 2 Link 5 Text" content="" />
  65. <meta name="text:Group 2 Link 5 URL" content="" />
  66.  
  67. <meta name="text:Pages Label" content="Pages" />
  68.  
  69.  
  70.  
  71. <style type="text/css">
  72. body {
  73. background-color: {color:Background};
  74. color: {color:Post Text};
  75. font-family: {font:Body};
  76. background-image: url('{image:Background}'), url('{image:Background Tile}');
  77. background-repeat: no-repeat, repeat;
  78. background-attachment: fixed;
  79. word-wrap: break-word;
  80. }
  81.  
  82.  
  83.  
  84.  
  85. {block:IfNotSidebarOnRight}
  86. .sidebar {
  87. left: 5px;
  88. }
  89. .sidebar-true {
  90. left: 150px;
  91. }
  92. #linksidebar {
  93. text-align: right;
  94. }
  95.  
  96. div#main {
  97. left: 430px;
  98. }
  99. .datebox{
  100. float: right;
  101. text-align: left;
  102. margin-right: -210px; /* equal to -( width of datebox + 10) */
  103. padding-left: 5px;
  104. }
  105.  
  106. body {
  107. background-position: bottom right !important;
  108. }
  109. {/block:IfNotSidebarOnRight}
  110.  
  111.  
  112. {block:IfSidebarOnRight}
  113. .sidebar {
  114. right: 0px;
  115. }
  116. .sidebar-true {
  117. right: 150px;
  118. }
  119. #linksidebar {
  120. right: 0px;
  121. margin-right: -8px;
  122. text-align: left;
  123. }
  124. .minibar {
  125. padding-left: 10px;
  126. }
  127.  
  128. div#main {
  129. right: 430px;
  130. }
  131. .datebox{
  132. float:left;
  133. margin-left: -210px; /* equal to -( width of datebox + 10) */
  134. text-align: right;
  135. }
  136. .datebox-color {
  137. margin: 0 0 0 auto; /* align to right */
  138. }
  139.  
  140. body {
  141. background-position: bottom left!important;
  142. }
  143. {/block:IfSidebarOnRight}
  144.  
  145.  
  146. .minibar {
  147. margin-top: 0px;
  148. margin-bottom: 0px;
  149. width: 140px;
  150. overflow: hidden;
  151. {block:IfNotSidebarOnRight}
  152. padding-right: 50px;
  153. {/block:IfNotSidebarOnRight}
  154. {block:IfSidebarOnRight}
  155. padding-left: 50px;
  156. {/block:IfSidebarOnRight}
  157.  
  158. }
  159.  
  160.  
  161.  
  162. .sidebar {
  163. top: 20px;
  164. padding: 0px;
  165. position: fixed;
  166. color: {color:Sidebar Text};
  167. font-size: .95em;
  168. }
  169.  
  170. .sidebar-image {
  171. width: 420px;
  172. text-align: center;
  173. margin: 10px;
  174. margin-bottom: 0px;
  175. padding-bottom: 0px;
  176. }
  177. .sidebar-image img {
  178. {block:IfResizeSidebarImages}max-height: 200px;
  179. max-width: 125px;{/block:IfResizeSidebarImages}
  180. border: 5px {color:Post Footer} solid;
  181. }
  182. .sidebar-true {
  183. position: absolute;
  184. width: 270px;
  185. margin: 0px;
  186. margin-top: 10px;
  187. text-align: center;
  188. }
  189. .sidebar-color {
  190. -moz-border-radius: 15px;
  191. border-radius: 15px;
  192. -moz-border-top-right-radius: 0px;
  193. -moz-border-bottom-left-radius: 0px;
  194. border-top-right-radius: 0px;
  195. border-bottom-left-radius: 0px;
  196. }
  197.  
  198. #linksidebar h3 {
  199. margin-top: 0px;
  200. margin-bottom: 0px;
  201. font-size: 1em;
  202. line-height: 16px;
  203. padding-top: 0px;
  204. padding-left: 5px;
  205. padding-bottom: 5px;
  206.  
  207. }
  208. .sidebar h3 a:link, .sidebar h3 a:visited {
  209. color: {color:Other Text};
  210. transition: all .5s linear;
  211. -webkit-transition: all .5s linear;
  212. -moz-transition: all .5s linear;
  213. }
  214. h3.title a:link, h3.title a:visited {
  215. color: {color:Title Text};
  216. transition: all .5s linear;
  217. -webkit-transition: all .5s linear;
  218. -moz-transition: all .5s linear;
  219. }
  220. .sidebar h3 a:hover, .sidebar h3 a:active ,h3.title a:hover, h3.title a:active{
  221. color: {color:Link Hover};
  222. transition: all .5s linear;
  223. -webkit-transition: all .5s linear;
  224. -moz-transition: all .5s linear;
  225. }
  226.  
  227. .title {
  228. margin-top: 5px;
  229. text-align: center;
  230. max-width: 420px;
  231. }
  232.  
  233. .reblog-post {
  234. font-size: .8em;
  235. }
  236.  
  237. .sidebar h3 {
  238.  
  239. margin-bottom: 0px;
  240. font-weight: normal;
  241.  
  242. font-family: century gothic, sans serif;
  243. text-transform: uppercase;
  244. font-size: 22px;
  245. letter-spacing: 1px;
  246. }
  247. #description {
  248. text-align: left;
  249. margin-top: 0px;
  250. padding-top: 0px;
  251. padding-bottom: 5px;
  252. background-color: {color:Post Background};
  253. -moz-border-top-left-radius: 15px;
  254. border-top-left-radius: 15px;
  255. }
  256.  
  257. div#main {
  258. width: 540px;
  259. position: absolute;
  260.  
  261.  
  262. top: 0px;
  263. padding-top: 10px;
  264. padding-left: 10px;
  265. padding-right: 20px;
  266. margin: 0px;
  267. min-height: 100%;
  268. height: auto !important;
  269. height: 100%;
  270.  
  271. /* -moz-box-shadow: 0 0 5px 5px #444;
  272. -webkit-box-shadow: 0 0 5px 5px #444;
  273. box-shadow: 0 0 5px 5px #444; */
  274. }
  275. html, body {
  276. height: 100%;
  277. }
  278.  
  279. .pagination {
  280. text-align: center;
  281. text-transform: uppercase;
  282. font-size: .9em;
  283. color: {color:Post Text};
  284. padding: 3px;
  285. }
  286. .sidebar-footer {
  287. margin-top: 0px;
  288. background-color: {color:Post Footer};
  289. -moz-border-bottom-right-radius: 15px;
  290. border-bottom-right-radius: 15px;
  291. min-height: 20px;
  292. }
  293. #next, #prev {
  294. font-size: 5em;
  295. position: fixed;
  296. }
  297.  
  298. #next, #prev {
  299. top: 280px;
  300. }
  301. #next {
  302. right: 4px;
  303. }
  304. #prev {
  305. left: 7px;
  306. }
  307. #description {
  308. padding: 10px;
  309. margin-top: 0px;
  310. font-size: .8em;
  311. }
  312. .post {
  313. margin-top: 0px;
  314. margin-bottom: 40px;
  315. padding: 0px;
  316. }
  317. .post h3 {
  318. margin-top: 0px;
  319. }
  320. .post-body {
  321. background-color: {color:Post Background};
  322. margin: 0px;
  323. padding: 10px;
  324.  
  325. {block:IfNotSidebarOnRight}
  326. -moz-border-top-left-radius: 15px;
  327. border-top-left-radius: 15px;
  328. {/block:IfNotSidebarOnRight}
  329.  
  330.  
  331. {block:IfSidebarOnRight}
  332. -moz-border-top-right-radius: 15px;
  333. border-top-right-radius: 15px;
  334. {/block:IfSidebarOnRight}
  335. }
  336.  
  337. .tag:not(:last-child):after {
  338. content: ",";
  339. }
  340.  
  341. a, a:link, a:visited, a:active, a:hover {
  342. color: {color:Link};
  343. text-decoration: none;
  344. transition: all .5s linear;
  345. -webkit-transition: all .5s linear;
  346. -moz-transition: all .5s linear;
  347. }
  348. a:hover {
  349. color: {color:Link Hover};
  350. transition: all .35s linear;
  351. -webkit-transition: all .35s linear;
  352. -moz-transition: all .35s linear;
  353. }
  354. a img, a:visited img, a:active img {
  355. border: 2px solid {color:Link};
  356. }
  357. a:hover img, a:active img {
  358. border: 2px solid {color:Link Hover};
  359. }
  360. .imgbox {
  361. text-align: center;
  362. }
  363. .chat ul {
  364. margin-left: 0px;
  365. padding-left: 0px;
  366. margin-top: 0px;
  367. margin-bottom: 5px;
  368. }
  369. .chat li {
  370. list-style-type: none;
  371. padding: 5px;
  372. border: 1px solid {color:Post Footer};
  373. margin-top: 0px;
  374. margin-bottom: -1px;
  375. }
  376. .chat li:nth-child(odd)
  377. {
  378. background-color: {color:Post Footer};
  379. }
  380. .chat .label {
  381. font-weight: bold;
  382. }
  383. .audio, .photo, .video {
  384. padding-top: 15px;
  385. }
  386. .audio-wrapper {
  387. display: inline-block;
  388. vertical-align: top;
  389. }
  390.  
  391. .albumart {
  392. border: 5px solid {color:Post Footer};
  393. max-width: 70px;
  394. display: inline-block;
  395. margin-right: 10px;
  396. }
  397. .playcount {
  398. font-size: .8em;
  399. font-style: italic;
  400. }
  401. .video-center {
  402. text-align: center;
  403. }
  404. .photoset {
  405. padding-top: 10px;
  406. }
  407. .quote {
  408. padding-top: 0px;
  409. margin-top: 0px;
  410. }
  411.  
  412. .answer {
  413. clear: both;
  414. }
  415.  
  416. .question {
  417. margin-left: 10px;
  418. margin-right: 10px;
  419. margin-top: 5px;
  420. padding: 10px;
  421. float: left;
  422. width: 400px;
  423. border: 0px;
  424. background-color: {color:Ask Background};
  425.  
  426. }
  427.  
  428. .triangle-right {
  429. position:relative;
  430. -webkit-border-radius:10px;
  431. -moz-border-radius:10px;
  432. border-radius:10px;
  433. }
  434.  
  435. .triangle-right:after {
  436. content:"";
  437. position:absolute;
  438. bottom:-20px; /* value = - border-top-width - border-bottom-width */
  439. left:50px; /* controls horizontal position */
  440. border-width:20px 0 0 20px; /* vary these values to change the angle of the vertex */
  441. border-style:solid;
  442. border-color: {color:Ask Background} transparent;
  443. /* reduce the damage in FF3.0 */
  444. display:block;
  445. width:0;
  446. }
  447.  
  448. /* Variant : top
  449. ------------------------------------------ */
  450.  
  451. .triangle-right.top:after {
  452. top:-20px; /* value = - border-top-width - border-bottom-width */
  453. right:50px; /* controls horizontal position */
  454. bottom:auto;
  455. left:auto;
  456. border-width:20px 0 0 20px; /* vary these values to change the angle of the vertex */
  457. border-color:transparent {color:Ask Background};
  458. }
  459.  
  460.  
  461. .asker {
  462. font-weight: bold;
  463. padding-left: 5px;
  464. }
  465. .ask img.asker-image {
  466. float: left;
  467. border: 5px solid {color:Post Footer};
  468. vertical-align: middle;
  469. }
  470.  
  471. h3 {
  472. margin-bottom: 10px;
  473. }
  474.  
  475. .curlyquote {
  476. padding: 0 10% 0 10%;
  477. padding-top: -40px;
  478. font-family: Georgia, serif;
  479. border: 0px;
  480. margin-bottom: 15px;
  481. }
  482. .curlyquote:before, .curlyquote:after {
  483. display: block;
  484. font-family: Georgia, serif;
  485. font-size: 350%;
  486. }
  487. .curlyquote:before {
  488. content: '\201C';
  489. margin-left: -10%;
  490. height: 10px;
  491. }
  492. .curlyquote:after {
  493. content: '\201D';
  494. margin-left: 100%;
  495. margin-top: -33px;
  496. height: 0px;
  497. }
  498.  
  499. .post-body p:last-child {
  500. padding-bottom: 0px;
  501. margin-bottom: 0px;
  502. }
  503. .post-footer {
  504. text-align: left;
  505. margin-0px;
  506. padding: 5px;
  507. padding-left: 10px;
  508. padding-right: 10px;
  509. font-size: .6em;
  510. min-height: 8px;
  511. background-color: {color:Post Footer};
  512.  
  513.  
  514. {block:IfNotSidebarOnRight}
  515. -moz-border-bottom-right-radius: 15px;
  516. border-bottom-right-radius: 15px;
  517. {/block:IfNotSidebarOnRight}
  518.  
  519. {block:IfSidebarOnRight}
  520. -moz-border-bottom-left-radius: 15px;
  521. border-bottom-left-radius: 15px;
  522. {/block:IfSidebarOnRight}
  523. }
  524. .post-source {
  525. font-size: .8em;
  526. }
  527.  
  528. .quote {
  529. font-size: 20px;
  530. }
  531. .textpost-title {
  532. margin-top: 0px;
  533. }
  534. .text, .link {
  535. margin-top: 0px;
  536. }
  537.  
  538. .quote .source {
  539. font-size: 12px;
  540. }
  541. .caption {
  542. margin: 0px;
  543. padding: 0px;
  544. }
  545.  
  546. div.title {
  547. margin-bottom: 5px;
  548. padding-bottom: 0px;
  549. width: 280px;
  550. }
  551.  
  552. #linksidebar {
  553. position: absolute;
  554. margin-top: 10px;
  555. padding-left: 0px;
  556. padding-right: 10px;
  557. }
  558.  
  559. .portrait-image {
  560. padding: 0px;
  561. margin: 5px;
  562. vertical-align: middle;
  563. display: table-cell;
  564. border: 1px solid {color:Sidebar Text};
  565. }
  566. #portrait-block {
  567. float: left;
  568. display: block;
  569. margin-left: 5px;
  570. }
  571.  
  572. .datebox{
  573. width: 200px;
  574. font-size: 12px;
  575. text-transform: uppercase;
  576. color: {color:Other Text};
  577. }
  578. .datebox-color {
  579. text-align: center;
  580. width: 80px;
  581. padding: 5px;
  582. background-color: {color:Post Background};
  583. margin-bottom: 7px;
  584. opacity: .7;
  585. -webkit-transition: all .35s linear;
  586. -moz-transition: all .35s linear;
  587. }
  588. .datebox-color:hover {
  589. opacity: 1;
  590. -webkit-transition: all .35s linear;
  591. -moz-transition: all .35s linear;
  592. }
  593. /*.datebox-color:nth-child(2) {
  594. opacity: .8;
  595. }*/
  596.  
  597. .datebox:hover{;
  598. -webkit-transition: all .35s linear;
  599. -moz-transition: all .35s linear;
  600. }
  601.  
  602.  
  603. {block:IfLinkAnimation}
  604. body .minibar ul {
  605. display:block;
  606. }
  607.  
  608. body.loaded .minibar ul {
  609. display:none;
  610. }
  611. {/block:IfLinkAnimation}
  612.  
  613. #navigation ul {
  614. display: block;
  615. }
  616.  
  617.  
  618. ul.linkbar {
  619. list-style-type:none;
  620. margin:0;
  621. padding:5px;
  622. padding-top: 0px;
  623. padding-bottom: 10px;
  624.  
  625. -moz-border-radius: 5px;
  626. border-radius: 5px;
  627. }
  628.  
  629.  
  630.  
  631. ul.linkbar li{
  632. padding: 2px;
  633.  
  634. width: 100%;
  635. }
  636.  
  637.  
  638.  
  639. ul.linkbar li a {
  640. /* font-family: Georgia, serif; */
  641. display: block;
  642. border-radius: 10px;
  643. -moz-border-radius: 10px;
  644. color: {color:Sidebar Link};
  645. {block:IfNotSidebarOnRight}
  646. margin-right: -25px;
  647. padding-right: 30px;
  648. {/block:IfNotSidebarOnRight}
  649.  
  650. {block:IfSidebarOnRight}
  651. margin-left: -25px;
  652. padding-left: 30px;
  653. {/block:IfSidebarOnRight}
  654.  
  655. -webkit-transition: all .35s linear;
  656. -moz-transition: all .35s linear;
  657. text-transform: lowercase;
  658. font-size: .7em;
  659. }
  660.  
  661.  
  662. ul.linkbar li a:hover {
  663. color: {color:Sidebar Link Hover Text};
  664. font-style: italic;
  665. background-color: {color:Sidebar Link};
  666.  
  667.  
  668. padding-top: 3px;
  669. padding-bottom: 3px;
  670.  
  671.  
  672. -webkit-transition: all .35s linear;
  673. -moz-transition: all .35s linear;
  674. }
  675.  
  676.  
  677.  
  678.  
  679.  
  680. .theme-credit {
  681. margin-top: 0px;
  682. font-size: .6em;
  683. text-align: center;
  684. }
  685.  
  686. .theme-credit a:link, .theme-credit a:visited{
  687. color: {color:Sidebar Link};
  688. -webkit-transition: all .35s linear;
  689. -moz-transition: all .35s linear;
  690. }
  691.  
  692. .theme-credit a:hover, .theme-credit a:active{
  693. color: {color:Sidebar Link Hover};
  694. -webkit-transition: all .35s linear;
  695. -moz-transition: all .35s linear;
  696. }
  697.  
  698.  
  699. blockquote {
  700. position: relative;
  701. border-left: 2px solid #777;
  702. margin-top: 5px;
  703. margin-bottom: 5px;
  704. padding-left: 5px;
  705. margin-left: 10px;
  706. margin-right: 0px;
  707. padding-right: 0px;
  708. }
  709.  
  710. p {
  711. margin-top: 10px;
  712. margin-bottom: 10px;
  713. }
  714.  
  715. .text blockquote p:first-child {
  716. margin-top: -7px;
  717. }
  718.  
  719. blockquote img {
  720. max-width: 100%;
  721. }
  722.  
  723.  
  724. .opacity {
  725. opacity: .8;
  726. -webkit-transition: opacity .35s linear;
  727. -moz-transition: opacity .35s linear;
  728. }
  729. .opacity:hover {
  730. opacity: 1;
  731. -webkit-transition: opacity .35s linear;
  732. -moz-transition: opacity .35s linear;
  733. }
  734. .clear {
  735. clear: both;
  736. height: 0px;
  737. margin: 0px;
  738. padding: 0px;
  739. }
  740. .avatar, a:hover .avatar,a:active .avatar {
  741. border: 0px;
  742. }
  743.  
  744.  
  745.  
  746.  
  747.  
  748.  
  749. </style>
  750.  
  751.  
  752.  
  753. <style type="text/css">{CustomCSS}</style>
  754.  
  755.  
  756. {block:IfGoogleAnalytics}
  757.  
  758. <script type="text/javascript">
  759.  
  760.  
  761. var _gaq = _gaq || [];
  762. _gaq.push(['_setAccount', '{text:Google Analytics}']);
  763. _gaq.push(['_setDomainName', 'tumblr.com']);
  764. _gaq.push(['_trackPageview']);
  765.  
  766. (function() {
  767. var ga = document.createElement('script'); ga.type = 'text/javascript'; ga.async = true;
  768. ga.src = ('https:' == document.location.protocol ? 'https://ssl' : 'http://www') + '.google-analytics.com/ga.js';
  769. var s = document.getElementsByTagName('script')[0]; s.parentNode.insertBefore(ga, s);
  770. })();
  771.  
  772. </script>
  773. {/block:IfGoogleAnalytics}
  774. </head>
  775. <body>
  776.  
  777. {block:IfLinkAnimation}
  778. <script type="text/javascript">
  779.  
  780. $(document).ready(function() {
  781. $('body').addClass('loaded');
  782. });
  783. </script>
  784. {/block:IfLinkAnimation}
  785. <div class="sidebar">
  786.  
  787. <div class="sidebar-image">
  788. {block:IfSidebarImage}<img src="{image:Sidebar}" />{/block:IfSidebarImage}
  789. {block:IfSidebar2Image} <img src="{image:Sidebar 2}" /> {/block:IfSidebar2Image}
  790. {block:IfSidebar3Image}<img src="{image:Sidebar 3}" /> {/block:IfSidebar3Image}
  791. </div>
  792.  
  793. <h3 class="title"><a href="/">{Title}</a></h3>
  794.  
  795. <div id="linksidebar">
  796.  
  797.  
  798. <div class="minibar" id="navigation">
  799. <h3><a href="#">navigation</a></h3>
  800. <ul id="nav" class="linkbar shownMinibar">
  801. <!-- <li class="sidebar-link"><a href="/">home</a> -->
  802.  
  803.  
  804. {block:IfLink1URL}<li><a href="{text:Link 1 URL}">{text:Link 1 Text}</a></li>{/block:IfLink1URL}
  805. {block:IfLink2URL}<li><a href="{text:Link 2 URL}">{text:Link 2 Text}</a></li>{/block:IfLink2URL}
  806. {block:IfLink3URL}<li><a href="{text:Link 3 URL}">{text:Link 3 Text}</a></li>{/block:IfLink3URL}
  807. {block:IfLink4URL}<li><a href="{text:Link 4 URL}">{text:Link 4 Text}</a></li>{/block:IfLink4URL}
  808. {block:IfLink5URL}<li><a href="{text:Link 5 URL}">{text:Link 5 Text}</a></li>{/block:IfLink5URL}
  809. {block:IfLink6URL}<li><a href="{text:Link 6 URL}">{text:Link 6 Text}</a></li>{/block:IfLink6URL}
  810.  
  811. </ul>
  812. </div>
  813.  
  814. <div class="minibar">
  815. <h3 class="minibarHeader"><a href="#">{text:Group 2 Label}</a></h3>
  816. <ul class="linkbar">
  817. {block:IfGroup2Link1URL}<li><a href="{Text:Group 2 Link 1 URL}">{Text:Group 2 Link 1 Text}</a></li>{/block:IfGroup2Link1URL}
  818. {block:IfGroup2Link2URL}<li><a href="{Text:Group 2 Link 2 URL}">{Text:Group 2 Link 2 Text}</a></li>{/block:IfGroup2Link2URL}
  819. {block:IfGroup2Link3URL}<li><a href="{Text:Group 2 Link 3 URL}">{Text:Group 2 Link 3 Text}</a></li>{/block:IfGroup2Link3URL}
  820. {block:IfGroup2Link4URL}<li><a href="{Text:Group 2 Link 4 URL}">{Text:Group 2 Link 4 Text}</a></li>{/block:IfGroup2Link4URL}
  821. {block:IfGroup2Link5URL}<li><a href="{Text:Group 2 Link 5 URL}">{Text:Group 2 Link 5 Text}</a></li>{/block:IfGroup2Link5URL}
  822. </ul>
  823. </div>
  824.  
  825.  
  826. <div class="minibar" id="pages">
  827. {block:HasPages}
  828. <h3><a href="#">{text:Pages Label}</a></h3>
  829. <ul class="linkbar">
  830. {block:Pages}<li class="sidebar-link"><a href="{URL}">{Label}</a></li>{/block:Pages}
  831. </ul>
  832. {/block:HasPages}
  833.  
  834.  
  835. </div>
  836.  
  837.  
  838. </div>
  839.  
  840.  
  841.  
  842. <div class="sidebar-true">
  843.  
  844.  
  845. <div class="sidebar-color">
  846.  
  847. {block:Description}
  848. <div id="description">{Description}</div>
  849. {/block:Description}
  850.  
  851. <div class="sidebar-footer">
  852. {block:Pagination}<div class="pagination">
  853. {block:PreviousPage}
  854. <a href="{PreviousPage}">Prev</a>
  855. {/block:PreviousPage}
  856.  
  857. {block:JumpPagination length="5"}
  858.  
  859.  
  860.  
  861. {block:CurrentPage}
  862. <span class="current_page">{PageNumber}</span>
  863. {/block:CurrentPage}
  864.  
  865. {block:JumpPage}
  866. <a class="jump_page" href="{URL}">{PageNumber}</a>
  867. {/block:JumpPage}
  868. {/block:JumpPagination}
  869. /&nbsp;{TotalPages}
  870. {block:NextPage}
  871. <a href="{NextPage}">Next</a>
  872. {/block:NextPage}
  873. </div> {/block:Pagination}
  874.  
  875. </div>
  876. </div>
  877. <div class="theme-credit"><a href="http://waltzy.tumblr.com">theme by waltzy</a></div>
  878. </div>
  879. </div>
  880.  
  881.  
  882.  
  883.  
  884.  
  885.  
  886.  
  887.  
  888.  
  889. <div id="main">
  890.  
  891.  
  892. {block:Posts}
  893.  
  894. <div class="post">
  895. <article>
  896.  
  897.  
  898. {block:Date}
  899. <div class="datebox">
  900.  
  901. {block:NoteCount} <div class="datebox-color"><a href="{Permalink}">
  902. <div class="note-count"> {NoteCount} &hearts;</div></a></div>{/block:NoteCount}
  903.  
  904. <div class="datebox-color">
  905. <a href="{Permalink}"> <span class="date">
  906. {block:NewDayDate}<span class="time">{12Hour}:{Minutes} {AmPm}</span><br /><span class="day"><span class="day-of-month">{DayOfMonth}</span> <span class="month">{ShortMonth}</span> <span class="year">{Year}</span>
  907. {/block:NewDayDate}
  908. {block:SameDayDate}<span class="time">{12Hour}:{Minutes} {AmPm}</span>{/block:SameDayDate}
  909. </span></a>
  910. </div>
  911.  
  912.  
  913.  
  914. <span class="post-source">{block:RebloggedFrom}
  915. via <a href="{ReblogParentURL}">{ReblogParentName}</a>
  916. <br />
  917. {/block:RebloggedFrom}
  918.  
  919.  
  920. {block:ContentSource}
  921. orig.
  922. <a href="{SourceURL}">
  923. {SourceTitle} </a></span><br />{/block:ContentSource}
  924.  
  925. <span class="reblog-post"><a href="{ReblogURL}">reblog post</a><br />
  926.  
  927.  
  928. </div>
  929.  
  930. {/block:Date}
  931.  
  932.  
  933.  
  934. {block:Text}
  935. <div class="post-body text">
  936. {block:Title}
  937. <h3 class="textpost-title"><a href="{Permalink}">{Title}</a></h3>
  938. {/block:Title}
  939.  
  940. {Body}
  941. </div>
  942. {/block:Text}
  943.  
  944.  
  945.  
  946. {block:Photo}
  947. <div class="post-body photo">
  948. <div class="imgbox"> {block:HighRes} <a href="{PhotoURL-HighRes}"> {/block:HighRes}<img src="{PhotoURL-500}" alt="{PhotoAlt}"/>{block:HighRes} </a>{/block:HighRes}</div>
  949.  
  950. {block:Caption}
  951. <span class="caption">{Caption}</span>
  952. {/block:Caption}
  953. </div>
  954. {/block:Photo}
  955.  
  956. {block:Photoset}
  957. <div class="post-body photoset">
  958. <div class="imgbox">{Photoset-500}</div>
  959.  
  960. {block:Caption}
  961. <span class="caption">{Caption}</span>
  962. {/block:Caption}
  963. </div>
  964. {/block:Photoset}
  965.  
  966. {block:Quote}
  967. <div class="post-body quote">
  968. <blockquote class="curlyquote">{Quote}</blockquote>
  969.  
  970. {block:Source}
  971. <br /><span class="source">{Source}</span><br />
  972. {/block:Source}
  973. </div>
  974. {/block:Quote}
  975.  
  976. {block:Link}
  977. <div class="post-body link">
  978. <h3><a href="{URL}" class="link" {Target}>{Name}</a></h3>
  979.  
  980. {block:Description}
  981. <span class="description">{Description}</span>
  982. {/block:Description}
  983. </div>
  984. {/block:Link}
  985.  
  986. {block:Chat}
  987. <div class="post-body chat">
  988. {block:Title}
  989. <h3><a href="{Permalink}">{Title}</a></h3>
  990. {/block:Title}
  991.  
  992. <ul class="chat">
  993. {block:Lines}
  994. <li class="{Alt} user_{UserNumber}">
  995. {block:Label}
  996. <span class="label">{Label}</span>
  997. {/block:Label}
  998.  
  999. {Line}
  1000. </li>
  1001. {/block:Lines}
  1002. </ul>
  1003. </div>
  1004. {/block:Chat}
  1005.  
  1006. {block:Video}
  1007. <div class="post-body video">
  1008. <div class="video-center">{Video-500}</div>
  1009.  
  1010. {block:Caption}
  1011. <span class="caption">{Caption}</span>
  1012. {/block:Caption}
  1013. </div>
  1014. {/block:Video}
  1015.  
  1016. {block:Audio}
  1017. <div class="post-body audio">
  1018. {block:AlbumArt}
  1019. <img src="{AlbumArtURL}" class="albumart"/>
  1020. {/block:AlbumArt}
  1021. <div class="audio-wrapper">{AudioPlayerBlack}
  1022. <span class="playcount">{PlayCountWithLabel}</span></div>
  1023. {block:Caption}
  1024. <br /><div class="caption">{Caption}</div>
  1025. {/block:Caption}
  1026.  
  1027. </div>
  1028. {/block:Audio}
  1029.  
  1030.  
  1031. {block:Answer}
  1032. <div class="post-body ask">
  1033. <img src="{AskerPortraitURL-40}" class="asker-image" />
  1034. <span class="asker"> {Asker}</span>
  1035. <blockquote class="question triangle-right top">{Question}</blockquote>
  1036. <div class="answer">{Answer}</div>
  1037. </div>
  1038. {/block:Answer}
  1039.  
  1040.  
  1041.  
  1042.  
  1043.  
  1044.  
  1045. <div class="post-footer">
  1046. {block:HasTags} <span class="tags">
  1047.  
  1048. {block:Tags}
  1049. <a class="tag" href="/tagged/{tag}">{Tag}</a>
  1050. {/block:Tags}
  1051.  
  1052. </span> {/block:HasTags}
  1053.  
  1054.  
  1055.  
  1056. </div><!-- post footer -->
  1057. </article>
  1058. </div><!-- post block -->{/block:Posts}
  1059.  
  1060.  
  1061.  
  1062. {block:PostNotes} <div class="notes">{PostNotes} </div>{/block:PostNotes}
  1063.  
  1064.  
  1065.  
  1066. </div> <!-- div main-->
  1067.  
  1068.  
  1069. {block:Pagination}
  1070. {block:PreviousPage}
  1071. <a href="{PreviousPage}" id="prev">&laquo;</a>
  1072. {/block:PreviousPage}
  1073.  
  1074. {block:NextPage}
  1075. <a href="{NextPage}" id="next">&raquo;</a>
  1076. {/block:NextPage}
  1077. {/block:Pagination}
  1078.  
  1079.  
  1080. {block:IfLinkAnimation}
  1081. <script type="text/javascript">
  1082.  
  1083. $(".minibar h3 a").click(function ()
  1084. {
  1085. $(".shownMinibar").slideUp();
  1086. $(".shownMinibar").removeClass("shownMinibar");
  1087. $(this).parent().siblings(".linkbar").addClass("shownMinibar");
  1088. $(".shownMinibar").slideDown();
  1089. });
  1090. </script>
  1091. {/block:IfLinkAnimation}
  1092.  
  1093.  
  1094. </body>
  1095. </html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement