Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- <!DOCTYPE html>
- <head>
- <!--
- apricot v2
- @odeysseus
- - you can choose colors using colorpicker.com
- -->
- <link rel="shortcut icon" href="{Favicon}">
- <link rel="alternate" type="application/rss+xml" href="{RSS}">
- <link href="https://fonts.googleapis.com/css?family=Open+Sans" rel="stylesheet"><div style="bottom:20px;right:20px;position:fixed"><a href="http://odeysseus.tumblr.com">O</a></div>
- <title>birthdays</title> <!--title-->
- <style type="text/css">
- #s-m-t-tooltip{
- position:absolute;
- margin:15px;
- max-width:250px;
- z-index:999999999999999;
- padding:5px;
- font-size:10px;
- border-radius:2px;
- font-family:'open sans';
- background:#fff;
- border:1px dotted #eee;
- color:#777;
- }
- body {
- background:#fcfcfc; /* background */
- color:#767676; /* body text */
- font-family:'Georgia', sans-serif;
- font-size:10px;
- -moz-osx-font-smoothing:grayscale;
- -webkit-font-smoothing:antialiased;
- font-smoothing:antialiased;
- }
- a {
- color:#aaa; /* links */
- text-decoration:none;
- transition:all .4s ease;
- -webkit-transition:all .4s ease;
- -moz-transition:all .4s ease;
- -o-transition:all .4s ease;
- }
- a:hover { text-decoration:none;
- color:#555; /* links on hover */
- }
- section {
- margin:130px auto 50px;
- width:calc(242px * 3); /* 3 can be changed depending on how many columns you want */
- }
- .box {
- width:180px;
- margin:20px;
- padding:10px;
- padding-bottom:5px;
- background:#fff; /* box background */
- border:1px solid #eee; /* box border */
- border-radius:2px;
- }
- .link a { display:inline-block;width:48%;font-family:'Open Sans';text-align:center;height:30px; }
- .link b {
- border:1px dotted transparent;padding:4px 5px;
- font-weight:normal;
- border-radius:2px;vertical-align:middle;
- color:#777;margin-right:5px;
- }
- .title {
- font-size:11px;
- margin-bottom:15px;font-style:italic;
- color:#555; /* color of bday box titles */
- text-align:center;
- border-bottom:1px solid #eee;
- padding-bottom:10px;
- }
- /* bday colors */
- .jan b { background:#e2f8fd; }
- .feb b { background:#fbeff5; }
- .mar b { background:#fbefc5; }
- .apr b { background:#defbc5; }
- .may b { background:#c4e3f4; }
- .jun b { background:#c4f4ec; }
- .jul b { background:#fdceff; }
- .aug b { background:#f2e1ff; }
- .sep b { background:#f5e7d4; }
- .oct b { background:#ffe1c7; }
- .nov b { background:#dddef1; }
- .dec b { background:#fdc8c8; }
- header {
- top:0px;left:0px;width:100%;position:fixed;text-align:center;z-index:1;padding:30px 0px 20px;
- background:#fff; /* header background */
- border-bottom:1px solid #eee; /* header bottom border */
- font-family:'open sans';font-size:10px;
- }
- header a { font-style:normal; }
- header b {
- font-size:12px;
- font-weight:400;
- color:#444; /* main heading color */
- font-style:italic;
- font-family:georgia;
- padding:5px;
- background:#fafafa; /* main heading bg */
- margin:5px;
- border:1px solid #eee; /* main heading border */
- border-radius:2px;
- }
- header a {
- padding:5px;
- background:#fafafa; /* header link bg */
- margin:5px;
- color:#666; /* header link color */
- border:1px dotted transparent;
- border-radius:2px;
- }
- header a:hover {
- border:1px dotted #eee; /* header link border on hover */
- background:#fff; /* header link bg on hover */
- }
- </style>
- </head>
- <body>
- <!-- header -->
- <header>
- <b>birthday page</b> <!--main title-->
- <!--links: add or delete as you want-->
- <a href="/">home</a>
- <a href="http://tumblr.com/dashboard">dash</a>
- <a href="link to join post">join</a>
- <br><br> be sure to wish these sunshines happy birthday!
- <!--delete the above line if you only want a title n links in the header-->
- </header>
- <!--end header-->
- <section>
- <!--start bdays-->
- <div class="box jan">
- <div class="title">january</div>
- <div class="link jan">
- <!--copy and paste the following for bdays: <a href="blog url"><b>date</b> name </a> -->
- <a href="blog url" ><b>00</b> name</a>
- <a href="blog url" ><b>00</b> name</a>
- </div>
- </div>
- <div class="box feb">
- <div class="title">february</div>
- <div class="link feb">
- <a href="blog url" ><b>00</b> name</a>
- <a href="blog url" ><b>00</b> name</a>
- </div>
- </div>
- <div class="box mar">
- <div class="title">march</div>
- <div class="link mar">
- <a href="blog url" ><b>00</b> name</a>
- <a href="blog url" ><b>00</b> name</a>
- </div>
- </div>
- <div class="box apr">
- <div class="title">april</div>
- <div class="link apr">
- <a href="blog url" ><b>00</b> name</a>
- <a href="blog url" ><b>00</b> name</a>
- </div>
- </div>
- <div class="box may">
- <div class="title">may</div>
- <div class="link may">
- <a href="blog url" ><b>00</b> name</a>
- <a href="blog url" ><b>00</b> name</a>
- </div>
- </div>
- <div class="box jun">
- <div class="title">june</div>
- <div class="link jun">
- <a href="blog url" ><b>00</b> name</a>
- <a href="blog url" ><b>00</b> name</a>
- </div>
- </div>
- <div class="box jul">
- <div class="title">july</div>
- <div class="link jul">
- <a href="blog url" ><b>00</b> name</a>
- <a href="blog url" ><b>00</b> name</a>
- </div>
- </div>
- <div class="box aug">
- <div class="title">august</div>
- <div class="link aug">
- <a href="blog url" ><b>00</b> name</a>
- <a href="blog url" ><b>00</b> name</a>
- </div>
- </div>
- <div class="box sep">
- <div class="title">september</div>
- <div class="link sep">
- <a href="blog url" ><b>00</b> name</a>
- <a href="blog url" ><b>00</b> name</a>
- </div>
- </div>
- <div class="box oct">
- <div class="title">october</div>
- <div class="link oct">
- <a href="blog url" ><b>00</b> name</a>
- <a href="blog url" ><b>00</b> name</a>
- </div>
- </div>
- <div class="box nov">
- <div class="title">november</div>
- <div class="link nov">
- <a href="blog url" ><b>00</b> name</a>
- <a href="blog url" ><b>00</b> name</a>
- </div>
- </div>
- <div class="box dec">
- <div class="title">december</div>
- <div class="link dec">
- <a href="blog url" ><b>00</b> name</a>
- <a href="blog url" ><b>00</b> name</a>
- </div>
- </div>
- <!--end bdays-->
- </section>
- <!--scripts-->
- <script src="https://ajax.googleapis.com/ajax/libs/jquery/1.7.1/jquery.min.js"></script>
- <script src="http://static.tumblr.com/iuw14ew/VSQma1786/jquery.style-my-tooltips.js"></script>
- <script>
- (function($){
- $(document).ready(function(){
- $("a[title]").style_my_tooltips({
- tip_follows_cursor:true,
- tip_delay_time:30,
- tip_fade_speed:300,
- attribute:"title"
- });
- });
- })(jQuery);
- </script>
- <script src="http://static.tumblr.com/twte3d7/H8Glm663z/masonry.js"></script>
- <script type="text/javascript">
- $(window).load(function () {
- $('section').masonry({
- itemSelector : ".box",
- },
- function() { $('section').masonry({ appendedContent: $(this) }); }
- );
- });
- </script>
- </body>
- </html>
Add Comment
Please, Sign In to add comment