Advertisement
Guest User

revamped! theme 14: oh she knows; by primrosetylers

a guest
Sep 1st, 2014
376
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 15.25 KB | None | 0 0
  1. <!DOCTYPE html>
  2. <head>
  3.  
  4. <!--
  5.  
  6. theme 14.2: oh she knows;
  7. (revamped theme)
  8. coded by irma at primrosetylers.tumblr.com
  9. do not steal, remove the credit, or use as a base
  10.  
  11. -->
  12.  
  13. <title>{Title}</title>
  14. {block:Description}<meta name="description" content="{MetaDescription}">{/block:Description}
  15. <link rel="shortcut icon" href="{Favicon}">
  16. <link rel="alternate" type="application/rss+xml" href="{RSS}">
  17.  
  18. <!-- meta stuffs go here -->
  19.  
  20. <meta name="color:background" content="#fff">
  21. <meta name="color:scrollbar" content="#eee">
  22. <meta name="color:title" content="#000">
  23. <meta name="color:accent" content="#000">
  24. <meta name="color:sidebar link hover" content="#aaa">
  25. <meta name="color:description" content="#fff">
  26. <meta name="color:tooltip text" content="#fff">
  27. <meta name="color:tooltip background" content="#000">
  28. <meta name="color:posts" content="#fff">
  29. <meta name="color:post border" content="#000">
  30. <meta name="color:post text" content="#000">
  31. <meta name="color:post info" content="#000">
  32. <meta name="color:post info hover" content="#aaa">
  33. <meta name="color:posts link" content="#aaa">
  34. <meta name="color:posts link hover" content="#000">
  35. <meta name="color:pagination" content="#aaa">
  36. <meta name="color:pagination hover" content="#000">
  37. <meta name="color:blockquote" content="#aaa">
  38.  
  39. <meta name="image:sidebar" content="http://38.media.tumblr.com/15ccf2640dcc70bbe6689274f9999efb/tumblr_n5wnowjWnt1rh78g4o5_250.gif">
  40.  
  41. <meta name="if:500px posts" content="1">
  42. <meta name="if:400px posts" content="0">
  43. <meta name="if:250px posts" content="0">
  44. <meta name="if:show tags" content="1">
  45. <meta name="if:show caption" content="1">
  46. <meta name="if:tiny cursor" content="1">
  47. <meta name="if:infinite scroll" content="0">
  48.  
  49. <meta name="text:link 1" content="home">
  50. <meta name="text:link 1 url" content="/">
  51. <meta name="text:link 2" content="ask">
  52. <meta name="text:link 2 url" content="/ask">
  53. <meta name="text:link 3" content="past">
  54. <meta name="text:link 3 url" content="/archive">
  55. <meta name="text:link 4" content="">
  56. <meta name="text:link 4 url" content="">
  57. <meta name="text:link 5" content="">
  58. <meta name="text:link 5 url" content="">
  59. <meta name="text:link 6" content="">
  60. <meta name="text:link 6 url" content="">
  61.  
  62. <!-- metas end-->
  63.  
  64. <!-- infinite scroll script -->
  65.  
  66. {block:IfInfiniteScroll}
  67. <script type="text/javascript" src="http://codysherman.tumblr.com/tools/infinite-scrolling/code"></script>
  68. {/block:IfInfiniteScroll}
  69. {block:IfNotInfiniteScroll}{/block:IfNotInfiniteScroll}
  70.  
  71.  
  72. <link href='http://fonts.googleapis.com/css?family=Lato' rel='stylesheet' type='text/css'>
  73.  
  74. <!-- tooltip script -->
  75. <script src="http://ajax.googleapis.com/ajax/libs/jquery/1.7/jquery.min.js"></script>
  76. <script src="http://static.tumblr.com/iuw14ew/VSQma1786/jquery.style-my-tooltips.js"></script>
  77. <script>
  78. (function($){
  79. $(document).ready(function(){
  80. $("a[title]").style_my_tooltips({
  81. tip_follows_cursor:true,
  82. tip_delay_time:30,
  83. tip_fade_speed:300,
  84. attribute:"title"
  85. });
  86. });
  87. })(jQuery);
  88. </script>
  89.  
  90. <style type="text/css">
  91.  
  92. /*tooltip css*/
  93. #s-m-t-tooltip {
  94. max-width:300px;
  95. position:absolute;
  96. z-index:99999;
  97. margin-top:20px;
  98. text-transform:uppercase;
  99. padding:2px 4px 2px 4px;
  100. background-color:{color:tooltip background};
  101. font-family:arial;
  102. font-size:10px;
  103. color:{color:tooltip text};
  104. }
  105.  
  106. body {
  107. background-color:{color:background};
  108. font-family:'Lato', arial;
  109. color:{color:post text};
  110. font-size:11px;
  111. }
  112.  
  113. a {
  114. text-decoration:none;
  115. color:{color:posts link};
  116. -webkit-transition:0.5s;
  117. -moz-transition:0.5s;
  118. -ms-transition:0.5s;
  119. -o-transition:0.5s;
  120. }
  121.  
  122. blockquote {
  123. border-left:2px solid {color:blockquote};
  124. padding-left:10px;
  125. }
  126.  
  127. a:hover {
  128. color:{color:posts link hover};
  129. }
  130.  
  131. pre {
  132. white-space: pre-wrap;
  133. white-space: -moz-pre-wrap;
  134. white-space: -pre-wrap;
  135. white-space: -o-pre-wrap;
  136. word-wrap: break-word;
  137. }
  138.  
  139. ::-webkit-scrollbar {
  140. width:8px;
  141. height:8px;
  142. }
  143.  
  144. ::-webkit-scrollbar-track {
  145. background-color:{color:background};
  146. }
  147.  
  148. ::-webkit-scrollbar-thumb {
  149. background-color:{color:scrollbar};
  150. }
  151.  
  152. ::selection {
  153. background: {color:scrollbar};
  154. }
  155. ::-moz-selection {
  156. background: {color:scrollbar};
  157. }
  158.  
  159.  
  160. /*sidebar*/
  161.  
  162. #sidebar {
  163. width:225px;
  164. position:fixed;
  165. top:200px;
  166. left:165px;
  167. text-align:center;
  168. }
  169.  
  170. #sidebar img {
  171. width:225px;
  172. height:150px;
  173. }
  174.  
  175. #title {
  176. text-transform:lowercase;
  177. font-family:arial;
  178. font-weight:bold;
  179. letter-spacing:-2px;
  180. font-size:25px;
  181. color:{color:title};
  182. margin-top:5px;
  183. }
  184.  
  185. #description {
  186. padding:7px 10px 7px 10px;
  187. background-color:{color:accent};
  188. color:{color:description};
  189. height:0;
  190. width:205px;
  191. position:absolute;
  192. overflow:hidden;
  193. opacity:1;
  194. margin-top:-16px;
  195. -webkit-transition:0.5s;
  196. -moz-transition:0.5s;
  197. -ms-transition:0.5s;
  198. -o-transition:0.5s;
  199. transition:0.5s;
  200. }
  201.  
  202. #sidebar:hover #description {
  203. height:152px;
  204. }
  205.  
  206. #sidebar:hover #links {
  207. background-color:{color:background};
  208. }
  209.  
  210. #links {
  211. background-color:{color:accent};
  212. -webkit-transition:0.5s;
  213. -moz-transition:0.5s;
  214. -ms-transition:0.5s;
  215. -o-transition:0.5s;
  216. transition:0.5s;
  217. }
  218.  
  219. .link {
  220. background-color:{color:accent};
  221. width:30px;
  222. height:10px;
  223. display:inline-block;
  224. -webkit-transition:0.5s;
  225. -moz-transition:0.5s;
  226. -ms-transition:0.5s;
  227. -o-transition:0.5s;
  228. transition:0.5s;
  229. }
  230.  
  231. .link:hover {
  232. background-color:{color:sidebar link hover};
  233. }
  234.  
  235. /*footer*/
  236.  
  237. #footer {
  238. {block:If500pxPosts}width:500px;{/block:If500pxPosts}
  239. {block:If400pxPosts}width:400px;{/block:if400pxPosts}
  240. {block:If250pxPosts}width:250px;{/block:if250pxPosts}
  241. margin-left:475px;
  242. text-align:center;
  243. font-size:11px;
  244. margin-top:50px;
  245. padding-bottom:25px;
  246. text-transform:uppercase;
  247. letter-spacing:2px;
  248. background-color:{color:background}; /*temp*/
  249. color:{color:pagination};
  250. font-family:arial;
  251. }
  252.  
  253. #footer a {
  254. color:{color:pagination}; /*variable*/
  255. }
  256.  
  257. #footer a:hover {
  258. color:{color:pagination hover};
  259. }
  260.  
  261. /*posts*/
  262.  
  263. #postage {
  264. {block:If500pxPosts}width:500px;{/block:If500pxPosts}
  265. {block:If400pxPosts}width:400px;{/block:if400pxPosts}
  266. {block:If250pxPosts}width:250px;{/block:if250pxPosts}
  267. margin-top:30px;
  268. margin-bottom:30px;
  269. margin-left:500px;
  270. background-color:{color:posts};
  271. padding:10px;
  272. border-top:10px solid {color:background};
  273. border-bottom:10px solid {color:background};
  274. -webkit-transition:0.5s;
  275. -moz-transition:0.5s;
  276. -ms-transition:0.5s;
  277. -o-transition:0.5s;
  278. }
  279.  
  280. #postage h2 {
  281. text-align:center;
  282. font-family:arial;
  283. }
  284.  
  285. #postage:hover {
  286. border-top:10px solid {color:post border};
  287. border-bottom:10px solid {color:post border};
  288. }
  289.  
  290. #panorama img {
  291. {block:If500pxPosts}width:500px;{/block:If500pxPosts}
  292. {block:If400pxPosts}width:400px;{/block:if400pxPosts}
  293. {block:If250pxPosts}width:250px;{/block:if250pxPosts}
  294. }
  295.  
  296. #words {
  297. font-style:italic;
  298. font-size:15px;
  299. }
  300.  
  301. .source {
  302. text-align:right;
  303. padding-right:5px;
  304. }
  305.  
  306. #linkpost {
  307. text-align:center;
  308. font-size:11px;
  309. }
  310.  
  311. .linkety {
  312. font-size:15px;
  313. }
  314.  
  315. #chat ul {
  316. list-style:none;
  317. font-family:courier;
  318. margin-left:-30px;
  319. }
  320.  
  321. .label {
  322. text-transform:uppercase;
  323. font-weight:bold;
  324. }
  325.  
  326. #audioplayer {
  327. width:25px;
  328. height:25px;
  329. position:absolute;
  330. overflow:hidden;
  331. margin-top:25px;
  332. margin-left:25px;
  333. opacity:0.7;
  334. border-radius:100%;
  335. -webkit-border-radius:100%;
  336. -moz-border-radius:100%;
  337. }
  338.  
  339. #albumart {
  340. width:75px;
  341. height:75px;
  342. background-color:#e3e3e3;
  343. }
  344.  
  345. #ask span a {
  346. color:{color:post text};
  347. font-style:italic;
  348. }
  349.  
  350. #postage:hover .info {
  351. opacity:1;
  352. }
  353. .info {
  354. text-align:center;
  355. text-transform:uppercase;
  356. {block:If500pxPosts}width:490px;{/block:If500pxPosts}
  357. {block:If400pxPosts}width:390px;{/block:if400pxPosts}
  358. {block:If250pxPosts}width:240px;{/block:if250pxPosts}
  359. margin-top:5px;
  360. opacity:0;
  361. padding:5px;
  362. color:{color:post info};
  363. -webkit-transition:0.6s;
  364. -moz-transition:0.6s;
  365. -ms-transition:0.6s;
  366. -o-transition:0.6s;
  367. }
  368.  
  369. .info a {
  370. color:{color:post info};
  371. }
  372.  
  373. .info a:hover {
  374. color:{color:post info hover};
  375. }
  376.  
  377. .tags {
  378. font-size:10px;
  379. text-transform:none;
  380. -webkit-transition:0.6s;
  381. -moz-transition:0.6s;
  382. -ms-transition:0.6s;
  383. -o-transition:0.6s;
  384. }
  385.  
  386. #postnotes {
  387. line-height:200%;
  388. }
  389.  
  390. #postnotes li {
  391. list-style:none;
  392. }
  393.  
  394. #postnotes img {
  395. margin-right:5px;
  396. }
  397.  
  398. #credit {
  399. right:10px;
  400. bottom:15px;
  401. font-size:11px;
  402. padding:2px 5px 2px 5px;
  403. text-transform:uppercase;
  404. text-align:center;
  405. background-color:#000;
  406. position:fixed;
  407. font-family:arial;
  408. }
  409.  
  410. #credit a {
  411. color:#fff;
  412. }
  413.  
  414. #credit a:hover {
  415. text-shadow:0 0 2px #fff;
  416. color:#000;
  417. }
  418.  
  419. {block:IfTinyCursor}
  420. /* Start http://www.cursors-4u.com */ body, a:hover {cursor: url(http://cur.cursors-4u.net/cursors/cur-9/cur817.cur), progress !important;} /* End http://www.cursors-4u.com */
  421. {/block:IfTinyCursor}
  422.  
  423. {CustomCSS}
  424. </style>
  425. </head>
  426. <body>
  427.  
  428. <div id="sidebar">
  429.  
  430. <div id="description">
  431. <p>{Description}</p>
  432. </div>
  433.  
  434. <img src="{image:sidebar}" />
  435.  
  436. <div id="links">
  437. {block:iflink1}<a title="{text:link 1}" href="{text:link 1 url}"><div class="link"></div></a>{/block:iflink1}
  438. {block:iflink2}<a title="{text:link 2}" href="{text:link 2 url}"><div class="link"></div></a>{/block:iflink2}
  439. {block:iflink3}<a title="{text:link 3}" href="{text:link 3 url}"><div class="link"></div></a>{/block:iflink3}
  440. {block:iflink4}<a title="{text:link 4}" href="{text:link 4 url}"><div class="link"></div></a>{/block:iflink4}
  441. {block:iflink5}<a title="{text:link 5}" href="{text:link 5 url}"><div class="link"></div></a>{/block:iflink5}
  442. {block:iflink6}<a title="{text:link 6}" href="{text:link 6 url}"><div class="link"></div></a>{/block:iflink6}
  443. </div>
  444.  
  445. <div id="title">{Title}</div>
  446.  
  447. </div> <!-- sidebar -->
  448.  
  449. <div class = "autopagerize_page_element" >
  450. {block:Posts}
  451. <div id="postage">
  452.  
  453. {block:Text}
  454. <div id="text">
  455. <h2><a href="{Permalink}">{Title}</a></h2>
  456. {Body}
  457. </div> <!--text post-->
  458. {/block:Text}
  459.  
  460. {block:Photo}
  461. <div id="photo">
  462. {block:If500pxPosts}<img src="{PhotoURL-500}" alt="{PhotoAlt}"/>{/block:If500pxPosts}
  463. {block:If400pxPosts}<img src="{PhotoURL-400}" alt="{PhotoAlt}"/>{/block:if400pxPosts}
  464. {block:If250pxPosts}<img src="{PhotoURL-250}" alt="{PhotoAlt}"/>{/block:if250pxPosts}
  465. {block:IfShowCaption}
  466. {block:Caption}<div class="caption">{Caption}</div>{/block:Caption}
  467. {/block:IfShowCaption}
  468. {block:IfNotShowCaption}
  469. {block:PermalinkPage}
  470. {block:Caption}<div class="caption">{Caption}</div>{/block:Caption}
  471. {/block:PermalinkPage}
  472. {/block:IfNotShowCaption}
  473. </div> <!--photo post-->
  474. {/block:Photo}
  475.  
  476. {block:Panorama}
  477. <div id="panorama">
  478. {LinkOpenTag}
  479. <img src="{PhotoURL-Panorama}" alt="{PhotoAlt}"/>
  480. {LinkCloseTag}
  481. {block:IfShowCaption}
  482. {block:Caption}<div class="caption">{Caption}</div>{/block:Caption}
  483. {/block:IfShowCaption}
  484. {block:IfNotShowCaption}
  485. {block:PermalinkPage}
  486. {block:Caption}<div class="caption">{Caption}</div>{/block:Caption}
  487. {/block:PermalinkPage}
  488. {/block:IfNotShowCaption}
  489. </div> <!--panorama post-->
  490. {/block:Panorama}
  491.  
  492. {block:Photoset}
  493. <div id="photoset">
  494. {block:If500pxPosts}{Photoset-500}{/block:If500pxPosts}
  495. {block:If400pxPosts}{Photoset-400}{/block:if400pxPosts}
  496. {block:If250pxPosts}{Photoset-250}{/block:if250pxPosts}
  497. {block:IfShowCaption}
  498. {block:Caption}<div class="caption">{Caption}</div>{/block:Caption}
  499. {/block:IfShowCaption}
  500. {block:IfNotShowCaption}
  501. {block:PermalinkPage}
  502. {block:Caption}<div class="caption">{Caption}</div>{/block:Caption}
  503. {/block:PermalinkPage}
  504. {/block:IfNotShowCaption}
  505. </div> <!--photoset-->
  506. {/block:Photoset}
  507.  
  508. {block:Quote}
  509. <div id="quote">
  510. <div id="words">{Quote}</div>
  511. {block:Source}<div class="source">- {Source}</div>{/block:Source}
  512. </div> <!--quote-->
  513. {/block:Quote}
  514.  
  515. {block:Link}
  516. <div id="linkpost">
  517. {block:PostTitle}<h2><a href="{Permalink}">{PostTitle}</a></h2>{/block:PostTitle}
  518. <a href="{URL}" class="linkety" {Target}>{Name}</a>
  519. {block:Description}
  520. <div class="linkdesc">{Description}</div>
  521. {/block:Description}
  522. </div> <!--link-->
  523. {/block:Link}
  524.  
  525. {block:Chat}
  526. <div id="chat">
  527. <h2><a href="{Permalink}">{Title}</a></h2>
  528. <ul>
  529. {block:Lines}
  530. <li class="{Alt} user_{UserNumber}">
  531. {block:Label}
  532. <span class="label">{Label}</span>
  533. {/block:Label}{Line}
  534. </li>
  535. {/block:Lines}
  536. </ul>
  537. </div> <!--chat-->
  538. {/block:Chat}
  539.  
  540. {block:Video}
  541. <div id="video">
  542. {block:PostTitle}<h2><a href="{Permalink}">{PostTitle}</a></h2>{/block:PostTitle}
  543. {block:If500pxPosts}{Video-500}{/block:If500pxPosts}
  544. {block:If400pxPosts}{Video-400}{/block:if400pxPosts}
  545. {block:If250pxPosts}{Video-250}{/block:if250pxPosts}
  546. {block:IfShowCaption}
  547. {block:Caption}<div class="caption">{Caption}</div>{/block:Caption}
  548. {/block:IfShowCaption}
  549. {block:IfNotShowCaption}
  550. {block:PermalinkPage}
  551. {block:Caption}<div class="caption">{Caption}</div>{/block:Caption}
  552. {/block:PermalinkPage}
  553. {/block:IfNotShowCaption}
  554. </div> <!--video-->
  555. {/block:Video}
  556.  
  557. {block:Audio}
  558. <div id="audio">
  559. <table style="padding:5px; background-color:#fff;margin-bottom:5px;">
  560. <tr>
  561. <td style="vertical-align:top;padding-right:10px;"><div id="audioplayer">{AudioPlayerWhite}</div>
  562. <div id="albumart">
  563. {block:AlbumArt}
  564. <img src="{AlbumArtURL}" style="width:75px;">
  565. {/block:AlbumArt}</div></td>
  566. <td style="vertical-align:top; font-size:12px;"> {block:TrackName}<i>title:</i> {TrackName} <br />{/block:TrackName}
  567. {block:Artist}<i>artist:</i> {Artist} <br />{/block:Artist}
  568. {block:Album}<i>album:</i> {Album} <br />{/block:Album}
  569. {block:PlayCount}<i>played:</i> {FormattedPlayCount} times{/block:PlayCount}
  570. </td>
  571. </tr>
  572. </table>
  573. {block:IfShowCaption}
  574. {block:Caption}<div class="caption">{Caption}</div>{/block:Caption}
  575. {/block:IfShowCaption}
  576. {block:IfNotShowCaption}
  577. {block:PermalinkPage}
  578. {block:Caption}<div class="caption">{Caption}</div>{/block:Caption}
  579. {/block:PermalinkPage}
  580. {/block:IfNotShowCaption}
  581. </div> <!--audio-->
  582. {/block:Audio}
  583.  
  584. {block:Answer}
  585. <div id="ask">
  586. <p style="padding:10px; background-color:#eee;">— <span>{Asker}</span>: {Question}</p>
  587. <p>{block:Answerer}— <span>{Answerer}</span> replied: {/block:Answerer}{Answer}</p>
  588. {block:Answerer}<blockquote>{Replies}</blockquote>{/block:Answerer}
  589. </div> <!--ask-->
  590. {/block:Answer}
  591.  
  592. <div class="info">
  593. {block:Date}Posted <a href="{Permalink}">{MonthNumber}.{DayOfMonth}.{Year}</a> with <a href="{Permalink}">{NoteCountWithLabel}</a>{/block:Date} <a title="reblog" href="{ReblogURL}" target="_blank">↺</a><br />
  594. {block:RebloggedFrom} VIA <a href="{ReblogParentURL}">{ReblogParentName}</a>{/block:RebloggedFrom} {block:ContentSource}, created by <a href="{SourceURL}">{SourceTitle}</a>{/block:ContentSource}
  595.  
  596. {block:PermalinkPage}
  597. {block:IfNotShowTags}
  598. {block:HasTags}
  599. <div class="tags">
  600. {block:Tags} <a href="{TagURL}">#{Tag}</a>{/block:Tags}
  601. </div>
  602. {/block:HasTags}
  603. {/block:IfNotShowTags}
  604. {/block:PermalinkPage}
  605.  
  606. {block:IfShowTags}
  607. {block:HasTags}
  608. <div class="tags">
  609. {block:Tags} <a href="{TagURL}">#{Tag}</a>{/block:Tags}
  610. </div>
  611. {/block:HasTags}
  612. {/block:IfShowTags}
  613. </div> <!--info-->
  614.  
  615. {block:PermalinkPage}
  616. <div id="postnotes">
  617. {PostNotes}
  618. </div>
  619. {/block:PermalinkPage}
  620.  
  621. </div> <!--postage-->
  622. {/block:Posts}
  623.  
  624. </div>
  625.  
  626. {block:IfNotInfiniteScroll}
  627. {block:Pagination}
  628. <div id="footer">
  629. {block:PreviousPage}<a href="{PreviousPage}">back</a>{/block:PreviousPage} — {block:NextPage}<a href="{NextPage}">forth</a>{/block:NextPage}
  630. </div>
  631. {/block:Pagination}
  632. {block:IfNotInfiniteScroll}
  633. {block:IfInfiniteScroll}{/block:IfInfiniteScroll}
  634.  
  635. </div>
  636. <div id="credit"><a href="http://primrosetylers.tumblr.com">✿THEME</a></div>
  637.  
  638. </body>
  639. </html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement