Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- <!DOCTYPE html>
- <!----
- ©borntobewildcodes.tumblr.com | BIRTHDAY PAGE v.2
- + Do not redistribute this page or remove the credits.
- + Edit as long as you keep the credits intact
- + Contact us if you have any questions or concerns.
- + If you want a custom theme you can commission us.
- + Thanks for using our page, we hope that you enjoy it.
- Other credits:
- - Google fonts
- - Font Awesome icons
- - Jquery
- - Style my tooltips by Malihu
- ---->
- <html>
- <head>
- <title>{Title}</title>
- <link rel="shortcut icon" href="{Favicon}">
- <link rel="alternate" type="application/rss+xml" href="{RSS}">
- </style>
- <style type="text/css">
- /* ---------------------------- GENERAL ----------------------------- */
- /* -------- BASICS ------- */
- body {
- margin: 0;
- padding: 0;
- width: 100%;
- height: 100%;
- font-family: Arial;
- font-size: 12px;
- line-height: 17px;
- color: #777777;
- background-color: #ffffff;
- background-image: url('https://68.media.tumblr.com/672369995e3489fef0f579e0764e701d/tumblr_oox63rYDnE1w4d880o1_250.png');
- background-attachment: fixed;
- background-repeat: repeat;
- }
- /* Fix */
- iframe, img, embed, object, video {
- max-width: 100%;
- border: none;
- }
- input, textarea, select, a { outline: none; }
- /* Paragraph */
- p {margin-top: 5px; margin-bottom: 5px;}
- <--ses-->
- small{font-size: 90%;}
- big{font-size: 110%;}
- h1{
- margin: 0;
- margin-top: 10px;
- margin-bottom: 10px;
- color:#eeeeee;
- font-family:'Montez';
- font-size: 20px;
- line-height:25px;
- font-weight: normal;
- }
- /* Captions */
- h2 {
- font-family: Helvetica;
- font-size: 12px;
- line-height: 17px;
- color: #222;
- background-color: #eeeeee;
- font-weight: normal;
- }
- /* Links */
- a {
- color:#EBD0D0;
- text-decoration:none;
- }
- a:hover {
- color: #222;
- -webkit-transition: all .3s;
- -moz-transition: all .3s;
- -o-transition: all .3s;
- -ms-transition: all .3s;
- transition: all .3s;
- }
- ul, ol, li {
- margin: 5px 10px;
- padding: 0px;
- }
- /* Bold and italic */
- b, strong {
- color: #555;
- }
- i, em {
- color: #bbb;
- }
- ul {
- margin: 0px;
- padding: 0px;
- }
- a img {
- border: 0px;
- }
- small {
- font-size: 90%;
- }
- big {
- font-size: 110%;
- }
- /* Selection */
- ::-moz-selection {
- background: #81765A;
- color: #eeeeee;
- }
- ::selection {
- background: #81765A;
- color: #eeeeee;
- }
- /* Webkit scrollbar */
- ::-webkit-scrollbar {
- width: 9px;
- height: 0px;
- }
- ::-webkit-scrollbar-button:start:decrement,
- ::-webkit-scrollbar-button:end:increment {
- height: 0px;
- display: block;
- background-color: #ffffff;
- }
- ::-webkit-scrollbar-track-piece {
- background-color: #ffffff;
- }
- ::-webkit-scrollbar-thumb:vertical {
- height: 0px;
- background-color: #222222;
- border: 4px solid #ffffff;
- }
- /* Tumblr controls */
- .iframe-controls--desktop {
- right: 35px!important;
- top: 5px!important;
- margin-top:auto;
- opacity: .9!important;
- position:fixed!important;
- white-space:nowrap!important;
- filter: invert(1);
- -webkit-filter: invert(1);
- -moz-filter: invert(1);
- -o-filter: invert(1);
- -ms-filter: invert(1);
- z-index: 10000!important;
- }
- /* Tooltips */
- #s-m-t-tooltip {
- max-width: 250px;
- margin: 10px;
- padding: 5px;
- color: #222222;
- font-size: 12px;
- line-height: 15px;
- background: #ffffff;
- border:1px solid #eeeeee;
- z-index: 10000;
- }
- /*------------ CONTAINER ------------*/
- #container {
- position:fixed;
- top:50%;
- left:50%;
- width:800px;
- height:470px;
- padding-bottom:25px;
- -webkit-transform:translateX(-50%) translateY(-50%);
- -moz-transform:translateX(-50%) translateY(-50%);
- -ms-transform:translateX(-50%) translateY(-50%);
- transform:translateX(-50%) translateY(-50%);
- overflow:hidden;
- background: #ffffff;
- border:1px solid #eeeeee;
- border-radius:3px;
- border-top-left-radius:20px;
- border-top-right-radius:20px;
- z-index:100;
- }
- /*-- MENU --*/
- #menu {
- position:absolute;
- margin-top:0px;
- margin-left:-1px;
- height:30px;
- width:780px;
- padding:10px;
- border:1px solid transparent;
- border-bottom:1px solid #eeeeee;
- border-top-left-radius:20px;
- border-top-right-radius:20px;
- }
- /* Blog title */
- #blogtitle {
- position:absolute;
- margin-top:-11px;
- margin-left:340px;
- width:430px;
- height:31px;
- padding:10px;
- font-size:35px;
- line-height:30px;
- color: #ffffff;
- background: #CDDBEA;
- font-family:'Montez';
- text-align:center;
- }
- /* Icons */
- #icons {
- position:absolute;
- margin-top:-11px;
- margin-left:-10px;
- padding-left:35px;
- width:315px;
- height:51px;
- background: #CDDBEA;
- text-align:left;
- overflow:hidden;
- }
- #icons i {
- display:inline-block;
- height:40px;
- margin:0px;
- margin-left:-2px;
- margin-right:-1px;
- padding:7px 12px;
- color: #ffffff;
- font-size:16px;
- line-height:40px;
- text-align:center;
- -webkit-transition: all 0.4s ease-in-out;
- -moz-transition: all 0.4s ease-in-out;
- -o-transition: all 0.4s ease-in-out;
- -ms-transition: all 0.4s ease-in-out;
- transition: all 0.4s ease-in-out;
- }
- #icons i:hover {
- color:#EBD0D0;
- background:#ffffff;
- }
- /* -- PANEL --*/
- #panel{
- position:absolute;
- margin-left:30px;
- margin-top:80px;
- background: transparent;
- }
- /* Panel labels (sidebar titles) */
- .tab label {
- display: inline-block;
- margin-left:0px;
- width:175px;
- height: 20px;
- padding:5px;
- color: #777777;
- background: transparent;
- border-bottom:1px solid #eeeeee;
- letter-spacing: 2px;
- font-size: 15px;
- line-height: 20px;
- text-align: left;
- cursor: pointer;
- z-index: 1000;
- }
- /* Panel labels (sidebar titles) checked */
- [type=radio]:checked ~ label {
- z-index: 2;
- color: #EBD0D0;
- }
- /* Panel labels (sidebar titles) on hover */
- .tab label:hover{
- color: #EBD0D0;
- }
- /* Panel label icons (sidebar title icons) on hover */
- .tab label:hover i{
- color: #EBD0D0;
- }
- .tab [type=radio] {
- display: none;
- }
- [type=radio]:checked ~ label ~ .content {
- z-index: 1;
- }
- /* Calendar content */
- .content {
- position: absolute;
- top:0px;
- margin-left:340px;
- width:380px;
- padding:20px;
- height: 225px;
- font-size:12px;
- line-height:25px;
- /* Color of info */
- color:#777777;
- background: #ffffff;
- overflow:hidden;
- }
- /* Info */
- #info{
- margin-top:15px;
- padding:0px 10px;
- overflow-y:auto;
- height:205px;
- text-align:justify;
- }
- /* Table titles (calendar months) */
- #boxtitle {
- margin-left:0px;
- margin-top:0px;
- width:360px;
- height:20px;
- padding:10px;
- line-height:20px;
- text-align:center;
- font-family:'Montez';
- font-size:18px;
- color:#ffffff;
- background: #EBD0D0;
- border-left:1px solid #eeeeee;
- border-right:1px solid #eeeeee;
- border-top:1px solid #eeeeee;
- }
- /* Table link boxes */
- #boxlinks {
- margin-top:0px;
- width:360px;
- padding:10px;
- margin-left:0px;
- border:1px solid #eeeeee;
- background: transparent;
- text-align:justify;
- border-bottom-left-radius:3px;
- border-bottom-right-radius:3px;
- }
- /* Table links (calendar days) */
- #boxlinks a {
- display:inline-block;
- margin:0px;
- color: #777;
- width: 30px;
- height: 30px;
- line-height:35px;
- font-family: 'Montez';
- font-size:18px;
- padding:5px;
- text-align:center;
- text-transform:lowercase;
- -webkit-transition: all 0.4s ease-in-out;
- -moz-transition: all 0.4s ease-in-out;
- -o-transition: all 0.4s ease-in-out;
- -ms-transition: all 0.4s ease-in-out;
- transition: all 0.4s ease-in-out;
- }
- /* Table links (calendar days) on hover */
- #boxlinks a:hover {
- background:#eee;
- color:#222;
- }
- /* Mark your birthday */
- #boxlinks m {
- padding:10px 0px;
- color:#222;
- border-bottom:2px solid #CDDBEA;
- }
- /* Mark other birthdays */
- #boxlinks o {
- padding:10px 0px;
- color:#222;
- border-bottom:2px solid #EBD0D0;
- }
- /*-- STREAMERS (you can replace it with another image --*/
- #streamers {
- position:fixed;
- top:0px;
- left:0;
- z-index:1;
- }
- #streamers img{
- width:300px;
- height:auto;
- }
- /*-- CAKE (you can replace it with another image --*/
- #cake {
- position:fixed;
- right:15px;
- bottom:5px;
- z-index:1;
- }
- #cake img{
- width:130px;
- height:auto;
- }
- /*-- CREDIT --*/
- #credit {
- position:fixed;
- right: 10px;
- width:25px;
- height:25px;
- top: 5px;
- z-index: 100000;
- }
- #credit img{
- border: 1px solid #eee;
- }
- #credit img:hover{
- border: 1px solid #222;
- }
- /* --------------------------- Custom CSS -------------------------- */
- {CustomCSS}
- </style>
- <!--Google fonts-->
- <link href="https://fonts.googleapis.com/css?family=Great+Vibes|Marvel|Poiret+One|Montez|Exo" rel="stylesheet">
- <!-- Font awesome -->
- <link href="//maxcdn.bootstrapcdn.com/font-awesome/4.1.0/css/font-awesome.min.css" rel="stylesheet">
- <!--Jquery-->
- <script src="https://ajax.googleapis.com/ajax/libs/jquery/1.9.1/jquery.min.js" type="text/javascript"></script>
- <script type="text/javascript" src="http://static.tumblr.com/imovwvl/dJWl20ley/jqueryformasonry.js"></script>
- <!-- Style my tooltips -->
- <script src="jquery.style-my-tooltips.js"></script>
- <script src="https://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: 90,
- tip_fade_speed: 600,
- attribute:"title"
- });
- });
- })(jQuery);
- </script>
- <script src="https://ajax.googleapis.com/ajax/libs/jquery/1.11.1/jquery.min.js"></script>
- <meta charset="utf-8">
- </head>
- <body>
- <div id="container">
- <div id="menu">
- <div id="blogtitle">Birthday Page</div>
- <div id="icons">
- <a href="/" Title="Index"><i class="fa fa-home fa"></i></a>
- <a href="/ask" Title="Message"><i class="fa fa-envelope fa-o"></i></a>
- <a href="/submit" Title="Submit"><i class="fa fa-pencil fa"></i></a>
- <a href="/archive" Title="Archive"><i class="fa fa-history fa"></i></a>
- <a href="https://www.tumblr.com/dashboard" Title="Dashboard"><i class="fa fa-tumblr fa"></i></a>
- </div>
- <!--End icons-->
- </div>
- <!--End menu-->
- <div id="panel">
- <!--Tab 1-->
- <div class="tab">
- <input type="radio" id="tab-1" name="tab-group-1" checked>
- <label for="tab-1"><i class="fa fa-caret-right fa"></i> Info </label>
- <div class="content">
- <div id="boxtitle"><big> INFO </div>
- <div id="info">
- Lorem ipsum dolor sit amet, ea quo partem primis. Nam case doctus ei, dolore aliquid no mea. No has novum animal, mei id habeo quaeque offendit. Vis ea nobis lobortis, per omnium definitionem ne. Per id patrioque signiferumque, at esse erroribus quo.
- </div>
- <!--End info-->
- </div>
- <!--End content-->
- </div>
- <!--End tab-->
- <!-- SUGGESTION: Mark your birthday by adding mark <m> before <a> and </m> after </a>. Mark everyone else's birthday by adding <b> before and </b> after the day number and replace @url with person's tumblr username. -->
- <!--Tab 2-->
- <div class="tab">
- <input type="radio" id="tab-2" name="tab-group-1">
- <label for="tab-2"><i class="fa fa-caret-right fa"></i> January</label>
- <div class="content">
- <div id="boxtitle"><big> JANUARY </div>
- <div id="boxlinks">
- <a href="/" title="@url">01</a>
- <a href="/" title="@url">02</a>
- <a href="/" title="@url">03</a>
- <a href="/" title="@url">04</a>
- <a href="/" title="@url">05</a>
- <a href="/" title="@url">06</a>
- <a href="/" title="@url">07</a>
- <a href="/" title="@url">08</a>
- <a href="/" title="@url">09</a>
- <a href="/" title="@url">10</a>
- <a href="/" title="@url">11</a>
- <a href="/" title="@url">12</a>
- <a href="/" title="@url">13</a>
- <a href="/" title="@url">14</a>
- <a href="/" title="@url">15</a>
- <a href="/" title="@url">16</a>
- <a href="/" title="@url">17</a>
- <a href="/" title="@url">18</a>
- <a href="/" title="@url">19</a>
- <a href="/" title="@url">20</a>
- <a href="/" title="@url">21</a>
- <a href="/" title="@url">22</a>
- <a href="/" title="@url">23</a>
- <a href="/" title="@url">24</a>
- <a href="/" title="@url">25</a>
- <a href="/" title="@url">26</a>
- <a href="/" title="@url">27</a>
- <a href="/" title="@url">28</a>
- <a href="/" title="@url">29</a>
- <a href="/" title="@url">30</a>
- <a href="/" title="@url">31</a>
- </div>
- <!--End boxlinks-->
- </div>
- <!--End content-->
- </div>
- <!--End tab-->
- <!--Tab 3-->
- <div class="tab">
- <input type="radio" id="tab-3" name="tab-group-1">
- <label for="tab-3"><i class="fa fa-caret-right fa"></i> February </label>
- <div class="content">
- <div id="boxtitle"><big> FEBRUARY </div>
- <div id="boxlinks">
- <a href="/" title="@url">01</a>
- <a href="/" title="@url">02</a>
- <a href="/" title="@url">03</a>
- <a href="/" title="@url">04</a>
- <a href="/" title="@url">05</a>
- <a href="/" title="@url">06</a>
- <a href="/" title="@url">07</a>
- <a href="/" title="@url">08</a>
- <a href="/" title="@url">09</a>
- <a href="/" title="@url">10</a>
- <a href="/" title="@url">11</a>
- <a href="/" title="@url">12</a>
- <a href="/" title="@url">13</a>
- <a href="/" title="@url">14</a>
- <a href="/" title="@url">15</a>
- <a href="/" title="@url">16</a>
- <a href="/" title="@url">17</a>
- <a href="/" title="@url">18</a>
- <a href="/" title="@url">19</a>
- <a href="/" title="@url">20</a>
- <a href="/" title="@url">21</a>
- <a href="/" title="@url">22</a>
- <a href="/" title="@url">23</a>
- <a href="/" title="@url">24</a>
- <a href="/" title="@url">25</a>
- <a href="/" title="@url">26</a>
- <a href="/" title="@url">27</a>
- <a href="/" title="@url">28</a>
- <a href="/" title="@url">29</a>
- </div>
- <!--End boxlinks-->
- </div>
- <!--End content-->
- </div>
- <!--End tab-->
- <!--Tab 4-->
- <div class="tab">
- <input type="radio" id="tab-4" name="tab-group-1">
- <label for="tab-4"><i class="fa fa-caret-right fa"></i> March </label>
- <div class="content">
- <div id="boxtitle"><big> MARCH </div>
- <div id="boxlinks">
- <a href="/" title="@url">01</a>
- <a href="/" title="@url">02</a>
- <a href="/" title="@url">03</a>
- <a href="/" title="@url">04</a>
- <a href="/" title="@url">05</a>
- <a href="/" title="@url">06</a>
- <a href="/" title="@url">07</a>
- <a href="/" title="@url">08</a>
- <a href="/" title="@url">09</a>
- <a href="/" title="@url">10</a>
- <a href="/" title="@url">11</a>
- <a href="/" title="@url">12</a>
- <a href="/" title="@url">13</a>
- <a href="/" title="@url">14</a>
- <a href="/" title="@url">15</a>
- <a href="/" title="@url">16</a>
- <a href="/" title="@url">17</a>
- <a href="/" title="@url">18</a>
- <a href="/" title="@url">19</a>
- <a href="/" title="@url">20</a>
- <a href="/" title="@url">21</a>
- <a href="/" title="@url">22</a>
- <a href="/" title="@url">23</a>
- <a href="/" title="@url">24</a>
- <a href="/" title="@url">25</a>
- <a href="/" title="@url">26</a>
- <a href="/" title="@url">27</a>
- <a href="/" title="@url">28</a>
- <a href="/" title="@url">29</a>
- <a href="/" title="@url">30</a>
- <a href="/" title="@url">31</a>
- </div>
- <!--End boxlinks-->
- </div>
- <!--End content-->
- </div>
- <!--End tab-->
- <!--Tab 5-->
- <div class="tab">
- <input type="radio" id="tab-5" name="tab-group-1">
- <label for="tab-5"><i class="fa fa-caret-right fa"></i> April </label>
- <div class="content">
- <div id="boxtitle"><big> APRIL </div>
- <div id="boxlinks">
- <a href="/" title="@url">01</a>
- <a href="/" title="@url">02</a>
- <a href="/" title="@url">03</a>
- <a href="/" title="@url">04</a>
- <a href="/" title="@url">05</a>
- <a href="/" title="@url">06</a>
- <a href="/" title="@url">07</a>
- <a href="/" title="@url">08</a>
- <a href="/" title="@url">09</a>
- <a href="/" title="@url">10</a>
- <a href="/" title="@url">11</a>
- <a href="/" title="@url">12</a>
- <a href="/" title="@url">13</a>
- <a href="/" title="@url">14</a>
- <a href="/" title="@url">15</a>
- <a href="/" title="@url">16</a>
- <a href="/" title="@url">17</a>
- <a href="/" title="@url">18</a>
- <a href="/" title="@url">19</a>
- <a href="/" title="@url">20</a>
- <a href="/" title="@url">21</a>
- <a href="/" title="@url">22</a>
- <a href="/" title="@url">23</a>
- <a href="/" title="@url">24</a>
- <a href="/" title="@url">25</a>
- <a href="/" title="@url">26</a>
- <a href="/" title="@url">27</a>
- <a href="/" title="@url">28</a>
- <a href="/" title="@url">29</a>
- <a href="/" title="@url">30</a>
- </div>
- <!--End boxlinks-->
- </div>
- <!--End content-->
- </div>
- <!--End tab-->
- <!--Tab 6-->
- <div class="tab">
- <input type="radio" id="tab-6" name="tab-group-1">
- <label for="tab-6"><i class="fa fa-caret-right fa"></i> May </label>
- <div class="content">
- <div id="boxtitle"><big> MAY </div>
- <div id="boxlinks">
- <a href="/" title="@url">01</a>
- <a href="/" title="@url">02</a>
- <a href="/" title="@url">03</a>
- <a href="/" title="@url">04</a>
- <a href="/" title="@url">05</a>
- <a href="/" title="@url">06</a>
- <a href="/" title="@url">07</a>
- <a href="/" title="@url">08</a>
- <a href="/" title="@url">09</a>
- <a href="/" title="@url">10</a>
- <a href="/" title="@url">11</a>
- <a href="/" title="@url">12</a>
- <a href="/" title="@url">13</a>
- <a href="/" title="@url">14</a>
- <a href="/" title="@url">15</a>
- <a href="/" title="@url">16</a>
- <a href="/" title="@url">17</a>
- <a href="/" title="@url">18</a>
- <a href="/" title="@url">19</a>
- <a href="/" title="@url">20</a>
- <a href="/" title="@url">21</a>
- <a href="/" title="@url">22</a>
- <a href="/" title="@url">23</a>
- <a href="/" title="@url">24</a>
- <a href="/" title="@url">25</a>
- <a href="/" title="@url">26</a>
- <a href="/" title="@url">27</a>
- <a href="/" title="@url">28</a>
- <a href="/" title="@url">29</a>
- <a href="/" title="@url">30</a>
- <a href="/" title="@url">31</a>
- </div>
- <!--End boxlinks-->
- </div>
- <!--End content-->
- </div>
- <!--End tab-->
- <!--Tab 7-->
- <div class="tab">
- <input type="radio" id="tab-7" name="tab-group-1">
- <label for="tab-7"><i class="fa fa-caret-right fa"></i> June </label>
- <div class="content">
- <div id="boxtitle"><big> JUNE </div>
- <div id="boxlinks">
- <a href="/" title="@url">01</a>
- <a href="/" title="@url">02</a>
- <a href="/" title="@url">03</a>
- <a href="/" title="@url">04</a>
- <a href="/" title="@url">05</a>
- <a href="/" title="@url">06</a>
- <a href="/" title="@url">07</a>
- <a href="/" title="@url">08</a>
- <a href="/" title="@url">09</a>
- <a href="/" title="@url">10</a>
- <a href="/" title="@url">11</a>
- <a href="/" title="@url">12</a>
- <a href="/" title="@url">13</a>
- <a href="/" title="@url">14</a>
- <a href="/" title="@url">15</a>
- <a href="/" title="@url">16</a>
- <a href="/" title="@url">17</a>
- <a href="/" title="@url">18</a>
- <a href="/" title="@url">19</a>
- <a href="/" title="@url">20</a>
- <a href="/" title="@url">21</a>
- <a href="/" title="@url">22</a>
- <a href="/" title="@url">23</a>
- <a href="/" title="@url">24</a>
- <a href="/" title="@url">25</a>
- <a href="/" title="@url">26</a>
- <a href="/" title="@url">27</a>
- <a href="/" title="@url">28</a>
- <a href="/" title="@url">29</a>
- <a href="/" title="@url">30</a>
- </div>
- <!--End boxlinks-->
- </div>
- <!--End content-->
- </div>
- <!--End tab-->
- <!--Tab 8-->
- <div class="tab">
- <input type="radio" id="tab-8" name="tab-group-1">
- <label for="tab-8"><i class="fa fa-caret-right fa"></i> July </label>
- <div class="content">
- <div id="boxtitle"><big> JULY </div>
- <div id="boxlinks">
- <a href="/" title="@url">01</a>
- <a href="/" title="@url">02</a>
- <a href="/" title="@url">03</a>
- <a href="/" title="@url">04</a>
- <a href="/" title="@url">05</a>
- <a href="/" title="@url">06</a>
- <a href="/" title="@url">07</a>
- <a href="/" title="@url">08</a>
- <a href="/" title="@url">09</a>
- <a href="/" title="@url">10</a>
- <a href="/" title="@url">11</a>
- <a href="/" title="@url">12</a>
- <a href="/" title="@url">13</a>
- <a href="/" title="@url">14</a>
- <a href="/" title="@url">15</a>
- <a href="/" title="@url">16</a>
- <a href="/" title="@url">17</a>
- <a href="/" title="@url">18</a>
- <a href="/" title="@url">19</a>
- <a href="/" title="@url">20</a>
- <a href="/" title="@url">21</a>
- <a href="/" title="@url">22</a>
- <a href="/" title="@url">23</a>
- <a href="/" title="@url">24</a>
- <a href="/" title="@url">25</a>
- <a href="/" title="@url">26</a>
- <a href="/" title="@url">27</a>
- <a href="/" title="@url">28</a>
- <a href="/" title="@url">29</a>
- <a href="/" title="@url">30</a>
- <a href="/" title="@url">31</a>
- </div>
- <!--End boxlinks-->
- </div>
- <!--End content-->
- </div>
- <!--End tab-->
- <!--Tab 9-->
- <div class="tab">
- <input type="radio" id="tab-9" name="tab-group-1">
- <label for="tab-9"><i class="fa fa-caret-right fa"></i> August </label>
- <div class="content">
- <div id="boxtitle"><big> AUGUST </div>
- <div id="boxlinks">
- <a href="/" title="@url">01</a>
- <a href="/" title="@url">02</a>
- <a href="/" title="@url">03</a>
- <a href="/" title="@url">04</a>
- <a href="/" title="@url">05</a>
- <a href="/" title="@url">06</a>
- <a href="/" title="@url">07</a>
- <a href="/" title="@url">08</a>
- <a href="/" title="@url">09</a>
- <a href="/" title="@url">10</a>
- <a href="/" title="@url">11</a>
- <a href="/" title="@url">12</a>
- <a href="/" title="@url">13</a>
- <a href="/" title="@url">14</a>
- <a href="/" title="@url">15</a>
- <a href="/" title="@url">16</a>
- <a href="/" title="@url">17</a>
- <a href="/" title="@url">18</a>
- <a href="/" title="@url">19</a>
- <a href="/" title="@url">20</a>
- <a href="/" title="@url">21</a>
- <a href="/" title="@url">22</a>
- <a href="/" title="@url">23</a>
- <a href="/" title="@url">24</a>
- <a href="/" title="@url">25</a>
- <a href="/" title="@url">26</a>
- <a href="/" title="@url">27</a>
- <a href="/" title="@url">28</a>
- <a href="/" title="@url">29</a>
- <a href="/" title="@url">30</a>
- <a href="/" title="@url">31</a>
- </div>
- <!--End boxlinks-->
- </div>
- <!--End content-->
- </div>
- <!--End tab-->
- <!--Tab 10-->
- <div class="tab">
- <input type="radio" id="tab-10" name="tab-group-1">
- <label for="tab-10"><i class="fa fa-caret-right fa"></i> September</label>
- <div class="content">
- <div id="boxtitle"><big> SEPTEMBER </div>
- <div id="boxlinks">
- <a href="/" title="@url">01</a>
- <a href="/" title="@url">02</a>
- <a href="/" title="@url">03</a>
- <a href="/" title="@url">04</a>
- <a href="/" title="@url">05</a>
- <a href="/" title="@url">06</a>
- <a href="/" title="@url">07</a>
- <a href="/" title="@url">08</a>
- <a href="/" title="@url">09</a>
- <a href="/" title="@url">10</a>
- <a href="/" title="@url">11</a>
- <a href="/" title="@url">12</a>
- <o><a href="/" title="@example">13</a></o>
- <a href="/" title="@url">14</a>
- <a href="/" title="@url">15</a>
- <a href="/" title="@url">16</a>
- <a href="/" title="@url">17</a>
- <a href="/" title="@url">18</a>
- <a href="/" title="@url">19</a>
- <a href="/" title="@url">20</a>
- <m><a href="/" title="@borntobewildcodes">21</a></m>
- <a href="/" title="@url">22</a>
- <a href="/" title="@url">23</a>
- <a href="/" title="@url">24</a>
- <a href="/" title="@url">25</a>
- <a href="/" title="@url">26</a>
- <a href="/" title="@url">27</a>
- <a href="/" title="@url">28</a>
- <a href="/" title="@url">29</a>
- <a href="/" title="@url">30</a>
- </div>
- <!--End boxlinks-->
- </div>
- <!--End content-->
- </div>
- <!--End tab-->
- <!--Tab 11-->
- <div class="tab">
- <input type="radio" id="tab-11" name="tab-group-1">
- <label for="tab-11"><i class="fa fa-caret-right fa"></i> October </label>
- <div class="content">
- <div id="boxtitle"><big> OCTOBER </div>
- <div id="boxlinks">
- <a href="/" title="@url">01</a>
- <a href="/" title="@url">02</a>
- <a href="/" title="@url">03</a>
- <a href="/" title="@url">04</a>
- <a href="/" title="@url">05</a>
- <a href="/" title="@url">06</a>
- <a href="/" title="@url">07</a>
- <a href="/" title="@url">08</a>
- <a href="/" title="@url">09</a>
- <a href="/" title="@url">10</a>
- <a href="/" title="@url">11</a>
- <a href="/" title="@url">12</a>
- <a href="/" title="@url">13</a>
- <a href="/" title="@url">14</a>
- <a href="/" title="@url">15</a>
- <a href="/" title="@url">16</a>
- <a href="/" title="@url">17</a>
- <a href="/" title="@url">18</a>
- <a href="/" title="@url">19</a>
- <a href="/" title="@url">20</a>
- <a href="/" title="@url">21</a>
- <a href="/" title="@url">22</a>
- <a href="/" title="@url">23</a>
- <a href="/" title="@url">24</a>
- <a href="/" title="@url">25</a>
- <a href="/" title="@url">26</a>
- <a href="/" title="@url">27</a>
- <a href="/" title="@url">28</a>
- <a href="/" title="@url">29</a>
- <a href="/" title="@url">30</a>
- <a href="/" title="@url">31</a>
- </div>
- <!--End boxlinks-->
- </div>
- <!--End content-->
- </div>
- <!--End tab-->
- <!--Tab 12-->
- <div class="tab">
- <input type="radio" id="tab-12" name="tab-group-1">
- <label for="tab-12"><i class="fa fa-caret-right fa"></i> November </label>
- <div class="content">
- <div id="boxtitle"><big> NOVEMBER </div>
- <div id="boxlinks">
- <a href="/" title="@url">01</a>
- <a href="/" title="@url">02</a>
- <a href="/" title="@url">03</a>
- <a href="/" title="@url">04</a>
- <a href="/" title="@url">05</a>
- <a href="/" title="@url">06</a>
- <a href="/" title="@url">07</a>
- <a href="/" title="@url">08</a>
- <a href="/" title="@url">09</a>
- <a href="/" title="@url">10</a>
- <a href="/" title="@url">11</a>
- <a href="/" title="@url">12</a>
- <a href="/" title="@url">13</a>
- <a href="/" title="@url">14</a>
- <a href="/" title="@url">15</a>
- <a href="/" title="@url">16</a>
- <a href="/" title="@url">17</a>
- <a href="/" title="@url">18</a>
- <a href="/" title="@url">19</a>
- <a href="/" title="@url">20</a>
- <a href="/" title="@url">21</a>
- <a href="/" title="@url">22</a>
- <a href="/" title="@url">23</a>
- <a href="/" title="@url">24</a>
- <a href="/" title="@url">25</a>
- <a href="/" title="@url">26</a>
- <a href="/" title="@url">27</a>
- <a href="/" title="@url">28</a>
- <a href="/" title="@url">29</a>
- <a href="/" title="@url">30</a>
- </div>
- <!--End boxlinks-->
- </div>
- <!--End content-->
- </div>
- <!--End tab-->
- <!--Tab 13-->
- <div class="tab">
- <input type="radio" id="tab-13" name="tab-group-1">
- <label for="tab-13"><i class="fa fa-caret-right fa"></i> December </label>
- <div class="content">
- <div id="boxtitle"><big> DECEMBER </div>
- <div id="boxlinks">
- <a href="/" title="@url">01</a>
- <a href="/" title="@url">02</a>
- <a href="/" title="@url">03</a>
- <a href="/" title="@url">04</a>
- <a href="/" title="@url">05</a>
- <a href="/" title="@url">06</a>
- <a href="/" title="@url">07</a>
- <a href="/" title="@url">08</a>
- <a href="/" title="@url">09</a>
- <a href="/" title="@url">10</a>
- <a href="/" title="@url">11</a>
- <a href="/" title="@url">12</a>
- <a href="/" title="@url">13</a>
- <a href="/" title="@url">14</a>
- <a href="/" title="@url">15</a>
- <a href="/" title="@url">16</a>
- <a href="/" title="@url">17</a>
- <a href="/" title="@url">18</a>
- <a href="/" title="@url">19</a>
- <a href="/" title="@url">20</a>
- <a href="/" title="@url">21</a>
- <a href="/" title="@url">22</a>
- <a href="/" title="@url">23</a>
- <a href="/" title="@url">24</a>
- <a href="/" title="@url">25</a>
- <a href="/" title="@url">26</a>
- <a href="/" title="@url">27</a>
- <a href="/" title="@url">28</a>
- <a href="/" title="@url">29</a>
- <a href="/" title="@url">30</a>
- <a href="/" title="@url">31</a>
- </div>
- <!--End boxlinks-->
- </div>
- <!--End content-->
- </div>
- <!--End tab-->
- </div>
- <!--End panel-->
- </div>
- <!--End container-->
- <!-- STREAMERS (you can add a png image) -->
- <div id="streamers"><img src=" "></div>
- <!-- CAKE (you can add a png image) -->
- <div id="cake"><img src=" "></div>
- <!-- CREDIT (do not remove) -->
- <div id="credit"><a href="http://borntobewildcodes.tumblr.com" title="page BIRTHDAY PAGE v.2 by @borntobewildcodes"><img src="http://i57.tinypic.com/301g6eg.jpg"></a></div>
- </body>
- </html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement