Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- <!DOCTYPE html>
- <head>
- <!-- THEME BY @LEEJORDAN / @VENUSTHMS
- do not remove the credit
- -------------------------------------------------------------------------
- - terms of use: venusthms.tumblr.com/terms
- - message me if you got any problems or questions about the code
- - you'll find instructions about customization through out the code
- - icon font by @themehive
- find more icons at https://honeybee.themehive.co/
- - hover effect: https://ianlunn.github.io/Hover/
- ---------------------------------------------------------------------->
- <title>advent calendar</title><link rel="shortcut icon" href="{Favicon}"> <!-- change (tab) title here -->
- <!---- SCRIPT - DO NOT TOUCH ---->
- <meta name="viewport" content="width=device-width, initial-scale=1">
- <link href="//dl.dropbox.com/s/vpi3f9s7nhpe7v7/honeybee.css" rel="stylesheet"><script src="//ajax.googleapis.com/ajax/libs/jquery/1.7.1/jquery.min.js"></script><script src="//dl.dropbox.com/s/fpgzqeh5y3y2smi/script.js"></script><link href="https://fonts.googleapis.com/css?family=Karla|La+Belle+Aurore|Lora:400,700i|Playfair+Display|Sacramento" rel="stylesheet">
- <link href="https://static.tumblr.com/4gatuv1/X8Poxwvz8/style-my-tooltips.css" rel="stylesheet" type="text/css" /><script src="https://static.tumblr.com/4gatuv1/Aneoxwvz8/jquery.style-my-tooltips.js"></script>
- <script>
- !function(t){t(document).ready(function(){t("a[title]").style_my_tooltips({tip_follows_cursor:!0,tip_delay_time:200,tip_fade_speed:300})})}(jQuery);
- </script>
- </script>
- <style type="text/css">
- /* tooltips */
- #s-m-t-tooltip {
- max-width: 250px;
- margin:24px 14px 7px 12px;
- padding:1px 5px;
- border-radius:2px;
- font-family: 'karla';
- letter-spacing: 1px;
- font-size:11px;
- color:#fff;
- box-shadow: none;
- }
- /* scrollbar */
- ::-webkit-scrollbar{
- height:11px;
- width:2px;
- background:inherit;
- }
- ::-webkit-scrollbar-track {
- background-color: #fdc0c0;
- }
- ::-webkit-scrollbar-thumb {
- background-color: #fff;
- min-height:24px;
- min-width:24px;
- }
- /* selection */
- ::-moz-selection { background:#eee;color:#000; }
- ::selection { background:#eee;color:#000; }
- /* tumblr controls */
- iframe.tmblr-iframe {
- z-index:99999999999999!important;
- top:0!important;
- right:0!important;
- opacity:0.4;
- /* delete invert(1) from here */
- filter:invert(1) contrast(150%);
- -webkit-filter:invert(1) contrast(150%);
- -o-filter:invert(1) contrast(150%);
- -moz-filter:invert(1) contrast(150%);
- -ms-filter:invert(1) contrast(150%);
- /* to here if your blog has a dark background */
- transform:scale(0.65);
- transform-origin:100% 0;
- -webkit-transform:scale(0.65);
- -webkit-transform-origin:100% 0;
- -o-transform:scale(0.65);
- -o-transform-origin:100% 0;
- -moz-transform:scale(0.65);
- -moz-transform-origin:100% 0;
- -ms-transform:scale(0.65);
- -ms-transform-origin:100% 0;}
- iframe.tmblr-iframe:hover {
- opacity:0.6!important;}
- /* general */
- body {
- cursor: default;
- overflow-x: hidden;
- font-family: 'karla';
- font-size: 13px; /*this will change all fonts sizes*/
- background: #fff;
- }
- /* accent color one*/
- .nav h1, .nav a {
- color: #B1DCB5;
- }
- .date, .desc {
- background: #B1DCB5;
- }
- /* accent color two*/
- .overlay, .nav a:after, #s-m-t-tooltip {
- background: #F9B8B8;
- }
- .nav a:hover {
- color: #F9B8B8;
- }
- /* navigation */
- .nav {
- width: 850px; /*keep the same as .calendar*/
- height: 100px;
- padding: 0 5px 0 60px;
- }
- .nav h1 { /*title*/
- font-family: 'Lora', serif;
- font-size: 1.8rem;
- font-weight: 700;
- font-style: italic;
- }
- .nav a { /*navigation links*/
- margin-right: 5px;
- }
- .nav a:after {/*link hover effect*/
- content: "";
- bottom: -1px;
- height: 1px;
- width: 1px;
- visibility: hidden;
- transition: all 0.3s ease-in-out 0s;
- left: 0;
- transform: scaleX(0);
- width: 100%;
- position:absolute;
- }
- .nav a:hover:after {width: 100%;visibility: visible;transform: scaleX(1);}
- /* calendar */
- .calendar {
- width: 850px; /*keep the same as .nav*/
- height: 500px;
- padding: 10px 5px 0 60px;
- color: #fff;
- }
- /* dates */
- .date { /*squares*/
- width: 100px;
- height: 100px;
- margin: 0 10px 10px 0;
- text-align: center;
- }
- .overlay span { /*numbers*/
- top: 25%;
- font-family: 'Lora', serif;
- font-size: 2rem;
- font-weight: 700;
- font-style: italic;
- }
- .content .th {/*icons*/
- top: 30%;
- font-size: 2rem;
- }
- /* delete this if you don't want the hover effect on the dates*/
- .date {
- display: inline-block;
- -webkit-transform: perspective(1px) translateZ(0);
- transform: perspective(1px) translateZ(0);
- box-shadow: 0 0 1px rgba(0, 0, 0, 0);
- -webkit-transition-duration: 0.3s;
- transition-duration: 0.3s;
- -webkit-transition-property: transform;
- transition-property: transform;
- }
- .date:hover, .date:focus, .date:active { -webkit-transform: scale(1.1);transform: scale(1.1);}
- /*until here*/
- /* description*/
- .desc {
- width: 330px;
- height: 100px;
- }
- .desc a {
- text-decoration: underline;
- }
- /* other links */
- a {
- color: #fff;
- text-decoration: none;
- cursor: help;
- }
- a .th:hover, .desc a:hover { /*hover color*/
- color: #f6f6f6;
- }
- </style><link rel="stylesheet" type="text/css" href="//dl.dropbox.com/s/e9xyppp2mvcjsn5/style.css">
- </head>
- <body>
- <!--- navigation --->
- <div class="nav">
- <h1>advent calendar</h1> <!--- title --->
- <a href="/">home</a>
- <a href="/ask">contact</a>
- <a href="/">link</a>
- <a href="/">link</a>
- </div>
- <!--- calendar --->
- <!--- layout:
- without text content:
- <div class="date">
- <div class="content">content here</div>
- <div class="overlay" data-date="xxxx-yy-zz"><span>number here</span></div>
- </div>
- with an icon as a link:
- <div class="date">
- <div class="content"><a href="URL" title="link title"><span class="th th-gift"></span></a></div>
- <div class="overlay" data-date="xxxx-yy-zz"><span>number here</span></div>
- </div>
- & replace xxxx-yy-zz with a date (format: year-month-day)
- & you can find more icons here https://honeybee.themehive.co/
- --->
- <div class="calendar">
- <div class="date">
- <div class="content">content here</div>
- <div class="overlay" data-date="2018-12-01"><span>1</span></div>
- </div>
- <div class="date">
- <div class="content">content here</div>
- <div class="overlay" data-date="2018-12-02"><span>2</span></div>
- </div>
- <div class="date">
- <div class="content">content here</div>
- <div class="overlay" data-date="2018-12-03"><span>3</span></div>
- </div>
- <div class="date">
- <div class="content">content here</div>
- <div class="overlay" data-date="2018-12-04"><span>4</span></div>
- </div>
- <div class="date">
- <div class="content">content here</div>
- <div class="overlay" data-date="2018-12-05"><span>5</span></div>
- </div>
- <div class="date">
- <div class="content">content here</div>
- <div class="overlay" data-date="2018-12-06"><span>6</span></div>
- </div>
- <div class="date">
- <div class="content">content here</div>
- <div class="overlay" data-date="2018-12-07"><span>7</span></div>
- </div>
- <div class="date">
- <div class="content">content here</div>
- <div class="overlay" data-date="2018-12-08"><span>8</span></div>
- </div>
- <div class="date">
- <div class="content">content here</div>
- <div class="overlay" data-date="2018-12-09"><span>9</span></div>
- </div>
- <div class="date">
- <div class="content">content here</div>
- <div class="overlay" data-date="2018-12-10"><span>10</span></div>
- </div>
- <div class="date">
- <div class="content">content here</div>
- <div class="overlay" data-date="2018-12-11"><span>11</span></div>
- </div>
- <div class="date">
- <div class="content">content here</div>
- <div class="overlay" data-date="2018-12-12"><span>12</span></div>
- </div>
- <div class="date">
- <div class="content">content here</div>
- <div class="overlay" data-date="2018-12-13"><span>13</span></div>
- </div>
- <div class="date">
- <div class="content">content here</div>
- <div class="overlay" data-date="2018-12-14"><span>14</span></div>
- </div>
- <div class="date">
- <div class="content">content here</div>
- <div class="overlay" data-date="2018-12-15"><span>15</span></div>
- </div>
- <div class="date">
- <div class="content">content here</div>
- <div class="overlay" data-date="2018-12-16"><span>16</span></div>
- </div>
- <div class="date">
- <div class="content">content here</div>
- <div class="overlay" data-date="2018-12-17"><span>17</span></div>
- </div>
- <div class="date">
- <div class="content">content here</div>
- <div class="overlay" data-date="2018-12-18"><span>18</span></div>
- </div>
- <div class="date">
- <div class="content">content here</div>
- <div class="overlay" data-date="2018-12-19"><span>19</span></div>
- </div>
- <div class="date">
- <div class="content">content here</div>
- <div class="overlay" data-date="2018-12-20"><span>20</span></div>
- </div>
- <div class="date">
- <div class="content">content here</div>
- <div class="overlay" data-date="2018-12-21"><span>21</span></div>
- </div>
- <div class="date">
- <div class="content">content here</div>
- <div class="overlay" data-date="2018-12-22"><span>22</span></div>
- </div>
- <div class="date">
- <div class="content">content here</div>
- <div class="overlay" data-date="2018-12-23"><span>23</span></div>
- </div>
- <div class="date">
- <div class="content">content here</div>
- <div class="overlay" data-date="2018-12-24"><span>24</span></div>
- </div>
- <div class="date">
- <div class="content">content here</div>
- <div class="overlay" data-date="2018-12-25"><span>25</span></div>
- </div>
- <!--- description --->
- <div class="desc"><div class="dcontent">
- here goes your description. <i>italic</i>, <b>bold</b>, <a href="/">link</a>
- </div></div>
- <!----- DO NOT EDIT AFTER THIS LINE ---->
- </div>
- <div class="vt"><a href="https://venusthms.tumblr.com/" title="venusthms"><img src="https://i.imgur.com/PxFLRpM.png"></img></a></div>
- </body>
- </html>
Advertisement
Add Comment
Please, Sign In to add comment