Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- <!DOCTYPE html>
- <!-- macfustythemes -->
- <head>
- <title>{Title}</title>
- {block:Description}
- <meta name="description" content="{MetaDescription}">
- {/block:Description}
- <meta name="image:Sidebar" content="http://static.tumblr.com/j2tdnxz/knVn2h3a8/jlaw.png">
- <meta name="image:Background" content="http://static.tumblr.com/j2tdnxz/afln24vzj/crossword.png">
- <meta name="if:Grayscale" content="1">
- <meta name="if:Captions" content="1">
- <meta name="color:Background1" content="#fff">
- <meta name="color:Background2" content="#151515">
- <meta name="color:Background Hover" content="#000">
- <meta name="color:Text" content="#000">
- <meta name="color:Description Text" content="#fff">
- <meta name="color:Links" content="#64a0ef">
- <meta name="color:Hover" content="#000">
- <meta name="color:Title" content="#000">
- <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">
- <meta name="text:Nav Label" content="Navigation">
- <link rel="shortcut icon" href="{Favicon}">
- <link href='http://fonts.googleapis.com/css?family=Stint+Ultra+Condensed' rel='stylesheet' type='text/css'>
- <!-- HTML5 Shiv -->
- <!--[if lt IE 9]>
- <script src="http://static.tumblr.com/hriofhd/Qj0m8pn7q/html5shiv.js"></script>
- <![endif]-->
- <script src="http://code.jquery.com/jquery-latest.min.js" type="text/javascript"></script>
- <script>
- $(document).ready(function(){
- $("#navlinks").hide();
- $("#nav").click(function() {
- $("#navlinks").slideToggle('slow');
- $("#description").slideToggle('slow');
- });
- });
- </script>
- <style>
- body {
- background-color: {color:Background1};
- background-image: url('{image:Background}');
- background-repeat: repeat;
- color: {color:Text};
- font-size: 11px;
- font-family: 'Calibri', sans-serif;
- line-height: 18px;
- }
- a {
- color: {color:Links};
- text-decoration: none;
- -moz-transition: all 0.5s ease;
- -o-transition: all 0.5s ease;
- -webkit-transition: all 0.5s ease;
- transition: all 0.5s ease;
- }
- a:hover {
- color: {color:Hover};
- }
- blockquote {
- border-left: 3px solid {color:Text};
- padding-left: 10px;
- }
- img {
- {block:ifGrayscale}
- filter: url("data:image/svg+xml;utf8,<svg xmlns=\'http://www.w3.org/2000/svg\'><filter id=\'grayscale\'><feColorMatrix type=\'matrix\' values=\'0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0 0 0 1 0\'/></filter></svg>#grayscale"); /* Firefox 10+, Firefox on Android */
- filter: gray; /* IE6-9 */
- -webkit-filter: grayscale(100%);
- {/block:ifGrayscale}
- -moz-transition: all 0.5s ease;
- -o-transition: all 0.5s ease;
- -webkit-transition: all 0.5s ease;
- transition: all 0.5s ease;
- }
- img:hover {
- {block:ifGrayscale}
- filter: url("data:image/svg+xml;utf8,<svg xmlns=\'http://www.w3.org/2000/svg\'><filter id=\'grayscale\'><feColorMatrix type=\'matrix\' values=\'1 0 0 0 0, 0 1 0 0 0, 0 0 1 0 0, 0 0 0 1 0\'/></filter></svg>#grayscale");
- -webkit-filter: grayscale(0%);
- {/block:ifGrayscale}
- }
- .clear {
- clear: both;
- }
- /** CREDIT */
- #credit {
- height: 20px;
- width: 20px;
- padding: 5px;
- position: fixed;
- bottom: 2%;
- right: 2%;
- background-color: {color:Background2};
- text-align: center;
- color: {color:Description Text};
- font-family: 'Stint Ultra Condensed', cursive;
- font-size: 16px;
- }
- /** SIDEBAR */
- #sidebar {
- position: fixed;
- height: 100%;
- margin: 30px 0 0 50px;
- width: 250px;
- }
- #sidepic {
- width: 200px;
- height: 290px;
- padding: 15px;
- margin: 0 0 10px -5px;
- border: 5px solid {color:Background2};
- }
- #sidepic img {
- width: 200px;
- height: 290px;
- }
- #description {
- width: 210px;
- padding: 10px;
- height: 180px;
- background-color: {color:Background2};
- color: {color:Description Text};
- margin-bottom: 10px;
- overflow: hidden;
- text-align: justify;
- }
- #nav {
- width: 230px;
- height: 30px;
- background-color: {color:Background2};
- margin-bottom: 10px;
- font-family: 'Stint Ultra Condensed', cursive;
- color: {color:Description Text};
- font-size: 18px;
- text-align: center;
- text-transform: uppercase;
- line-height: 30px;
- -moz-transition: all 0.5s ease;
- -o-transition: all 0.5s ease;
- -webkit-transition: all 0.5s ease;
- transition: all 0.5s ease;
- }
- #nav:hover {
- background-color: {color:Background Hover};
- }
- #navlinks {
- margin-left: 5px;
- width: 220px;
- }
- #navlinks ul {
- margin-left: -40px;
- }
- #navlinks ul li {
- list-style: none;
- margin: 5px 0 5px -5px;
- width: 230px;
- padding: 5px 0 5px 0;
- text-align: center;
- background-color: {color:Background2};
- text-transform: uppercase
- }
- /** POSTS */
- #column {
- position: absolute;
- width: 700px;
- height: 800px;
- margin: 80px 0 0 400px;
- }
- .post {
- width: 700px;
- border-bottom: 5px solid {color:Background2};
- }
- .post img {
- max-width: 400px;
- }
- .content {
- width: 400px;
- margin-left: 150px;
- padding-bottom: 20px;
- text-align: justify;
- }
- .title2 {
- font-family: 'Stint Ultra Condensed', cursive;
- font-size: 24px;
- text-align: center;
- margin-bottom: 15px;
- color:{color:Title};
- }
- .title2 a {
- color: {color:Title};
- }
- .title2 a:hover {
- color: {color:Links};
- }
- .photoset {
- {block:ifGrayscale}
- filter: url("data:image/svg+xml;utf8,<svg xmlns=\'http://www.w3.org/2000/svg\'><filter id=\'grayscale\'><feColorMatrix type=\'matrix\' values=\'0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0 0 0 1 0\'/></filter></svg>#grayscale"); /* Firefox 10+, Firefox on Android */
- filter: gray; /* IE6-9 */
- -webkit-filter: grayscale(100%);
- {/block:ifGrayscale}
- -moz-transition: all 0.5s ease;
- -o-transition: all 0.5s ease;
- -webkit-transition: all 0.5s ease;
- transition: all 0.5s ease;
- }
- .photoset:hover {
- {block:ifGrayscale}
- filter: url("data:image/svg+xml;utf8,<svg xmlns=\'http://www.w3.org/2000/svg\'><filter id=\'grayscale\'><feColorMatrix type=\'matrix\' values=\'1 0 0 0 0, 0 1 0 0 0, 0 0 1 0 0, 0 0 0 1 0\'/></filter></svg>#grayscale");
- -webkit-filter: grayscale(0%);
- {/block:ifGrayscale}
- }
- .source {
- text-align: center;
- }
- .label {
- font-weight: bold;
- text-transform: uppercase;
- display: inline-block;
- margin-right: 3px;
- }
- .chat ul {
- margin-left: -40px;
- }
- .chat ul li {
- list-style-type: none;
- padding-bottom: 5px;
- }
- .playerbox {
- width: 50px;
- height: 50px;
- padding: 20px;
- border: 5px solid {color:Background2};
- float: left;
- }
- .playerbox img {
- position: absolute;
- width: 50px;
- height: 50px;
- }
- .playerbox img:hover {
- {block:ifGrayscale}
- filter: url("data:image/svg+xml;utf8,<svg xmlns=\'http://www.w3.org/2000/svg\'><filter id=\'grayscale\'><feColorMatrix type=\'matrix\' values=\'0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0 0 0 1 0\'/></filter></svg>#grayscale"); /* Firefox 10+, Firefox on Android */
- filter: gray; /* IE6-9 */
- -webkit-filter: grayscale(100%);
- {/block:ifGrayscale}
- }
- .player {
- margin: 10px;
- width: 30px;
- height: 30px;
- overflow: hidden;
- opacity: 0.2;
- }
- .playerbox:hover > img {
- opacity: 0.4;
- }
- .playerbox:hover > .player {
- opacity: 1.0;
- }
- .audio {
- width: 310px;
- float: left;
- text-align: center;
- margin: -70px 0 0 90px;
- }
- .track {
- font-family: 'Stint Ultra Condensed', cursive;
- text-transform: uppercase;
- font-size: 14px;
- }
- .artist {
- text-transform: uppercase;
- }
- .ask {
- width: 400px;
- padding: 20px 0 20px 0;
- border-bottom: 5px solid {color:Background2};
- }
- .icon {
- width: 50px;
- height: 50px;
- padding: 20px;
- border: 5px solid {color:Background2};
- float: left;
- margin-right: 10px;
- }
- .icon img {
- width: 50px;
- height: 50px;
- }
- .question {
- }
- .asker {
- font-family: 'Stint Ultra Condensed', cursive;
- text-transform: uppercase;
- font-size: 14px;
- }
- .answer {
- margin-top: 20px;
- }
- .notes {
- width: 400px;
- text-align: center;
- text-transform: uppercase;
- font-size: 10px;
- margin: 0 0 100px 150px;
- }
- .notes a {
- color: {color:Text};
- }
- .notes a:hover {
- color: {color:Links};
- }
- .postnotes img {
- margin-right: 20px;
- }
- .postnotes ul {
- width: 400px;
- margin-left: -80px;
- }
- .postnotes ul li {
- list-style-type: none;
- text-align: left;
- }
- /** PAGINATION */
- #pagcontainer {
- top: 6%;
- right: 2%;
- position: fixed;
- }
- .pag {
- margin-bottom: 15px;
- height: 20px;
- width: 20px;
- padding: 5px;
- background-color: {color:Background2};
- text-align: center;
- color: {color:Description Text};
- font-family: 'Stint Ultra Condensed', cursive;
- font-size: 16px;
- }
- </style>
- </head>
- <body>
- <!-- CREDIT -->
- <a href="http://macfustythemes.tumblr.com/"><div id="credit">TA</div></a>
- <!-- SIDEBAR -->
- <div id="sidebar">
- <div id="sidepic"><a href="/"><img src="{image:Sidebar}"></a></div>
- <div id="description">{Description}</div>
- <div id="nav">{text:Nav Label}</div>
- <div id="navlinks">
- <ul>
- <a href="/ask"><li>Message</li></a>
- {block:ifLink1}
- <a href="{text:Link1}"><li>{text:Link1 Title}</li></a>
- {/block:ifLink1}
- {block:ifLink2}
- <a href="{text:Link2}"><li>{text:Link2 Title}</li></a>
- {/block:ifLink2}
- {block:ifLink3}
- <a href="{text:Link3}"><li>{text:Link3 Title}</li></a>
- {/block:ifLink3}
- {block:ifLink4}
- <a href="{text:Link4}"><li>{text:Link4 Title}</li></a>
- {/block:ifLink4}
- {block:ifLink5}
- <a href="{text:Link5}"><li>{text:Link5 Title}</li></a>
- {/block:ifLink5}
- </ul>
- </div>
- </div>
- <!-- PAGINATION -->
- <div id="pagcontainer">
- {block:Pagination}
- {block:NextPage}
- <a href="{NextPage}"><div class="pag">→</div></a>
- {/block:NextPage}
- {block:PreviousPage}
- <a href="{PreviousPage}"><div class="pag">←</div></a>
- {/block:PreviousPage}
- {/block:Pagination}
- </div>
- <!-- POSTS -->
- <div id="column">
- {block:Posts}
- <div class="post">
- {block:Text}
- <div class="content">
- {block:Title}
- <div class="title2">{Title}</div>
- {/block:Title}
- {Body}
- </div>
- {/block:Text}
- {block:Photo}
- <div class="content">
- <img src="{PhotoUrl-400}">
- {block:ifCaptions}
- {block:Caption}
- <p>{Caption}</p>
- {/block:Caption}
- {/block:ifCaptions}
- </div>
- {/block:Photo}
- {block:Photoset}
- <div class="content">
- <div class="photoset">{Photoset}</div>
- {block:ifCaptions}
- {block:Caption}
- <p>{Caption}</p>
- {/block:Caption}
- {/block:ifCaptions}
- </div>
- {/block:Photoset}
- {block:Quote}
- <div class="content">
- <div class="title2">{Quote}</div>
- {block:Source}
- <div class="source">{Source}</div>
- {/block:Source}
- </div>
- {/block:Quote}
- {block:Link}
- <div class="content">
- <div class="title2">
- <a href="{URL}">{Name}</a>
- </div>
- {block:Description}
- <p>{Description}</p>
- {/block:Description}
- </div>
- {/block:Link}
- {block:Chat}
- <div class="content">
- {block:Title}
- <div class="title2">{Title}</div>
- {/block:Title}
- <div class="chat">
- <ul>
- {block:Lines}
- <li>{block:Label}
- <div class="label">{Label}</div>
- {/block:Label}
- {Line}</li>
- {/block:Lines}
- </ul>
- </div>
- </div>
- {/block:Chat}
- {block:Audio}
- <div class="content">
- <div class="playerbox">
- {block:AlbumArt}
- <img src="{AlbumArtUrl}">
- {/block:AlbumArt}
- <div class="player">
- {AudioPlayerBlack}</div>
- </div>
- <div class="audio">
- {block:TrackName}
- <div class="track">{TrackName}</div>
- {/block:TrackName}
- {block:Artist}
- <div class="artist">{Artist}</div>
- {/block:Artist}
- </div>
- <div class="clear"></div>
- {block:Caption}
- <p>{Caption}</p>
- {/block:Caption}
- </div>
- {/block:Audio}
- {block:Video}
- <div class="content">
- {Video-400}
- {block:ifCaptions}
- {block:Caption}
- <p>{Caption}</p>
- {/block:Caption}
- {/block:ifCaptions}
- </div>
- {/block:Video}
- {block:Answer}
- <div class="content">
- <div class="ask">
- <div class="icon"><img src="{AskerPortraitUrl-64}"></div>
- <div class="question">
- <div class="asker">{Asker} said: </div>
- {Question}
- </div>
- <div class="clear"></div>
- </div>
- <div class="answer">{Answer}</div>
- </div>
- {/block:Answer}
- </div>
- <div class="notes">
- {block:Date}
- <a href="{Permalink}">Posted on {DayofWeek} {DayofMonth}{DayofMonthSuffix} {Month} {Year} at {12Hour}:{Minutes} {AmPm} with {NoteCountWithLabel}.</a>
- {/block:Date}
- </div>
- {block:PostNotes}
- <div class="postnotes">
- <ul>
- <li>{PostNotes-16}</li>
- </ul>
- </div>
- {/block:PostNotes}
- {/block:Posts}
- </div>
- </body>
- </html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement