Advertisement
heavenlydoctor

theme #7 - the scientist (mac os theme)

Jan 29th, 2015
1,176
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 15.44 KB | None | 0 0
  1. <!DOCTYPE html>
  2. <head>
  3.  
  4. <!--theme #7 - the scientist by eurhipides. dont steal or use as a base code, or take out the credit. thanks!--->
  5.  
  6. <title>{Title}</title>
  7. {block:Description}<meta name="description" content="{MetaDescription}">{/block:Description}
  8. <link rel="shortcut icon" href="{Favicon}">
  9. <link rel="alternate" type="application/rss+xml" href="{RSS}">
  10.  
  11. <meta name="color:page background" content="#404040">
  12. <meta name="color:container background" content="#777">
  13. <meta name="color:posts background" content="#fff">
  14. <meta name="color:links bar background" content="#e1e1e1">
  15. <meta name="color:link" content="#000">
  16. <meta name="color:link hover" content="#5a5a5a"/>
  17. <meta name="color:blockquote" content="#ccc"/>
  18. <meta name="color:text" content="#000"/>
  19. <meta name="color:tabs" content="#eee"/>
  20.  
  21. <meta name="text:link 1" content="link 1">
  22. <meta name="text:link 1 url" content="">
  23. <meta name="text:link 2" content="link 2">
  24. <meta name="text:link 2 url" content="">
  25. <meta name="text:link 3" content="link 3">
  26. <meta name="text:link 3 url" content="">
  27. <meta name="text:link 4" content="link 4">
  28. <meta name="text:link 4 url" content="">
  29.  
  30. <script src="https://ajax.googleapis.com/ajax/libs/jquery/1.7.1/jquery.min.js"></script>
  31.  
  32. <script src="http://static.tumblr.com/iuw14ew/VSQma1786/jquery.style-my-tooltips.js"></script>
  33.  
  34. <script>
  35.  
  36. (function($){
  37.  
  38. $(document).ready(function(){
  39.  
  40. $("a[title]").style_my_tooltips({
  41.  
  42. tip_follows_cursor:true,
  43.  
  44. tip_delay_time:100,
  45.  
  46. tip_fade_speed:300,
  47.  
  48. attribute:"title"
  49.  
  50. });
  51.  
  52. });
  53.  
  54. })(jQuery);
  55.  
  56. </script>
  57.  
  58. <script>
  59. $(document).ready(function(){
  60. $(".srch").click(function(){
  61. $('.search').fadeToggle();
  62. });
  63. $(".description").click(function(){
  64. $('.search').fadeOut();
  65. });
  66. });
  67. </script>
  68.  
  69. <link href='http://fonts.googleapis.com/css?family=Raleway:200,300,400' rel='stylesheet' type='text/css'>
  70.  
  71. <link href="//maxcdn.bootstrapcdn.com/font-awesome/4.1.0/css/font-awesome.min.css" rel="stylesheet">
  72.  
  73. <style type="text/css">
  74.  
  75. #s-m-t-tooltip {
  76. max-width:150px;
  77. padding:5px 8px;
  78. margin:25px 0px 0px 20px;
  79. background-color:#fff;
  80. font-family:Calibri;
  81. border-radius:10px;
  82. font-size:11px;
  83. line-height:10px;
  84. letter-spacing:1px;
  85. border:1px solid #eee;
  86. color:#000;
  87. z-index:99999999;
  88. box-shadow:2px 2px 2px 0px #777;
  89. }
  90.  
  91. ::-webkit-scrollbar {
  92. height:4px;
  93. width:8px;
  94. border-radius:5px;
  95. background-color: #e7e7e7;
  96. }
  97.  
  98. ::-webkit-scrollbar-thumb {
  99. background-color: #81DAF5;
  100. border-radius:5px;
  101. border:2px solid #54A4EF;
  102. }
  103.  
  104. ::selection {
  105. background-color: #000;
  106. color: #fff;
  107. }
  108.  
  109. body {
  110. background-color:{color:page background};
  111. font-family:arial;
  112. font-size:12px;
  113. color:{color:text};
  114. }
  115.  
  116. blockquote {
  117. margin-left:10px;
  118. padding-left:10px;
  119. border-left:1px solid {color:blockquote};
  120. margin-top:0px;
  121. }
  122.  
  123. a {
  124. text-decoration: none;
  125. color: {color:link};
  126. }
  127.  
  128. a:hover {
  129. text-decoration: none;
  130. color: {color:link hover};
  131. }
  132.  
  133. h2 {
  134. font-size:15px;
  135. text-transform:uppercase;
  136. text-align:center;
  137. letter-spacing:2px;
  138. font-weight:400;
  139. color:{color:link};
  140. }
  141.  
  142. .con {
  143. width:800px;
  144. height:550px;
  145. position:fixed;
  146. left:0;
  147. right:0;
  148. top:0;
  149. bottom:0;
  150. margin:auto;
  151. background:{color:container background};
  152. border-radius:4px 4px 2px 2px;
  153. }
  154.  
  155. .header {
  156. height:35px;
  157. border-bottom:5px solid {color:tabs};
  158. background:#ccc;
  159. position:absolute;
  160. top:0;
  161. left:0;
  162. border-radius:2px 2px 0px 0px;
  163. right:0;
  164. }
  165.  
  166. #tab, #tab2 {
  167. left:90px;
  168. bottom:0;
  169. width:200px;
  170. top:8px;
  171. z-index:99;
  172. position:absolute;
  173. }
  174.  
  175. #tab2 {
  176. left:283px;
  177. z-index:9;
  178. width:140px;
  179. }
  180.  
  181. #tab2 .tab {
  182. width:120px;
  183. background:rgba({RGBcolor:tabs},0.7);
  184. }
  185.  
  186. #tab2 #tbl, #tab2 #tbr {
  187. border-bottom:27px solid rgba({RGBcolor:tabs},0.7);
  188. }
  189.  
  190. .tab {
  191. background:{color:tabs};
  192. height:100%;
  193. position:absolute;
  194. border-radius:2px 2px 0px 0px;
  195. width:180px;
  196. font-size:11px;
  197. letter-spacing:1px;
  198. text-transform:uppercase;
  199. left:10px;
  200. padding:7px 15px;
  201. line-height:150%;
  202. overflow:hidden;
  203. box-sizing:border-box;
  204. }
  205.  
  206. #tbl {
  207. width: 0;
  208. height: 0;
  209. position:absolute;
  210. right:0;
  211. border-bottom: 27px solid {color:tabs};
  212. border-right: 10px solid transparent;
  213. }
  214.  
  215. #tbr {
  216. width: 0;
  217. height: 0;
  218. position:absolute;
  219. left:0;
  220. border-bottom: 27px solid {color:tabs};
  221. border-left: 10px solid transparent;
  222. }
  223.  
  224. #at {
  225. position:absolute;
  226. left:560px;
  227. width:35px;
  228. top:14px;
  229. bottom:5px;
  230. }
  231.  
  232. #at .ts {
  233. position:absolute;
  234. width:25px;
  235. left:5px;
  236. border-radius:0px 2px 0px 2px;
  237. top:0;
  238. bottom:0;
  239. background:rgba({RGBcolor:tabs},0.6);
  240. }
  241.  
  242. #at #ttr {
  243. width: 0;
  244. position:absolute;
  245. left:0;
  246. height: 0;
  247. border-top: 16px solid rgba({RGBcolor:tabs},0.6);
  248. border-left: 5px solid transparent;
  249. }
  250.  
  251. #at #ttl {
  252. width: 0;
  253. height: 0;
  254. position:absolute;
  255. right:0;
  256. border-bottom: 16px solid rgba({RGBcolor:tabs},0.6);
  257. border-right: 5px solid transparent;
  258. }
  259.  
  260. .l {
  261. position:absolute;
  262. top:10px;
  263. left:10px;
  264. }
  265.  
  266. .l a {
  267. width:13px;
  268. height:13px;
  269. margin:2px 3px;
  270. border-radius:50%;
  271. display:inline-block;
  272. }
  273.  
  274. .description {
  275. display:table;
  276. position:absolute;
  277. top:63px;
  278. left:0;
  279. text-align:center;
  280. height:485px;
  281. width:300px;
  282. }
  283.  
  284. .tc {
  285. display:table-cell;
  286. vertical-align:middle;
  287. height:100%;
  288. }
  289.  
  290. .desc {
  291. font-size:10px;
  292. text-transform:uppercase;
  293. letter-spacing:1px;
  294. line-height:160%;
  295. border-radius:10px;
  296. }
  297.  
  298. .desc a {
  299. text-decoration:underline;
  300. }
  301.  
  302. .links {
  303. position:absolute;
  304. top:40px;
  305. left:0;
  306. font-size:11.5px;
  307. background:{color:links bar background};
  308. right:0;
  309. letter-spacing:1px;
  310. padding:7px 15px;
  311. }
  312.  
  313. .links a {
  314. margin-left:15px;
  315. color:#000;
  316. display:inline-block;
  317. }
  318.  
  319. .links a:first-letter {
  320. text-transform:uppercase;
  321. }
  322.  
  323. .b {
  324. display:inline-block;
  325. word-spacing:14px;
  326. }
  327.  
  328. .entries, .search {
  329. position:absolute;
  330. right:1px;
  331. width:500px;
  332. top:70px;
  333. bottom:1px;
  334. overflow-y:auto;
  335. overflow-x:hidden;
  336. }
  337.  
  338. pre {
  339. word-wrap:break-word;
  340. }
  341.  
  342. .search {
  343. background:{color:container background};
  344. z-index:999999;
  345. display:none;
  346. }
  347.  
  348. .sfm input {
  349. padding:10px 10px 10px 33px;
  350. border:0px;
  351. border-radius:20px;
  352. }
  353.  
  354. #sf {
  355. width:300px;
  356. background: url('http://static.tumblr.com/f1skqpy/Oxbn13qun/search_icon.png') #f5f5f5 3% center no-repeat; background-size: 20px 20px;
  357. }
  358.  
  359. .posts {
  360. margin:100px auto;
  361. line-height:150%;
  362. padding:20px;
  363. border-radius:4px;
  364. background:{color:posts background};
  365. width:400px;
  366. }
  367.  
  368. .posts blockquote a {
  369. text-decoration:underline;
  370. }
  371.  
  372. .posts:first-child {
  373. margin-top:40px;
  374. }
  375.  
  376. .posts img {
  377. max-width:100%;
  378. }
  379.  
  380. blockquote img {
  381. width:85%;
  382. }
  383.  
  384. .text p {
  385. margin-top:-7px;
  386. }
  387.  
  388. #words {
  389. font-size:15px;
  390. letter-spacing:1px;
  391. font-style:italic;
  392. }
  393.  
  394. .source {
  395. text-align:right;
  396. margin-top:5px;
  397. }
  398.  
  399. #asker {
  400. padding-bottom:8px;
  401. border-bottom:1px solid {color:link};
  402. }
  403.  
  404. #asker a {
  405. text-decoration:underline;
  406. }
  407.  
  408. #chat ul {
  409. margin:0;
  410. padding:0;
  411. list-style-type:none;
  412. }
  413.  
  414. #chat li {
  415. border-top:1px solid #000;
  416. padding:5px;
  417. }
  418.  
  419. #chat li:first-child {
  420. border-top:0px;
  421. }
  422.  
  423. .link {
  424. border-bottom:1px solid;
  425. padding-bottom:10px;
  426. font-size:14px;
  427. letter-spacing:1px;
  428. }
  429.  
  430. /*permalink*/
  431. ol.notes {
  432. padding:0px 5px 5px;
  433. list-style-type: none;
  434. width: 405px;
  435. margin-left:10px;
  436. max-height:145px;
  437. overflow:auto;
  438. }
  439.  
  440. ol.notes li.note {
  441. text-align:left;
  442. line-height:180%;
  443. }
  444.  
  445. ol.notes li.note blockquote {
  446. margin-top:5px;
  447. margin-left:15px;
  448. }
  449.  
  450. ol.notes li.note img.avatar {
  451. display:none;
  452. }
  453.  
  454. #permabox {
  455. line-height: 10px;
  456. border-radius:4px;
  457. letter-spacing: 1px;
  458. width: 440px;
  459. margin-bottom:50px;
  460. font-size:10px;
  461. max-height:180px;
  462. padding:5px 0px;
  463. background-color: #fff;
  464. margin-left:auto;
  465. margin-right:auto;
  466. }
  467.  
  468. /*audio posts*/
  469. #audioplayer {
  470. width:30px;
  471. height:30px;
  472. overflow:hidden;
  473. margin-left:11px;
  474. position:absolute;
  475. margin-top:11px;
  476. }
  477.  
  478. .audiobg {
  479. width:50px;
  480. height:50px;
  481. border-radius:50%;
  482. border:1px solid {color:link};
  483. }
  484.  
  485. .info {
  486. margin-top:10px;
  487. font-size:11px;
  488. }
  489.  
  490. .tags a {
  491. margin:0px 5px;
  492. }
  493.  
  494. .tags {
  495. word-wrap:break-word;
  496. }
  497.  
  498. .tags a:first-child, .vsr a:first-child {
  499. margin-left:0px;
  500. }
  501.  
  502. .vsr a {
  503. margin:0px 4px;
  504. }
  505.  
  506. .credit {
  507. padding:5px 8px;
  508. border-radius:50%;
  509. background:#404040;
  510. color:#eee;
  511. position:fixed;
  512. bottom:6px;
  513. right:9px;
  514. }
  515.  
  516. .credit:hover {
  517. color:#eee;
  518. }
  519.  
  520. </style>
  521. </head>
  522. <body>
  523.  
  524. <div class="con">
  525. <div class="header">
  526. <div id="tab">
  527. <div class="tab"><a href="/" style="display:inline-block;">{Title}</a></div>
  528. <div id="tbl"></div>
  529. <div id="tbr"></div>
  530. </div>
  531. <div id="tab2">
  532. <div class="tab"></div>
  533. <div id="tbl"></div>
  534. <div id="tbr"></div>
  535. </div>
  536. <div id="tab2" style="left:417px; z-index:0">
  537. <div class="tab"></div>
  538. <div id="tbl"></div>
  539. <div id="tbr"></div>
  540. </div>
  541. <div id="at">
  542. <div class="ts"></div>
  543. <div id="ttr"></div>
  544. <div id="ttl"></div>
  545. </div>
  546. <div class="l">
  547. <a href="http://tumblr.com/dashboard" title="dash" style="background:#FA5858"></a>
  548. <a href="/" title="home" style="background:#F7D358"></a>
  549. <a href="http://astraeus.co.vu" title="© eurhipides" style="background:#68C407"></a>
  550. </div>
  551. </div>
  552.  
  553. <div class="links">
  554. <div class="b">
  555. <a style="margin-left:0px; cursor:pointer" title="Search" class="srch">Find</a>
  556. Edit
  557. View
  558. Go
  559. Window
  560. Help
  561. </div>
  562. {block:iflink1}<a href="{text:link 1 url}">{text:link 1}</a>{/block:iflink1}
  563. {block:iflink2}<a href="{text:link 2 url}">{text:link 2}</a>{/block:iflink2}
  564. {block:iflink3}<a href="{text:link 3 url}">{text:link 3}</a>{/block:iflink3}
  565. {block:iflink4}<a href="{text:link 4 url}">{text:link 4}</a>{/block:iflink4}
  566. </div>
  567.  
  568. <div class="description">
  569. <div class="tc">
  570. <div class="desc" style="padding:20px; background:{color:posts background}; width:200px; margin-left:25px">{Description}</div>
  571. </div>
  572. </div>
  573.  
  574. <script language="javascript">
  575. function send()
  576. {document.theform.submit()}
  577. </script>
  578.  
  579. <div class="search">
  580. <div style="display:table; height:100%; width:100%; text-align:center">
  581. <div style="display:table-cell;height:100%;vertical-align:middle">
  582.  
  583. <form action="/search" method="get" class="sfm" name="theform">
  584. <input type="text" name="q" value="" id="sf"/>
  585. </form>
  586.  
  587. </div>
  588. </div>
  589. </div>
  590.  
  591. <div class="entries">
  592. {block:Posts}
  593. <div class="posts">
  594.  
  595. {block:Text}
  596. <div class="text">
  597. <h2>{Title}</h2>
  598. {Body}
  599. </div>
  600. {/block:Text}
  601.  
  602. {block:Photo}
  603. <img src="{PhotoURL-400}" alt="{PhotoAlt}"/>
  604. {block:Caption}{Caption}{/block:Caption}
  605. {/block:Photo}
  606.  
  607. {block:Panorama}
  608. {LinkOpenTag}
  609. <img src="{PhotoURL-Panorama}" alt="{PhotoAlt}"/>
  610. {LinkCloseTag}
  611. {block:Caption}{Caption}{/block:Caption}
  612. {/block:Panorama}
  613.  
  614. {block:Photoset}
  615. {Photoset-400}
  616. {block:Caption}{Caption}{/block:Caption}
  617. {/block:Photoset}
  618.  
  619. {block:Quote}
  620. <div id="words">{Quote}</div>
  621. {block:Source}<div class="source">- {Source}</div>{/block:Source}
  622. {/block:Quote}
  623.  
  624. {block:Link}
  625. <a href="{URL}" {Target}><h2 class="link">{Name}</h2></a>
  626. {block:Description}
  627. {Description}
  628. {/block:Description}
  629. {/block:Link}
  630.  
  631. {block:Chat}
  632. <div id="chat">
  633. {block:Title}
  634. <h2>{Title}</h2>
  635. {/block:Title}
  636. <ul>
  637. {block:Lines}
  638. <li class="{Alt} user_{UserNumber}">
  639. {block:Label}
  640. {Label}
  641. {/block:Label}{Line}
  642. </li>
  643. {/block:Lines}
  644. </ul>
  645. </div> <!--chat-->
  646. {/block:Chat}
  647.  
  648. {block:Video}
  649. {block:PostTitle}<h2>{PostTitle}</h2>{/block:PostTitle}
  650. {Video-400}
  651. {block:Caption}{Caption}{/block:Caption}
  652. {/block:Video}
  653.  
  654. {block:Audio}
  655. <div style="margin-bottom:10px">
  656. <table style="margin-bottom:5px;">
  657. <tr>
  658. <td style="vertical-align:middle;padding-right:10px;"><div class="audiobg"><div id="audioplayer">{AudioPlayerWhite}</div></div>
  659. </td>
  660. <td style="vertical-align:middle; font-size:14px; letter-spacing:1px; line-height:14px;">{block:TrackName}{TrackName}{/block:TrackName}
  661. {block:Artist}- {Artist}{/block:Artist}
  662. </td>
  663. </tr>
  664. </table>{block:PermalinkPage}{block:Caption}{Caption}{/block:Caption}{/block:PermalinkPage}
  665. </div> <!--audio-->
  666. {/block:Audio}
  667.  
  668. {block:Answer}
  669. <div id="asker">
  670. {Asker} asked:<br>
  671. {Question}
  672. </div>
  673. <p>{block:Answerer}{Answerer} replied: <br><blockquote>{Answer}</blockquote>{/block:Answerer}</p>
  674. {Replies}
  675. {/block:Answer}
  676.  
  677. {block:Date}
  678. <div class="info">
  679. <a href="{Permalink}">{Month} {DayOfMonth}{DayOfMonthSuffix}</a>
  680. {block:NoteCount} with <a href="{Permalink}">{NoteCountWithLabel}</a>{/block:NoteCount} <a href="{ReblogURL}" style="float:right" target="_blank">Reblog?</a>
  681. {block:PermalinkPage}
  682. <div class="vsr">
  683. {block:RebloggedFrom}<a href="{ReblogParentURL}">via: <u>{ReblogParentName}</u></a>{/block:RebloggedFrom}
  684. {block:ContentSource}<a href="{SourceURL}">source: <u>{SourceTitle}</u></a>{/block:ContentSource}
  685. </div>
  686. {/block:PermalinkPage}
  687. {/block:Date}
  688. {block:HasTags}
  689. <div class="tags">
  690. {block:Tags}<a href="{TagURL}">#{Tag}</a>{/block:Tags}
  691. </div>
  692. {/block:HasTags}
  693. </div> <!--info-->
  694.  
  695. </div> <!--postage-->
  696.  
  697. <!---permalink---->
  698. {block:PermalinkPage}
  699. {block:PostNotes}
  700. <div id="permabox">
  701. <div class="notes">{PostNotes}</div>
  702. </div>
  703. {/block:PostNotes}
  704. {/block:PermalinkPage}
  705. <!---permalink--->
  706.  
  707.  
  708. {/block:Posts}
  709.  
  710. <!---pagination--->
  711. {block:Pagination}
  712. <div class="posts" style="text-align:center; margin-top:-30px; margin-bottom:40px">
  713. {block:PreviousPage}
  714. <a href="{PreviousPage}">Previous Page | </a>
  715. {/block:PreviousPage}
  716. {block:NextPage}
  717. <a href="{NextPage}">Next Page</a>
  718. {/block:NextPage}
  719. </div>
  720. {/block:Pagination}
  721. <!---end pagination--->
  722. </div>
  723.  
  724.  
  725.  
  726. </div>
  727.  
  728. <a class="credit" href="http://astraeus.co.vu" title="eurhipides">©</a>
  729.  
  730.  
  731. </body>
  732. </html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement