- <!--
- The Alpha Male by Evy
- ohmy-klaus.tumblr.com
- EEEEEE EE EE EE EE
- EE EE EE EE EE
- EE EE EE EE EE
- EEEEE EE EE EEEE
- EE EEEE EE
- EE EEEE EE
- EEEEEEE EE EE
- DO NOT REMOVE THE CREDIT!
- DO NOT CLAIM AS YOUR OWN!
- -->
- <html><head>
- <meta name="color:Background" content="#faf5ed"/>
- <meta name="color:Font" content="#99806f"/>
- <meta name="color:Links" content="#f7c666"/>
- <meta name="color:Links Hover" content="#99806f"/>
- <meta name="color:Bold" content="#f7c666"/>
- <meta name="color:Posts Background" content="#fffcf8"/>
- <meta name="color:Notecount Color" content="#ffffff"/>
- <meta name="color:Notecount Background" content="#fad475"/>
- <meta name="color:Date Background" content="#ce9B73"/>
- <meta name="color:PostVia Background" content="#fad475"/>
- <meta name="color:PostSource Background" content="#ce9b73"/>
- <meta name="color:Tags Color" content="#fcf7f3"/>
- <meta name="color:Tags Background" content="#ce9b73"/>
- <meta name="color:Chat user 1 Color" content="#ce9b73"/>
- <meta name="color:Chat user 1 Background" content="#fffcf8"/>
- <meta name="color:Chat user 2 Color" content="#fad475"/>
- <meta name="color:Chat user 2 Background" content="#fffcf8"/>
- <meta name="color:Question Color" content="#ffffff"/>
- <meta name="color:Question Backgound" content="#fad475"/>
- <meta name="color:Left Border 1 Color" content="#ce9b73"/>
- <meta name="color:Left Border 2 Color" content="#fad475"/>
- <meta name="color:Title 1 Color" content="#ce9b73"/>
- <meta name="color:Sidebar Links Color" content="#ffffff"/>
- <meta name="color:Home Link Backgound" content="#fad475"/>
- <meta name="color:Ask Link Backgound" content="#ce9b73"/>
- <meta name="color:Link 1 Backgound" content="#996644"/>
- <meta name="color:Link 2 Backgound" content="#ce9b73"/>
- <meta name="color:Link 3 Backgound" content="#fad475"/>
- <meta name="color:PrevPage Link Backgound" content="#fad475"/>
- <meta name="color:NextPage Link Backgound" content="#ce9b73"/>
- <meta name="text:Blog Title" content="the alpha male" />
- <meta name="text:Home Link" content="/" />
- <meta name="text:Home Link Title" content="refresh" />
- <meta name="text:Ask Link" content="/ask" />
- <meta name="text:Ask Link Title" content="message" />
- <meta name="text:Link 1" content="/" />
- <meta name="text:Link 1 Title" content="link 1" />
- <meta name="text:Link 2" content="/" />
- <meta name="text:Link 2 Title" content="link 2" />
- <meta name="text:Link 3" content="/" />
- <meta name="text:Link 3 Title" content="link 3" />
- <meta name="image:Sidebar Image" content="http://store.picbg.net/pubpic/69/A2/b09f9625f4f969a2.png"/>
- <meta name="image:Background Image" content=""/>
- <title>{Title}</title>
- <link rel="shortcut icon" href="{Favicon}">
- <style type="text/css">
- /* --- BASICS --- */
- body{
- margin:0px;
- font-family:calibri, trebuchet ms, arial;
- font-size:11px;
- color:{color:Font};
- line-height:100%;
- background-color: {color:Background};
- background-image: url({image:Background Image});
- background-position: left top;
- background-repeat: no-repeat;
- background-attachment: fixed; }
- a:link, a:visited, a:active{
- color:{color:Links};
- text-decoration:none;
- -webkit-transition: all 0.4s ease-in-out;
- -moz-transition: all 0.4s ease-in-out;
- -o-transition: all 0.4s ease-in-out;
- transition: all 0.4s ease-in-out;
- border-bottom:0px solid transparent;}
- a:hover{
- border-bottom:1px solid {color:Links Hover};
- color:{color:Links Hover};
- -webkit-transition: all 0.4s ease-in-out;
- -moz-transition: all 0.4s ease-in-out;
- -o-transition: all 0.4s ease-in-out;
- transition: all 0.4s ease-in-out;
- -webkit-box-shadow: 0px 5px 6px -5px #c3c3c3;
- -moz-box-shadow: 0px 5px 6px -5px #c3c3c3;
- box-shadow: 0px 5px 6px -5px #c3c3c3;}
- b, strong {
- color: {color:Bold};}
- blockquote {
- margin-left: 0px;
- padding-left:4px;
- border-left:4px solid {color:Bold};}
- #title {
- padding-bottom:4px;
- margin-top:5px;
- text-align:center;
- text-transform:uppercase;
- font-size:16px;}
- #link {
- padding-bottom:4px;
- margin-top:5px;
- text-align:center;
- text-transform:uppercase;
- font-size:16px;}
- /* --- POSTS --- */
- #entries {
- left: 120px;
- top: 30px;
- width:520px;
- padding-left:5px;
- position: absolute;}
- #post {
- padding:22px 10px 10px 10px;
- margin-bottom:20px;
- overflow:hidden;
- background-color: {color:Posts Background};
- -webkit-box-shadow: 0 0px 6px 0px #ccc;
- -moz-box-shadow: 0 0px 6px 0px #ccc;
- box-shadow: 0 0px 6px 0px #ccc;}
- /* --- NOTECOUNT, DATE, VIA, SOURCE --- */
- #notecount {
- margin:0px 0 0 0px;
- position:absolute;}
- #notecount a {
- width:130px;
- padding:0px 0px;
- text-align:center;
- text-transform:uppercase;
- letter-spacing:1px;
- font-family:trebuchet ms;
- font-size:10px;
- background-color:{color:Notecount Background};
- color:{color:Notecount Background};
- display:block;
- -webkit-transition: all 0.4s ease-in-out;
- -moz-transition: all 0.4s ease-in-out;
- transition: all 0.4s ease-in-out;
- -ms-transition: all 0.4s ease-in-out;
- -o-transition: all 0.4s ease-in-out;}
- #notecount a:hover {
- color:{color:Notecount Color};
- padding: 2px 0px 2px 0px;
- margin: 0px 0px 4px 0px;
- -webkit-transition: all 0.4s ease-in-out;
- -moz-transition: all 0.4s ease-in-out;
- transition: all 0.4s ease-in-out;
- -ms-transition: all 0.4s ease-in-out;
- -o-transition: all 0.4s ease-in-out;}
- #date {
- margin:0px 0 0 130px;
- position:absolute;}
- #date a {
- width:130px;
- padding:0px 0px;
- text-align:center;
- text-transform:uppercase;
- letter-spacing:1px;
- font-family:trebuchet ms;
- font-size:10px;
- background-color:{color:Date Background};
- color:{color:Date Background};
- display:block;
- -webkit-transition: all 0.4s ease-in-out;
- -moz-transition: all 0.4s ease-in-out;
- transition: all 0.4s ease-in-out;
- -ms-transition: all 0.4s ease-in-out;
- -o-transition: all 0.4s ease-in-out;}
- #date a:hover {
- color:{color:Notecount Color};
- padding: 2px 0px 2px 0px;
- margin: 0px 0px 4px 0px;
- -webkit-transition: all 0.4s ease-in-out;
- -moz-transition: all 0.4s ease-in-out;
- transition: all 0.4s ease-in-out;
- -ms-transition: all 0.4s ease-in-out;
- -o-transition: all 0.4s ease-in-out;}
- #postvia {
- margin:0px 0 0 260px;
- position:absolute;}
- #postvia a {
- width:130px;
- padding:0px 0px;
- text-align:center;
- text-transform:uppercase;
- letter-spacing:1px;
- font-family:trebuchet ms;
- font-size:10px;
- background-color:{color:PostVia Background};
- color:{color:PostVia Background};
- display:block;
- -webkit-transition: all 0.4s ease-in-out;
- -moz-transition: all 0.4s ease-in-out;
- transition: all 0.4s ease-in-out;
- -ms-transition: all 0.4s ease-in-out;
- -o-transition: all 0.4s ease-in-out;}
- #postvia a:hover {
- color:{color:Notecount Color};
- padding: 2px 0px 2px 0px;
- margin: 0px 0px 4px 0px;
- -webkit-transition: all 0.4s ease-in-out;
- -moz-transition: all 0.4s ease-in-out;
- transition: all 0.4s ease-in-out;
- -ms-transition: all 0.4s ease-in-out;
- -o-transition: all 0.4s ease-in-out;}
- #postsource {
- margin:0px 0 0 390px;
- position:absolute;}
- #postsource a {
- width:130px;
- padding:0px 0px;
- text-align:center;
- text-transform:uppercase;
- letter-spacing:1px;
- font-family:trebuchet ms;
- font-size:10px;
- background-color:{color:PostSource Background};
- color:{color:PostSource Background};
- display:block;
- -webkit-transition: all 0.4s ease-in-out;
- -moz-transition: all 0.4s ease-in-out;
- transition: all 0.4s ease-in-out;
- -ms-transition: all 0.4s ease-in-out;
- -o-transition: all 0.4s ease-in-out;}
- #postsource a:hover {
- color:{color:Notecount Color};
- padding: 2px 0px 2px 0px;
- margin: 0px 0px 4px 0px;
- -webkit-transition: all 0.4s ease-in-out;
- -moz-transition: all 0.4s ease-in-out;
- transition: all 0.4s ease-in-out;
- -ms-transition: all 0.4s ease-in-out;
- -o-transition: all 0.4s ease-in-out;}
- /* --- TAGS --- */
- #tags {
- width:500px;
- padding:1px 0;
- margin:10px 0 0 0;
- text-align:left;
- font-size:9px;
- font-family:trebuchet ms;
- letter-spacing:-0.5px;
- line-height:100%;
- color:{color:Tags Color};
- background-color:{color:Tags Background};}
- #tags a {
- margin:0 2px;
- color:{color:Tags Color};}
- #tags a:hover {
- margin:0 2px;
- color:{color:Tags Color};}
- .tagmargin {
- margin-left:5px;
- margin-right:5px;}
- /* --- QUOTES --- */
- #quote {
- margin:5px 32px;
- text-transform:uppercase;
- font-size:14px;
- font-style:italic;}
- #source {
- margin:3px 0 5px 50px;
- font-size:11px;}
- #speechmark {
- padding-right:10px;
- margin: 7px 0 0 -40px;
- position:absolute;
- font-size:60px;
- font-family:georgia;
- font-weight:bold;
- color:{color:Bold};}
- #speechmarkk {
- padding-right:10px;
- margin: 7px 0 0 430px;
- position:absolute;
- font-size:60px;
- font-family:georgia;
- font-weight:bold;
- color:{color:Bold};}
- /* --- CHAT --- */
- .user_1 {
- margin-left: -40px;
- padding:2px;
- font-weight:bold;
- color:{color:Chat user 1 Color};
- background-color:{color:Chat user 1 Background};}
- .user_2 {
- margin-left: -40px;
- padding:2px;
- font-weight:bold;
- color:{color:Chat user 2 Color};
- background-color:{color:Chat user 2 Background};}
- /* --- ANSWER --- */
- #question {
- width:490px;
- padding:5px;
- color:{color:Question Color};
- background-color:{color:Question Backgound};}
- .asker {
- margin-left:2px;
- margin-top:2px;
- font-size:10px;
- font-family:trebuchet ms; }
- .qicon {
- padding:3px;
- margin:-5px 0 5px 25px;}
- .line {
- width:490px;
- margin-top:5px;
- padding:5px;
- background-color:transparent;
- border-bottom:1px solid color:{color:Question Backgound};}
- .qtext {
- padding:5px;}
- .triangle{
- margin-left:25px;
- margin-top:-18px;
- font-size:30px;
- color:{color:Question Backgound};}
- /* --- AUDIO --- */
- #audiocontainer {
- width:500px;
- height:105px;
- margin-bottom:5px;}
- .albumart {
- width:100px;
- height:100px;
- position:absolute;}
- .albumart img {
- width:100px;
- height:100px;
- float:left;}
- .defaultalbum {
- width:100px;
- height:100px;
- position:absolute;}
- .defaultalbum img {
- width:100px;
- height:100px;
- float:left;}
- .audioinfo {
- color: #FAD475;
- padding:1px 3px;
- margin:0 0 6px 100px;
- text-transform:uppercase;
- font-size:10px;
- border-left:13px solid {color:Notecount Background};
- -webkit-transition-duration: 0.6s;
- -moz-transition-duration: 0.6s;}
- .audioinfo:hover {
- border-left:20px solid {color:Notecount Background};
- -webkit-transition-duration: 0.6s;
- -moz-transition-duration: 0.6s;}
- .audioinfotwo {
- color: #CE9B73;
- padding:1px 3px;
- margin:0 0 6px 100px;
- text-transform:uppercase;
- font-size:10px;
- border-left:13px solid {color:Date Background};
- -webkit-transition-duration: 0.6s;
- -moz-transition-duration: 0.6s;}
- .audioinfotwo:hover {
- border-left:20px solid {color:Date Background};
- -webkit-transition-duration: 0.6s;
- -moz-transition-duration: 0.6s;}
- .margin {
- margin-bottom:1px;}
- .player {
- margin-left:100px;
- margin-top:9px;
- float:left;}
- .playcount {
- font-style:italic;
- opacity:0.5;
- margin-left:5px;
- text-transform:lowercase;}
- /* --- PERMALINK NOTES PAGE --- */
- #postnotes {
- width:500px;
- padding:5px;
- margin:0px auto 0px auto;
- font-size:10px;
- background-color: {color:Posts Background};
- -webkit-box-shadow: 0 0px 6px 0px #ccc;
- -moz-box-shadow: 0 0px 6px 0px #ccc;
- box-shadow: 0 0px 6px 0px #ccc;}
- #postnotes a {
- margin-top:1px;}
- ol.notes li.note {
- border-bottom: solid 0px;
- padding:1px;}
- ol.notes li.note img.avatar {
- vertical-align:-4px;
- margin-right:6px;
- width:16px;
- height:16px;}
- /* ---------------------- LINKS ---------------------- */
- .links{
- position:fixed;
- left:972px;
- top:298px;
- z-index:100;
- }
- #homelink, #asklink, #link1, #link2, #link3 {
- position:absolute;
- height:54px;
- width:12px;
- text-align:center;
- color:{color:Sidebar Links Color};
- -webkit-transition: all 0.9s ease-in-out;
- -moz-transition: all 0.9s ease-in-out;
- -o-transition: all 0.9s ease-in-out;
- transition: all 0.9s ease-in-out;
- -webkit-box-shadow: 0 2px 6px -1px #bbb;
- -moz-box-shadow: 0 2px 6px -1px #bbb;
- box-shadow: 0 2px 6px -1px #bbb;}
- #homelink:hover, #asklink:hover, #link1:hover, #link2:hover, #link3:hover {
- -webkit-transition: all 0.9s ease-in-out;
- -moz-transition: all 0.9s ease-in-out;
- -o-transition: all 0.9s ease-in-out;
- transition: all 0.9s ease-in-out;}
- #homelink {
- background-color:{color:Home Link Backgound};
- top:0px;}
- #asklink {
- background-color:{color:Ask Link Backgound};
- top:54px;}
- #link1 {
- background-color:{color:Link 1 Backgound};
- top:108px;}
- #link2 {
- background-color:{color:Link 2 Backgound};
- top:162px;}
- #link3 {
- background-color:{color:Link 3 Backgound};
- top:216px;
- }
- #prev {
- background-color:{color:PrevPage Link Backgound};
- font-size:20px;
- top:-213px;
- left: -262px;
- position:absolute;
- height:16px;
- width:12px;
- padding: 92px 0px;
- text-align:center;
- color:{color:Sidebar Links Color};
- -webkit-transition: all 0.4s ease-in-out;
- -moz-transition: all 0.4s ease-in-out;
- -o-transition: all 0.4s ease-in-out;
- transition: all 0.4s ease-in-out;}
- #prev:hover {
- left: -266px;
- padding: 92px 2px 92px 2px;
- padding-left:2px;
- color:{color:Sidebar Links Color};
- background-color:{color:PrevPage Link Backgound};
- -webkit-transition: all 0.4s ease-in-out;
- -moz-transition: all 0.4s ease-in-out;
- -o-transition: all 0.4s ease-in-out;
- transition: all 0.4s ease-in-out;
- -webkit-box-shadow: 0 2px 6px -1px #bbb;
- -moz-box-shadow: 0 2px 6px -1px #bbb;
- box-shadow: 0 2px 6px -1px #bbb;}
- #next {
- background-color:{color:NextPage Link Backgound};
- font-size:20px;
- top:-213px;
- left:0px;
- position:absolute;
- height:16px;
- width:12px;
- padding: 92px 0px;
- text-align:center;
- color:{color:Sidebar Links Color};
- -webkit-transition: all 0.4s ease-in-out;
- -moz-transition: all 0.4s ease-in-out;
- -o-transition: all 0.4s ease-in-out;
- transition: all 0.4s ease-in-out;}
- #next:hover {
- padding: 92px 2px 92px 2px;
- padding-right:2px;
- color:{color:Sidebar Links Color};
- background-color:{color:NextPage Link Backgound};
- -webkit-transition: all 0.4s ease-in-out;
- -moz-transition: all 0.4s ease-in-out;
- -o-transition: all 0.4s ease-in-out;
- transition: all 0.4s ease-in-out;
- -webkit-box-shadow: 0 2px 6px -1px #bbb;
- -moz-box-shadow: 0 2px 6px -1px #bbb;
- box-shadow: 0 2px 6px -1px #bbb;}
- /* ---------------------- INNERLINKS ---------------------- */
- .innerlinks {
- font-size:10px;
- width:0px;
- position:absolute;
- top:0px;
- left:12px;
- overflow-y:hidden;
- -webkit-transition: all 0.9s ease-in-out;
- -moz-transition: all 0.9s ease-in-out;
- -o-transition: all 0.9s ease-in-out;
- transition: all 0.9s ease-in-out;
- overflow-x:hidden;}
- .innerlinks a, .innerlinks a:visited {
- display:block;
- -webkit-transition: all 0.4s ease-in-out;
- -moz-transition: all 0.4s ease-in-out;
- -o-transition: all 0.4s ease-in-out;
- transition: all 0.4s ease-in-out;
- -webkit-box-shadow: 0 2px 6px -1px #bbb;
- -moz-box-shadow: 0 2px 6px -1px #bbb;
- box-shadow: 0 2px 6px -1px #bbb;}
- .innerlinks a:hover, .innerlinks a:visited:hover {
- border-bottom:0px;
- -webkit-transition: all 0.4s ease-in-out;
- -moz-transition: all 0.4s ease-in-out;
- -o-transition: all 0.4s ease-in-out;
- transition: all 0.4s ease-in-out;}
- #homelink .innerlinks a, #homelink .innerlinks a:visited {
- color:{color:Sidebar Links Color};
- background-color:{color:Home Link Backgound};
- height: 12px;
- padding: 21px 0px;}
- #homelink:hover .innerlinks a:hover, #homelink:hover .innerlinks a:visited:hover {
- color:{color:Sidebar Links Color};
- background-color:{color:Home Link Backgound};}
- #asklink .innerlinks a, #asklink .innerlinks a:visited {
- color:{color:Sidebar Links Color};
- background-color:{color:Ask Link Backgound};
- height: 12px;
- padding: 21px 0px;}
- #asklink:hover .innerlinks a:hover, #asklink:hover .innerlinks a:visited:hover {
- background-color:{color:Ask Link Backgound};
- color:{color:Sidebar Links Color};}
- #link1 .innerlinks a, #link1 .innerlinks a:visited {
- color:{color:Sidebar Links Color};
- background-color:{color:Link 1 Backgound};
- height: 12px;
- padding: 21px 0px;}
- #link1:hover .innerlinks a:hover, #link1:hover .innerlinks a:visited:hover {
- background-color:{color:Link 1 Backgound};
- color:{color:Sidebar Links Color};}
- #link2 .innerlinks a, #link2 .innerlinks a:visited {
- color:{color:Sidebar Links Color};
- background-color:{color:Link 2 Backgound};
- height: 12px;
- padding: 21px 0px;}
- #link2:hover .innerlinks a:hover, #link2:hover .innerlinks a:visited:hover {
- background-color:{color:Link 2 Backgound};
- color:{color:Sidebar Links Color};}
- #link3 .innerlinks a, #link3 .innerlinks a:visited {
- color:{color:Sidebar Links Color};
- background-color:{color:Link 3 Backgound};
- height: 12px;
- padding: 21px 0px;}
- #link3:hover .innerlinks a:hover, .innerlinks a:visited:hover {
- background-color:{color:Link 3 Backgound};
- color:{color:Sidebar Links Color};}
- #homelink:hover .innerlinks, #asklink:hover .innerlinks, #link1:hover .innerlinks, #link2:hover .innerlinks, #link3:hover .innerlinks {
- opacity:1;
- width:70px;
- -webkit-transition: all 0.9s ease-in-out;
- -moz-transition: all 0.9s ease-in-out;
- -o-transition: all 0.9s ease-in-out;
- transition: all 0.9s ease-in-out;}
- /* ---------------------- Left Border ---------------------- */
- #LeftBorder1 {
- top:0px;
- left:0px;
- width:50px;
- height:100%;
- background-color: {color:Left Border 1 Color};
- background-attachment:fixed;
- position:fixed;
- margin:0px;}
- #LeftBorder2 {
- top:0px;
- left:50px;
- width:12px;
- height:100%;
- background-color: {color:Left Border 2 Color};
- background-attachment:fixed;
- position:fixed;
- margin:0px;
- -webkit-box-shadow: 0 2px 6px -1px #aaa;
- -moz-box-shadow: 0 2px 6px -1px #aaa;
- box-shadow: 0 2px 6px -1px #aaa;}
- /* ---------------------- SIDEBAR ---------------------- */
- #blogtitle {
- position:fixed;
- margin-top:-20px;
- margin-left:-12px;
- width:274px;
- font-family: 'Edwardian Script ITC'; }
- #blogtitle {
- color:{color:Title 1 Color};
- font-size:35px;
- line-height:50%;}
- #sidebar1 {
- position:fixed;
- top:85px;
- left:710px;
- width:250px;
- height:200px;
- padding:0px 12px 0px 12px;
- background-color: none;
- -webkit-box-shadow: 0 2px 6px -1px #bbb;
- -moz-box-shadow: 0 2px 6px -1px #bbb;
- box-shadow: 0 2px 6px -1px #bbb;}
- #sidebarimage {
- margin: 0px 0px 0px 0px;
- text-align:center;}
- #sidebarimage img {
- margin-top:0px;
- width:250px;
- height:200px;
- height:auto;
- text-align:center;}
- #sidebar2 {
- position:fixed;
- top:298px;
- left: 710px;
- width:262px;
- height:270px;
- padding:0px 12px 0px 0px;
- background-color: none;
- -webkit-box-shadow: 0 2px 6px -1px #bbb;
- -moz-box-shadow: 0 2px 6px -1px #bbb;
- box-shadow: 0 2px 6px -1px #bbb;}
- #desc {
- margin-right:12px;
- margin-top:0px;
- width:262px;
- height:268px;
- background-color: {color:Posts Background};}
- /* ---------------------- CREDIT ---------------------- */
- #credit {
- position:fixed;
- left:710px;
- top:580px;
- width:274px;
- height:13px;
- font-family: 'Orator Std';
- color: {color:Sidebar Links Color};
- font-size:10px;
- background-color: {color:NextPage Link Backgound};
- -webkit-transition: all 0.4s ease-in-out;
- -moz-transition: all 0.4s ease-in-out;
- -o-transition: all 0.4s ease-in-out;
- transition: all 0.4s ease-in-out;
- -webkit-box-shadow: 0 2px 6px -1px #bbb;
- -moz-box-shadow: 0 2px 6px -1px #bbb;
- box-shadow: 0 2px 6px -1px #bbb;}
- #credit:hover {
- padding: 2px 0px 2px 0px;
- padding-bottom:2px;
- color:{color:Sidebar Links Color};
- background-color:{color:NextPage Link Backgound};
- -webkit-transition: all 0.4s ease-in-out;
- -moz-transition: all 0.4s ease-in-out;
- -o-transition: all 0.4s ease-in-out;
- transition: all 0.4s ease-in-out;
- -webkit-box-shadow: 0 2px 6px -1px #bbb;
- -moz-box-shadow: 0 2px 6px -1px #bbb;
- box-shadow: 0 2px 6px -1px #bbb;
- }
- </style>
- </head>
- <body>
- <div id="LeftBorder1">
- </div>
- <div id="LeftBorder2">
- </div>
- <div id="sidebar1">
- {block:ifBlogTitle}
- <div id="blogtitle"><center>{text:Blog Title}</center></div>
- {/block:ifBlogTitle}
- <div id="sidebarimage"><img src="{image:Sidebar Image}"></div>
- </div>
- <div id="sidebar2">
- {block:Description}
- <div id="desc">
- <center><br>
- {Description}
- </center>
- </div>
- {/block:Description}
- </div>
- </div>
- </div>
- <div class="links">
- <div id="homelink">
- <div class="innerlinks">
- <table cellspacing="5px" cellpadding="0px"><tr>
- {block:ifHomeLink}
- <a href="{text:Home Link}">{text:Home Link Title}</a>
- {/block:ifHomeLink}
- </tr></table></div></div>
- <div id="asklink">
- <div class="innerlinks">
- <table cellspacing="5px" cellpadding="0px"><tr>
- {block:ifAskLink}
- <a href="{text:Ask Link}">{text:Ask Link Title}</a>
- {/block:ifAskLink}
- </tr></table></div></div>
- <div id="link1">
- <div class="innerlinks">
- <table cellspacing="5px" cellpadding="0px"><tr>
- {block:ifLink1}
- <a href="{text:Link 1}">{text:Link 1 Title}</a>
- {block:ifLink1}
- </tr></table></div></div>
- <div id="link2">
- <div class="innerlinks">
- <table cellspacing="5px" cellpadding="0px"><tr>
- {block:ifLink2}
- <a href="{text:Link 2}">{text:Link 2 Title}</a>
- {block:ifLink2}
- </tr></table></div></div>
- <div id="link3">
- <div class="innerlinks">
- <table cellspacing="5px" cellpadding="0px"><tr>
- {block:ifLink3}
- <a href="{text:Link 3}">{text:Link 3 Title}</a>
- {block:ifLink3}
- </tr></table></div></div>
- <div id="prev">
- {block:Pagination}{block:PreviousPage}<a href="{PreviousPage}">
- <span style="color:#fff" border-color="#fff">«</span>
- </a>{/block:PreviousPage}{/block:Pagination}
- </div>
- <div id="next">
- {block:Pagination}
- {block:NextPage}<a href="{NextPage}">
- <span style="color:#fff" border-color="#fff">»</span>
- </a>{/block:NextPage}
- {/block:Pagination}
- </div>
- <div id="credit">
- <center>
- theme by <a href="http://ohmy-klaus.tumblr.com/tagged/themes" target="_blank">ohmy-klaus
- </center>
- </div>
- </div>
- <div id="entries">
- {block:Posts}
- {block:Date}
- <div id="date">
- <a href="{Permalink}">{DayOfMonth} {ShortMonth} {ShortYear}</a>
- </div>
- <div id="notecount">
- <a href="{Permalink}">{NoteCountWithLabel}</a>
- </div>
- <div id="postvia">
- {block:RebloggedFrom}<a href="{ReblogParentURL}">via</a>{/block:RebloggedFrom}
- {block:NotReblog}<a href="{Permalink}">{TimeAgo}</a>{/block:NotReblog}
- </div>
- <div id="postsource">
- {block:RebloggedFrom}<a href="{ReblogRootURL}">source</a>{/block:RebloggedFrom}
- {block:NotReblog}<a href="{Permalink}">♥</a>{/block:NotReblog}
- </div>
- {/block:Date}
- <div id="post">
- {block:Text}
- <div id="post text">
- {block:Title}
- <div id="title">{Title}</div>
- {/block:Title}
- {Body}
- </div>
- {/block:Text}
- {block:Photo}
- <div class="post photo">
- {LinkOpenTag}<img src="{PhotoURL-500}" alt="{PhotoAlt}"/>{LinkCloseTag}
- {block:Caption}<div class="caption">{Caption}</div>{/block:Caption}
- </div>
- {/block:Photo}
- {block:Photoset}
- <div class="post photoset">
- {Photoset-500}
- {block:Caption}<div class="caption">{Caption}</div>{/block:Caption}
- </div>
- {/block:Photoset}
- {block:Quote}
- <div id="quote"><div id="speechmark">“</div>{Quote}<div id="speechmarkk">”</div></div>
- {block:Source}<div id="source">— {Source}</div>{/block:Source}
- {/block:Quote}
- {block:Link}
- <div id="link">
- <a href="{URL}" class="link" {Target}>{Name}</a></div>
- {block:Description}
- <div class="description">{Description}</div>
- {/block:Description}
- {/block:Link}
- {block:Chat}
- <div class="post chat">
- {block:Title}<h3><a href="{Permalink}">{Title}</a></h3>{/block:Title}
- <ul class="chat">
- {block:Lines}
- <div class="{Alt} user_{UserNumber}">
- {block:Label}
- <span class="label">{Label}</span>
- {/block:Label}
- {Line}
- </div>
- {/block:Lines}
- </ul>
- </div>
- {/block:Chat}
- {block:Video}
- <div id="post video">
- {Video-500}
- {block:Caption}
- <div class="caption">{Caption}</div>
- {/block:Caption}
- </div>
- {/block:Video}
- {block:Audio}
- <div id="post audio">
- <div id="audiocontainer">
- <div class="defaultalbum"><img src="http://static.tumblr.com/obmxjuf/yIflxy5ak/default.jpg"></div>
- <div class="albumart">{block:AlbumArt}<img src="{AlbumArtURL}">{/block:AlbumArt}</div>
- {block:TrackName}<div class="audioinfo">{TrackName} <span class="playcount">({PlayCountWithLabel})</span></div>{/block:TrackName}
- {block:Artist}<div class="audioinfotwo">{Artist}</div>{/block:Artist}
- {block:Album}<div class="audioinfo">{Album}<div class="margin"></div></div>{/block:Album}
- <div class="player">
- {block:IfWhiteAudioPlayer}{block:IfNotBlackAudioPlayer}{AudioPlayerWhite}{/block:IfNotBlackAudioPlayer}{/block:IfWhiteAudioPlayer}
- {block:IfBlackAudioPlayer}{block:IfNotWhiteAudioPlayer}{AudioPlayerBlack}{/block:IfNotWhiteAudioPlayer}{/block:IfBlackAudioPlayer}
- </div>
- </div>
- {block:Caption}
- <div id="caption">{Caption}</div>
- {/block:Caption}
- </div>
- {/block:Audio}
- {block:Answer}
- <div id="question"><div class="qtext">{Question}</div></div><div class="triangle"><br>▼<br><br></div>
- <span class="qicon"><img src="{AskerPortraitURL-24}"></span><span class="asker">{Asker}</span>
- <div class="line"></div>
- {Answer}
- {/block:answer}
- {block:HasTags}<div id="tags"><div class="tagmargin">{block:Tags} #<a href="{TagURL}">{Tag}</a>{/block:Tags} </div></div>{/block:HasTags}
- </div>
- {/block:Posts}
- {block:PostNotes}
- <div id="postnotes">{PostNotes}</div>
- {/block:PostNotes}
- </div>
- </body>
- </html>

