Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- <!DOCTYPE html><html><head>
- <!-- ✧ THEME #2 BY WUUNDERSTRUCKTHEMES - PHOTOGRAPH ✧
- made using a base code by axialthemes. fonts hosted by bonecarvers. imessage code by animalities. audio player code by padyluppet.
- ✧ TERMS OF USE ✧
- edit as much as you'd like for personal use, and use it to learn html if you wish, but do not use as a base code and do not directly lift code from this theme and redistribute it as your own. do not touch the credit.
- enjoy and let me know if you have any questions or problems! if you run into a bug or an issue, drop me an ask and i'll try to help! and finally, thank you for using my theme, it means the world.-->
- <meta name="color:background" content="#ffffff">
- <meta name="color:container" content="#ffffff">
- <meta name="color:title" content="#ae4b33">
- <meta name="color:subtitle" content="#7ca2a2">
- <meta name="color:links" content="#823826">
- <meta name="color:links hover" content="#9bcaca">
- <meta name="color:nav links background" content="#eeeeee">
- <meta name="color:text shadow" content="#a18ba2">
- <meta name="color:text" content="#cccccc">
- <meta name="color:chat bubble 1" content="#d7eaea">
- <meta name="color:chat bubble 2" content="eeeeee">
- <meta name="text:title" content="">
- <meta name="text:subtitle" content="">
- <meta name="text:ask link label" content="ask">
- <meta name="text:link 1 name" content="link">
- <meta name="text:link 1" content="/">
- <meta name="text:link 2 name" content="link">
- <meta name="text:link 2" content="/">
- <meta name="text:link 3 name" content="link">
- <meta name="text:link 3" content="/">
- <meta name="if:webkit scroll bar" content="1">
- <meta name="if:show archive link" content="1">
- <meta name="if:show link 1" content="1">
- <meta name="if:show link 2" content="1">
- <meta name="if:show link 3" content="1">
- <meta name="image:sidebar" content="">
- <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}
- <link href="https://fonts.googleapis.com/css?family=Raleway|Righteous" rel="stylesheet">
- <script src="https://use.fontawesome.com/59231e1de3.js"></script>
- <style type="text/css">
- @font-face { font-family: "hijrnotes"; src: url('https://dl.dropboxusercontent.com/s/452lfychrbgdlb2/Hijrnotes_PERSONAL_USE_ONLY.ttf') ;}
- body {
- background-color:{color:background};
- font-family:raleway;
- font-weight:normal;
- margin:0px;
- top:0;
- left:0;
- word-wrap:break-word;
- }
- {block:IfWebkitScrollBar}
- ::-webkit-scrollbar-thumb {
- height:auto;
- background-color: {color:text};
- border:2px solid {color:background};
- }
- ::-webkit-scrollbar {
- height:9px;
- width:9px;
- background-color: {color:background};
- }
- {/block:IfWebkitScrollBar}
- a {
- color:{color:links};
- text-decoration:none;
- -moz-transition-duration:0.5s;
- -webkit-transition-duration:0.5s;
- -o-transition-duration:0.5s;
- }
- a:hover {
- color:{color:links hover};
- text-decoration:none;
- -moz-transition-duration:0.5s;
- -webkit-transition-duration:0.5s;
- -o-transition-duration:0.5s;
- }
- h1 {
- font-size:24pt;
- font-weight:normal;
- font-family:'hijrnotes';
- text-transform:none;
- letter-spacing:0px;
- line-height:0%;
- color:{color:title};
- text-shadow:2px 2px 2px {color:text shadow};
- -ms-transform: rotate(-7deg); /* IE 9 */
- -webkit-transform: rotate(-7deg); /* Chrome, Safari, Opera */
- transform: rotate(-7deg);
- padding-bottom:20px;
- }
- h1 a{
- color:{color:title};
- }
- h1 a:hover {
- color:{color:links};
- }
- h2 {
- text-decoration:none;
- text-transform:lowercase;
- font-size:32px;
- font-family:'hijrnotes';
- text-align:center;
- line-height:80%;
- color:{color:text};
- text-shadow:2px 2px 2px {color:text shadow};
- padding:5px;
- padding-bottom:2px;
- font-weight:normal;
- letter-spacing:0px;
- }
- h3 {
- font-weight:normal;
- font-size:14px;
- text-align:center;
- font-style:normal;
- color:{color:text};
- }
- h4 {
- font-weight:normal;
- font-size:10px;
- color:{color:subtitle};
- font-family:'consolas';
- -ms-transform: rotate(-7deg); /* IE 9 */
- -webkit-transform: rotate(-7deg); /* Chrome, Safari, Opera */
- transform: rotate(-7deg);
- line-height:50%;
- margin-top:-28px;
- }
- h5 {
- font-weight:normal;
- font-size:25px;
- font-family:'hijrnotes';
- }
- blockquote {
- border-left:2px solid {color:nav links background};
- background-color:transparent;
- border-radius: 10px;
- padding:5px;
- margin:5px;
- }
- .credit
- {
- color:#cdcdcd;
- font-family:'raleway';
- font-size:13px;
- font-weight:bold;
- float:right;
- }
- .credit a
- {
- color:#cdcdcd;
- font-family:'raleway';
- font-weight:bold;
- font-size:13px;
- float:right;
- }
- #theme {
- margin:auto;
- width:875px;
- height:100%;
- text-align: center;
- background-color:{color:background};
- z-index:9990;
- position:relative;
- }
- #sidewrap {
- width:250px;
- height:100%;
- display:table;
- position:fixed;
- width:250px;
- background-color:{color:container};
- }
- #sidebar {
- display:table-cell;
- vertical-align:middle;
- color: {color:text};
- }
- #sidebar img {
- width:210px;
- max-height:300px;
- border-radius: 5px;
- -ms-transform: rotate(-5deg); /* IE 9 */
- -webkit-transform: rotate(-5deg); /* Chrome, Safari, Opera */
- transform: rotate(-5deg);
- }
- #titleandstuff {
- padding-left:20px;
- padding-right:20px;
- background-color:{color:container};
- }
- #description {
- text-align:center;
- font-size:11px;
- padding-bottom:20px;
- }
- .links {
- width:210px;
- position:relative;
- line-height:15px;
- font-size:10px;
- margin-top:30px;
- text-align:center;
- font-style:none;
- font-family:'raleway';
- text-transform:uppercase;
- margin-bottom:20px;
- font-weight:bold;
- }
- .links a {
- display:inline-block;
- margin-left:2px;
- margin-bottom:2px;
- padding:2px 5px 0px 5px;
- height:15px;
- text-align:center;
- color:{color:links};
- background-color:{color:nav links background};
- border-radius:80px;
- -moz-transition-duration:1s;
- -webkit-transition-duration:1s;
- -o-transition-duration:1s;
- }
- .links a:hover {
- background-color:transparent;
- color:{color:links hover};
- -moz-transition-duration:0.5s;
- -webkit-transition-duration:0.5s;
- -o-transition-duration:0.5s;
- letter-spacing:1px;
- }
- #pagi {
- font-size:12px;
- font-family:'raleway';
- text-transform:uppercase;
- width:250px;
- font-weight:normal;
- font-style:normal;
- text-align:center;
- margin-bottom:20px;
- padding-top:15px;
- color:{color:links};
- letter-spacing:0px;
- }
- #pagi a {
- display:inline-block;
- color:{color:links};
- background-color:{color:nav links background};
- border-radius:80px;
- font-weight:bold;
- padding:2px 5px 2px 5px;
- height:15px;
- -moz-transition-duration:0.5s;
- -webkit-transition-duration:0.5s;
- -o-transition-duration:0.5s;
- }
- #pagi a:hover {
- background-color:transparent;
- color:{color:links hover};
- -moz-transition-duration:1s;
- -webkit-transition-duration:1s;
- -o-transition-duration:1s;
- letter-spacing:3px;
- }
- #postscontainer {
- margin-left:300px;
- padding:10px;
- width:520px;
- position:relative;
- text-align:justify;
- background-color:{color:container};
- color:{color:text};
- z-index:999;
- }
- .posts {
- background-color:{color:container};
- padding:15px 0px 15px 0px;
- width:500px;
- margin-top:20px;
- margin-bottom:60px;
- margin-left:10px;
- margin-right:10px;
- text-align:justify;
- font-size:12px;
- line-height:100%;
- letter-spacing:0px;
- color:{color:text};
- }
- .caption {
- width:500px;
- text-align:justify;
- line-height:120%;
- }
- .postinfo {
- width:500px;
- margin-top:20px;
- text-align:right;
- line-height:100%;
- display:inline-block;
- background-color:transparent;
- font-family:'raleway';
- text-transform:uppercase;
- letter-spacing:2px;
- font-weight:bold;
- }
- .postinfo a {
- font-style:normal;
- text-transform:uppercase;
- letter-spacing:2px;
- }
- .postinfo a:hover {
- color:{color:links hover};
- }
- .dates {
- display:inline-block;
- font-size:11px;
- text-transform:none;
- font-weight:bold;
- letter-spacing:0px;
- margin-top:7px;
- }
- .sourcevia {
- margin-top:8px;
- display:inline;
- padding-left:5px;
- }
- .sourcevia img {
- border-radius:100%;
- width:12px;
- height:12px;
- margin-right:5px;
- margin-top:5px;
- }
- .notesetc {
- margin-top:8px;
- display:inline-block;
- letter-spacing:0px;
- }
- .tags {
- text-transform:none;
- font-size:10px;
- font-weight:bold;
- text-align:right;
- margin-top:2px;
- letter-spacing:1px;
- font-family:'consolas';
- }
- .buttonss {
- width:40px;
- display:inline;
- padding:5px 5px 0px 0px;
- }
- .likee {
- opacity:0.7;
- display:inline-block;
- }
- .likee:hover {
- opacity:1;
- }
- .reblogg {
- padding-left:4px;
- padding-right:5px;
- opacity:0.7;
- display:inline-block;
- }
- .reblogg:hover {
- opacity:1;
- }
- .chat ol {
- line-height:170%;
- list-style:none;
- width:500px;
- margin-left:-40px;
- }
- .line.odd {
- background:{color:chat bubble 1};
- margin-bottom:0px;
- margin-left:auto;
- padding:7px;
- float:right;
- clear:left;
- border-radius: 15px;
- display:block;
- }
- .line.even {
- background:{color:chat bubble 2};
- margin-bottom:0px;
- padding:7px;
- margin-top:30px;
- float:left;
- margin-right:auto;
- border-radius: 15px;
- display:block;
- }
- .label {
- padding-right:2px;
- text-transform:uppercase;
- font-weight:bold;
- color:{color:text};
- font-family:'raleway';
- padding-left:0px;
- }
- .note {
- text-transform:uppercase;
- font-style:normal;
- font-weight:bold;
- letter-spacing:0px;
- font-size: 9px;
- text-align:left;
- line-height:90%;
- margin-left:-40px;
- }
- .note li {
- list-style-type:none;
- padding:10px 25px 10px 25px;
- text-align:left;
- margin:0px;
- -moz-transition-duration:0.5s;
- -webkit-transition-duration:0.5s;
- -o-transition-duration:0.5s;
- line-height:120%;
- }
- .note img {
- border-radius:100%;
- margin-right:10px;
- width:15px;
- }
- .question {
- background-color: transparent;
- padding:20px;
- line-height:120%;
- text-align:justify;
- font-size:15px;
- }
- .question img {
- border:transparent;
- border-radius: 5px;
- width:48px;
- float:right;
- display:block;
- margin-left:10px;
- }
- .playerbuttonbg {
- position: absolute;
- left: 75px;
- top: 75px;
- width: 19px;
- height: 19px;
- background-color: #ffffff;
- padding: 10px;
- -webkit-border-radius: 40px;
- -moz-border-radius: 40px;
- border-radius: 40px;
- opacity: .4;
- filter: alpha(opacity=40);
- -moz-opacity: 0.4;
- -khtml-opacity: 0.4;
- transition: opacity .7s ease-in-out;
- -moz-transition: opacity .7s ease-in-out;
- -webkit-transition: opacity .7s ease-in-out;
- }
- .playerbuttonbg:hover {
- opacity: 1;
- filter: alpha(opacity=100);
- -moz-opacity: 1;
- -khtml-opacity: 1;
- }
- .newplayerbutton {
- position: relative;
- width: 19px;
- height: 19px;
- overflow: hidden;
- }
- .tumblr_audio_player {
- height: 90px;
- width: 270px;
- -moz-transform: scale(0.60, 0.60);
- -webkit-transform: scale(0.60, 0.60);
- -o-transform: scale(0.60, 0.60);
- -ms-transform: scale(0.60, 0.60);
- transform: scale(0.60, 0.60);
- -moz-transform-origin: top left;
- -webkit-transform-origin: top left;
- -o-transform-origin: top left;
- -ms-transform-origin: top left;
- transform-origin: top left;
- }
- .audioimgwrapper {
- position: absolute;
- left: 0px;
- top: 0px;
- -webkit-border-radius: 5px;
- -moz-border-radius: 5px;
- border-radius: 5px;
- overflow: hidden;
- width: 180px;
- height: 180px;
- }
- .audioimgwrapper img {
- width: 100%;
- height: auto;
- -webkit-border-radius: 5px;
- -moz-border-radius: 5px;
- border-radius: 5px;
- }
- .trackdetails {
- width: auto;
- display:inline-block;
- margin-left: 200px;
- min-height: 85px;
- padding-bottom:80px;
- font-family:'raleway';
- font-weight:bold;
- text-transform:lowercase;
- letter-spacing:1px;
- text-align:center;
- }
- .audiowrapper {
- position: relative;
- display:inline-block;
- }
- /* IMESSAGE CHAT POST */
- .answer span,
- .convo li{margin:0 0 5px;border-radius:1em;padding:.5em 10px;max-width:75%;clear:both;position:relative}
- .answer .them,.user_1,.user_3,.user_5,.user_7,.user_9,.user_11{float:left;background:{color:chat bubble 2};color:#000;left:3px}
- .me::after,.user_1::after,.user_3::after,.user_5::after,.user_7::after,.user_9::after,.user_11::after{content:"";position:absolute;left:-.5em;bottom:0;width:.5em;height:1em;border-right:.5em solid {color:chat bubble 2};border-bottom-right-radius:1em .5em}
- .answer .me,.user_2,.user_4,.user_6,.user_8,.user_10,.user_12{right:3px;float:right;background-color:{color:chat bubble 1};color:#000}
- .them::after,.user_2::after,.user_4::after,.user_6::after,.user_8::after,.user_10::after,.user_12::after{content:"";position:absolute;right:-.5em;bottom:0;width:.5em;height:1em;border-left:.5em solid {color:chat bubble 1}; border-bottom-left-radius:1em .5em}
- .me p,.answer,.asked span{padding:0;margin:0}.answer{overflow:hidden}
- .asked p {
- text-align: left;
- margin: 0 0px 10px 0px;
- padding: 0;
- color: #666666;
- font-family:'raleway';
- font-size: 12px;
- line-height: 0px;
- }
- .footerright .viasrc {
- float: left;
- }
- .asked a {
- margin:0;padding:0;
- }
- .user_4{background-color:{color:chat bubble 1};color:#000}.user_4::after{border-color:{color:chat bubble one}}.user_6{background-color:{color:chat bubble 1};color:#000000}.user_6::after{color: chat bubble 1}}.user_5{background-color:{color:chat bubble 2};color:#000}.user_5::after{{color:chat bubble 2}}.user_3{background-color:{color:chat bubble 2};color:#000}.user_3::after{border-color:{color:chat bubble 2}}.user_7{background-color:{color:chat bubble 2};color:#000}.user_7::after{{color:chat bubble 2}}.user_8{background-color:{color:chat bubble 1};color:#000}.user_8::after{{color:chat bubble 2}}.user_9{color:chat bubble 1}.user_9::after{{color:chat bubble 2}}
- .convo {
- overflow: hidden;
- list-style-type: none;
- padding: 0;
- margin: 0;
- }
- {CustomCSS}
- </style>
- </head>
- <body>
- <div id="theme">
- <div id="sidewrap">
- <div id="sidebar">
- <img src="{image:sidebar}">
- <div id="titleandstuff">
- <h1>{text:title}</h1>
- <h4>{text:subtitle}</h4>
- <div class="links">
- <a href="/">home</a>
- {block:AskEnabled}
- <a href="/ask">{text:ask link label}</a>
- {/block:AskEnabled}
- {block:IfShowArchiveLink}
- <a href="/archive">archive</a>
- {/block:IfShowArchiveLink}
- <br>
- {block:ifshowlink1}<a href="{text:link 1}">{text:link 1 name}</a>{/block:ifshowlink1}
- {block:ifshowlink2}<a href="{text:link 2}">{text:link 2 name}</a>{/block:ifshowlink2}
- {block:ifshowlink3}<a href="{text:link 3}">{text:link 3 name}</a>{/block:ifshowlink3}
- </div>
- {block:Description}<div id="description">{description}</div>{/block:Description}
- </div>
- {block:Pagination}
- <div id="pagi">
- {block:PreviousPage}<a href="{PreviousPage}">swim</a>
- {/block:PreviousPage}
- {block:NextPage}<a href="{NextPage}">sink</a>
- {/block:NextPage}
- </div>
- {/block:Pagination}
- </div>
- </div>
- <div id="postscontainer">
- {block:TagPage}<h2 style="width:500px; padding:10px 0px 30px 0px;">posts tagged with <a href="{TagURL}">{Tag}</a></h2>{/block:TagPage}
- {block:Posts}
- <div class="posts">
- {block:Text}{block:Title}<h2>{Title}</h2>{/block:Title}{Body}{/block:Text}
- {block:Quote}<h2 padding:10px;><b>“</b>{Quote}<b>”</b></h2><h3>— {Source}</h3>{/block:Quote}
- {block:Link}<a href="{URL}"><h2 style="padding:18px; border-radius: 5px; background-color:{color:nav links background}">{Name} →</h2></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:Panorama}
- {LinkOpenTag}
- <img src="{PhotoURL-Panorama}" alt="{PhotoAlt}" style="width:500px;"/>
- {LinkCloseTag}
- {block:Caption}{Caption}{/block:Caption}
- {/block:Panorama}
- {block:Photoset}<center>{Photoset-500}</center>
- {block:Caption}{Caption}{/block:Caption}{/block:Photoset}
- {block:Chat}
- {block:Title}
- <h2>{Title}</h2>{/block:Title}<br>
- <ul class="convo">{block:Lines}<li class="line_{Alt} user_{UserNumber}">{block:Label}<span class="label"><strong>{Label}</strong></span>{/block:Label}
- {Line}</li>{/block:Lines}</ul>
- {/block:Chat}
- {block:Video}{Video-500}{block:Caption}{Caption}{/block:Caption}{/block:Video}
- {block:Answer}
- <div class="question"><img src="{AskerPortraitURL-48}"><b>{Asker} asked:</b> {Question}</div>
- <div align="center">—</div><br>
- {Answer}
- {/block:Answer}
- {block:Audio}
- {block:AudioPlayer}
- <div class="audiowrapper">
- {block:AlbumArt}
- <div class="audioimgwrapper"><img src="{AlbumArtURL}"></div>
- {/block:AlbumArt}
- <div class="playerbuttonbg">
- <div class="newplayerbutton">
- <div class="playerbuttonhug">
- {AudioPlayer}
- </div>
- </div>
- </div>
- <div class="trackdetails">
- {block:TrackName}<h1>{TrackName}</h1>{/block:TrackName}<br/>
- {block:Artist}Artist: {Artist}{/block:Artist}<br/>
- {block:Album}Album: {Album}{/block:Album}<br/>
- {PlayCountWithLabel}
- </div>
- </div>
- {/block:AudioPlayer}
- {block:Caption}{Caption}{/block:Caption}
- {block:Audio}
- {block:date}
- <div class="postinfo">
- <div class="dates"><a href="{Permalink}">{TimeAgo}</a> </div> <div class="notesetc">{block:NoteCount}<a href="{Permalink}"> {NoteCountWithLabel} </a>{/block:NoteCount}</div><div class="sourcevia">{block:RebloggedFrom}<a href="{ReblogParentURL}"> <img src="{ReblogParentPortraitURL-16}" title="{ReblogParentName}"> </a> {/block:RebloggedFrom}{block:ContentSource}<a href="{SourceURL}"> <i class="fa fa-bookmark-o" aria-hidden="true"></i> </a>{/block:ContentSource}</div><div class="buttonss"><a href="{ReblogUrl}"> <i class="fa fa-refresh" aria-hidden="true"></i></a></div>
- </div>
- {/block:date}
- {block:HasTags}<div class="tags"><i class="fa fa-tags" aria-hidden="true"></i>
- {block:Tags}<a href="{TagURL}"> #{Tag} </a> {/block:Tags}</div>
- {/block:HasTags}
- {block:PostNotes}<div class="note">
- {PostNotes}</div>{/block:PostNotes}
- </div>
- {/block:posts}
- </div>
- </div>
- <div class="credit" style="position:fixed; bottom:0px; right:0px;"><a href="http://www.wuunderstruckthemes.tumblr.com">WT</a></div>
- </div>
- </body>
- </html>
Advertisement
Add Comment
Please, Sign In to add comment