Advertisement
dolcevitae

theme no. one - iced coffee

Nov 10th, 2018
926
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 16.21 KB | None | 0 0
  1. <!DOCTYPE html>
  2. <html><head>
  3.  
  4.  
  5. <!-- BASICS -->
  6. <title>{title}</title>
  7. <link rel="shortcut icon" href="{Favicon}">
  8. <link rel="stylesheet" href="hint.css">
  9. <link rel="alternate" type="application/rss+xml" href="{RSS}" />
  10.  
  11. <!-- ICONS -->
  12. <link href="//dl.dropbox.com/s/vpi3f9s7nhpe7v7/honeybee.css" rel="stylesheet">
  13.  
  14.  
  15. <!-- STYLESHEETS & SCRIPTS -->
  16.  
  17. <script src="https://ajax.googleapis.com/ajax/libs/jquery/1.7/jquery.min.js"></script>
  18. <script src="https://static.tumblr.com/iuw14ew/VSQma1786/jquery.style-my-tooltips.js"></script>
  19.  
  20. <script src="https://cdnjs.cloudflare.com/ajax/libs/smoothscroll/1.4.1/SmoothScroll.min.js"></script>
  21. <script src="//static.tumblr.com/fwgzvyf/Oj1o08f6h/shythemes.vr.js"></script>
  22.  
  23.  
  24. <!-- FONTS -->
  25. <link href="https://fonts.googleapis.com/css?family=Lora:400,700|M+PLUS+Rounded+1c:400,700|Nunito:300,400,700" rel="stylesheet">
  26.  
  27.  
  28. <!-- TOOLTIP SCRIPT -->
  29. <script> (function($){ $(document).ready(function() { $("a[title]").style_my_tooltips({ tip_follows_cursor:true, tip_delay_time:20, tip_fade_speed:200, attribute:"title" }); }); })(jQuery); </script>
  30.  
  31.  
  32.  
  33. <!-- META TAGS -->
  34.  
  35. <meta name="color:background" content="#f2f2f2">
  36. <meta name="color:text" content="#868686" />
  37. <meta name="color:posts" content="#ffffff"/>
  38. <meta name="color:sidebar" content="#eee"/>
  39. <meta name="color:link" content="#aaa" />
  40. <meta name="color:pagination link" content="#fff"/>
  41. <meta name="color:linkhover" content="#f1ac9a"/>
  42. <meta name="color:Bold" content="#f1ac9a" />
  43. <meta name="color:Italic" content="#393939"/>
  44. <meta name="color:navi links" content="#4f4f4f"/>
  45. <meta name="color:sidebar title" content="#121212"/>
  46. <meta name="color:date box" content="#121212"/>
  47. <meta name="color:date box text" content="#fff"/>
  48.  
  49. <meta name="image:background" content=""/>
  50. <meta name="image:sbimage" content=""/>
  51.  
  52. <meta name="text:link url" content="/url" />
  53. <meta name="text:link title" content="title" />
  54.  
  55. <meta name="if:bw posts" content="0" />
  56.  
  57. <meta name="select:Post size" content="300px" title="300px" />
  58. <meta name="select:Post size" content="350px" title="350px" />
  59. <meta name="select:Post size" content="400px" title="400px" />
  60. <meta name="select:Post size" content="450px" title="450px" />
  61. <meta name="select:Post size" content="500px" title="500px" />
  62.  
  63. <meta name="select:Font size" content="9px" title="9px" />
  64. <meta name="select:Font size" content="10px" title="10px" />
  65. <meta name="select:Font size" content="11px" title="11px" />
  66. <meta name="select:Font size" content="12px" title="12px" />
  67.  
  68. <meta name="select:SB Img size" content="100px" title="100px" />
  69. <meta name="select:SB Img size" content="90px" title="90px" />
  70. <meta name="select:SB Img size" content="80px" title="80px" />
  71. <meta name="select:SB Img size" content="70px" title="70px" />
  72. <meta name="select:SB Img size" content="60px" title="60px" />
  73.  
  74. </head>
  75.  
  76.  
  77. <style type="text/css">
  78.  
  79.  
  80. /*-- IFRAME CONTROLS --*/
  81. #tumblr_controls, .tmblr-iframe{ z-index:999999999999999999!important; -webkit-filter:invert(100%); -moz-filter:invert(100%); -o-filter:invert(100%); -ms-filter:invert(100%); filter:invert(100%); position:fixed!important; top:0px!important; right:0px!important; opacity:.5; -webkit-transition:all 0.5s ease-out;-webkit-transition: opacity 0.5s linear;opacity: 0.2;-webkit-transition: all 0.5s ease-out;-moz-transition: all 0.3s ease-out;transition: all 0.5s ease-out; transform:scale(0.8);}
  82. #tumblr_controls, .tmblr-iframe:hover{ opacity:.3;webkit-transition: all 0.4s ease-out;-moz-transition: all 0.4s ease-out;transition: all 0.4s ease-out; -webkit-transition:all 0.6s ease-out;-webkit-filter:invert(80%); -moz-filter:invert(80%); -o-filter:invert(80%); -ms-filter:invert(80%); filter:invert(80%); }
  83.  
  84.  
  85. /*-- SCROLLBAR --*/
  86. ::-webkit-scrollbar { width:0px; height: 4px; }
  87. ::-webkit-scrollbar-thumb { background-color: {color:scrollbar};
  88. -webkit-border-radius: 5px; }
  89.  
  90.  
  91. /*-- TOOLTIPS --*/
  92. #s-m-t-tooltip {
  93. max-width:300px;
  94. padding:6px;
  95. padding-left:8px;
  96. padding-right:8px;
  97. margin:20px 20px 5px 10px;
  98. font-weight:bold;
  99. text-transform:lowercase;
  100. font-family:{select:Font size};
  101. font-size:9px;
  102. font-weight:bold;
  103. background:{color:posts};
  104. z-index:99999999;
  105. border-radius:5px;
  106. letter-spacing:1px;
  107. color:{color:text};
  108. }
  109.  
  110.  
  111. /* BODY */
  112. body {
  113. color:{color:text};
  114. background-color:{color:background};
  115. line-height:12px;
  116. text-align:justify;
  117. background-image:url('{image:background}');
  118. font-family:'nunito';
  119. font-size:{select:Font size};
  120. -moz-osx-font-smoothing:grayscale;
  121. -webkit-font-smoothing:antialiased;
  122. font-smoothing:antialiased;
  123. }
  124.  
  125. #contain {
  126. background: {color:contain};
  127. position:absolute;
  128. margin:auto;
  129. left:0px;
  130. right:0px;
  131. top:0px;
  132. bottom:0px;
  133. width:1000px;
  134. height:500px;
  135. overflow:hidden;
  136. }
  137.  
  138.  
  139. /*-- LINKS --*/
  140. a:link, a:active, a:visited { color: {color:link}; text-decoration:none; -webkit-transition: all 0.2s linear; -moz-transition: all 0.2s linear; transition: all 0.2s linear; }
  141. a:hover { color:{color:linkhover}; -webkit-transition: all 0.2s linear; -moz-transition: all 0.2s linear; transition: all 0.2s linear; }
  142. .posts a:link, a:active, a:visited { color:{color:link hover}; text-decoration:none; }
  143. .posts a:hover { color:{color:link hover}; -webkit-transition: all 0.2s linear; -moz-transition: all 0.2s linear; transition: all 0.2s linear; }
  144.  
  145. #info a:link, a:active, a:visited { color:{color:link}; text-decoration:none; }
  146. #info a:hover, #tags a:hover, #links a:hover { color:{color:linkhover}; -webkit-transition: all 0.2s linear; -moz-transition: all 0.2s linear; transition: all 0.2s linear; }
  147.  
  148.  
  149. /*-- TEXT TYPES --*/
  150. small { font-size:10px; }
  151. sub, sup { font-size:9px; }
  152. pre { white-space: pre-wrap; white-space: -moz-pre-wrap; white-space: -pre-wrap; white-space: -o-pre-wrap; word-wrap: break-word; }
  153. big {font-size:auto;}
  154. h2, h1 {
  155. font-weight:700;
  156. font-size:19px;
  157. font-family:'nunito';
  158. }
  159. p { margin-top:6px; margin-bottom:6px;}
  160. li { list-style-type: circle;}
  161. blockquote { margin:12px; padding-left:10px; padding-right:10px; border-left:1px solid {color:background}; }
  162. img a { border:none; width:100%;}
  163. blockquote img { height:auto; }
  164. .posts img { height:auto; }
  165.  
  166.  
  167. /*-- POSTS --*/
  168. .posts {
  169. width:{select:Post size};
  170. margin-top:50px;
  171. margin-bottom:30px;
  172. margin-left:350px;
  173. text-align:justify;
  174. padding:15px;
  175. background-color:{color:posts};
  176. font-size:{select:Font size};
  177. text-transform:lowercase;
  178. }
  179.  
  180. .posts img {
  181. max-width:100%;
  182. }
  183.  
  184.  
  185. /*-- INFO --*/
  186. #info {
  187. padding:10px;
  188. text-align:left;
  189. text-transform:lowercase;
  190. margin:-15px;
  191. padding-bottom:5px;
  192. font-size:{select:Font size};
  193. text-transform:lowercase;
  194. display: table;
  195. border-bottom:1px solid {color:background};
  196. width:calc({select:Post size} + 15px);
  197. margin-bottom:15px;
  198. }
  199.  
  200. #info a {
  201. font-weight:bold;
  202. color:{color:text};
  203. }
  204.  
  205. #postinfo2 {
  206. position:absolute;
  207. margin-left:50px;
  208. margin-top:9px;
  209. display: table-cell;
  210. vertical-align: middle;
  211. }
  212.  
  213.  
  214. #datebox {
  215. background:{color:date box};
  216. color:{color:date box text};
  217. font-family:nunito;
  218. text-transform:uppercase;
  219. font-weight:700;
  220. width:40px;
  221. height:40px;
  222. font-size:10px;
  223. text-align:center;
  224. border-radius:5px;
  225. float:left;
  226. display: table;
  227. margin-right:0px;
  228. margin-bottom:5px;
  229. }
  230.  
  231. #dateboxin {
  232. display: table-cell;
  233. vertical-align: middle;
  234. }
  235.  
  236.  
  237. /*-- CREDIT --*/
  238. #credit {
  239. position:fixed;
  240. bottom:13px;
  241. left:13px;
  242. background:{color:background};
  243. padding:5px;
  244. font-size:9px;
  245. color:{color:text};
  246. font-weight:900;
  247. font-family:'nunito';
  248. text-transform:uppercase;
  249. border-radius:6px;
  250. z-index:999;
  251. }
  252.  
  253.  
  254. /*-- ASK POSTS --*/
  255. #question {
  256. margin:0px;
  257. padding:4px;
  258. text-align:center;
  259. font-size:{select:Font size};
  260. text-transform:lowercase;
  261. }
  262.  
  263. #asker {
  264. border:1px solid {color:background};
  265. text-align:center;
  266. text-transform:lowercase;
  267. padding:6px;
  268. margin:-17px;
  269. margin-bottom:15px;
  270. margin-top:15px;
  271. }
  272.  
  273.  
  274. #asker b {
  275. text-transform:lowercase;
  276. border-radius:4px;
  277. padding:2px;
  278. padding-left:4px;
  279. padding-right:4px;
  280. color:{color:text};
  281. }
  282.  
  283.  
  284. /*-- AUDIO POSTS --*/
  285. #audioplayer {
  286. width:31px;
  287. height:31px;
  288. background:#f2f2f2;
  289. overflow:hidden;
  290. position:absolute;
  291. padding:0px;
  292. margin-top:-3px;
  293. margin-left:0px;
  294. opacity:0.4;
  295. z-index:9999;
  296. -webkit-transition:0.5s;
  297. border:22px solid #f2f2f2;
  298. }
  299.  
  300. #audioplayer:hover {
  301. opacity:0.9;
  302. -webkit-transition:0.5s;
  303. }
  304.  
  305. #audioart {
  306. float:left;
  307. margin-top:-3px;
  308. margin-left:0px;
  309. padding-right:10px;
  310. }
  311.  
  312. #audioart img { width:75px; }
  313.  
  314. #audioinfo {
  315. height:45px;
  316. padding-bottom:5px;
  317. text-transform:lowercase;
  318. font-size:10px;
  319. text-align:left;
  320. padding-left:25px;
  321. padding-top:20px;
  322. letter-spacing:1px;
  323. margin-bottom:0px;
  324. }
  325.  
  326. #audio b {
  327. font-size:15px;
  328. }
  329.  
  330.  
  331. /*-- PERMALINK NOTES STYLING --*/
  332. ol.notes {
  333. width:{select:Post size};
  334. margin:3px;
  335. margin-top:-5px;
  336. margin-left:350px;
  337. padding:0px;
  338. }
  339.  
  340. .notes li a {
  341. font-weight:bold;
  342. color:{color:link};
  343. text-transform:lowercase;
  344. }
  345.  
  346. .notes li {
  347. list-style:none;
  348. margin-top:5px;
  349. }
  350.  
  351. ol.notes img {
  352. width:15px;
  353. height:15px;
  354. border-radius:100%;
  355. margin-right:5px;
  356. vertical-align:middle;
  357. }
  358.  
  359.  
  360. /*-- TAGS --*/
  361. #tags {
  362. background:{color:background};
  363. text-align:justify;
  364. margin-top:6px;
  365. padding:9px;
  366. padding-left:0px;
  367. line-height:10px;
  368. color:{color:link};
  369. margin:-15px;
  370. margin-top:15px; }
  371.  
  372. #tags a {
  373. padding:0px;
  374. border-bottom:none;
  375. color:{color:link};
  376. text-shadow:none;
  377. text-transform:lowercase;
  378. font-size:{select:Font size};
  379. font-size:9px;
  380. }
  381.  
  382. #tags i {
  383. color:{color:bold};
  384. }
  385.  
  386.  
  387. /*-- CHAT STYLING --*/
  388. .answer span,.convo li { margin:0 0 5px; border-radius:1em; padding:.5em 10px; max-width:75%; clear:both; position:relative; list-style-type:none;}
  389. .answer .them,.user_1,.user_3,.user_5,.user_7,.user_9,.user_11,.user_13 { float:left; background:{color:container}; left:3px; }
  390. .me::after,.user_1::after,.user_3::after,.user_5::after,.user_7::after,.user_9::after,.user_11::after,.user_13::after { content:""; position:absolute; left:-.5em; bottom:0;width:.5em; height:1em; border-right:.5em solid {color:container}; border-bottom-right-radius:1em .5em; }
  391. .answer .me,.user_2,.user_4,.user_6,.user_8,.user_10,.user_12,.user_14 { right:3px; float:right; background-color:{color:accent}; }
  392. .them::after,.user_2::after,.user_4::after,.user_6::after,.user_8::after,.user_10::after,.user_12::after,.user_14::after { content:"";position:absolute; right:-.5em; bottom:0; width:.5em; height:1em; border-left:.5em solid {color:accent}; border-bottom-left-radius:1em .5em; }
  393. .convo { overflow:hidden; list-style-type:none; padding:0; margin:0; list-style-type:none; }
  394.  
  395.  
  396. /*-- GREYSCALE FILTER --*/
  397. {block:IfBWPosts}
  398. .photoset, .posts img, .video { -webkit-filter:grayscale(100%); -webkit-transition: all 0.5s linear; -moz-transition: all 0.5s linear; transition: all 0.5s linear; }
  399. {/block:IfBWPosts}
  400.  
  401. {block:IfBWToColorHover}
  402. .photoset:hover, .posts img:hover, .video:hover { -webkit-filter:grayscale(10%); -webkit-transition: all 0.5s linear; -moz-transition: all 0.5s linear; transition: all 0.5s linear; }
  403. {/block:IfBWToColorHover}
  404.  
  405.  
  406. /*-- SIDEBAR --*/
  407.  
  408. #pagination {
  409. text-transform:lowercase;
  410. font-weight:bold;
  411. margin-top:15px;
  412. font-size:{select:Font size}
  413. letter-spacing:1px;
  414. color:{color:pagination link};
  415. }
  416.  
  417. #pagination a {
  418. color:{color:pagination link};
  419. }
  420.  
  421.  
  422. #left {
  423. position:fixed;
  424. top:0px;
  425. left:0px;
  426. width:300px;
  427. height:100%;
  428. display:table;
  429. }
  430.  
  431.  
  432. #sidebar {
  433. background:{color:sidebar};
  434. display: table-cell;
  435. vertical-align: middle;
  436. text-align:center;
  437. }
  438.  
  439. #left img {
  440. width:{select:SB Img size};
  441. height:{select:SB Img size};
  442. border-radius:5px;
  443. margin-top:;
  444. }
  445.  
  446. #sidebartitle {
  447. position:absolute;
  448. margin:auto;
  449. font-size:14px;
  450. font-weight:700;
  451. color:{color:sidebar title};
  452. transform:rotate(-90deg);
  453. text-align:center;
  454. height:20px;
  455. top:0px;
  456. bottom:0px;
  457. width:600px;
  458. left:-30px;
  459. }
  460.  
  461. #description {
  462. margin-top:20px;
  463. margin-left:80px;
  464. margin-right:80px;
  465. }
  466.  
  467. #links {
  468. margin-top:20px;
  469. font-size:13px;
  470. font-weight:700;
  471. color:{color:sidebar title};
  472. cursor:pointer;
  473. }
  474.  
  475.  
  476. #links i {
  477. font-size:13px;
  478. margin:5px;
  479. }
  480.  
  481.  
  482.  
  483. </style>
  484.  
  485. <!-- START OF HTML -->
  486. <body>
  487.  
  488. <div id="credit">
  489. <a href="dolcevitae.tumblr.com">dv</a>
  490. </div>
  491.  
  492.  
  493. <div id="left">
  494.  
  495. <div id="sidebar">
  496. <div id="sidebartitle">{Title}</div>
  497.  
  498. <img src="{image:sbimage}">
  499.  
  500. <div id="description">{Description}</div>
  501.  
  502. <div id="links">
  503. <a href="/" data-toggle="tooltip" title="refresh"><span class="th th-home-o"></span></a>
  504. <a href="/ask" data-toggle="tooltip" title="message"><span class="th th-envelope-o"></span></a>
  505. <a href="{text:link1 url}" data-toggle="tooltip" title="{text:link1 name}"><span class="th th-app-o"></span></i></a>
  506. </div>
  507.  
  508. {block:Pagination}<div id="pagination">{block:PreviousPage}<a href="{PreviousPage}">prev /</a>{/block:PreviousPage} {block:NextPage}<a href="{NextPage}">next</a><br />{/block:NextPage}</div>{/block:Pagination}
  509.  
  510.  
  511. </div>
  512.  
  513. </div>
  514.  
  515.  
  516. <!-- POSTS HTML -->
  517.  
  518.  
  519. {block:posts}
  520. <div class="posts" id="{PostID}">
  521.  
  522.  
  523. {block:Date}
  524. <div id="info">
  525. <a href="{Permalink}">
  526. <div id="datebox"><div id="dateboxin">
  527. {DayOfMonthWithZero}<br>{ShortMonth}
  528. </div></div></a>
  529.  
  530. <div id="postinfo2">
  531. this post has <a href="{Permalink}">{NoteCountWithLabel}</a>
  532. <br>posted <a href="{Permalink}">{TimeAgo}</a>
  533. </div>
  534.  
  535. {block:ContentSource}{/block:NoSourceLogo}{/block:ContentSource}
  536.  
  537. </div>
  538. {/block:Date}
  539.  
  540. <!-- {block:NoRebloggedFrom}
  541. {block:RebloggedFrom}{ReblogParentName}{/block:RebloggedFrom}
  542. {/block:NoRebloggedFrom} -->
  543.  
  544. {block:ContentSource}<!-- {SourceURL}
  545. {block:SourceLogo}<img src="{BlackLogoURL}"width="{LogoWidth}" height="{LogoHeight}" alt="{SourceTitle}" />{/block:SourceLogo}
  546. {block:NoSourceLogo}{SourceLink}{/block:NoSourceLogo} -->
  547. {/block:ContentSource}
  548.  
  549.  
  550. {block:Text}{block:Title}
  551. <h1>{Title}</h1>{/block:Title}{Body}{/block:Text}
  552.  
  553.  
  554. {block:Quote}<h2>{Quote} <div class="quoter">— {Source}</div></h2>{/block:Quote}
  555.  
  556.  
  557. {block:Link}<a href="{URL}"><h1>{Name}</h1></a>
  558. {block:Description}<p>{Description}</p>{/block:Description}{/block:Link}
  559.  
  560.  
  561. {block:Photo}<center><img src="{PhotoURL-500}"/></center>{block:Caption}{Caption}{/block:Caption}{/block:Photo}{block:Photoset}<center>{Photoset}</center>{block:Caption}{Caption}{/block:Caption}{/block:Photoset}
  562.  
  563.  
  564. {block:Chat} {block:Title} <h1>{Title}</h1>{/block:Title}<br>
  565. <ul class="convo">{block:Lines}<li class="line_{Alt} user_{UserNumber}">{block:Label}<span class="label"><strong>{Label}</strong></span>{/block:Label}
  566. {Line}</li>{/block:Lines}</ul>{/block:Chat}
  567.  
  568.  
  569. {block:Video}
  570. <div class="video">{Video-500}</div>
  571. {block:Caption}{Caption}{/block:Caption}{/block:Video}
  572.  
  573.  
  574. {block:Answer}
  575. <div id="question"> {Question}</div>
  576. <div id="asker"><b>asked by: {Asker}</b></div>
  577. {Answer}{/block:Answer}
  578.  
  579.  
  580. {block:Audio}
  581. <div id="audio">
  582. <div id="audioplayer">{AudioPlayerWhite}</div>
  583. <div id="audioart">
  584. {block:AlbumArt}<img src="{AlbumArtURL}" width="60">{/block:AlbumArt}</div>
  585.  
  586. <div id="audioinfo">
  587. <b>{block:TrackName}{TrackName}{/block:TrackName}</b>
  588. <br>by {block:Artist}{Artist}{/block:Artist}
  589. </div>
  590.  
  591. </div>
  592. {block:Caption}{Caption}{/block:Caption} {/block:Audio}
  593.  
  594.  
  595. <!-- TAGS -->
  596. {block:HasTags}
  597. <div id="tags">
  598. {block:Tags}<a href="{TagURL}">#{Tag} </a>&nbsp; {/block:Tags}
  599. </div>{/block:HasTags}
  600.  
  601.  
  602. </div>
  603.  
  604. <!-- PERMALINK NOTES -->
  605. {block:PostNotes} {PostNotes} {/block:PostNotes}
  606.  
  607.  
  608. </div></div>
  609. {/block:Posts}
  610.  
  611.  
  612. </div></div>
  613.  
  614.  
  615. </body>
  616. </html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement