Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- <!----
- _ _ _
- | | (_) | |
- | | ____ _ _ __ _ _ _| | __
- | |/ / _` | |/ _` | | | | |/ /
- | < (_| | | (_| | |_| | <
- |_|\_\__,_|_|\__, |\__,_|_|\_\
- __/ |
- |___/
- Moonlight: About me Page by Kaiguk (http://kaiguk.tumblr.com/)
- Please don't claim , use as a base page, or fuck with anything like the credit because if you do..I'll slap the shit and piss out you.
- Notify me if you have any questions or if something goes wrong. I will do my best to help you.
- Happy using.
- --->
- <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
- <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
- <title>{Title}</title>
- <link rel="shortcut icon" href="{Favicon}">
- <link rel="alternate" type="application/rss+xml" href="{RSS}">
- <meta name="description" content="{MetaDescription}" />
- <head>
- <script src="http://ajax.googleapis.com/ajax/libs/jquery/1.7/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>
- <style type="text/css">
- /** --------------------------- SCROLLBAR ------------------------------**/
- ::-webkit-scrollbar {
- width:7px;
- height:auto;
- background:#fff;
- }
- ::-webkit-scrollbar-corner {
- background:#fff;
- }
- ::-webkit-scrollbar-thumb:vertical {
- background:#f3f3f3;
- }
- ::-webkit-scrollbar-thumb:horizontal {
- background: #fff;
- border: 0px solid #fff;
- }
- /** --------------------------- TOP BORDER ------------------------------**/
- #top {
- position:fixed;
- height:100%;
- left:0px;
- top:0px;
- width:100%;
- height:60px;
- z-index:999;
- background-color: #000;
- }
- /** --------------------------- WHOLE CUSTOMIZATION ------------------------------**/
- body {
- background-image: url(http://41.media.tumblr.com/tumblr_lxwynw0Pdg1r9g6hvo4_250.png);
- margin:0px;
- color:#aaa;
- font-family:courier;
- font-size:9.5px;
- text-transform:uppercase;
- padding:5px;
- }
- /** --------------------------- LINKS ------------------------------**/
- a {
- color:#000;
- text-decoration:none;
- outline:none;
- opacity:1 ;
- -webkit-transition: all 0.8s;
- -moz-transition: all 0.8s;
- transition: all 0.8s;
- }
- a:hover {
- color:#eee;
- -webkit-transition: all 0.8s;
- -moz-transition: all 0.8s;
- transition: all 0.8s;
- }
- /** --------------------------- BOLD, ITALIC, UNDERLINED ------------------------------**/
- b, strong {
- color: #888888;
- font-weight: bold;
- }
- i, em {
- color: #676767;
- font-style: italic;
- }
- u {
- color: #CECECE;
- }
- /** --------------------------- HOVER DESIGN ------------------------------**/
- #s-m-t-tooltip{
- font-size:9.5px;
- position:absolute;
- margin-top: 15px;
- letter-spacing:1px;
- z-index:9999;
- background:#eee;
- color:#aaa;
- text-transform:uppercase;
- padding:2px 3px 2px 3px;
- }
- /** --------------------------- SIDE IMAGE ------------------------------**/
- #pic{
- padding:3px;
- }
- #pic img{
- width:170px;
- float:right;
- padding:10px;
- opacity:0.8;
- border:1px solid #fcfcfc;
- margin-left:220px;
- margin-top:-15px;
- position:fixed;
- }
- /** --------------------------- DESCRIPTION ------------------------------**/
- #words{
- width:200px;
- height:215px;
- word-spacing:2px;
- letter-spacing:1px;
- float:right;
- line-height:190%;
- margin-right:12%;
- margin-top:-5px;
- padding:10px;
- overflow:auto;
- position:fixed;
- }
- #words:first-letter {
- width:22px;
- height:22px;
- font-size:20px;
- text-transform:uppercase;
- padding-right:2px;
- color:#000;
- font-family:times;
- }
- /** --------------------------- BASIC INFO ------------------------------**/
- #info{
- width:200px;
- float:left;
- text-align:left;
- line-height:120%;
- letter-spacing:1px;
- word-spacing:1px;
- margin-top:-200px;
- margin-left:42px;
- border-right:1px solid #eee;
- }
- /** --------------------------- QUOTE ------------------------------**/
- #quote{
- width:130px;
- font-size:14px;
- line-height:120%;
- text-align:justify;
- letter-spacing:1px;
- word-spacing:1px;
- margin-top:-200px;
- margin-left:280px;
- padding:10px;
- }
- /** --------------------------- CONTAINERS ------------------------------**/
- #boxcon{
- width:500px;
- margin-bottom:20px;
- margin-top:100px;
- margin-left:35%;
- }
- .box{
- width:400px;
- height:400px;
- border-radius:50px;
- border:1px solid #fcfcfc;
- letter-spacing: 2px;
- text-align:justify;
- margin-bottom:25px;
- background:#fff;
- padding:40px;
- }
- /** --------------------------- TOP LINKS ------------------------------**/
- #toplinks{
- margin-left:34.8%;
- margin-top:20px;
- width:500px;
- }
- #toplinks a{
- color:#fff;
- background: #000;
- margin-left:10px;
- letter-spacing: 2px;
- text-align:center;
- padding:10px;
- -webkit-transition: all 0.5s;
- -moz-transition: all 0.5s;
- transition: all 0.5s;
- }
- #toplinks a:hover{
- background:#000;
- color:#222;
- -webkit-transition: all 0.5s;
- -moz-transition: all 0.5s;
- transition: all 0.5s;
- }
- /** --------------------------- NO TOUCH ------------------------------**/
- #ani {
- position:fixed;
- left:10px;
- bottom:10px;
- text-transform:uppercase;
- font-size:15px;
- letter-spacing:1px;
- padding:5px;
- -webkit-transition: all 0.3s ease;
- -moz-transition: all 0.3s ease;
- -ms-transition: all 0.3s ease;
- -o-transition: all 0.3s ease;
- transition: all 0.3s ease;
- }
- {CustomCSS}
- </style>
- </head>
- <body>
- <!----------------------------- TOP BORDER -------------------------------->
- <div id="top">
- <!----------------------------- TOP LINKS -------------------------------->
- <div id="toplinks">
- <a href="/">Home</a>
- <a href="/">Mail</a>
- <a href="/">Dash</a>
- <a href="/">Link</a>
- <a href="/">Link</a>
- <a href="/">Link</a>
- <a href="/">Link</a>
- </div>
- </div>
- <!----------------------------- CONTAINERS -------------------------------->
- <div id="boxcon">
- <div class="box">
- <!----------------------------- SIDE IMAGE -------------------------------->
- <div id="pic">
- <img src="http://i926.photobucket.com/albums/ad102/My_originals_album/icons/image-1.png">
- </div>
- <!----------------------------- DESCRIPTION -------------------------------->
- <div id="words">
- Lorem ipsum dolor sit amet, consectetuer adipiscing elit. Aliquam nisi lorem, pulvinar id, commodo feugiat, vehicula et, mauris.<i> Aliquam mattis</i> porta urna. Maecenas dui neque, rhoncus sed, vehicula vitae, auctor at, nisi. Aenean id massa ut lacus molestie porta. <u>Curabitur sit amet quam id libero suscipit venenatis</u>.
- </div>
- </div>
- <!----------------------------- BASIC INFO -------------------------------->
- <div id="info">
- <i>Name:</i> YOUR NAME<p>
- <i>Age:</i> YOUR AGE <p>
- <i>Place:</i> WHERE YOU LIVE <p>
- <i>Hobbies:</i> THINGS YOU ENJOY DOING <p>
- <i>Status:</i> HOW YOU'RE FEELING <p>
- <i>Music:</i> FAVORITE SONG AT THE MOMENT<p>
- </div>
- <!----------------------------- QUOTE -------------------------------->
- <div id="quote">
- <i>❝ </i> PLACE ONE OF YOUR FAVORITE QUOTES HERE OR WHATEVER YOU'D LIKE.<i>❞</i>
- </div>
- </div>
- </div>
- </div>
- <!----------------------------- NO TOUCHING -------------------------------->
- <div id="ani">
- <a href="http://kaiguk.tumblr.com/" title="page by Ani">KG</a>
- </div>
- </div>
- </body></html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement