Advertisement
waltzy

theme 1

Nov 21st, 2011
1,135
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 17.43 KB | None | 0 0
  1. <html>
  2. <head>
  3. <!-- Theme designed by waltzy.tumblr.com. Please do not redistribute, remove the attribution, or claim as your own. -->
  4. <title>{Title}{block:PostSummary}: {PostSummary}{/block:PostSummary}</title>
  5. <link rel="shortcut icon" href="{Favicon}">
  6. <link rel="alternate" type="application/rss+xml" href="{RSS}">
  7. <link href='http://fonts.googleapis.com/css?family=Over+the+Rainbow' rel='stylesheet' type='text/css'>
  8. {block:Description}
  9. <meta name="description" content="{MetaDescription}" />
  10. {/block:Description}
  11.  
  12. <!-- default variables -->
  13. <meta name="font:Body" content="Trebuchet MS" />
  14. <meta name="image:Sidebar" content="" />
  15. <meta name="image:Background" content="" />
  16. <meta name="color:Background" content="#ffffff" />
  17.  
  18. <meta name="color:Sidebar Background" content="#fdcca8" />
  19. <meta name="color:Sidebar Text" content="#111111" />
  20. <meta name="color:Post Text" content="#111111" />
  21. <meta name="color:Link" content="#BA3232" />
  22. <meta name="color:Link Hover" content="#f3690D" />
  23. <meta name="color:Sidebar Link" content="#790000" />
  24. <meta name="color:Sidebar Link Hover" content="#FA6520" />
  25.  
  26.  
  27. <meta name="if:Stationary Sidebar" content="1" />
  28. <meta name="if:Sidebar On Right" content="1" />
  29. <meta name="if:Wider Sidebar" content="0" />
  30.  
  31. <meta name="text:Google Analytics" content="" />
  32. <meta name="text:Link 1 Text" content="ask" />
  33. <meta name="text:Link 1 URL" content="/ask" />
  34. <meta name="text:Link 2 Text" content="submit" />
  35. <meta name="text:Link 2 URL" content="/submit" />
  36. <meta name="text:Link 3 Text" content="archive" />
  37. <meta name="text:Link 3 URL" content="/archive" />
  38. <meta name="text:Link 4 Text" content="" />
  39. <meta name="text:Link 4 URL" content="" />
  40. <meta name="text:Link 5 Text" content="" />
  41. <meta name="text:Link 5 URL" content="" />
  42. <meta name="text:Pages Label" content="" />
  43.  
  44.  
  45.  
  46. <style type="text/css">
  47. body {
  48. background-color: {color:Background};
  49. color: {color:Post Text};
  50. font-family: {font:Body};
  51. background-image: url('{image:Background}');
  52. background-repeat: no-repeat;
  53. background-attachment: fixed;
  54. word-wrap: break-word;
  55. }
  56.  
  57. {block:IfSidebarOnRight}
  58. body {
  59. background-position: 0% 100% !important;
  60. }
  61. .sidebar {
  62. right: 40px;
  63. }
  64. div#main {
  65. {block:IfNotWiderSidebar}
  66. right:350px;
  67. {/block:IfNotWiderSidebar}
  68. {block:IfWiderSidebar}
  69. right: 400px;
  70. {/block:IfWiderSidebar}
  71. }
  72. #minibar {
  73. float: left;
  74. }
  75. .sidefloat{
  76. text-align: right;
  77. float: left;
  78. margin-left: -100px;
  79. border-right: 5px solid {color:Link};
  80. padding-right: 5px;
  81. }
  82. .sidefloat:hover{
  83. border-right: 5px solid {color:Link Hover};
  84. -webkit-transition: all .35s linear;
  85. -moz-transition: all .35s linear;
  86. }
  87.  
  88. {/block:IfSidebarOnRight}
  89. {block:IfNotSidebarOnRight}
  90. .sidebar {
  91. left: 20px;
  92. }
  93. #minibar {
  94. float: right;
  95. padding-left: 10px;
  96. }
  97. div#main {
  98. {block:IfNotWiderSidebar}
  99. left:350px;
  100. {/block:IfNotWiderSidebar}
  101. {block:IfWiderSidebar}
  102. left: 400px;
  103. {/block:IfWiderSidebar}
  104. }
  105. .sidefloat{
  106. text-align: left;
  107. float: right;
  108. margin-right: -100px;
  109. padding-left: 5px;
  110. border-left: 5px solid {color:Link};
  111. }
  112. .sidefloat:hover{
  113. border-left: 5px solid {color:Link Hover};
  114. -webkit-transition: all .35s linear;
  115. -moz-transition: all .35s linear;
  116. }
  117.  
  118. body {
  119. background-position: bottom right !important;
  120. }
  121. {/block:IfNotSidebarOnRight}
  122.  
  123.  
  124. #minibar {
  125. margin-top: 10px;
  126. width: 110px;
  127. }
  128. #minibar h3, .sidebar h3 {
  129. margin-top: 0px;
  130. margin-bottom: 0px;
  131. font-family: Over the Rainbow, sans-serif;
  132. font-weight: normal;
  133. line-height: 16px;
  134. padding-left: 5px;
  135. padding-top: 10px;
  136. }
  137. .sidebar {
  138.  
  139. {block:IfStationarySidebar}
  140. position: fixed;
  141. {/block:IfStationarySidebar}
  142. {block:IfNotStationarySidebar}
  143. position: absolute;
  144. {/block:IfNotStationarySidebar}
  145. color: {color:Sidebar Text};
  146. font-size: .95em;
  147. padding: 10px;
  148. }
  149. .sidebar-image img {
  150. -moz-border-radius: 15px;
  151. border-radius: 15px;
  152. width: 320px;
  153. }
  154. .sidebar-inside {
  155. {block:IfWiderSidebar}
  156. width: 250px;
  157. {/block:IfWiderSidebar}
  158. {block:IfNotWiderSidebar}
  159. width: 200px;
  160. {/block:IfNotWiderSidebar}
  161. float: left;
  162. }
  163. .sidebar-color {
  164. background-color: {color:Sidebar Background};
  165.  
  166. margin-top: 8px;
  167. padding-top: 0px;
  168. padding-bottom: 5px;
  169. margin-right: 5px;
  170. -moz-border-radius: 15px;
  171. border-radius: 15px;
  172. }
  173.  
  174. div#main {
  175. width: 540px;
  176. position: absolute;
  177.  
  178.  
  179. top: 0px;
  180. padding-top: 10px;
  181. padding-left: 10px;
  182. padding-right: 20px;
  183. margin: 0px;
  184. min-height: 100%;
  185. height: auto !important;
  186. height: 100%;
  187.  
  188. /* -moz-box-shadow: 0 0 5px 5px #444;
  189. -webkit-box-shadow: 0 0 5px 5px #444;
  190. box-shadow: 0 0 5px 5px #444; */
  191. }
  192. html, body {
  193. height: 100%;
  194. }
  195.  
  196. .pagination {
  197. text-align: center;
  198. text-transform: uppercase;
  199. padding-top: 3px;
  200. margin-top: -2px;
  201. font-size: .9em;
  202. color: {color:Post Text};
  203. /* background-color: {color:Pagination}; */
  204. }
  205. #next, #prev {
  206. font-size: 5em;
  207. position: fixed;
  208. }
  209.  
  210. #next, #prev {
  211. top: 280px;
  212. }
  213. #next {
  214. right: 7px;
  215. }
  216. #prev {
  217. left: 7px;
  218. }
  219. #description {
  220. margin-left: 10px;
  221. padding: 5px;
  222. margin-top: 0px;
  223. font-size: .8em;
  224. }
  225. .post {
  226. margin-top: 0px;
  227. margin-bottom: 40px;
  228. padding: 10px;
  229. background-color: {color:Background};
  230. -moz-border-radius: 15px;
  231. border-radius: 15px;
  232. }
  233. .tags {
  234. font-size: .6em;
  235. padding-left: 7px;
  236. margin-bottom: 0px;
  237. border-left: 5px solid {color:Link};
  238. -webkit-transition: all .35s linear;
  239. -moz-transition: all .35s linear;
  240. }
  241. .tags:hover {
  242. font-size: .6em;
  243. padding-left: 10px;
  244. margin-bottom: 0px;
  245. border-left: 9px solid {color:Link Hover};
  246. -webkit-transition: all .35s linear;
  247. -moz-transition: all .35s linear;
  248. }
  249. .tag:not(:last-child):after {
  250. content: ",";
  251. }
  252.  
  253. .post-source {
  254. margin-top: 0px;
  255. padding-top: 0px;
  256. font-size: .6em;
  257. }
  258. a, a:link, a:visited, a:active, a:hover {
  259. color: {color:Link};
  260. text-decoration: none;
  261. -webkit-transition: all .35s linear;
  262. -moz-transition: all .35s linear;
  263. }
  264. a:hover {
  265. font-style: italics;
  266. color: {color:Link Hover};
  267. }
  268. a img, a:visited img, a:active img {
  269. border: 2px solid {color:Link};
  270. -webkit-transition: all .35s linear;
  271. -moz-transition: all .35s linear;
  272. }
  273. a:hover img, a:active img {
  274. border: 2px solid {color:Link Hover};
  275. -webkit-transition: all .35s linear;
  276. -moz-transition: all .35s linear;
  277. }
  278. .imgbox {
  279. text-align: center;
  280. }
  281. .chat li {
  282. list-style-type: none;
  283. padding-left: 0px;
  284. margin-top: 5px;
  285. }
  286. .chat .label {
  287. font-weight: bold;
  288. }
  289. .post-body p:last-child {
  290. padding-bottom: 0px;
  291. margin-bottom: 0px;
  292. }
  293. .post-footer {
  294. padding-top: 10px;
  295. }
  296. .quote {
  297. font-size: 26px;
  298. }
  299. .textpost-title {
  300. margin-top: 0px;
  301. }
  302.  
  303. .quote .source {
  304. font-size: 12px;
  305. }
  306. .caption {
  307. margin: 0px;
  308. padding: 0px;
  309. }
  310.  
  311. div.title {
  312. margin-bottom: 5px;
  313. padding-bottom: 0px;
  314. width: 280px;
  315. }
  316.  
  317. /* #nav {
  318. float: left;
  319. padding-left: 10px;
  320. }*/
  321.  
  322. .portrait-image {
  323. padding: 0px;
  324. margin: 5px;
  325. vertical-align: middle;
  326. display: table-cell;
  327. border: 1px solid {color:Sidebar Text};
  328. }
  329. #portrait-block {
  330. float: left;
  331. display: block;
  332. margin-left: 5px;
  333. }
  334.  
  335. .sidefloat{
  336. font-weight: bold;
  337. font-size: 16px;
  338. }
  339.  
  340.  
  341. .time, .month {
  342. text-transform: uppercase;
  343. }
  344. .month,.note-count {
  345. color: {color:Sidebar Text};
  346. -webkit-transition: all .35s linear;
  347. -moz-transition: all .35s linear;
  348. }
  349. a:hover .month,a:hover .note-count {
  350. color: {color:Link Hover};
  351. -webkit-transition: all .35s linear;
  352. -moz-transition: all .35s linear;
  353. }
  354.  
  355.  
  356.  
  357.  
  358. ul.linkbar {
  359. list-style-type:none;
  360. margin:0;
  361. padding:5px;
  362. padding-top: 0px;
  363. padding-bottom: 0px;
  364.  
  365. text-align: left;
  366. -moz-border-radius: 5px;
  367. border-radius: 5px;
  368. }
  369.  
  370.  
  371.  
  372. ul.linkbar li{
  373. margin-top: 3px;
  374. padding: 2px;
  375. width: 100%;
  376. }
  377.  
  378.  
  379.  
  380. ul.linkbar li a{
  381. display: block;
  382. color: {color:Sidebar Link};
  383. padding-left: 10px;
  384. border-left: 6px solid {color:Sidebar Link};
  385. -webkit-transition: all .35s linear;
  386. -moz-transition: all .35s linear;
  387. text-transform: lowercase;
  388. font-size: .8em;
  389. }
  390.  
  391.  
  392. ul.linkbar li a:hover {
  393. color: {color:Sidebar Link Hover};
  394. font-style: italic;
  395. border-left: 22px solid {color:Sidebar Link Hover};
  396. padding-right: -15px;
  397. -webkit-transition: all .35s linear;
  398. -moz-transition: all .35s linear;
  399. }
  400.  
  401.  
  402.  
  403. .pages-menu li ul {
  404. font-size: .9em;
  405. margin-left: 10px;
  406. z-index: 99;
  407. }
  408. .theme-credit {
  409. margin-top: 0px;
  410. font-size: .6em;
  411. text-align: center;
  412. }
  413. blockquote {
  414. border-left: 3px solid #888;
  415. padding-left: 10px;
  416. margin-left: 10px;
  417. margin-right: 0px;
  418. padding-right: 0px;
  419. }
  420.  
  421.  
  422. .opacity {
  423. opacity: .8;
  424. -webkit-transition: opacity .35s linear;
  425. -moz-transition: opacity .35s linear;
  426. }
  427. .opacity:hover {
  428. opacity: 1;
  429. -webkit-transition: opacity .35s linear;
  430. -moz-transition: opacity .35s linear;
  431. }
  432. .clear {
  433. clear: both;
  434. height: 0px;
  435. margin: 0px;
  436. padding: 0px;
  437. }
  438. .avatar, a:hover .avatar,a:active .avatar {
  439. border: 0px;
  440. }
  441. .sidebar-container {
  442. padding-left: 20px;
  443. }
  444.  
  445.  
  446. </style>
  447.  
  448.  
  449. <style type="text/css">{CustomCSS}</style>
  450.  
  451.  
  452.  
  453. {block:IfGoogleAnalytics}
  454.  
  455. <script type="text/javascript">
  456.  
  457. var _gaq = _gaq || [];
  458. _gaq.push(['_setAccount', '{text:Google Analytics}']);
  459. _gaq.push(['_setDomainName', 'tumblr.com']);
  460. _gaq.push(['_trackPageview']);
  461.  
  462. (function() {
  463. var ga = document.createElement('script'); ga.type = 'text/javascript'; ga.async = true;
  464. ga.src = ('https:' == document.location.protocol ? 'https://ssl' : 'http://www') + '.google-analytics.com/ga.js';
  465. var s = document.getElementsByTagName('script')[0]; s.parentNode.insertBefore(ga, s);
  466. })();
  467.  
  468. </script>
  469. {/block:IfGoogleAnalytics}
  470. </head>
  471. <body>
  472.  
  473.  
  474. <div class="sidebar">
  475. {block:IfSidebarImage}<div class="sidebar-image"><img src="{image:Sidebar}" /></div>{/block:IfSidebarImage}
  476.  
  477. <div class="sidebar-inside">
  478.  
  479.  
  480. <div class="sidebar-color">
  481. <h3><a href="/">{Title}</a></h3>
  482. {block:Description}
  483. <div id="description">{Description}</div>
  484. {/block:Description}
  485.  
  486.  
  487. </div>
  488.  
  489. {block:Pagination}<div class="pagination">
  490. {block:PreviousPage}
  491. <a href="{PreviousPage}">Prev</a>
  492. {/block:PreviousPage}
  493.  
  494. {block:JumpPagination length="5"}
  495.  
  496.  
  497.  
  498. {block:CurrentPage}
  499. <span class="current_page">{PageNumber}</span>
  500. {/block:CurrentPage}
  501.  
  502. {block:JumpPage}
  503. <a class="jump_page" href="{URL}">{PageNumber}</a>
  504. {/block:JumpPage}
  505. {/block:JumpPagination}
  506. /&nbsp;{TotalPages}
  507. {block:NextPage}
  508. <a href="{NextPage}">Next</a>
  509. {/block:NextPage}
  510. </div> {/block:Pagination}
  511.  
  512. <div class="theme-credit">theme by <a href="http://waltzy.tumblr.com">waltzy</a></div>
  513. </div>
  514.  
  515. <div id="minibar">
  516.  
  517. <ul id="nav" class="linkbar">
  518. <!-- <li class="sidebar-link"><a href="/">home</a> -->
  519.  
  520.  
  521. {block:IfLink1URL}<li><a href="{text:Link 1 URL}">{text:Link 1 Text}</a></li>{/block:IfLink1URL}
  522.  
  523.  
  524. {block:IfLink2URL}<li><a href="{text:Link 2 URL}">{text:Link 2 Text}</a></li>{/block:IfLink2URL}
  525. {block:IfLink3URL}<li><a href="{text:Link 3 URL}">{text:Link 3 Text}</a></li>{/block:IfLink3URL}
  526. {block:IfLink4URL}<li><a href="{text:Link 4 URL}">{text:Link 4 Text}</a></li>{/block:IfLink4URL}
  527. {block:IfLink5URL}<li><a href="{text:Link 5 URL}">{text:Link 5 Text}</a></li>{/block:IfLink5URL}
  528.  
  529.  
  530.  
  531. </ul>
  532.  
  533.  
  534. {block:HasPages}
  535. <h3>{text:Pages Label}</h3>
  536. <ul class="linkbar" id="pages">
  537. {block:Pages}<li class="sidebar-link"><a href="{URL}">{Label}</a></li>{/block:Pages}
  538. </ul>
  539. {/block:HasPages}
  540.  
  541.  
  542.  
  543. </div>
  544.  
  545.  
  546. </div>
  547.  
  548.  
  549.  
  550.  
  551.  
  552.  
  553. <div id="main">
  554.  
  555.  
  556. {block:Posts}
  557.  
  558. <div class="post"><article>
  559. {block:Date}<div class="sidefloat"> <a href="{Permalink}"> <span class="date">
  560. {block:NewDayDate}<span class="day"><span class="day-of-month">{DayOfMonth}</span> <span class="month">{ShortMonth}</span><br /><span class="time">{12Hour}:{Minutes} {AmPm}</span></span>
  561. {/block:NewDayDate}
  562. {block:SameDayDate}<span class="time">{12Hour}:{Minutes} {AmPm}</span>{/block:SameDayDate}
  563. </span>
  564. <br />
  565. {block:NoteCount}<div class="note-count"> {NoteCount} &hearts;</div>{/block:NoteCount}</a></div>{/block:Date}
  566.  
  567. {block:Text}
  568. <div class="post-body text">
  569. {block:Title}
  570. <h3 class="textpost-title"><a href="{Permalink}">{Title}</a></h3>
  571. {/block:Title}
  572.  
  573. {Body}
  574. </div>
  575. {/block:Text}
  576.  
  577.  
  578.  
  579. {block:Photo}
  580. <div class="post-body photo">
  581. <div class="imgbox"> {block:HighRes} <a href="{PhotoURL-HighRes}"> {/block:HighRes}<img src="{PhotoURL-500}" alt="{PhotoAlt}"/>{block:HighRes} </a>{/block:HighRes}</div>
  582.  
  583. {block:Caption}
  584. <span class="caption">{Caption}</span>
  585. {/block:Caption}
  586. </div>
  587. {/block:Photo}
  588.  
  589. {block:Photoset}
  590. <div class="post-body photoset">
  591. <div class="imgbox">{Photoset-500}</div>
  592.  
  593. {block:Caption}
  594. <span class="caption">{Caption}</span>
  595. {/block:Caption}
  596. </div>
  597. {/block:Photoset}
  598.  
  599. {block:Quote}
  600. <div class="post-body quote">
  601. <span class="quote-body"> {Quote}</span>
  602.  
  603. {block:Source}
  604. <br /><span class="source">&mdash;{Source}</span><br />
  605. {/block:Source}
  606. </div>
  607. {/block:Quote}
  608.  
  609. {block:Link}
  610. <div class="post-body link">
  611. <a href="{URL}" class="link" {Target}>{Name}</a>
  612.  
  613. {block:Description}
  614. <span class="description">{Description}</span>
  615. {/block:Description}
  616. </div>
  617. {/block:Link}
  618.  
  619. {block:Chat}
  620. <div class="post-body chat">
  621. {block:Title}
  622. <h3><a href="{Permalink}">{Title}</a></h3>
  623. {/block:Title}
  624.  
  625. <ul class="chat">
  626. {block:Lines}
  627. <li class="{Alt} user_{UserNumber}">
  628. {block:Label}
  629. <span class="label">{Label}</span>
  630. {/block:Label}
  631.  
  632. {Line}
  633. </li>
  634. {/block:Lines}
  635. </ul>
  636. </div>
  637. {/block:Chat}
  638.  
  639. {block:Video}
  640. <div class="post-body video">
  641. {Video-500}
  642.  
  643. {block:Caption}
  644. <span class="caption">{Caption}</span>
  645. {/block:Caption}
  646. </div>
  647. {/block:Video}
  648.  
  649. {block:Audio}
  650. <div class="post-body audio">
  651. {AudioPlayerBlack}
  652.  
  653. {block:Caption}
  654. <span class="caption">{Caption}</span>
  655. {/block:Caption}
  656. </div>
  657. {/block:Audio}
  658.  
  659.  
  660. <div class="post-footer">
  661. {block:HasTags}<span class="tags">
  662.  
  663. {block:Tags}
  664. <a class="tag" href="/tagged/{tag}">{Tag}</a>
  665. {/block:Tags}
  666.  
  667. </span> {/block:HasTags}
  668.  
  669. {block:RebloggedFrom}<br /><span class="post-source">
  670.  
  671. via <a href="{ReblogParentURL}">{ReblogParentName}</a>{/block:RebloggedFrom}{block:ContentSource}{block:RebloggedFrom}, {/block:RebloggedFrom}originally
  672. <a href="{SourceURL}">
  673. {SourceTitle} </a>{/block:ContentSource}</span>
  674.  
  675.  
  676. </div><!-- post footer -->
  677. </article>
  678. </div><!-- post block -->{/block:Posts}
  679.  
  680.  
  681.  
  682. {block:PostNotes} {PostNotes} {/block:PostNotes}
  683.  
  684.  
  685.  
  686. </div> <!-- div main-->
  687.  
  688.  
  689. {block:Pagination}
  690. {block:PreviousPage}
  691. <a href="{PreviousPage}" id="prev">&laquo;</a>
  692. {/block:PreviousPage}
  693.  
  694. {block:NextPage}
  695. <a href="{NextPage}" id="next">&raquo;</a>
  696. {/block:NextPage}
  697. {/block:Pagination}
  698.  
  699.  
  700.  
  701.  
  702.  
  703. </body>
  704. </html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement