Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN"
- "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
- <html>
- <head>
- <!--Theme 003 by Alice (gloriously-pond @ tumblr).
- Guidelines:
- -Use the old customization page at tumblr.com/customize-classic.
- -Fiddle with the code if you want to, but keep the credit where it's at.
- -If you want, learn from the code to see how I do things, but don't copy my work. I code everything myself, and I can recognize my work faster than you may (want to) imagine.
- -My askbox is open for any questions.
- Default Settings-->
- <meta name="color:background" content="#FFFFFF" />
- <meta name="color:permalink" content="#022C53" />
- <meta name="color:title" content="#A1BDD4" />
- <meta name="color:text" content="#021425" />
- <meta name="color:link" content="#7da4c4" />
- <meta name="color:link hover" content="#008EAA" />
- <meta name="color:linkage background" content="#2C6368" />
- <meta name="font:title" content="cursive" />
- <meta name="font:body" content="Calibri" />
- <meta name="image:sidebar" content=""/>
- <meta name="image:background" content="http://static.tumblr.com/w4zoyjb/hpbm2t7fe/1.jpg" />
- <meta name="text:Link1" content="/" />
- <meta name="text:Link1 Title" content="link 1" />
- <meta name="text:Link2" content="/" />
- <meta name="text:Link2 Title" content="link 2" />
- <meta name="text:Link3" content="/" />
- <meta name="text:Link3 Title" content="link 3" />
- <meta name="text:Link4" content="/" />
- <meta name="text:Link4 Title" content="link 4" />
- <meta name="text:Link5" content="/" />
- <meta name="text:Link5 Title" content="link 5" />
- <title>{Title}</title>
- <link rel="shortcut icon" href="{Favicon}"/>
- <link rel="alternate" type="application/rss+xml" href="{RSS}">
- {block:Description} <meta name="description" content="{MetaDescription}"/> {/block:Description}
- <style type="text/css">
- img{
- -webkit-transition:opacity 0.6s linear;
- opacity:0.75;
- }
- img:hover{
- -webkit-transition:opacity 0.6s linear;
- opacity:1;
- }
- body {
- background-color:{color:background};
- font-family:Georgia;
- font-size:11px;
- color:{color:text};
- text-wrap:normal
- word-wrap:break-word;
- margin:0px 0px;
- text-align:center;
- height:100%;
- background-image:url('{image:background}');
- background-attachment:fixed;
- top:0px;
- left:0px;
- bottom:0px;
- right:10px;
- overflow-y:scroll;
- overflow-x:hidden;
- }
- html {
- overflow-y:auto;
- background-color:transparent;
- }
- ::-webkit-scrollbar {
- width:10px;
- height:auto;
- background:#FFFFFF;
- }
- ::-webkit-scrollbar-corner {
- background:{color:linkage background};
- }
- ::-webkit-scrollbar-thumb:vertical {
- background:{color:linkage background};
- }
- ::-webkit-scrollbar-thumb:horizontal {
- background:{color:linkage background};
- }
- a, a:active, a:visited{
- text-decoration:none;
- color:{color:link};
- }
- a:hover{
- color:{color:link hover};
- }
- #main{
- background-color:{color:background};
- background-attachment:fixed;
- background-image: url('{image:Background}');
- position:absolute;
- width:980px;
- height:100%;
- top:0px;
- left:90px;
- }
- #sidebar {
- padding:10px;
- background-color:transparent;
- text-align:center;
- position:fixed;
- top:10px;
- left:100px;
- width:260px;
- height:585px;
- border-bottom:3px {color:linkage background} dotted;
- border-top:3px {color:linkage background} dotted;
- font-family:Calibri;
- margin-top:5px;
- margin-bottom:150px;
- }
- #simg a {
- margin-top:2px;
- margin-bottom:3px;
- text-align:center;
- }
- #simg img {
- max-width: 250px;
- height: auto;
- }
- #question {
- border-bottom:1px solid {color:linkage background};
- background-color:{color:linkage background};
- color:{color:title};
- font-size:12px;
- text-align:center;
- padding:10px;
- letter-spacing:1px;
- line-height:12px;
- }
- #asker {
- color:{color:link};
- margin-top:-5px;
- text-align:center;
- text-transform:uppercase;
- font-weight:bold;
- letter-spacing:1px;
- }
- #dash {
- right:0px;
- height:100%;
- width:300px;
- top:0px;
- background-color:transparent;
- position:fixed;
- }
- #content{
- background-color:transparent;
- position:absolute;
- width:600px;
- height:auto;
- padding:5px;
- left:350px;
- top:5px;
- font-family:{font:body};
- }
- #title a {
- font-family:Georgia;
- font-size:22px;
- line-height:22px;
- display:block;
- text-align:center;
- padding:5px;
- letter-spacing:0px;
- font-style:italic;
- background-color:transparent;
- color:{color:link};
- }
- #title a:hover {
- background-color:transparent;
- color:{color:link hover};
- }
- #credit {
- text-transform:uppercase;
- font-size:14px;
- font-family:Calibri;
- right:0px;
- top:0px;
- position:fixed;
- width:260px;
- left:100px;
- top:630px;
- }
- #line {
- background-color:{color:linkage background};
- padding:3px;
- margin-bottom:5px;
- border-top:1px solid {color:permalink};
- }
- .post{
- text-align:left;
- margin:5px 0px 0px 0px;
- }
- blockquote {
- border-left:2px {color:body} solid;
- padding-left:5px;
- margin:0px 2px 0px 10px
- }
- h3{
- font-size:18px;
- font-weight:700;
- }
- .quote{
- font-size:20px;
- font-style:italic;
- }
- .user_1 .label {
- color:{color:link};
- font-weight:bold;
- }
- .user_2 .label {
- color:{color:text};
- font-weight:bold
- }
- .user_1 .label {
- color:{color:link};
- font-weight:bold
- }
- .user_2 .label {
- color:{color:text};
- font-weight:bold
- }
- ul.chat, .chat ol, .chat li {
- list-style:none;
- margin:0px;
- padding:0px;
- }
- .label {
- font-weight:bold;
- }
- .info {
- padding:2px 3px 2px 3px;
- margin-bottom:5px;
- text-align:left;
- }
- .tag {
- font-weight:normal;
- margin-right:2px;
- font-style:italic;
- text-transform:lowercase;
- }
- .date {
- font-size 10px;
- color:#666;
- text-transform:uppercase;
- font-weight:bold;
- }
- h1{
- font-size:15px;
- margin:20px 0px 0px 0px;
- font-family:'Georgia';
- color:{color:title};
- }
- #permalink {
- display:block;
- margin:5px 5px 5px 5px;
- padding:2px;
- color:{color:text};
- font:10px {font:body};
- line-height:110%;
- text-align:center;
- background-color:transparent;
- letter-spacing:0px;
- }
- #linksbar {
- position:fixed;
- top:70px;
- left:0px;
- width:100px;
- height:80%;
- background-color:transparent;}
- #linkage a {
- width:51px;
- height:51px;
- -moz-border-radius:80px;
- -webkit-border-radius:80px;
- font-family:Georgia;
- font-size:10px;
- line-height:50px;
- display:block;
- text-align:center;
- background-color:{color:linkage background};
- color:{color:link};
- padding:5px;
- letter-spacing:0px;
- -webkit-transition:opacity 0.5s linear;
- opacity:1;
- -webkit-transition:all 0.5s ease-out;
- -moz-transition:all 0.5s ease-out;
- transition:all 0.5s ease-out;
- }
- #linkage a:hover {
- background-color:transparent;
- color:{color:link hover};
- opacity:100%;
- -webkit-transition:
- opacity:0.7s linear;
- opacity:0.6;-webkit-transition:
- all 0.3s ease-out;
- -moz-transition:all 0.3s ease-out;
- transition:all 0.3s ease-out;
- }
- #pagination {
- font-family:georgia;
- text-align:center;
- font-size:35px;
- letter-spacing:1px
- }
- #pagination a {
- font-color:{color:link};
- opacity:0.5;
- }
- #pagination a:hover {
- font-color:{color:link hover};
- opacity:1;
- }
- #notes {
- font-weight:normal;
- }
- #notes li {
- padding-bottom:0.5em;
- }
- #notes li img.avatar {
- vertical-align:-4px;
- margin-right:5px;
- width:16px;
- height:16px;
- border-radius:8px;
- }
- </style>
- </head>
- <body>
- <div id="main">
- <div id="sidebar">
- <center>
- <br><br>
- <div id="title">
- <a href="/">{Title}</a>
- </div>
- <div id="simg"><a href="/"><img src="{image:sidebar}"/></a></div>
- <br>
- {Description}
- </center>
- </div>
- <div id="dash">
- <div id="pagination"><br><br><br><br><br><br>{block:PreviousPage}<a href="{PreviousPage}"><b><i>p</b></i>revious</a>
- {/block:PreviousPage}<br><br>{block:NextPage} <a href="{NextPage}"><b><i>n</b></i>ext</a>{/block:NextPage}</div>
- </div>
- <div id="linksbar"><br>
- <center>
- <div id="linkage">
- <a href="/ask">ask</a><br>
- {block:ifLink1}<a href="{text:Link1}">{text:Link1 Title}</a><br />{/block:ifLink1}
- {block:ifLink2}<a href="{text:Link2}">{text:Link2 Title}</a><br />{/block:ifLink2}
- {block:ifLink3}<a href="{text:Link3}">{text:Link3 Title}</a><br />{/block:ifLink3}
- {block:ifLink4}<a href="{text:Link4}">{text:Link4 Title}</a><br />{/block:ifLink4}
- {block:ifLink5}<a href="{text:Link5}">{text:Link5 Title}</a><br />{/block:ifLink5}
- </div>
- </div>
- <div id="content">
- {block:Posts}
- {block:Text}
- <div class="post">
- {block:Title}
- <h3><a href="{Permalink}">{Title}</a></h3>
- {/block:Title}
- {Body}
- </div>
- {/block:Text}{block:Photo}
- <div class="post">
- <center>{LinkOpenTag}<img src="{PhotoURL-500}" alt="{PhotoAlt}"/>{LinkCloseTag}</center>
- {block:Caption}
- <div class="caption">{Caption}</div>
- {/block:Caption}
- </div>
- {/block:Photo}{block:Photoset}
- <div class="post">
- <center>{Photoset-500}</center>
- {block:Caption}
- <div class="caption">{Caption}</div>
- {/block:Caption}
- </div>
- {/block:Photoset}{block:Quote}
- <div class="post">
- <div class="quote">"{Quote}"</div>
- {block:Source}
- <div class="source">{Source}</div>
- {/block:Source}
- </div>
- {/block:Quote}{block:Link}
- <div class="post">
- <center><h3><a href="{URL}" class="link" {Target}>{Name}</a></h3></center>
- {block:Description}
- <div class="description">{Description}</div>
- {/block:Description}
- </div>
- {/block:Link}
- {block:Chat}
- <ul class="chat">
- {block:Lines}
- <li class="user_{UserNumber}">
- {block:Label}
- <span class="label">
- {Label}
- </span>
- {/block:Label}
- {Line}</li>
- {/block:Lines}
- </ul>{/block:Chat}
- {block:Answer}
- <div id="question"><b>{Asker}</b>: "{Question}"</div>
- <div id="answer">{Answer}</div>{/block:Answer}
- {block:Video}
- <div class="post">
- <center>{Video-500}</center>
- {block:Caption}
- <div class="caption">{Caption}</div>
- {/block:Caption}
- </div>
- {/block:Video}{block:Audio}
- <div class="post">
- {AudioPlayerBlack}
- {block:Caption}
- <div class="caption">{Caption}</div>
- {/block:Caption}
- </div>
- {/block:Audio}
- <div style="width:100%; display:block">
- </div>
- <div id="permalink">
- {block:Date}<a href="{Permalink}">{TimeAgo}</a>
- {block:NoteCount} · <a href="{Permalink}">{NoteCountwithLabel}</a>{/block:NoteCount}
- {/block:Date}{block:RebloggedFrom}
- · via <a href="{ReblogParentURL}">{ReblogParentName}</a>
- {/block:RebloggedFrom}
- {block:ContentSource} ·
- ©
- <a href="{SourceURL}">{SourceLink}</a>{/block:ContentSource}
- <br>{block:HasTags}{block:Tags}#<a href="/tagged/{Tag}">{Tag}</a> {/block:Tags}
- {/block:HasTags}
- </div>
- <div id="line">
- </div>
- <div class="info">
- <div class="date">
- </div>
- </div>
- {/block:Posts}
- {block:PostNotes}<div id="notes">{PostNotes}{/block:PostNotes}
- </div>
- <div id="credit">
- <center>
- ©<a href="http://gloriously-pond.tumblr.com/tagged/themes">gloriously-pond</a>
- </center>
- </div>
- </div>
- </div>
- </body>
- </html>
- <!--Remember to leave credit intact.-->
Advertisement
Add Comment
Please, Sign In to add comment