study_ace

theme 2: ariel by studyace

Feb 17th, 2018
562
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 16.03 KB | None | 0 0
  1. <!DOCTYPE html>
  2. <head>
  3. <title>{block:PostSummary}{PostSummary} | {/block:PostSummary}{block:TagPage}#{Tag} | {/block:TagPage}{block:SearchPage}search results for: {SearchQuery} | {/block:SearchPage}{Title}</title>
  4. {block:Description}<meta name="description" content="{MetaDescription}">{/block:Description}
  5. <link rel="shortcut icon" href="{Favicon}">
  6.  
  7. <link href="https://fonts.googleapis.com/css?family=Inconsolata|Muli" rel="stylesheet">
  8.  
  9. <!---
  10. theme: ariel by studyace
  11. please don't steal coding or ideas
  12. edit as much as you like, just don't touch the credit
  13. contact me at studyace.tumblr.com
  14. --->
  15.  
  16. <!---sidebar & header--->
  17. <meta name="color:Title" content="#fff"/>
  18. <meta name="color:Title Shadow" content="#fff"/>
  19. <meta name="color:Description" content="#000"/>
  20. <meta name="color:Description BG" content="#fafeff"/>
  21. <meta name="color:Sidebar Link" content="#fff"/>
  22. <meta name="color:Sidebar Link Shadow" content="#fff"/>
  23. <meta name="color:Blockquote" content="#888"/>
  24. <meta name="color:Pagination" content="#fff"/>
  25.  
  26. <!---general--->
  27. <meta name="color:Tooltip" content="#fff"/>
  28. <meta name="color:Tooltip BG" content="#000"/>
  29. <meta name="color:Link" content="#262626"/>
  30. <meta name="color:Link Hover" content="#888"/>
  31. <meta name="color:Gradient Start" content="red"/>
  32. <meta name="color:Gradient End" content="orange"/>
  33. <meta name="color:Post Text" content="#262626"/>
  34. <meta name="color:Post BG" content="#fff"/>
  35. <meta name="color:Borders" content="#D4D6D6"/>
  36. <meta name="color:Info" content="#ccc"/>
  37. <meta name="color:Info BG" content="#000"/>
  38. <meta name="color:Tags" content="#262626"/>
  39.  
  40. <!---images--->
  41. <meta name="image:Background" content=""/>
  42.  
  43. <!---text--->
  44. <meta name="text:Link 1 URL" content=""/>
  45. <meta name="text:Link 1" content="link one"/>
  46. <meta name="text:Link 2 URL" content=""/>
  47. <meta name="text:Link 2" content="link two"/>
  48. <meta name="text:Link 3 URL" content=""/>
  49. <meta name="text:Link 3" content="link three"/>
  50. <meta name="text:Link 4 URL" content=""/>
  51. <meta name="text:Link 4" content="link four"/>
  52. <meta name="text:Link 5 URL" content=""/>
  53. <meta name="text:Link 5" content="link five"/>
  54. <meta name="text:Link 6 URL" content=""/>
  55. <meta name="text:Link 6" content="link six"/>
  56.  
  57. <!---options--->
  58. <meta name="if:Background Color" content="0"/>
  59. <meta name="if:Background Image" content="0"/>
  60. <meta name="if:400px Posts" content="0"/>
  61. <meta name="if:500px Posts" content="1"/>
  62. <meta name="select:Display Tags" content="notags" title="None"/>
  63. <meta name="select:Display Tags" content="ptags" title="Permalink"/>
  64. <meta name="select:Display Tags" content="itags" title="Index And Permalink"/>
  65. <meta name="select:Number of Links" content="three" title="3"/>
  66. <meta name="select:Number of Links" content="four" title="4"/>
  67. <meta name="select:Number of Links" content="five" title="5"/>
  68. <meta name="select:Number of Links" content="six" title="6"/>
  69.  
  70. <script src="//code.jquery.com/jquery-1.7.1.min.js"></script>
  71.  
  72. <link href="//maxcdn.bootstrapcdn.com/font-awesome/4.1.0/css/font-awesome.min.css" rel="stylesheet">
  73.  
  74. <script src="https://static.tumblr.com/iuw14ew/VSQma1786/jquery.style-my-tooltips.js"></script>
  75. <script>
  76. (function($){
  77. $(document).ready(function(){
  78. $("a[title]").style_my_tooltips({
  79. tip_follows_cursor:true,
  80. tip_delay_time:30,
  81. tip_fade_speed:300,
  82. attribute:"title"
  83. });
  84. });
  85. })(jQuery);
  86. </script>
  87.  
  88. <script src="https://static.tumblr.com/wgg6svp/OoTofxa0c/unnest.min.js"></script>
  89. <script>
  90. $(function(){ $('.post').unnest({
  91. yourCaption: ".cap", //your caption selector
  92. wrapName: ".tumblr_parent", //the name of the captions’ new wrapper
  93. newCaptionUsername: true, //if the user adds a new caption, following a series of captions, show their username above the caption
  94. originalPostCaptionUsername: true, //for the original captions, or a user-added caption that previously didn’t have any, have their username on it
  95. tumblrAvatars: true, //”dashboard style” caption, have the avatar of the blog next to the username
  96. tumblrAvatarClass: ".tumblr_avatar", //class of the avatar next to the username
  97. usernameColon: false //if turned to false, removes the colon at the end of usernames
  98. }); });
  99. </script>
  100.  
  101. <style type="text/css">
  102.  
  103. #s-m-t-tooltip { max-width:200px; z-index:10000000000000000000000; margin:24px 14px 7px 12px; padding:4px 6px; background:{color:Tooltip BG}; font:10px 'Lato', calibri, line-height:16px; text-align:center; color:{color:Tooltip}; text-transform:uppercase; }
  104.  
  105. .tumblr_avatar {
  106. vertical-align:middle;
  107. margin-right:10px;
  108. }
  109.  
  110. .tumblr_parent {
  111. margin-left:0px;
  112. border-left:0px;
  113. padding-left:0px;
  114. }
  115.  
  116. body {
  117. {block:ifNotBackgroundImage}
  118. background-image:linear-gradient({color:Gradient Start}, {color:Gradient End});
  119. {/block:ifNotBackgroundImage}
  120. {block:ifBackgroundImage}
  121. background-image:url('{image:Background}');
  122. {/block:ifBackgroundImage}
  123. background-attachment:fixed;
  124. background-size:cover;
  125. font:14px 'Inconsolata', courier, helvetica;
  126. line-height:17px;
  127. letter-spacing:0.5px;
  128. }
  129.  
  130. h1 { font:20px 'Muli', 'Inconsolata', helvetica; }
  131. a { text-decoration:none; color:{color:Link}; }
  132. a:hover { color:{color:Link Hover}; }
  133. blockquote { padding-left:15px; border-left:2px solid {color:Blockquote}; }
  134.  
  135. .all {
  136. {block:if500pxPosts}width:770px;{/block:if500pxPosts}
  137. {block:if400pxPosts}width:670px;{/block:if400pxPosts}
  138. margin:auto;
  139. }
  140.  
  141. #title {
  142. font-size:40px; color:{color:Title};
  143. text-shadow:3px 0px 4px {color:Title Shadow};
  144. {block:if500pxPosts}width:770px;{/block:if500pxPosts}
  145. {block:if400pxPosts}width:670px;{/block:if400pxPosts}
  146. text-align:left;
  147. position:relative;
  148. left:-25px;
  149. top:30px;
  150. }
  151.  
  152. #sidebar {
  153. width:250px;
  154. }
  155.  
  156. #sidebar p {
  157. margin-bottom:0px;
  158. }
  159.  
  160. #sb {
  161. width:250px;
  162. position:fixed;
  163. margin-top:15px;
  164. line-height:18px;
  165. margin-left:-30px;
  166. }
  167.  
  168. .arrow_box {
  169. position: relative;
  170. color:{color:Description};
  171. background:{color:Description BG};
  172. padding:15px 13px;
  173. width:250px;
  174. border-radius:10px;
  175. box-sizing:border-box;
  176. }
  177.  
  178. .arrow_box:after {
  179. top: 100%;
  180. left: 20%;
  181. border: solid transparent;
  182. content: " ";
  183. height: 0;
  184. width: 0;
  185. position: absolute;
  186. pointer-events: none;
  187. border-color:transparent;
  188. border-top-color:{color:Description BG};
  189. border-width: 10px;
  190. margin-left: -10px;
  191. }
  192.  
  193. .links {
  194. margin-top:25px;
  195. text-align:center;
  196. line-height:22px;
  197. }
  198.  
  199. .link {
  200. text-transform:uppercase;
  201. color:{color:Sidebar Link};
  202. letter-spacing:1px;
  203. display:inline-block;
  204. }
  205.  
  206. .link::before,
  207. .link::after {
  208. display: inline-block;
  209. opacity: 0;
  210. -webkit-transition: -webkit-transform 0.3s, opacity 0.2s;
  211. -moz-transition: -moz-transform 0.3s, opacity 0.2s;
  212. transition: transform 0.3s, opacity 0.2s;
  213. word-break:break-word;
  214. }
  215.  
  216. .link::before {
  217. margin-right: 3px;
  218. content: '[';
  219. -webkit-transform: translateX(20px);
  220. -moz-transform: translateX(20px);
  221. transform: translateX(20px);
  222. }
  223.  
  224. .link::after {
  225. margin-left: 3px;
  226. content: ']';
  227. -webkit-transform: translateX(-20px);
  228. -moz-transform: translateX(-20px);
  229. transform: translateX(-20px);
  230. }
  231.  
  232. .link:hover::before,
  233. .link:hover::after,
  234. .link:focus::before,
  235. .link:focus::after {
  236. opacity: 1;
  237. -webkit-transform: translateX(0px);
  238. -moz-transform: translateX(0px);
  239. transform: translateX(0px);
  240. word-break:break-word;
  241. }
  242.  
  243. .link:hover {
  244. text-shadow:2px 0px 3px {color:Sidebar Link Shadow};
  245. color:{color:Sidebar Link};
  246. }
  247.  
  248. .three .link:nth-child(4):before, .three .link:nth-child(4), .three .link:nth-child(4):after {
  249. display:none;
  250. }
  251.  
  252. .three .link:nth-child(5):before, .three .link:nth-child(5), .three .link:nth-child(5):after {
  253. display:none;
  254. }
  255.  
  256. .three .link:last-child:before, .three .link:last-child, .three .link:last-child:after {
  257. display:none;
  258. }
  259.  
  260. .four .link:last-child:before, .four .link:last-child, .four .link:last-child:after, .four .link:nth-child(5):before, .four .link:nth-child(5), .four .link:nth-child(5):after {
  261. display:none;
  262. }
  263.  
  264. .five .link:last-child:before, .five .link:last-child, .five .link:last-child:after {
  265. display:none;
  266. }
  267. .pag {
  268. margin-top:10px;
  269. width:250px;
  270. text-align:center;
  271. }
  272.  
  273. .pag, .pag a { color:{color:Pagination}; }
  274.  
  275. .posts {
  276. {block:if500pxPosts}width:500px;{/block:if500pxPosts}
  277. {block:if400pxPosts}width:400px;{/block:if400pxPosts}
  278. float:right;
  279. word-break:break-word;
  280. }
  281.  
  282. .post a {
  283. text-decoration:underline;
  284. }
  285.  
  286. .post { {block:if500pxPosts}width:500px;{/block:if500pxPosts}
  287. {block:if400pxPosts}width:400px;{/block:if400pxPosts} margin:25px 0px 70px 0px; border-radius:10px; background:{color:Post BG}; }
  288. .post img { max-width:100%; overflow:hidden; word-break:break-word; }
  289.  
  290. .cap {
  291. padding:0px 15px 3px 15px;
  292. }
  293.  
  294. .ques, .txt, .linkp {
  295. padding:0px 15px 3px 15px;
  296. }
  297.  
  298. .linkp a:first-child {
  299. text-decoration:none;
  300. }
  301.  
  302. .chat {
  303. line-height:25px;
  304. margin-top:-10px;
  305. padding:0px 15px 12px 15px;
  306. }
  307.  
  308. .qtsrc {
  309. padding:0px 15px 10px 15px;
  310. text-align:center;
  311. }
  312.  
  313. .qt {
  314. margin-bottom:-7px;
  315. }
  316.  
  317. .album {
  318. border:10px solid {color:Borders};
  319. z-index:10000;
  320. background-image:url('https://static.tumblr.com/xdzt0ir/87ho6heum/cursive_default_album_art_sign.png');
  321. width:100px;
  322. margin:15px 0px 0px 15px;
  323. height:100px;
  324. background-position:center;
  325. }
  326.  
  327. .audinf h1 {
  328. margin:0px 0px -10px 0px;
  329. }
  330.  
  331. .audinf {
  332. position:absolute;
  333. left:150px;
  334. {block:if500pxPosts}
  335. max-width:340px;
  336. {/block:if500pxPosts}
  337. {block:if400pxPosts}
  338. max-width:240px;
  339. {/block:if400pxPosts}
  340. top:0px;
  341. }
  342.  
  343. .audp {
  344. width:30px;
  345. height:30px;
  346. overflow:hidden;
  347. position:absolute;
  348. top:47.5px;
  349. left:57.5px;
  350. }
  351.  
  352. .ask {
  353. text-align:center;
  354. margin:15px 15px 0px 15px;
  355. }
  356.  
  357. .ask h1 {
  358. margin-top:10px;
  359. margin-bottom:10px;
  360. }
  361.  
  362. .ask img {
  363. border:8px solid {color:Borders};
  364. border-radius:64px;
  365. }
  366.  
  367. .info {
  368. background:{color:Info BG};
  369. {block:if500pxPosts}width:500px;{/block:if500pxPosts}
  370. {block:if400pxPosts}width:400px;{/block:if400pxPosts}
  371. font-weight:bold;
  372. text-transform:uppercase; padding:13px; box-sizing:border-box; font-size:12px; margin-top:-10px; border-radius: 10px 10px 0px 0px;
  373. }
  374.  
  375. .info, .info a {
  376. color:{color:Info};
  377. text-decoration:none;
  378. }
  379.  
  380. .icons {
  381. float:right;
  382. }
  383.  
  384. .notags .tags {
  385. display:none;
  386. }
  387.  
  388. .ptags .tags {
  389. {block:IndexPage}
  390. display:none;
  391. {/block:IndexPage}
  392. }
  393.  
  394. .itags .tags {
  395. display:visible;
  396. }
  397.  
  398. .tags {
  399. text-transform:uppercase;
  400. font-size:11px;
  401. padding:8px 10px;
  402. width:100%;
  403. background-color:{color:Info BG};
  404. border-radius:0px 0px 10px 10px;
  405. box-sizing:border-box;
  406. }
  407.  
  408. .tags, .tags a {
  409. color:{color:Tags};
  410. }
  411.  
  412. .tag {
  413. margin-right:5px;
  414. }
  415.  
  416. .pn {
  417. margin-top:-40px;
  418. }
  419.  
  420. .pn li {
  421. background:{color:Post BG};
  422. color:{color:Post Text};
  423. margin-bottom:10px;
  424. padding:10px;
  425. list-style-type:none;
  426. border-radius:10px;
  427. {block:if500pxPosts}width:500px;{/block:if500pxPosts}
  428. {block:if400pxPosts}width:400px;{/block:if400pxPosts}
  429. margin-left:-35px;
  430. box-sizing:border-box;
  431. font-size:11px;
  432. }
  433.  
  434. .pn img {
  435. width:20px;
  436. border-radius:5px;
  437. margin-bottom:-5px;
  438. margin-right:5px;
  439. }
  440.  
  441. #credit { bottom:10px; right:10px; position:fixed; transition:all 0.5s ease; z-index:99999999999999999999999999999999999; background:{color:Description BG}; padding:5px; color:{color:Link}; }
  442. #credit:hover { color:{color:Link Hover}; }
  443.  
  444. {CustomCSS}
  445.  
  446. </style>
  447. </head>
  448. <body>
  449. <div class="all">
  450. <a href="/" title="refresh"><h1 id="title">{Title}</h1></a>
  451.  
  452. <div id="sidebar">
  453. <div id="sb">
  454. <div class="arrow_box">{Description}</div>
  455. <div class="links {select:Number of Links}">
  456. <a class="link" href="{text:Link 1 URL}">{text:Link 1}</a>
  457. <a class="link" href="{text:Link 2 URL}">{text:Link 2}</a>
  458. <a class="link" href="{text:Link 3 URL}">{text:Link 3}</a>
  459. <a class="link" href="{text:Link 4 URL}">{text:Link 4}</a>
  460. <a class="link" href="{text:Link 5 URL}">{text:Link 5}</a>
  461. <a class="link" href="{text:Link 6 URL}">{text:Link 6}</a>
  462. </div>
  463. <div class="pag">
  464. {block:IndexPage}
  465. {block:Pagination}
  466. {block:PreviousPage}<a href="{PreviousPage}"><i class="fa fa-long-arrow-left"></i></a>{/block:PreviousPage} {CurrentPage} / {TotalPages} {block:NextPage}<a href="{NextPage}"><i class="fa fa-long-arrow-right"></i></a>{/block:NextPage}
  467. {/block:Pagination}
  468. {/block:IndexPage}
  469. {block:PermalinkPage}
  470. {block:PermalinkPagination}
  471. {block:PreviousPost}<a href="{PreviousPost}"><i class="fa fa-long-arrow-left"></i></a>{/block:PreviousPost} / {block:NextPost}<a href="{NextPost}"><i class="fa fa-long-arrow-right"></i></a>{/block:NextPost}
  472. {/block:PermalinkPagination}
  473. {/block:PermalinkPage}
  474. </div>
  475. </div>
  476. </div>
  477.  
  478. <div class="posts">
  479. {block:Posts}
  480.  
  481. <div class="post">
  482.  
  483. <div class="info">
  484. {block:Date}
  485. <a href="{Permalink}" title="go to post">{ShortMonth} {DayOfMonthWithZero}, {Year}</a> + {NoteCountWithLabel}
  486. <div class="icons">
  487. {block:ContentSource}<a href="{SourceURL}" title="by {SourceTitle}"><i class="fa fa-flag"></i></a> {/block:ContentSource} {block:RebloggedFrom}<a href="{ReblogParentURL}" title="via {ReblogParentName}"><i class="fa fa-comments"></i></a> {/block:RebloggedFrom}
  488. <a href="{ReblogURL}" title="reblog"><i class="fa fa-exchange"></i></a>
  489. </div>
  490. {/block:Date}
  491. </div>
  492.  
  493. {block:Text}
  494. <div class="txt">
  495. {block:Title}<h1>{Title}</h1>{/block:Title}
  496. <div class="cap">{Body}</div>
  497. </div>
  498. {/block:Text}
  499.  
  500. <div class="photo">
  501. {block:Photo}
  502. {block:if500pxPosts}<img src="{PhotoURL-500}"/>{/block:if500pxPosts}
  503. {block:if400pxPosts}<img src="{PhotoURL-400}"/>{/block:if400pxPosts}
  504. {block:Caption}<div class="cap">{Caption}</div>{/block:Caption}
  505. {/block:Photo}
  506. </div>
  507.  
  508. <div class="photo">
  509. {block:Photos}
  510. {block:if500pxPosts}{Photoset-500}{/block:if500pxPosts}
  511. {block:if400pxPosts}{Photoset-400}{/block:if400pxPosts}
  512. {block:Caption}<div class="cap">{Caption}</div>{/block:Caption}
  513. {/block:Photos}
  514. </div>
  515.  
  516. {block:Quote}
  517. <div class="qtsrc">
  518. <h1><div class="qt">{Quote}</div></h1>
  519. <div class="cap">— {Source}</div>
  520. </div>
  521. {/block:Quote}
  522.  
  523. {block:Link}
  524. <div class="linkp">
  525. <h1 style="border-bottom:1px solid #ccc; width:100%; padding-bottom:10px;text-align:center"><a href="{LinkURL}" target="_blank">{Name}</a></h1>
  526. {block:Description}{Description}{/block:Description}
  527. </div>
  528. {/block:Link}
  529.  
  530. {block:Video}
  531. {block:if500pxPosts}{Video-500}{/block:if500pxPosts}
  532. {block:if400pxPosts}{Video-400}{/block:if400pxPosts}
  533. {block:Caption}<div class="cap">{Caption}</div>{/block:Caption}
  534. {/block:Video}
  535.  
  536. {block:Chat}
  537. <div class="chat">
  538. {block:Title}<h1>{Title}</h1>{/block:Title}
  539. {block:Lines}<br>{block:Label}<strong>{Label}</strong>{/block:Label} {Line}{/block:Lines}
  540. </div>
  541. {/block:Chat}
  542.  
  543. <div class="audio" style="position:relative">
  544. {block:Audio}
  545. <div class="album">{block:AlbumArt}<img src="{AlbumArtURL}" width="100px" height="100px"/>{/block:AlbumArt}</div>
  546. <div class="audp">{AudioPlayerWhite}</div>
  547. <div class="aud">
  548.  
  549. <div class="audinf"><br>{block:TrackName}<h1 style="margin-top:-5px">{TrackName}</h1>{/block:TrackName}
  550. <br>{block:Artist}{Artist}{/block:Artist}
  551. <p style="margin-top:5px;">{PlayCountWithLabel}</p></div>
  552. </div>
  553. <div class="cap">{block:Caption}{Caption}{/block:Caption}</div>
  554. {/block:Audio}
  555. </div>
  556.  
  557. {block:Answer}
  558. <div class="ques">
  559. <div class="ask">
  560. <img src="{AskerPortraitURL-64}"/>
  561. <h1>{Asker}</h1>
  562. {Question}
  563. </div>
  564. <div class="cap">{Answer}</div>
  565. </div>
  566. {/block:Answer}
  567.  
  568. {block:Date}
  569. <div class="{select:Display Tags}">
  570. <div class="tags">
  571. {block:HasTags}
  572. filed under: {block:Tags}<a href="{TagURL}" class="tag">{Tag}</a> {/block:Tags}
  573. {/block:HasTags}
  574. </div>
  575. </div>
  576. {/block:Date}
  577.  
  578. </div>
  579.  
  580. {block:PermalinkPage}
  581. <div class="pn">
  582. {block:PostNotes}
  583. {PostNotes-64}
  584. {/block:PostNotes}
  585. </div>
  586. {/block:PermalinkPage}
  587.  
  588. {/block:Posts}
  589. </div>
  590. </div>
  591.  
  592. <a id="credit" href="https://studyace.tumblr.com" title="theme">☂</a>
  593.  
  594. </body>
  595. </html>
Advertisement
Add Comment
Please, Sign In to add comment