Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
- <!--
- - theme 12
- by -alyx
- -->
- <head>
- <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}
- <meta name="color:background" content="#ffffff" />
- <meta name="color:sidebar" content="#9e8d94" />
- <meta name="color:sidebar 3" content="#000000" />
- <meta name="color:sidebar text" content="#000000" />
- <meta name="color:text" content="#000000" />
- <meta name="color:title" content="#000000" />
- <meta name="color:post background" content="#8f918b" />
- <meta name="color:entry" content="#e8e5de" />
- <meta name="color:bold" content="#000000" />
- <meta name="color:link" content="#494949" />
- <meta name="color:link hover" content="#a57388" />
- <meta name="color:sidebar links" content="#9e8d94" />
- <meta name="image:sidebar image" content=""/>
- <meta name="image:Background" content="http://media.tumblr.com/tumblr_m7fiwugCSP1rtcxhp.png"/>
- <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="" />
- <meta name="text:Link5" content="" />
- <meta name="text:Link5 Title" content="" />
- <meta name="text:Link6" content="" />
- <meta name="text:Link6 Title" content="" />
- <style type="text/css">
- /* --- misc --- */
- ::-webkit-scrollbar-thumb:vertical
- {background-color:{color:sidebar};
- -moz-border-radius:10px;
- -webkit-border-radius:10px;}
- ::-webkit-scrollbar
- {width:10px;
- height:5px;
- background-color:{color:entry};}
- /* --- body --- */
- body
- {font-family:consolas;
- font-size:11px;
- background-image:url('{image:Background}');
- background-position: fixed;
- background-attachment:fixed;
- background-repeat:repeat;
- background-color:{color:Background};}
- a, a:link, a:active, a:visited
- {color:{color:link};
- text-decoration: none}
- a:hover
- {color:{color:link hover};}
- b
- {font-weight: bold;
- color:{color:bold}}
- i
- {text-transform: italic;
- color:{color:sidebartext}}
- p
- {margin:5px 0 2px 0}
- blockquote{margin:2px 5px 2px 5px;
- padding: 1px 0 3px 6px;
- border-left: 2px solid {color:text}}
- /* --- sidebar --- */
- #sidebar
- {background-attachment: fixed;
- -moz-border-radius: 000px;
- border-radius: 000px;
- border-top-right-radius:0px;
- z-index:2;
- width: 200px;
- height: 100%;
- top: 200px;
- right: 830px;
- padding: 5px;
- background:{color:sidebar} url({image:sidebar bg}) repeat;
- text-align: center;
- position: fixed}
- .sidebarpic img
- {max-width: 180px;
- text-align:center;
- margin-bottom:3px;
- margin-top: 15px}
- .title
- {margin-top:20px;
- margin-bottom:px;
- text-align: center;
- width:200px;}
- .title a
- { line-height:80%;
- font-style:none;
- font-size:20px;
- text-transform:lowercase;
- font-family:raleway;
- letter-spacing:1px;
- color:{color:title}}
- .title a:hover
- {background-color:transparent;}
- .stuff
- {margin:5px;
- border:solid 1px {color:sidebar text};
- width:188px;}
- .sidebartext
- {margin:5px;
- color:{color:sidebar text}}
- /* --- sidebar links --- */
- #sidebar3
- {z-index:2;
- width: 140px;
- height:100%;
- right:40px;
- bottom:0px;
- padding: 5px;
- position: fixed;
- background:{color:sidebar 3} }
- .sidebarnavigation
- {font-family:raleway;
- margin-right:0px;
- font-size:15px;
- margin-top: 20px;
- margin-left:18px;
- color:{color:sidebar};}
- .sidebarnavigation a
- {display:inline-block;
- width:95px;
- text-transform:lowercase;
- height:20px;
- padding:5px;
- margin-bottom:3px;
- font-size:15px;
- letter-spacing:1px;
- text-align:center;
- -webkit-transition: all 0.2s ease-in-out;
- -moz-transition: all 0.2s ease-in-out;
- -o-transition: all 0.2s ease-in-out;
- -ms-transition: all 0.2s ease-in-out;
- transition: all 0.2s ease-in-out;
- background-color:{color:sidebar links};
- color: {color:sidebar 3};}
- .sidebarnavigation a:hover
- {-webkit-transition: all 0.3s ease-in-out;
- -moz-transition: all 0.3s ease-in-out;
- -o-transition: all 0.3s ease-in-out;
- -ms-transition: all 0.3s ease-in-out;
- transition: all 0.3s ease-in-out;
- background-color: {color:link hover};}
- .navtitle
- {font-size:20px;
- width:110px;
- text-align:center;
- margin-top:150px;
- margin-bottom:10px;}
- .sidebarpages
- { margin-top:15px;
- text-align: center;}
- .sidebarpages a
- {font-size:25px;
- text-decoration: none;
- color:{color:sidebar links}}
- .sidebarpages a:hover
- {color:{color:link hover};
- background-color: transparent}
- .credit
- {margin-top:20px;
- text-align:center;
- text-transform:uppercase;
- color:{color:sidebar links};}
- /* --- posts --- */
- #container
- {background-color:{color:post background};
- width: 560px;
- position: absolute;
- top: 0px;
- right: 230px;
- padding-bottom: 0px}
- h1
- {font-size:30px;
- text-transform:uppercase;
- font-family:raleway;
- letter-spacing:1px;
- line-height: 20px;
- font-weight: normal;
- margin: 0 0 5px 0;
- text-align: center}
- h1 a
- {font-size:30px;
- text-transform:uppercase;
- font-family:raleway;
- letter-spacing:1px;
- line-height: 20px;
- font-weight: normal;
- margin: 0 0 5px 0;
- text-decoration: none;
- text-align: center}
- .entry
- {{block:IndexPage}
- width:500px;
- float:center;
- padding:5px;
- {/block:IndexPage}
- {block:PermalinkPage}
- width:500px;
- margin:auto;
- {/block:PermalinkPage}}
- .image
- {text-align: center;
- margin: 0 0 5px 0}
- .image img
- { width: 500px;
- border: white solid 2px;
- margin: 0;
- padding: 0}
- #ask_form
- {width: 500px}
- .qqmarks
- {font-size: 80px;
- font-weight: bold;
- line-height: 80px;
- opacity: 0.2;
- filter:alpha (opacity=20);}
- .qquote
- {font-size: 20px;
- letter-spacing: -1px;
- line-height: 20px;
- margin-top: -70px;
- margin-left: 45px}
- .qsource
- {margin: 5px 15px 0 0;
- text-align: right;
- font-size:18px;
- text-transform:uppercase;
- font-family:raleway;
- letter-spacing:1px;}
- .chat
- {line-height: 12px;
- list-style: none }
- .chat ul
- {line-height: 15px;
- list-style: none;
- padding: 0px;
- line-height: 20px;}
- .person1
- {color: {color:text} }
- .person .label
- {font-weight: bold;
- padding: 0px;
- margin: 0 0 5px 0;
- color: {color:text}}
- .person2
- {color: {color:text}}
- .person2 .label
- {font-weight: bold;
- padding: 0px;
- margin: 0 0 5px 0;
- color: {color:text}}
- #audio
- {margin-bottom:5px;
- width:500px;
- height:100px;}
- .albumart
- {-moz-border-radius:100px;
- -webkit-border-radius:100px;
- z-index:2;
- width:95px;
- height:95px;
- border:dashed {color:sidebar} 1px;
- position:absolute;}
- .albumart img
- {-moz-border-radius:100px;
- -webkit-border-radius:100px;
- z-index:2;
- width:95px;
- height:95px;
- float:center;}
- .playercontainer
- {-moz-border-radius:100px;
- -webkit-border-radius:100px;
- z-index:2;
- opacity: .2;
- display:block;
- width:95px;
- height:95px;
- background-color:#fff;
- position:absolute;
- border:dashed {color:sidebar} 1px;}
- .playercontainer:hover
- {opacity:.7;
- -webkit-transition: all 0.5s ease-in-out;
- -moz-transition: all 0.5s ease-in-out;
- -o-transition: all 0.5s ease-in-out;
- -ms-transition: all 0.5s ease-in-out;
- transition: all 0.5s ease-in-out;}
- .player
- {-moz-border-radius:100px;
- -webkit-border-radius:100px;
- z-index:2;
- margin-left:35px;
- margin-top:35px;
- width:25px;
- height:25px;
- overflow:hidden;}
- #audioinfo
- {height: 10px;
- width:350px;
- padding: 4px 5px;
- background: {color:sidebar};
- color: {color:text};
- display: block;
- overflow: hidden;
- text-align: left;
- margin-left:120px;
- margin-top:5px;
- margin-bottom: 3px;
- text-transform: uppercase;}
- .askbox
- {width: 480px;
- background-color:{color:sidebar};
- color:{color:text};
- z-index:2;
- padding: 10px}
- .asker img
- {display:none;}
- .asker
- {font-family:raleway;
- letter-spacing:0px;
- line-height: 20px;
- font-size: 15px;
- color:{color:link};
- line-height: 80%;
- padding: 0;
- margin-left: 10}
- .asker a
- {font-family:wire one;
- letter-spacing:1px;
- line-height: 20px;
- font-size: 20px;
- color:{color:link};
- line-height: 80%;
- padding: 0;
- margin-left: 10}
- .asker a:hover
- {background-color:transparent;
- letter-spacing:1px;}
- .answer
- {padding: 5px 0 0 0}
- #cap
- {padding: 2px 0 0 0;
- width: 490px;
- margin: 0 0 0 5px}
- .info
- {width: 490px;
- margin: 15px auto 0 auto;
- background-color:{color:background};
- padding: 5px;
- -moz-border-radius: 1px;
- border-radius: 1px}
- .tags
- {font-size: 9px;
- display: inline;}
- .tags a
- {letter-spacing:0px;
- font-size: 10px}
- .origin
- {font-size: 9px;
- text-align: left}
- #entry
- {width: 500px;
- background-color:{color:entry};
- text-align: justify;
- padding: 20px;
- margin: 10px;}
- #notes
- {display:block;
- width:500px;
- float:left;
- padding:3px;
- margin:5px;}
- .origin
- {font-size: 9px;
- text-align: left}
- .ibottom
- {margin: 5px 0 5px 0;
- font-family: tahoma, helvetica}
- .ibottom a:hover
- {background-color: {color:linkhover};
- padding: 1px 0 1px 0}
- .date
- {font-size:15px;
- text-transform:lowercase;
- font-family:raleway;
- letter-spacing:-1px;
- float:left; }
- .source
- {display:none}
- .permalink
- {float:right;
- font-size: 10px}
- #clear
- {clear: both;
- width: 50px;
- height: 0px;
- background-color: transparent}
- </head>
- </style>
- <body>
- <link href='http://fonts.googleapis.com/css?family=Wire+One' rel='stylesheet' type='text/css'><link href='http://fonts.googleapis.com/css?family=Raleway:100' rel='stylesheet' type='text/css'>
- <div id ="sidebar">
- <div class="title"><a href="/">{Title}</a></div>
- <div class="sidebarpic"><img src="{image:sidebar image}"/></div>
- <div class="stuff"><div class="sidebartext">{block:Description}{Description}{/block:Decription}</div>
- </div></div>
- <div id="sidebar3">
- <div class="sidebarnavigation">
- <div class="navtitle">navigation.</div>
- <a href="/ask">ask away</a>
- {block:ifLink1}<a href="{text:Link1}">{text:Link1 Title}</a>{/block:ifLink1}
- {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}
- {block:ifLink5}<a href="{text:Link5}">{text:Link5 Title}</a>{/block:ifLink5}
- {block:ifLink6}<a href="{text:Link6}">{text:Link6 Title}</a>{/block:ifLink6}
- </div>
- {block:Pagination}<div class="sidebarpages">
- {block:PreviousPage}<a href="{PreviousPage}">«</a>{/block:PreviousPage}
- {block:NextPage}<a href="{NextPage}">»</a>{/block:NextPage}
- </div> {/block:Pagination}
- <div class="credit"><a href="http://themes-alyx.tumblr.com/">theme credit</a></div> <center>
- </div></div>
- <div id="container">
- <div id="entries">
- {block:Posts}
- <div id="entry"></center>
- {block:Text}{block:Title}<h1>{Title}</h1>{/block:Title}{Body}{/block:Text}
- {block:Photo}
- <div class="entry">
- {block:IndexPage}<a href="{Permalink}">{/block:IndexPage}
- {block:PermalinkPage}{LinkOpenTag}{/block:PermalinkPage}
- {block:IndexPage}<div class="photo">{/block:IndexPage}<img src="{block:IndexPage}{PhotoURL-HighRes}{/block:IndexPage}{block:PermalinkPage}{PhotoURL-HighRes}{/block:PermalinkPage}" alt="{PhotoAlt}" {block:IndexPage}width="490"{/block:IndexPage}{block:PermalinkPage}width="490"{/block:PermalinkPage}/>{block:IndexPage}</div>{/block:IndexPage}</a>
- {block:Caption}{Caption}{/block:Caption}
- {block:IndexPage}</a>{/block:IndexPage}
- {block:PermalinkPage}{LinkCloseTag}<p>
- {/block:PermalinkPage}
- </div>
- {/block:Photo}
- {block:Photoset}{Photoset-500}
- <div id="cap">{block:Caption}{Caption}{/block:Caption}</div>
- {/block:Photoset}
- {block:Quote}
- <b class="qqmarks">“</b><div class="qquote">{Quote}</div>
- {block:Source}<div class="qsource">~ {Source}</div>{/block:Source}
- {/block:Quote}
- {block:Link}
- <h1><a href="{URL}" {Target}>{Name}</a></h1>
- {block:Description}{Description}{/block:Description}
- {/block:Link}
- {block:Chat}
- {block:Title}<h1><a href="{Permalink}">{Title}</a></h1>{/block:Title}
- <div class="chat"><ul>{block:Lines}
- <li class="person">{block:Label}
- <span class="label">{Label}</span>{/block:Label} {Line}</li>{/block:Lines}</ul></div>
- {/block:Chat}
- {block:Audio}
- <div id="audio"><div class="albumart"><img src="http://static.tumblr.com/4wyqgof/Dyvm2qmp1/default.jpg"></div>{block:AlbumArt}<div class="albumart"><img src="{AlbumArtURL}"></div>{/block:AlbumArt}<div class="playercontainer"><div class="player">{AudioPlayerWhite}</div></div><div id="audioinfo"><b>ARTIST:</b> {block:Artist}{Artist}{/block:Artist}</div>
- <div id="audioinfo"><b>TRACK:</b> {block:TrackName}{TrackName}{/block:TrackName}</div><div id="audioinfo"><b>ALBUM:</b> {block:Album}{Album}{/block:Album}</div></div>{block:Caption}{Caption}{/block:Caption}
- {/block:Audio}
- {block:Video}{Video-500}
- <div id="cap">{block:Caption}{Caption}{/block:Caption}</div>{/block:Video}
- {block:Answer}
- <div class="askbox"><div class="asker"><img src="{AskerPortraitURL-48}"> {Asker} asked: {Question}</div></div>
- <div class="answer">{Answer}</div>
- {/block:Answer}
- <div class="source">{block:ContentSource}<a href="{SourceURL}">{lang:Source}:{block:SourceLogo}
- <img src="{BlackLogoURL}" width="{LogoWidth}" height="{LogoHeight}" alt="{SourceTitle}" />
- {/block:SourceLogo}{block:NoSourceLogo}{SourceLink}{/block:NoSourceLogo}</a>
- {/block:ContentSource}</div>
- <div id="clear"></div>
- {block:Date} <div class="info">{block:HasTags}<div class="tags">{block:Tags} # <a href="{TagURL}">{Tag}</a>
- {/block:tags}</div>{/block:hastags}
- <div class="origin">{block:IfShowPostAuthor}{block:GroupMembers}» posted by <a href="{PostAuthorURL}">{PostAuthorName}</a><br>{/block:GroupMembers}{/block:IfShowPostAuthor}
- {block:RebloggedFrom}» via <a href="{ReblogParentURL}"
- title="{ReblogParentTitle}">{ReblogParentName}</a>
- (originally <a href="{ReblogRootURL}" title="{ReblogRootTitle}">{ReblogRootName}</a>){/block:RebloggedFrom}
- </div></div>
- <div class="ibottom"><span class="date"><a href="{Permalink}">{TimeAgo}</a> on {DayOfMonth}
- {Month} {Year} @ {12Hour}:{Minutes}{AmPm}</span> {block:NoteCount}
- <span class="permalink"><a href="{Permalink}" title="permalink to this post">{NoteCountWithLabel}</a>{/block:NoteCount}</span>{/block:NoteCount}</div> {/block:Date}
- </div>
- {/block:Posts}
- {block:IfEnableEndlessScrolling}</div>{/block:IfEnableEndlessScrolling}
- </div>
- {block:PostNotes}<div id="notes">{PostNotes}</div>{/block:PostNotes}
- </div>
- </body>
- </html>
Advertisement
Add Comment
Please, Sign In to add comment