Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- <!--
- [ T H E M E B Y ]
- ○ ● ○
- [ T O M K I R K ]
- about me page #1
- -->
- <html>
- <!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">
- <head>
- <title>
- {block:PostSummary}
- {PostSummary} - {/block:PostSummary}
- Page Title Here
- </title>
- </style>
- <style type="text/css">
- iframe#tumblr_controls {-webkit-filter:invert(100%);right:3px !important; position: fixed !important;-webkit-transition: opacity 0.7s linear;opacity: 0.2;-webkit-transition: all 0.8s ease-out;-moz-transition: all 0.8s ease-out;transition: all 0.8s ease-out;}
- iframe#tumblr_controls:hover{-webkit-transition: opacity 0.7s linear;opacity: .9;-webkit-transition: all 0.4s ease-out;-moz-transition: all 0.4s ease-out;transition: all 0.4s ease-out;}
- ::-webkit-scrollbar {width:16px; height:16px; background:#ffffff}
- ::-webkit-scrollbar-thumb { background-color: #e8e8e8;border:5px solid #ffffff;}
- body{
- background-color:#ffffff; /*background hex color code*/
- background-image:url(); /*insert image url between parentheses*/
- background-attachment:fixed;
- background-repeat:repeat;
- background-position:center;
- /*
- background-size:100% 100%; -remove dashes, asterisks, and this text to make background picture fit entire screeen-
- */
- font-size:10px;
- line-height:14px; /*make this number slightly bigger than font-size*/
- font-family:consolas;
- color:#666666; /*font color*/
- }
- a:link, a:active, a:visited{
- color:#FFC2D6; /*link color*/
- text-decoration:none; /*can put underline for underlined links*/
- }
- a:hover{
- color:#C2FFEB; /*link hover color*/
- text-decoration:none;
- }
- #box{
- position:fixed;
- margin-left:200px;
- margin-top:200px;
- padding:8px;
- width:200px;
- background:#ffffff; /*box color*/
- border:1px solid #ebebeb; /*change color code for different colored borders*/
- box-shadow:rgba(0,0,0,0.07)-7px 7px;
- z-index:1;
- /*delete the following for no rounded edges*/
- -webkit-border-bottom-right-radius: 4px;
- -webkit-border-bottom-left-radius: 4px;
- -moz-border-radius-bottomright: 4px;
- -moz-border-radius-bottomleft: 4px;
- border-bottom-right-radius: 4px;
- border-bottom-left-radius: 4px;
- }
- #bar{
- position:absolute;
- margin-top:-28px;
- margin-left:-9px;
- padding:3px;
- padding-right:5px;
- text-align:right;
- width:208px;
- height:11px;
- background:#e8e8e8; /*bar background*/
- border:1px solid #ebebeb; /*matching border color with #box border looks best*/
- /*delete the following for no rounded edges*/
- -webkit-border-top-left-radius: 4px;
- -webkit-border-top-right-radius: 4px;
- -moz-border-radius-topleft: 4px;
- -moz-border-radius-topright: 4px;
- border-top-left-radius: 4px;
- border-top-right-radius: 4px;
- }
- .bartitle{
- float:left;
- font-weight:bold;
- color:#666666;
- }
- .bartitle:first-letter{
- text-decoration:underline;
- }
- blockquote{
- padding-left:5px;
- margin-left:15px;
- margin-right:0px;
- margin-top:5px;
- margin-bottom:0px;
- border-left:2px solid #e8e8e8;
- }
- .p {padding-top:5px;}
- .ol, ul {margin-left:10px;padding:5px;}
- .ul {list-style-type:square;}
- #navbar{
- position:absolute;
- margin-top:-24px;
- margin-left:-8px;
- padding:3px;
- padding-right:5px;
- text-align:right;
- width:106px;
- height:9px;
- background:#e8e8e8; /*bar background*/
- border:1px solid #ebebeb; /*matching border color with #box border looks best*/
- /*delete the following for no rounded edges*/
- -webkit-border-top-left-radius: 4px;
- -webkit-border-top-right-radius: 4px;
- -moz-border-radius-topleft: 4px;
- -moz-border-radius-topright: 4px;
- border-top-left-radius: 4px;
- border-top-right-radius: 4px;
- }
- #nav{
- position:fixed;
- width:100px;
- margin-top:200px;
- margin-left:440px;
- padding-top:7px;
- padding-left:7px;
- padding-right:7px;
- padding-bottom:4px;
- font-family:consolas;
- font-size:10px;
- line-height:12px;
- background-color:#ffffff; /*background hex color code*/
- border:1px solid #ebebeb; /*change color code for different colored borders*/
- color:#000000; /*text color, note link colors and styles will change with the theme you're using*/
- z-index:999;
- box-shadow:rgba(0,0,0,0.07)-7px 7px;
- /*delete the following for no rounded edges*/
- -webkit-border-bottom-right-radius: 4px;
- -webkit-border-bottom-left-radius: 4px;
- -moz-border-radius-bottomright: 4px;
- -moz-border-radius-bottomleft: 4px;
- border-bottom-right-radius: 4px;
- border-bottom-left-radius: 4px;
- }
- #nav a{
- margin-bottom:4px;
- padding:1px;
- text-transform:uppercase;
- letter-spacing:1px;
- text-align:center;
- color:#666666; /*nav links text color*/
- background:#f4f4f4; /*nav links background color*/
- border:1px solid #f4f4f4;
- padding:1px;
- display:block;
- -webkit-transition: all 0.1s ease;
- -moz-transition: all 0.1s ease;
- transition: all 0.1s ease;
- /*delete the following for no rounded edges*/
- -webkit-border-radius: 4px;
- -moz-border-radius: 4px;
- border-radius: 4px;
- }
- #nav a:active{
- color:#666666; /*nav links text color when clicked*/
- background:#ffffff; /*color of link when clicked*/
- }
- {CustomCSS}
- </style>
- <link rel="shortcut icon" href="{Favicon}">
- <link rel="alternate" type="application/rss+xml" title="RSS" href="{RSS}" /><meta name="viewport" content="width=820" />
- </head>
- <body>
- <div id="box">
- <div id="bar">
- <span class="bartitle"> Page Title Here </span>
- <img src="http://media.tumblr.com/691ba4289e39661cfb6559164f39f3c0/tumblr_inline_msy5o89F1X1qz4rgp.png">
- <img src="http://media.tumblr.com/36615af987980409c80cc67cae27013d/tumblr_inline_msy5o5RiHU1qz4rgp.png">
- <img src="http://media.tumblr.com/7cd16259d770a6d5f4a6350dc962a48e/tumblr_inline_msy5nqetZl1qz4rgp.png">
- </div>
- <!-- write stuff here -->
- Lorem ipsum dolor sit amet, consectetuer adipiscing elit. Aliquam nisi lorem, pulvinar id, commodo feugiat, vehicula et, mauris. Aliquam mattis porta urna.
- <a href="/about/1">link</a> <!--add <br> instead of enter -->
- <br>
- > one
- <br>
- > two
- <blockquote>
- blockquote text
- </blockquote>
- <b>bold</b>
- <i>italics</i>
- <br>
- <img src="https://31.media.tumblr.com/5a4a522d4da9de9d3347d24bc1cac2f0/tumblr_inline_my5fmtNKRZ1rnr4eb.gif">
- </div>
- <div id="nav">
- <!-- delete this part to take off bar and buttons-->
- <div id="navbar"><span class="bartitle"> links </span>
- <img src="http://media.tumblr.com/691ba4289e39661cfb6559164f39f3c0/tumblr_inline_msy5o89F1X1qz4rgp.png">
- <img src="http://media.tumblr.com/36615af987980409c80cc67cae27013d/tumblr_inline_msy5o5RiHU1qz4rgp.png">
- <img src="http://media.tumblr.com/7cd16259d770a6d5f4a6350dc962a48e/tumblr_inline_msy5nqetZl1qz4rgp.png">
- </div>
- <!--end-->
- <a href="/about/1">link</a>
- <a href="/about/1">link</a>
- <a href="/about/1">link</a>
- </div>
- <div style="position:fixed;right:0;bottom:0;padding:15px;">
- <a title="theme by tomkirk"href="http://tomkirk.tumblr.com/">▲</a>
- </div>
- </body>
- </html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement