Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- <!---------------------------------------------------------------------
- ᴘᴀɢᴇ ᴍᴀᴅᴇ ʙʏ >SOONJUN<. [ʏᴏɴɢ.ᴄᴏ.ᴠᴜ]
- sᴏᴏɴᴊᴜɴᴛʜᴇᴍᴇs.ᴛᴜᴍʙʟʀ.ᴄᴏᴍ
- ᴘʟᴇᴀsᴇ ʟᴇᴀᴠᴇ ᴛʜᴇ ᴄʀᴇᴅɪᴛ.
- ᴀɴʏ ǫᴜᴇsᴛɪᴏɴs ᴀᴛ ᴀʟʟ ᴄᴏᴍᴇ ᴀsᴋ.
- ᴄʀᴇᴅɪᴛs: ʜᴛᴛᴘ://ᴛʏᴍᴘᴀɴᴜs.ɴᴇᴛ/
- ----------------------------------------------------------------------->
- <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
- <html>
- <head>
- <title>{Title}</title>
- <link rel="shortcut icon" href="{Favicon}">
- <link rel="alternate" type="application/rss+xml" href="{RSS}">
- <script src="http://static.tumblr.com/whx9ghv/lq0m3ktlh/modernizr.custom.34978.js"></script>
- <script src="http://ajax.googleapis.com/ajax/libs/jquery/1.7/jquery.min.js"></script>
- <script type="text/javascript" src="http://static.tumblr.com/7qjmkr5/IUmmdsy41/jquery.style-my-tooltips.js"></script>
- <script>
- (function($){
- $(document).ready(function(){
- $("[title]").style_my_tooltips();
- });
- })(jQuery);
- </script>
- <link href='http://fonts.googleapis.com/css?family=Open+Sans+Condensed:300' rel='stylesheet' type='text/css'>
- <style type="text/css">
- #s-m-t-tooltip {
- display: block;
- background: #aaa;
- font-size: 8px;
- font-family: calibri;
- letter-spacing: 1px;
- text-transform: uppercase;
- color: #fff;
- text-align: center;
- margin-left: 20px;
- padding: 0px 3px 0px 3px;
- min-width: 40px;
- max-width: 200px;
- box-shadow: 0px 1px 1px #ddd;
- z-index: 99;}
- ::-webkit-scrollbar-track {background-color:#fff;}
- ::-webkit-scrollbar-thumb {background-color:#f2f2f2;}
- ::-webkit-scrollbar {width:5px;}
- body {
- background-color: #FFF;
- text-align: center;
- line-height: 100%;
- }
- a:link, a:active, a:visited {
- color: #aaa;
- text-decoration:none;
- -webkit-transition: all 0.7s ease-in-out;
- -moz-transition: all 0.7s ease-in-out;
- -o-transition: all 0.7s ease-in-out;
- }
- #title{
- font-family: Open Sans Condensed;
- font-size:52px;
- background:#f8f8f8;
- padding:25px;
- border-bottom:1px solid #f1f1f1;
- color: #aaa;
- text-shadow: 0px 1px 1px #eee;
- text-align:center;
- margin:auto;
- margin-top:95px;
- width:350px;
- box-shadow: 0px 0px 1px #eee;}
- .box {
- width: 760px;
- border-left: 1px dotted #f0f0f0;
- border-right: 1px dotted #f0f0f0;
- margin: auto;
- margin-top:16px;
- margin-bottom: 50px;
- background:#fff;
- padding:25px 40px 25px 25px;}
- *, *:after, *:before { -webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box; }
- .caption {
- -webkit-backface-visibility: hidden;
- display: inline-block;
- position: relative;
- margin: 10px;
- overflow: hidden;
- background: #000;}
- .caption img {
- display: block;
- border:15px solid #f7f7f7;
- width: 200px;
- -webkit-transition: opacity 0.7s ease-in-out;
- -moz-transition: opacity 0.7s ease-in-out;
- transition: opacity 0.7s ease-in-out;}
- .caption:hover img {opacity: 0.5;}
- .caption::after,
- .caption::before {
- position: absolute;
- left:0px;
- opacity: 0.9;
- width: 100%;
- height: 50%;
- z-index: 1;
- -webkit-transition: -webkit-transform 0.7s ease-in-out;
- -moz-transition: -moz-transform 0.7s ease-in-out;
- transition: transform 0.7s ease-in-out; }
- .caption::after {
- content: attr(data-title);
- top: 0;
- line-height:90%;
- font-style:oblique;
- border-bottom:3px solid #f8f8f8;
- font-family:Open Sans Condensed;
- background: #888;
- color: #fff;
- font-size: 30px;
- font-weight: 300;
- padding-top: 35px;
- -webkit-transform: translateY(-100%);
- -moz-transform: translateY(-100%);
- transform: translateY(-100%);}
- .caption::before {
- content: attr(data-description);
- top: 50%;
- line-height:90%;
- border-top:3px solid #aaa;
- background: #fff;
- color: #aaa;
- font-family:calibri;
- font-size: 10px;
- padding: 20px;
- -webkit-transform: translateY(100%);
- -moz-transform: translateY(100%);
- transform: translateY(100%);}
- .caption:hover::after,
- .caption:hover::before {
- -webkit-transform: translateY(0%);
- -moz-transform: translateY(0%);
- transform: translateY(0%);}
- .links a{
- margin:auto;
- font-size:9px;
- font-style:oblique;
- color:#aaa;
- font-family: calibri;
- width:70px;
- padding:3px 10px 3px 10px;
- display: inline-block;
- text-align: center;
- letter-spacing: 2px;
- background:#f8f8f8;
- line-height:120%;
- box-shadow: 0px 0px 1px #eee;
- -webkit-transition: all 0.7s ease-in-out;
- -moz-transition: all 0.7s ease-in-out;
- -o-transition: all 0.7s ease-in-out;
- }
- .links a:hover{background:#fff;color:#aaa;box-shadow:1px 1px #fff;}
- #leave a:hover{color:#fbfbfb;}
- #cr {font-size:9px;left:15px;bottom:10px;position:fixed;font-family:calibri;letter-spacing:1px; padding:2px;border-bottom:1px solid #ebebeb;}
- a.cr {color:#bbb;}
- </style>
- </head>
- <body>
- <!--TITLE-->
- <div id="title">TITLE</div>
- <!--NAV-->
- <div class="links">
- <a href="/" title="home">back</a><a href="/ask" title="ask">message</a></div>
- <div class="box">
- <table>
- <!--1ST COLLUMN-->
- <td style="vertical-align:top;">
- <!--1ST PIC-->
- <a class="caption" href="PERSON'S BLOG" data-title="NAME PERSON/BLOG" data-description="DESCRIPTION"><img src="IMG URL"/></a>
- <!--4TH PIC-->
- <a class="caption" href="PERSON'S BLOG" data-title="NAME PERSON/BLOG" data-description="DESCRIPTION"><img src="IMG URL"/></a>
- </td>
- <!--2ND COLLUMN-->
- <td style="vertical-align:top;">
- <!--2ND PIC-->
- <a class="caption" href="PERSON'S BLOG" data-title="NAME PERSON/BLOG" data-description="DESCRIPTION"><img src="IMG URL"/></a>
- </td>
- <!--3RD COLLUMN-->
- <td style="vertical-align:top;">
- <!--3RD PIC-->
- <a class="caption" href="PERSON'S BLOG" data-title="NAME PERSON/BLOG" data-description="DESCRIPTION"><img src="IMG URL"/></a>
- </td>
- </div>
- </table>
- <div id="cr"><center><a href="http://soonjunthemes.tumblr.com/" class="cr" title="© soonjun"> theme. </a></div></div>
- </body>
- </html>
Advertisement
Add Comment
Please, Sign In to add comment