Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- <head>
- <!-- theme forwood by dawnsalvatore -->
- <!-- DEFAULT VARIABLES -->
- <meta name="color:background" content="#fcfafa" />
- <meta name="color:title" content="#ac999e" />
- <meta name="color:text" content="#c9bdbd" />
- <meta name="color:link" content="#bd8f9a" />
- <meta name="color:link hover" content="#c9b7bb" />
- <meta name="color:menu" content="#c9b7bb" />
- <meta name="color:info" content="#f8f5f6" />
- <meta name="font:title" content="cursive" />
- <meta name="font:body" content="caviar" />
- <meta name="image:sidebar" content=""/>
- <meta name="image:background" content="" />
- <meta name="text:Link1" content="" />
- <meta name="text:Link1 Title" content="" />
- <meta name="text:Link2" content="" />
- <meta name="text:Link2 Title" content="" />
- <meta name="text:Link3" content="" />
- <meta name="text:Link3 Title" content="" />
- <meta name="text:Link4" content="" />
- <meta name="text:Link4 Title" content="" />
- <link href='http://fonts.googleapis.com/css?family=Codystar' rel='stylesheet' type='text/css'>
- <meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
- <title>{Title}{block:SearchPage}, Search results for: {SearchQuery}{/block:SearchPage}{block:PostSummary}, {PostSummary}{/block:PostSummary}</title>
- {block:Description}<meta name="description" content="{MetaDescription}" />{/block:Description}
- <link rel="shortcut icon" href="{Favicon}" />
- <link rel="alternate" type="application/rss+xml" href="{RSS}" />
- <style type="text/css">
- body {color:{color:text}; background-color:{color:background}; background-image: url('{image:Background}'); background-attachment:fixed; font-family:{font:body}; font-size:10px; line-height:120%; text-align:justify}
- a:link, a:active, a:visited{color: {color:link}; text-decoration:none}
- a:hover{opacity:1; padding:0px; -webkit-transition:all 0.2s ease-out; -moz-transition:all 0s ease-out; transition:all 0s ease-out; color:{color:link hover};}
- #entries{left:50%; margin-left:495px; margin-top:-15px; width:510px;}
- #sidebarimg img {max-width: 250px; max-height:275px ; text-align:center;}
- #sbar {max-width:265px; margin-top:25px; margin-left:165px; position:fixed; overflow:hidden; background-color: {color:background}; border-left:0px solid; border-right:0px solid; padding:3px;}
- #posts{overflow:hidden; background-color: {color:entry}; border-left:0px solid; border-right:0px solid; padding:3px}
- h1{color:{color:title}; font-family:{font:title}; font-size:16px; line-height:17px; letter-spacing:0px; font-weight:normal; text-transform:uppercase; margin:0px; padding:0px; text-align:left}
- h2{color:{color:title}; font-family:{font:title}; font-size:15px; line-height:14px; letter-spacing:0px; font-weight:normal; text-transform:uppercase; margin:0px; padding:0px; margin-bottom:-0px; text-align:left}
- #info{display:block; font-size:10px; text-align:center; padding-right:5px; background-color:{color:info}; opacity: 0.5; filter:alpha(opacity=50);}
- #questions {background-color:{color:background}; color: {color:text}; padding:10px; margin-bottom:0px; font-family:caviar; font-size:11px}
- #questions a {color:{color:link}}
- #pagination {font-family:caviar; text-align:center; font-size:45px; margin-left:1110px; margin-top: 250px; width:70px; position:fixed; opacity: 0.4; filter:alpha(opacity=45);}
- #title{font-family:cursive; font-size:22px; line-height:28px; letter-spacing:2px; font-weight:normal; font-style:normal; text-transform:none; margin:0px; padding:0px; text-align:center; margin-bottom:-6px; margin-top:2px;}
- blockquote {border-left:2px {color:body} solid; padding-left:5px; margin:0px 2px 0px 10px}
- blockquote img, blockquote a img {max-width: 490px}
- b, strong{color:{color:title};}
- i, em {border: none}
- p{margin-top:3px; margin-bottom:3px}
- img a{color:{color:info}}
- .audio{background-color:black; display:block;}
- .user_1 .label {color:{color:link hover}; 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;}
- .notes img{width:10px; position:relative; top:1px;}
- ol.notes, .notes li{list-style:none; margin:0px; padding:0px;}
- iframe input, iframe submit, iframe textarea, iframe div, iframe table {background-color:transparent!important;}
- </style>
- <style type="text/css">{CustomCSS}</style>
- </head>
- <body>
- <BR>
- <div id="sbar">
- <center><div id="title"><a href="/">{Title}</a></div></center>
- <center> {block:ifLink2}<a href="{text:Link2}">{text:Link2 Title} </a>{/block:ifLink2}
- {block:ifLink3}<a href="{text:Link3}"> · {text:Link3 Title}</a>{/block:ifLink3}
- {block:ifLink4}<a href="{text:Link4}"> · {text:Link4 Title}</a>{/block:ifLink4}
- </center><br>
- <center><div id="sidebarimg"><img src="{image:sidebar}">
- </div><br><a href="/">home </a> <a href="/ask"> · askbox </a> <a href="http://ladysmolderhalder.tumblr.com/tagged/theme"> · theme</a>
- {block:ifLink1}<a href="{text:Link1}"> · {text:Link1 Title}</a>{/block:ifLink1}
- <br>
- </center>
- <center> {block:Description}{Description}{/block:Description}</center>
- <br>
- </div>
- <BR>
- <div id="pagination"> {block:PreviousPage}<a href="{PreviousPage}">prev</a> {/block:PreviousPage}
- {block:NextPage} <a href="{NextPage}">next</a>{/block:NextPage} </div>
- </div>
- <div id="entries">
- {block:Posts}
- <div id="posts">
- {block:Quote}<h2>"{Quote}" - {Source}</h2>{/block:Quote}
- {block:Title}<h1>{Title} </h1>{/block:Title}
- {block:Text}{Body}{/block:Text}
- {block:Link}<a href="{URL}" class="link" {Target}><h1>{Name} </h1></a>
- {block:Description}<P>{Description}</p>{/block:Description}{/block:Link}
- {block:Photo}<center>{LinkOpenTag}<img src="{PhotoURL-500}" alt="{PhotoAlt}"/>{LinkCloseTag}</center>{block:Caption}{Caption}{/block:Caption}{/block:Photo}
- {block:Photoset}<center>{Photoset-500}</center>{block:Caption}{Caption}{/block:Caption}{/block:Photoset}
- {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:Video}{Video-500}{block:Caption}{Caption}{/block:Caption}{/block:Video}
- {block:Answer}<div id="questions"><img src="{AskerPortraitURL-24}"> {Asker} asked: "{Question}"</div>
- {Answer}{/block:answer}
- {block:Audio}<span class="audio"><center>{AudioPlayerBlack}</center></span>{block:Caption}{Caption}{/block:Caption}{/block:Audio}
- <div id="info"> <a href="{Permalink}">posted {TimeAgo}</a>{/block:Date}{block:NoteCount}<a href="{Permalink}">, with {NoteCount} notes</a>{/block:NoteCount} <br>{block:RebloggedFrom}<a href="{ReblogParentURL}"><a href="{ReblogParentURL}">via {ReblogParentName} </a>{/block:RebloggedFrom}{block:ContentSource} <a href="{SourceURL}"> | source {SourceName}</a>{/block:ContentSource}</div>
- </br></br>
- {block:PostNotes}{PostNotes}{/block:PostNotes}
- {/block:Posts}
- </div>
- </body>
- </html>
Advertisement
Add Comment
Please, Sign In to add comment