Advertisement
purethought-s

Theme #26: Marina

Aug 5th, 2013
2,369
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 13.27 KB | None | 0 0
  1. <!-- Marina Theme by sleephy.tumblr.com
  2. Please don't steal this!
  3. Your sidebar background should be 400px X 800px or more
  4. and your sidebar picture should be an even square (200 x 200px)
  5.  
  6.  
  7. -->
  8.  
  9. <html>
  10. <head>
  11.  
  12. <title>{title}</title>
  13.  
  14. <link rel="shortcut icon" href="{Favicon}">
  15.  
  16. <link rel="alternate" type="application/rss+xml" href="{RSS}">
  17. {block:Description}<meta name="description" content="{MetaDescription}" />{/block:Description}
  18.  
  19. <!-- YOU CAN EDIT THIS IN THE APPEARANCE TAB -->
  20.  
  21. <meta name="color:background" content="#fff"/>
  22. <meta name="color:Text" content="#8a8989"/>
  23. <meta name="color:Title" content="#a0a0a0"/>
  24. <meta name="color:border" content="#f0f1f1"/>
  25. <meta name="color:Link" content="#b1b1b1"/>
  26. <meta name="color:Link Hover" content="#9dbdbdb"/>
  27. <meta name="color:Info" content="#f0f1f1"/>
  28. <meta name="color:Scrollbar" content="#b6b5b5"/>
  29. <meta name="color:Chat 1" content="#FFf"/>
  30. <meta name="color:Chat 2" content="#FFf"/>
  31. <meta name="color:sidebar BG" content="#fff"/>
  32. <meta name="image:sidebar" content=""/>
  33. <meta name="image:sidebar BG" content=""/>
  34. <meta name="text:Under title" content="hover" />
  35.  
  36. <meta name="text:Link1" content="" />
  37. <meta name="text:Link1Title" content="" />
  38. <meta name="text:Link2" content="" />
  39. <meta name="text:Link2Title" content="" />
  40. <meta name="text:Link3" content="" />
  41. <meta name="text:Link3Title" content="" />
  42. <meta name="text:Link4" content="" />
  43. <meta name="text:Link4Title" content="" />
  44. <meta name="text:Link5" content="" />
  45. <meta name="text:Link5Title" content="" />
  46. <meta name="text:Link6" content="" />
  47. <meta name="text:Link6Title" content="" />
  48.  
  49.  
  50.  
  51.  
  52. <style type="text/css">
  53.  
  54.  
  55. ::-webkit-scrollbar {height: 3px;width: 3px;}
  56. ::-webkit-scrollbar-thumb {background-color:{color:scrollbar};}
  57. ::-webkit-scrollbar-track{background-color:{color:background};}
  58.  
  59.  
  60.  
  61.  
  62. body {
  63. background-color:{color:background};
  64. color:{color:Text};
  65. font-family:cambria;
  66. font-size:11px;
  67. }
  68.  
  69.  
  70.  
  71. a {
  72. color:{color:Link};
  73. text-decoration: none;
  74. -webkit-transition: all 0.4s ease-in-out;
  75. -moz-transition: all 0.4s ease-in-out;
  76. transition: all 0.4s ease-in-out;
  77. }
  78.  
  79.  
  80. a:hover {
  81. color:{color:Link Hover};
  82. -webkit-transition: all 0.4s ease-in-out;
  83. -moz-transition: all 0.4s ease-in-out;
  84. transition: all 0.4s ease-in-out;
  85. }
  86.  
  87.  
  88. p{
  89. margin-top: 1px
  90. }
  91.  
  92.  
  93. blockquote {border-left:2px {color:body} solid; padding-left:5px; margin:0px 2px 0px 10px}
  94.  
  95.  
  96.  
  97. #entries{
  98. margin-left: 490px;
  99. margin-top:20px;
  100. width:500px;
  101. }
  102.  
  103.  
  104.  
  105. .posts{
  106. background-color: transparent;
  107. padding: 20px 0 0 0;
  108. font-style:normal;
  109. }
  110.  
  111.  
  112.  
  113.  
  114.  
  115.  
  116.  
  117. h1{
  118. font-family: 'georgia';
  119. font-style:ITALIC;
  120. font-size: 15px;
  121. font-weight:none;
  122. }
  123.  
  124.  
  125. .qquote{
  126. font-family: 'georgia';
  127. font-style:ITALIC;
  128. font-size: 15px;
  129. font-weight:none;
  130.  
  131. margin-left: 0px;
  132. }
  133.  
  134.  
  135.  
  136. .qsource{
  137. margin: 5px 0px 0 20px;
  138. text-align: left;
  139. text-transform: none;
  140. }
  141.  
  142.  
  143. .chat{
  144. line-height: 12px;
  145. list-style: none;
  146. font-color:#000000;
  147. }
  148.  
  149.  
  150.  
  151.  
  152. .chat ul {
  153. line-height: 15px;
  154. list-style: none;
  155. padding: 0px;
  156. line-height: 20px;
  157. }
  158.  
  159.  
  160.  
  161.  
  162. .person1 {
  163. color:{color:Text};
  164. background-color:{color:Chat 1};
  165. }
  166.  
  167.  
  168.  
  169.  
  170. .person1 .label {
  171. font-weight: bold;
  172. padding: 0px;
  173. margin-left:
  174. 5px; color:
  175. }
  176.  
  177.  
  178.  
  179.  
  180. .person2 {
  181. color:{color:Text};
  182. background-color:{color:Chat 2};
  183. }
  184.  
  185.  
  186.  
  187.  
  188. .person2 .label {
  189. font-weight: bold;
  190. padding: 0px;
  191. margin-left: 5px;
  192. color: }
  193.  
  194.  
  195.  
  196.  
  197.  
  198. .iaudio {
  199. margin-bottom: 2px;
  200. width: 100%;
  201. background-color: #transparent}
  202.  
  203.  
  204.  
  205.  
  206. .iaudio img
  207. {width: 208px;
  208. padding: 20px 0 0px 0
  209. }
  210.  
  211.  
  212.  
  213.  
  214. .icap{
  215. margin-top: 1px
  216. }
  217.  
  218.  
  219.  
  220. #ask {
  221. border-bottom:1px dashed;
  222. padding-bottom:5px;
  223. }
  224.  
  225.  
  226. #asker {
  227. font-family:"georgia";
  228. font-size:18px;
  229. }
  230.  
  231.  
  232. #askerimg {
  233. float:left;
  234. margin-right:5px;
  235. border:3px solid;
  236. border-color:{color:info};
  237. margin-top:-5px;
  238. }
  239.  
  240.  
  241. #question {
  242. margin-left:5px;
  243. margin-top:-3px;
  244. }
  245.  
  246.  
  247. #answer {
  248. margin-top:10px;
  249. margin-bottom:-5px;
  250. }
  251.  
  252.  
  253.  
  254. .cap {
  255. padding-top: 5px;
  256. width: 500px;
  257. }
  258.  
  259.  
  260.  
  261. #information {
  262. text-align:right;
  263. text-transform:uppercase;
  264. font-family:calibri;
  265. font-size:9px;
  266. background-color:{color:info};
  267. padding: 3px;
  268. letter-spacing:1px;
  269. }
  270.  
  271.  
  272. #tags {
  273. display:block;
  274. padding-top: 0px;
  275. width:100px;
  276. position:absolute;
  277. text-transform:uppercase;
  278. font-family:calibri;
  279. margin-left:495px;
  280. font-size:8px;
  281. opacity:0;
  282. text-align: left;
  283. padding-left:3px;
  284. -webkit-transition: all 0.4s ease-in-out;
  285. -moz-transition: all 04s ease-in-out;
  286. transition: all 0.4s ease-in-out;
  287. }
  288.  
  289.  
  290.  
  291. .posts:hover #tags{
  292. opacity:1;
  293. margin-top:0px;
  294. margin-left:505px;
  295. }
  296.  
  297.  
  298. #notes{ text-align:center; font-family:calibri; font-size:8px; letter-spacing:1px; margin-bottom: 1px; border-top: 1px solid #eee; border-bottom: 1px solid #eee; text-transform:uppercase;padding:5px;}
  299.  
  300.  
  301.  
  302. #notes a{color: #818283;padding:3px; margin:1px;}
  303.  
  304.  
  305.  
  306. #notes a:hover{ color: #fff; box-shadow:inset 0px 20px 0px {color:link};}
  307.  
  308.  
  309.  
  310. #notescontainer{ width: 500px;}
  311.  
  312.  
  313.  
  314. #postnotes{ width: 500px;padding: 8px; margin-top: 15px; background-color: ; }
  315.  
  316.  
  317.  
  318. ol.notes li.note {
  319. padding:2px;
  320. list-style: none;
  321. }
  322.  
  323.  
  324. ol.notes li.note img.avatar {
  325. vertical-align:-8px;
  326. margin-right:0px;
  327. width:16px;
  328. height:16px;
  329. }
  330.  
  331.  
  332.  
  333. #notes img {
  334. margin-bottom:0px;
  335. border:2px solid;
  336. border-color:{color:info};
  337. margin-right:2px;
  338. }
  339.  
  340. #pillar{
  341. background: {color:Sidebar BG} Url({image:SIDEBAR BG});
  342. height:100%;
  343. margin-top:-20px;
  344. margin-left:-9px;
  345. width:400px;
  346. position:fixed;
  347. }
  348.  
  349.  
  350.  
  351.  
  352.  
  353.  
  354. #Pillar:hover #sidebar{
  355. opacity:.94;
  356.  
  357. -webkit-transition: all 0.9s ease-in-out;
  358. -moz-transition: all 0.9s ease-in-out;
  359. transition: all 0.9s ease-in-out; }
  360.  
  361.  
  362.  
  363. #sidebar{
  364. width: 200px;
  365. height:200px;
  366. overflow:hidden;
  367. border-radius:100px;
  368. position: fixed;
  369. z-index:1;
  370. opacity:0;
  371. padding:5px;
  372. bottom:20px;
  373. margin-left:100px;
  374. -webkit-transition: all 0.9s ease-in-out;
  375. -moz-transition: all 0.9s ease-in-out;
  376. transition: all 0.9s ease-in-out;background-color: {color:background};}
  377.  
  378. #sidebar img{
  379. max-width:200px;
  380. max-height:200px;
  381. border-radius:100px;
  382. }
  383.  
  384. #desc{
  385. background:{color:background};
  386. color:{color:text};
  387. padding:5px;
  388. width:192px;
  389. overflow:hidden;
  390. opacity:.5;
  391. text-align:center;
  392. padding-top:50px;
  393. height:150px;
  394. border-radius:200px;
  395. position:fixed;
  396. margin-top:-1px;
  397. margin-left:-1px;
  398. -webkit-transition: all 0.9s ease-in-out;
  399. -moz-transition: all 0.9s ease-in-out;
  400. transition: all 0.9s ease-in-out; }
  401.  
  402. #desc:hover{
  403. opacity:.9;
  404.  
  405. -webkit-transition: all 0.9s ease-in-out;
  406. -moz-transition: all 0.9s ease-in-out;
  407. transition: all 0.9s ease-in-out; }
  408.  
  409. #title {
  410. font-family: 'georgia';
  411. font-size:13px;
  412. color:{color:Title};
  413. bottom:100px;
  414. margin-left:105px;
  415. letter-spacing:1px;
  416. text-align:center;
  417. width:200px;
  418. position:fixed;
  419. font-style:italic;
  420. -webkit-transition: all 0.9s ease-in-out;
  421. -moz-transition: all 0.9s ease-in-out;
  422. transition: all 0.9s ease-in-out;}
  423.  
  424.  
  425.  
  426.  
  427. #title2 {
  428. font-family: 'trebuchet ms';
  429. font-size:9px;
  430. color:{color:Title};
  431. bottom:70px;
  432. margin-left:105px;
  433. letter-spacing:1px;
  434. text-align:center;
  435. width:200px;
  436. position:fixed;
  437. text-transform:Uppercase;
  438. -webkit-transition: all 0.9s ease-in-out;
  439. -moz-transition: all 0.9s ease-in-out;
  440. transition: all 0.9s ease-in-out;}
  441.  
  442.  
  443.  
  444.  
  445.  
  446.  
  447. #pagination {
  448. margin-top: 10px;
  449. text-align: center;
  450. line-height: 20px;
  451. font-family:'calibri';
  452. font-size: 11px;
  453. }
  454.  
  455. #pagination a {
  456. padding:0px 3px 0px 3px;
  457. color:{color:text};
  458. }
  459.  
  460. #pagination a:hover {
  461. color:{color:text};
  462. }
  463.  
  464. @font-face {font-family: "Tiny";src: url('http://static.tumblr.com/rmj06l2/Usellxb4i/tinytots.ttf');}
  465.  
  466. #s-m-t-tooltip{
  467. max-width:200px;
  468. padding:5px;
  469. margin:26px 0px 0px 8px;
  470. z-index:10;
  471. color:gray;
  472. background:white;
  473. height:auto;
  474. font-size:9px;
  475. font-style:italic;
  476. border-radius:3px;
  477. font-family:cambia;
  478. letter-spacing:1px;
  479. text-transform:lowercase;
  480.  
  481. }
  482.  
  483. {CustomCSS}
  484.  
  485. </style>
  486. <script type="text/javascript" src="http://static.tumblr.com/xrmodho/zoUmtvm6l/jquery.js"></script>
  487. <script src="http://ajax.googleapis.com/ajax/libs/jquery/1.7/jquery.min.js"></script>
  488. <script src="http://static.tumblr.com/iuw14ew/VSQma1786/jquery.style-my-tooltips.js"></script>
  489. <script>
  490. (function($){
  491. $(document).ready(function(){
  492. $("a[title]").style_my_tooltips({
  493. tip_follows_cursor:true,
  494. tip_delay_time:10,
  495. tip_fade_speed:400,
  496. attribute:"title"
  497. });
  498. });
  499. })(jQuery);
  500. </script>
  501.  
  502.  
  503. <body>
  504.  
  505.  
  506. <Div id="pillar">
  507. <div id="title">{Title}</div>
  508.  
  509. <div id="title2">{Text:Under title}</div>
  510. <div id="sidebar"><div id="desc">{Description}<br><div id="pagination">
  511. {block:PreviousPage}<font face="georgia"><a title="previous page" href="{PreviousPage}">←</a></font>{/block:PreviousPage}&nbsp;
  512. {block:JumpPagination length="5"}
  513. {block:CurrentPage}
  514. <span class="jumppag">{PageNumber}</span>&nbsp;
  515. {/block:CurrentPage}
  516. {block:JumpPage}
  517. <a class="jumppaglink" href="{URL}">{PageNumber}</a>&nbsp;
  518. {/block:JumpPage}
  519. {/block:JumpPagination}
  520. {block:NextPage}<font face="georgia"><a title="next page" href="{NextPage}">→</a></font>{/block:NextPage}
  521. </div>
  522.  
  523.  
  524. <br><A href="/" title="return to index">refresh</a> &nbsp;&nbsp;&nbsp;
  525. <A href="/ask" title="{asklabel}">message</a>&nbsp;&nbsp;&nbsp;
  526. <A href="/archive" title="my past">archive</a> &nbsp;&nbsp;&nbsp;
  527.  
  528.  
  529. <A href="http://sleephy.tumblr.com" title="theme credit">theme</a>&nbsp;&nbsp;&nbsp;
  530.  
  531. {BLock:iflink1title}
  532. <A title="{text:liNK1TITLE}" href="{text:Link1}">{text:Link1Title}</a>&nbsp;&nbsp;&nbsp;{/BLock:iflink1title}
  533.  
  534. {BLock:iflink2title} <A title="{text:liNK2TITLE}" href="{text:Link2}" >{text:Link2Title}</a> &nbsp;&nbsp;&nbsp;{/BLock:iflink2title}
  535. {BLock:iflink3title}
  536. <A title="{text:liNK3TITLE}" href="{text:Link3}" >{text:Link3Title}</a> &nbsp;&nbsp;&nbsp;{/BLock:iflink3title}
  537.  
  538. {BLock:iflink4title} <A title="{text:liNK4TITLE}" href="{text:Link4}" >{text:Link4Title}</a> &nbsp;&nbsp;&nbsp;{/BLock:iflink4title}{BLock:iflink5title}
  539. <A title="{text:liNK5TITLE}" href="{text:Link5}" >{text:Link5Title}</a> &nbsp;&nbsp;&nbsp;{/BLock:iflink5title}{BLock:iflink6title}
  540. <A title="{text:liNK6TITLE}" href="{text:Link6}">{text:Link6Title}</a> {/BLock:iflink6title}
  541.  
  542. {block:HasPages}
  543. {block:Pages}
  544. &nbsp;&nbsp;&nbsp; <a href="{URL}" title="{Label}">{Label}</a></li>
  545.  
  546. {/block:Pages}
  547. {/block:HasPages}
  548.  
  549. </div>
  550. <div class="sidebarimg"><img
  551.  
  552. src="{image:sidebar}"/></div>
  553. </div>
  554.  
  555.  
  556.  
  557.  
  558.  
  559.  
  560.  
  561.  
  562.  
  563.  
  564. </div>
  565.  
  566. </div>
  567.  
  568.  
  569.  
  570.  
  571.  
  572. <div id="entries">
  573.  
  574.  
  575. {block:Posts}
  576.  
  577.  
  578. <div class="posts">
  579.  
  580.  
  581. <div id ="tags">{block:HasTags}{block:Tags} #<a title="{TAG}" href="{TagURL}">{Tag}</a><br> {/block:Tags}{/block:HasTags}
  582.  
  583. </div>
  584.  
  585.  
  586.  
  587. {block:Text}{block:Title}<h1>{Title}</h1>{/block:Title}{Body}{/block:Text}
  588.  
  589. {block:Photo}
  590. {block:IndexPage}
  591. <div id="postbody">
  592. <center><a href="{Permalink}"><img src="{PhotoURL-500}" alt="{PhotoAlt}"></a></div></center>
  593. {/block:IndexPage}
  594. {block:PermalinkPage}
  595. <div id="postbox">
  596. <center>{LinkOpenTag}<img src="{PhotoURL-500}" alt="{PhotoAlt}">{LinkCloseTag}</center>
  597. </div>
  598. {/block:PermalinkPage}
  599. {/block:Photo}
  600.  
  601. {block:Photoset}{Photoset-500}{/block:Photoset}
  602.  
  603. {block:Quote}
  604. <div class="qquote"><center><big><big></big></big> {Quote} <big><big></big></big></div></center>
  605. {block:Source}<div class="qsource"> {Source}</div>{/block:Source}
  606. {/block:Quote}
  607.  
  608. {block:Link}
  609. <h1><a href="{URL}" {Target}>{Name}</a></h1>
  610. {block:Description}{Description}{/block:Description}
  611. {/block:Link}
  612.  
  613. {block:Chat}
  614. {block:Title}<h1><a href="{Permalink}">{Title}</a></h1>{/block:Title}
  615. <div class="chat"><ul>{block:Lines}
  616. <li class="person{UserNumber}">{block:Label}
  617. <span class="label">{Label}</span>{/block:Label} {Line}</li>{/block:Lines}</ul></div>
  618. {/block:Chat}
  619.  
  620. {block:Audio}
  621. <div class="iaudio">{block:AlbumArt}<img src="{AlbumArtURL}">{/block:AlbumArt}</div>
  622. {AudioPlayerGrey}
  623. <div class="icap">{block:Caption}<center>{Caption}</center>{/block:Caption}</div>
  624. {/block:Audio}
  625.  
  626. {block:Video}{Video-500}{/block:Video}
  627.  
  628. {block:Answer}<div id="ask"><div id="askerimg"><img src="{AskerPortraitURL-24}"></div><div id="asker">{Asker}</div><br><div id="question">{Question}</div></div><div id="answer">{Answer}</div>{/block:Answer}
  629.  
  630. <div class="cap">
  631. {block:Photo}{block:Caption}{Caption}{/block:Caption}{/block:Photo}
  632. {block:Video}{block:Caption}{Caption}{/block:Caption}{/block:Video}
  633. {block:Photoset}{block:Caption}{Caption}{/block:Caption}{/block:Photoset}
  634.  
  635.  
  636. </div>
  637.  
  638.  
  639.  
  640. <div id="notes">{block:Date}posted {TimeAgo}{/block:Date} with <a href="{Permalink}">{NoteCountWithLabel}</a>{block:RebloggedFrom}&nbsp;&nbsp;&nbsp;via: <a href="{ReblogParentURL}"
  641. title="reblogged from">{ReblogParentName}</a>&nbsp;&nbsp;&nbsp;source: <a href="{ReblogRootURL}"title="posted by">{ReblogRootName}</a>{/block:RebloggedFrom}&nbsp;&nbsp;&nbsp; <a href="{REBLOGurl}" title="share this post">reblog</a></div>
  642.  
  643.  
  644.  
  645.  
  646.  
  647. </div>
  648.  
  649.  
  650. {/block:Posts}
  651. {block:PostNotes}
  652. <div id="notes">{PostNotes}</div>
  653. {/block:PostNotes}
  654.  
  655. </div>
  656.  
  657.  
  658.  
  659.  
  660.  
  661. </html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement