Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
- <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
- <!--
- ** Chungha -Theme by Caro / baechys@tumblr
- ------------------------------------------------------------------------
- Script/s used:
- - PXU Photosets
- - Tooltips
- - Smooth scrolling ( http://zacharyfury.tumblr.com/post/138066236021 )
- - Unnested Captions ( http://neothm.com/post/148902138319 )
- ------------------------------------------------------------------------
- FAQ:
- Can i edit/tweak this theme?
- - Tweak and edit it as much as you want! But don't you dare touch my credits in any way possible
- Can i use this theme as a base-code?
- - No you cant.
- Can i release my edited version of your theme?
- - No you cant, and if i find out about you doing that, i will report you.
- ------------------------------------------------------------------------
- Any questions?
- Please visit baechys.tumblr.com/faq
- ------------------------------------------------------------------------
- CREDIT TO HTTP://BAECHYS.TUMBLR.COM
- -->
- <head>
- <!------------------------- General HTML ------------------------->
- <title>{title}</title>
- {block:Description}<meta name="description" content="{MetaDescription}" />{/block:Description}
- <link rel="shortcut icon" href="{favicon}" />
- <!------------------------- Meta Names ------------------------->
- <meta name="image:avatar" content="https://static.tumblr.com/d70w4cr/2K5p21k1q/chungha.png"/>
- <meta name="color:background" content="#f7fbf4"/>
- <meta name="color:body font" content="#888"/>
- <meta name="color:links" content="#78ccd0"/>
- <meta name="color:links hover" content="#be83ab"/>
- <meta name="color:bold text" content="#999"/>
- <meta name="color:tooltips border" content="#78ccd0"/>
- <meta name="color:gradient 1" content="#b8d992"/>
- <meta name="color:gradient 2" content="#78ccd0"/>
- <meta name="color:gradient 3" content="#be83ab"/>
- <meta name="color:shadows" content="#b8d992"/>
- <meta name="if:topbar" content="1"/>
- <meta name="if:topbar border" content="1"/>
- <meta name="if:title" content="1"/>
- <meta name="if:sidebar image" content="1"/>
- <meta name="if:sidebar image border" content="1"/>
- <meta name="if:shadows" content="1"/>
- <meta name="if:tags" content="1"/>
- <meta name="select:topbar border width" content="3px" title="3px"/>
- <meta name="select:topbar border width" content="2px" title="2px"/>
- <meta name="select:topbar border width" content="1px" title="1px"/>
- <meta name="text:post width" content="400"/>
- <meta name="text:font size" content="11"/>
- <meta name="text:title icon" content="moon-1"/>
- <meta name="text:shadow intensity" content="0.5"/>
- <meta name="text:link 1 icon" content="moon-1"/>
- <meta name="text:link 1" content="/"/>
- <meta name="text:link 1 title" content="home"/>
- <meta name="text:link 2 icon" content="rocket"/>
- <meta name="text:link 2" content="/ask"/>
- <meta name="text:link 2 title" content="ask"/>
- <meta name="text:link 3 icon" content="stars"/>
- <meta name="text:link 3" content="/"/>
- <meta name="text:link 3 title" content="title"/>
- <meta name="text:link 4 icon" content="alien"/>
- <meta name="text:link 4" content="/"/>
- <meta name="text:link 4 title" content="link 4"/>
- <meta name="text:link 5 icon" content="saturn"/>
- <meta name="text:link 5" content="/"/>
- <meta name="text:link 5 title" content="/link 5"/>
- <!------------------------- Imported Fonts ------------------------->
- <link href="//dl.dropbox.com/s/50g6fbds3rh4m0j/saturnicons.css" rel="stylesheet">
- <link href="https://fonts.googleapis.com/css?family=Open+Sans:400,400i,600,600i" rel="stylesheet">
- <!------------------------- SCRIPTS! DONT TOUCH! ------------------------->
- <!-- photosets -->
- <link href="https://static.tumblr.com/qudkd6d/OcDnl99gb/style.css" rel="stylesheet" type="text/css"/>
- <script src="https://ajax.googleapis.com/ajax/libs/jquery/1.7.1/jquery.min.js"></script>
- <script src="https://static.tumblr.com/qudkd6d/Az6nkemqr/pxuphotoset.min.js"></script>
- <script src="https://static.tumblr.com/wgg6svp/OoTofxa0c/unnest.min.js"></script>
- <script> $(function(){ $('article').unnest({
- yourCaption: ".cap",
- newCaptionUsername: false,
- originalPostCaptionUsername: false,
- tumblrAvatars: false,
- usernameColon: false
- }); }); </script>
- <script>
- $(document).ready(function(){
- $('.photo-slideshow').pxuPhotoset({
- lightbox: true,
- rounded: true,
- gutter: '4px',
- borderRadius: '5px',
- photoset: '.photo-slideshow',
- photoWrap: '.photo-data',
- photo: '.pxu-photo'
- });
- });
- </script>
- <!-- tooltips -->
- <script src="https://static.tumblr.com/rzl30kg/eAxm7a751/jquery.style-my-tooltips.js"></script>
- <script>
- (function($){
- $(document).ready(function(){
- $("[title]").style_my_tooltips({
- tip_follows_cursor:true,
- tip_delay_time:200,
- tip_fade_speed:300
- }
- );
- });
- })(jQuery);
- </script>
- <script src="https://cdnjs.cloudflare.com/ajax/libs/smoothscroll/1.4.1/SmoothScroll.min.js"></script>
- <style type="text/css">
- .tmblr-iframe{
- top:0px!important;
- right:10px!important;
- white-space:nowrap;
- transition: .4s ease-in-out;
- -webkit-transition: .4s ease-in-out;
- -moz-transition: .4s ease-in-out;
- -o-transition: .4s ease-in-out;
- position:fixed!important;
- z-index:999999999!important;
- }
- /* ----------------- lightbox ----------------- */
- .vignette, #vignette {
- opacity:0;
- }
- .lightbox-image, #tumblr_lightbox img {
- box-shadow:none !important;
- border-radius:0 !important;
- max-width:none;
- }
- .tmblr-lightbox, #tumblr_lightbox {
- background-color:rgba({RGBcolor:background},0.85) !important;
- z-index:999999999999!important;
- }
- /* ----------------- basic settings ----------------- */
- body{
- margin:0px;
- padding:0px;
- font-family: 'open sans', arial, sans-serif;
- font-size:{text:font size}px;
- color:{color:body font};
- background:{color:background};
- }
- b, strong{
- color:{color:bold text};
- }
- a{
- color:{color:links};
- text-decoration:none;
- }
- a:hover{
- color:{color:links hover};
- -moz-transition-duration: 0.5s;
- -o-transition-duration: 0.5s;
- -webkit-transition-duration: 0.5s;
- transition-duration: 0.5s;
- }
- h1, h2, h3, h4, h5, h6{
- font-family:'montserrat', sans-serif;
- margin:5px 0px;
- line-height:150%;
- }
- blockquote{
- margin:10px 0;
- padding:0 0 0 10px;
- border-left:1px solid #999;
- }
- underlined{
- border-bottom:1px solid {color:body font};
- }
- pre{
- overflow:auto;
- background-color:#eee;
- display:block;
- padding:5px;
- }
- /* think about the people reading ur blog... dont make this smaller pls */
- small, h5, h6{
- font-size:10px;
- }
- /*DONT REMOVE OR DESTROY MY CREDITS
- LEAVE EVERYTHING WHERE IT IS*/
- #c{
- position:fixed;
- bottom: 10px;
- right: 10px;
- text-align:center;
- z-index:999999;
- }
- #c a{
- font-size:12px;
- color:#fff;
- font-size:10px;
- padding:5px 7px;
- letter-spacing:1px;
- text-decoration:none;
- border-radius:5px;
- margin:0px 3px;
- background: {color:gradient 1};
- background: -webkit-linear-gradient(to right, {color:gradient 1}, {color:gradient 2}, {color:gradient 3});
- background: -o-linear-gradient(to right, {color:gradient 1}, {color:gradient 2}, {color:gradient 3});
- background: -moz-linear-gradient(to right, {color:gradient 1}, {color:gradient 2}, {color:gradient 3});
- background: linear-gradient(to right, {color:gradient 1}, {color:gradient 2}, {color:gradient 3});
- }
- #c a:hover{
- color:#fff;
- letter-spacing:1px;
- background: {color:gradient 1};
- background: -webkit-linear-gradient(to left, {color:gradient 1}, {color:gradient 2}, {color:gradient 3});
- background: -o-linear-gradient(to left, {color:gradient 1}, {color:gradient 2}, {color:gradient 3});
- background: -moz-linear-gradient(to left, {color:gradient 1}, {color:gradient 2}, {color:gradient 3});
- background: linear-gradient(to left, {color:gradient 1}, {color:gradient 2}, {color:gradient 3});
- }
- /* ----------------- scrollbar ----------------- */
- ::-webkit-scrollbar-thumb:vertical {
- width:6px;
- height:auto;
- }
- ::-webkit-scrollbar-thumb:horizontal {
- height:6px;
- }
- ::-webkit-scrollbar {
- height:6px;
- width:6px;
- }
- ::-webkit-scrollbar-thumb{
- background: {color:gradient 1};
- background: -webkit-linear-gradient({color:gradient 1}, {color:gradient 2}, {color:gradient 3});
- background: -o-linear-gradient({color:gradient 1}, {color:gradient 2}, {color:gradient 3});
- background: -moz-linear-gradient({color:gradient 1}, {color:gradient 2}, {color:gradient 3});
- background: linear-gradient({color:gradient 1}, {color:gradient 2}, {color:gradient 3});
- }
- ::selection {
- background-color:{color:gradient 2};
- color:white;}
- /* ----------------- tooltips ----------------- */
- #s-m-t-tooltip {
- max-width:150px;
- padding:5px 10px 5px 10px;
- margin:20px 14px 7px 10px;
- border:2px solid {color:tooltips border};
- background-color:#fff;
- font-style: normal;
- font-size:{text:font size}px;
- line-height:140%;
- color:#888;
- letter-spacing:0px;
- text-transform:none;
- z-index:999999999;
- border-radius:5px;
- }
- /* ----------------- wrapper ----------------- */
- #wrapper{
- width:calc({text:post width}px + 30px + 300px);
- margin:0 auto;
- }
- /* ----------------- topbar ----------------- */
- nav{
- width:100%;
- padding:15px 0px;
- position:fixed;
- top:0px;
- left:0px;
- {block:iftopbar}
- background-color:#fff;
- {/block:iftopbar}
- z-index:999999;
- }
- .navgrad{
- {block:ifnottopbar}
- display:none;
- {/block:ifnottopbar}
- width:100%;
- height:{select:topbar border width};
- position:absolute;
- margin-top:38px;
- background: {color:gradient 1};
- background: -webkit-linear-gradient(to right, {color:gradient 1}, {color:gradient 2}, {color:gradient 3});
- background: -o-linear-gradient(to right, {color:gradient 1}, {color:gradient 2}, {color:gradient 3});
- background: -moz-linear-gradient(to right, {color:gradient 1}, {color:gradient 2}, {color:gradient 3});
- background: linear-gradient(to right, {color:gradient 1}, {color:gradient 2}, {color:gradient 3});
- }
- /* ----------------- topbar icons ----------------- */
- #icons{
- float:right;
- margin-right:20px;
- display: -webkit-flex;
- display: flex;
- -webkit-flex-direction: row;
- flex-direction: row;
- -webkit-flex-wrap: nowrap;
- flex-wrap: nowrap;
- -webkit-justify-content: flex-start;
- justify-content: flex-start;
- }
- #icons a{
- font-size:20px;
- padding:0px 10px;
- }
- #icons .sf-home{
- color:{color:gradient 1};
- }
- #icons .sf-home:hover{
- color:{color:gradient 2};
- }
- #icons .sf-chat{
- color:{color:gradient 2};
- }
- #icons .sf-chat:hover{
- color:{color:gradient 3};
- }
- #icons .sf-plus-2{
- color:{color:gradient 3};
- }
- #icons .sf-plus-2:hover{
- color:{color:gradient 1};
- }
- #icons .sf-aero-cursor{
- color:#000;
- }
- #icons .sf-aero-cursor:hover{
- color:rgba(0,0,0,0.5);
- }
- /* ----------------- title ----------------- */
- #title{
- margin-left:20px;
- float:left;
- }
- #title .sf{
- color:{color:gradient 1};
- font-size:18px;
- }
- #title a{
- font-family:'montserrat', sans-serif;
- font-weight:600;
- font-size:20px;
- padding-left:10px;
- text-transform:uppercase;
- color:{color:gradient 2};
- }
- #title a:hover{
- color:{color:gradient 3};
- }
- /* ----------------- sidebar ----------------- */
- aside{
- position:fixed;
- margin-top:140px;
- width:180px;
- }
- .avi{
- width:150px;
- background-color:#fff;
- padding:15px;
- border-radius:10px;
- {block:ifshadows}
- box-shadow:5px 5px rgba({RGBcolor:shadows}, {text:shadow intensity});
- {/block:ifshadows}
- }
- .asimg{
- border-radius:10px;
- {block:ifnotsidebarimageborder}
- width:150px;
- max-height:150px;
- background-color:#fff;
- {/block:ifnotsidebarimageborder}
- {block:ifsidebarimageborder}
- width:140px;
- max-height:140px;
- padding:5px;
- background: {color:gradient 1};
- background: -webkit-linear-gradient({color:gradient 1}, {color:gradient 2}, {color:gradient 3});
- background: -o-linear-gradient({color:gradient 1}, {color:gradient 2}, {color:gradient 3});
- background: -moz-linear-gradient({color:gradient 1}, {color:gradient 2}, {color:gradient 3});
- background: linear-gradient({color:gradient 1}, {color:gradient 2}, {color:gradient 3});
- {/block:ifsidebarimageborder}
- }
- .asimg img{
- {block:ifsidebarimageborder}
- max-height:140px;
- max-width:140px;
- {/block:ifsidebarimageborder}
- {block:ifnotsidebarimageborder}
- max-height:150px;
- max-width:150px;
- {/block:ifnotsidebarimageborder}
- border-radius:5px;
- }
- .lnks{
- width:160px;
- padding:10px 10px;
- background-color:#ffffff;
- border-radius:10px;
- {block:ifshadows}
- box-shadow:5px 5px rgba({RGBcolor:shadows}, {text:shadow intensity});
- {/block:ifshadows}
- {block:ifsidebarimage}
- margin-top:15px;
- {/block:ifsidebarimage}
- {block:ifnotsidebarimage}
- margin-top:0px;
- {/block:ifnotsidebarimage}
- text-align:center;
- }
- .lnks a{
- background-color:{color:gradient 3};
- padding:2px 5px;
- font-size:17px;
- margin:0px 1px;
- color:#fff;
- border-radius:100%;
- }
- .lnks a:nth-of-type(1){
- background-color:{color:gradient 1};
- }
- .lnks a:hover:nth-of-type(1){
- background-color:{color:gradient 2};
- }
- .lnks a:nth-of-type(2){
- background-color:{color:gradient 2};
- }
- .lnks a:hover:nth-of-type(2){
- background-color:{color:gradient 3};
- }
- .lnks a:nth-of-type(3){
- background-color:{color:gradient 3};
- }
- .lnks a:hover:nth-of-type(3){
- background-color:{color:gradient 1};
- }
- .lnks a:nth-of-type(4){
- background-color:{color:gradient 2};
- }
- .lnks a:hover:nth-of-type(4){
- background-color:{color:gradient 3};
- }
- .lnks a:nth-of-type(5){
- background-color:{color:gradient 1};
- }
- .lnks a:hover:nth-of-type(5){
- background-color:{color:gradient 2};
- }
- .desc{
- text-align:center;
- width:150px;
- padding:10px 15px;
- background-color:#ffffff;
- border-radius:10px;
- {block:ifshadows}
- box-shadow:5px 5px rgba({RGBcolor:shadows}, {text:shadow intensity});
- {/block:ifshadows}
- margin-top:15px;
- }
- /* ----------------- post container ----------------- */
- .postcont{
- width:calc({text:post width}px + 30px);
- padding-top:140px;
- margin-left:300px;
- }
- /* ----------------- posts ----------------- */
- article{
- margin:0 auto;
- padding:15px;
- border-radius:10px;
- width:{text:post width}px;
- background-color:#fff;
- margin-bottom:70px;
- line-height:150%;
- {block:ifshadows}
- box-shadow:5px 5px rgba({RGBcolor:shadows}, {text:shadow intensity});
- {/block:ifshadows}
- }
- article img{
- max-width:100%;
- height:auto;
- }
- /* ----------------- captions ----------------- */
- .txt iframe,.cap iframe{display:block;max-width:100%;overflow:hidden;}
- .cap {
- margin:10px 0;
- }
- .tumblr_parent {
- padding:5px 10px 0px 10px;
- border:1px solid #eee;
- border-radius:5px;
- line-height:150%;
- }
- .tumblr_parent blockquote {
- margin:5px 0;
- }
- a.tumblr_blog {
- display:block;
- font-size:{text:font size}px;
- line-height:150%;
- font-weight:bold;
- color:{color:gradient 2};
- }
- a.tumblr_blog:after{
- content:':';
- }
- a.tumblr_blog:hover{
- color:{color:gradient 1};
- }
- /* ----------------- chats ----------------- */
- #cttl{
- padding-bottom:5px;
- }
- #line{
- padding:5px 10px;
- border:1px solid #eee;
- border-radius:5px;
- margin:5px 0px;
- }
- /* ----------------- quotes ----------------- */
- #quote{
- text-align:center;
- font-size:17px;
- line-height:150%;
- font-family:'montserrat', sans-serif;
- font-weight:600;
- }
- /* ----------------- audio ----------------- */
- .playerwrap{
- padding:7.5px;
- border-radius:5px;
- width:30px;
- height:30px;
- position:absolute;
- background: {color:gradient 1};
- background: -webkit-linear-gradient({color:gradient 1}, {color:gradient 2});
- background: -o-linear-gradient({color:gradient 1}, {color:gradient 2});
- background: -moz-linear-gradient({color:gradient 1}, {color:gradient 2});
- background: linear-gradient({color:gradient 1}, {color:gradient 2});
- }
- .player{
- width:30px;
- height:30px;
- overflow:hidden;
- background-color:#f2f2f2;
- }
- .sttl{
- margin-left:55px;
- padding:2px 5px;
- width:calc({text:post width}px -65px);
- border-radius:5px;
- color:#fff;
- font-family:'montserrat', sans-serif;
- font-size:11px;
- font-weight:600;
- background: {color:gradient 1};
- background: -webkit-linear-gradient(to right, {color:gradient 1}, {color:gradient 2});
- background: -o-linear-gradient(to right, {color:gradient 1}, {color:gradient 2});
- background: -moz-linear-gradient(to right, {color:gradient 1}, {color:gradient 2});
- background: linear-gradient(to right, {color:gradient 1}, {color:gradient 2});
- }
- .attl{
- margin-top:5px;
- margin-left:55px;
- padding:2px 5px;
- color:{color:gradient 3};
- border-radius:5px;
- font-family:'montserrat', sans-serif;
- font-size:11px;
- font-weight:600;
- }
- /* ----------------- video ----------------- */
- .vd{
- overflow:hidden;
- background-color:#fff;
- }
- .video{
- position: relative;
- padding-bottom: 56.25%;
- padding-top: 25px;
- height: 0;
- background-color:#fff;
- }
- .video iframe{
- position: absolute;
- width: 100%;
- height: 100%;
- overflow:hidden;
- top: 0;
- left: 0;
- }
- /* ----------------- ask posts ----------------- */
- #ask{
- width:{text:post width}px;
- }
- #qhead{
- width:calc({text:post width}px - 20px);
- height:30px;
- border-top-left-radius:5px;
- border-top-right-radius:5px;
- color:#fff;
- font-family:'montserrat', sans-serif;
- line-height:30px;
- padding:0px 10px;
- background: {color:gradient 1};
- background: -webkit-linear-gradient(to right, {color:gradient 1}, {color:gradient 2});
- background: -o-linear-gradient(to right, {color:gradient 1}, {color:gradient 2});
- background: -moz-linear-gradient(to right, {color:gradient 1}, {color:gradient 2});
- background: linear-gradient(to right, {color:gradient 1}, {color:gradient 2});
- }
- #qhead a{
- padding:2px 5px;
- background-color:#fff;
- border-radius:5px;
- margin-right:5px;
- font-weight:600;
- color:{color:gradient 3};
- }
- #qhead a:hover{
- color:{color:gradient 2};
- }
- #q{
- width:calc({text:post width}px - 22px);
- padding:10px;
- border-left:1px solid #eee;
- border-bottom:1px solid #eee;
- border-right:1px solid #eee;
- color:#666;
- font-style:italic;
- }
- #answer{
- padding:0px 10px;
- border:1px solid #eee;
- margin-top:-1px;
- border-bottom-left-radius:5px;
- border-bottom-right-radius:5px;
- }
- #ahead{
- padding-top:10px;
- font-family:'montserrat', sans-serif;
- }
- #ahead a{
- padding:2px 5px;
- background-color:{color:gradient 3};
- color:#fff;
- border-radius:5px;
- margin-right:5px;
- font-weight:600;
- }
- /* ----------------- tags ----------------- */
- #tags{
- width:{text:post width}px;
- font-style:italic;
- margin-top:7px;
- }
- #tags a{
- color:{color:links};
- padding-right:5px;
- text-decoration:none;
- }
- /* ----------------- below ----------------- */
- #below{
- width:{text:post width}px;
- margin-top:15px;
- {block:HasTags}
- margin-bottom:7px;
- {/block:HasTags}
- }
- #below .sf{
- font-size:10px;
- }
- #bl a{
- margin:10px 7px 0 0;
- border-radius:5px;
- padding:2px 4px;
- font-weight:600;
- color:#fff;
- }
- #bl a:hover{
- color:#fff;
- }
- #bl a:nth-of-type(1){
- background-color:{color:gradient 1};
- }
- #bl a:hover:nth-of-type(1){
- background-color:{color:gradient 3};
- }
- #bl a:nth-of-type(2){
- background-color:{color:gradient 2};
- }
- #bl a:hover:nth-of-type(2){
- background-color:{color:gradient 3};
- }
- /* ----------------- permalink page notes ----------------- */
- .notewrap{
- margin-left:300px;
- }
- #note{
- margin:0 auto;
- padding:15px;
- border-radius:10px;
- width:{text:post width}px;
- background-color:#fff;
- margin-bottom:70px;
- line-height:150%;
- {block:ifshadows}
- box-shadow:5px 5px rgba({RGBcolor:shadows}, {text:shadow intensity});
- {/block:ifshadows}
- }
- .notes img{width:20px; position:relative; top:1px; padding-right:5px; border-radius:5px;}
- ol.notes, .notes li{width:400px; list-style:none; margin:0px 0 -1px 5px; padding:5px}
- /* ----------------- pagination ----------------- */
- #pagi{
- width:{text:post width}px;
- padding:15px;
- margin:0 auto;
- margin-top:50px;
- margin-bottom:150px;
- overflow:hidden;
- text-align:center;
- }
- #pagi a{
- padding:4px 8px;
- color:#fff;
- border-radius:5px;
- margin:10px;
- font-weight:bold;
- background-color:{color:gradient 2};
- }
- #pagi a:hover{
- background-color:#fff;
- color:{color:gradient 2};
- }
- .current_page{
- padding:5px 10px;
- background-color:#fff;
- border-radius:5px;
- margin:10px;
- font-weight:bold;
- color:{color:gradient 2};
- }
- /* ----------------- funky fonts this theme is able to display ----------------- */
- @font-face {
- font-family: Calluna;
- src: url("https://assets.tumblr.com/fonts/calluna/Calluna-BoldIt-webfont.eot?3=&v=f685dc881c60c298ea22a73fe505b88a");
- src: url("https://assets.tumblr.com/fonts/calluna/Calluna-BoldIt-webfont.eot?3%3F=&v=f685dc881c60c298ea22a73fe505b88a#iefix") format("embedded-opentype"),url("https://assets.tumblr.com/fonts/calluna/Calluna-BoldIt-webfont.woff?3=&v=760a50f4d098e59aebaf0f0e58ae2cc8") format("woff"),url("https://assets.tumblr.com/fonts/calluna/Calluna-BoldIt-webfont.ttf?3=&v=5ace789439bff3b27f8d4112725531da") format("truetype"),url("https://assets.tumblr.com/fonts/calluna/Calluna-BoldIt-webfont.svg?3=&v=5b95c481dd7411c6e112143d6646bd9b#_.regular") format("svg");
- font-weight: 700;
- font-style: italic
- }
- @font-face {
- font-family: Fairwater;
- src: url("https://assets.tumblr.com/fonts/fairwater/fairwater_script_regular-webfont.woff2?v=b7ab7a58cded3365889a447bfd9e9c45") format("woff2"),url("https://assets.tumblr.com/fonts/fairwater/fairwater_script_regular-webfont.woff?v=96e975b7468359e6f67086305577e43e") format("woff");
- font-weight: 400;
- font-style: normal
- }
- p.npf_quirky{font-family:Fairwater; font-size:20px;}
- p.npf_chat{font-family:Courier;}
- p.npf_quote{font-family:Calluna;}
- {CustomCSS}
- </style>
- </head>
- <body>
- {block:iftopbar}
- <nav>
- {block:iftitle}
- <div id="title"><span class="sf sf-{text:title icon}"></span><a href="/">{Title}</a></div>
- {/block:iftitle}
- {block:iftopbarborder}<div class="navgrad"></div>{/block:iftopbarborder}
- </nav>
- {/block:iftopbar}
- <div id="wrapper">
- <aside>
- {block:ifsidebarimage}
- <div class="avi">
- <div class="asimg"><img src="{image:avatar}"/></div>
- </div>
- {/block:ifsidebarimage}
- <div class="lnks">
- <a href="{text:link 1}" title="{text:link 1 title}"><span class="sf sf-{text:link 1 icon}"></span></a>
- <a href="{text:link 2}" title="{text:link 2 title}"><span class="sf sf-{text:link 2 icon}"></span></a>
- <a href="{text:link 3}" title="{text:link 3 title}"><span class="sf sf-{text:link 3 icon}"></span></a>
- <a href="{text:link 4}" title="{text:link 4 title}"><span class="sf sf-{text:link 4 icon}"></span></a>
- <a href="{text:link 5}" title="{text:link 5 title}"><span class="sf sf-{text:link 5 icon}"></span></a>
- </div>
- <div class="desc">{Description}</div>
- </aside>
- <div class="postcont">
- {block:Posts}
- <article>
- <!------------------ text ----------------->
- {block:Text}
- {block:Title}<h2>{title}</h2>{/block:Title}
- <div class="cap">{body}</div>
- {/block:Text}
- <!------------------ photo ----------------->
- {block:Photo}
- <img class="image" src="{PhotoURL-500}" alt="{PhotoAlt}" />
- {block:caption}<div class="cap">{caption}</div>{/block:caption}
- {/block:Photo}
- <!------------------ photoset ----------------->
- {block:Photoset}
- <div class="photo-slideshow" id="photoset_{PostID}" data-layout="{PhotosetLayout}">{block:Photos}<div class="photo-data"><div class="pxu-photo"><img src="{PhotoURL-500}" width="{PhotoWidth-500}" height="{PhotoHeight-500}" data-highres="{PhotoURL-HighRes}" data-width="{PhotoWidth-HighRes}" data-height="{PhotoHeight-HighRes}"></div><a class="tumblr-box" rel="post-{PostID}" href="{PhotoURL-HighRes}"></a></div>{/block:Photos}</div>
- {block:caption}<div class="cap">{caption}</div>{/block:caption}
- {/block:Photoset}
- <!------------------ quote----------------->
- {block:Quote}
- <div id="quote">{Quote}</div> <br>
- {block:Source}<div align="center">- {Source}</div>{/block:Source}
- {/block:Quote}
- <!------------------ link ----------------->
- {block:Link}
- <div id="link">
- <h2><a href="{URL}" target="_blank">{Name} > </a></h2>
- <div id="linkdesc">
- {block:Excerpt}{Excerpt}{/block:Excerpt}
- </div>
- </div>
- {block:caption}<div class="cap">{caption}</div>{/block:caption}
- {/block:Link}
- <!------------------ chat ----------------->
- {block:Chat}
- {block:Title}
- <div id="cttl">
- {Title}
- </div>
- {/block:Title}
- <div id="chatcont">
- {block:Lines}
- {block:Label}<div id="line">
- <b>{Label}</b>{/block:Label} {Line}<br>
- </div>{/block:Lines}
- </div>
- {/block:Chat}
- <!------------------ audio ----------------->
- {block:Audio}
- <div class="playerwrap">
- <div class="player">{AudioPlayer}</div>
- </div>
- {block:TrackName}<div class="sttl">{TrackName}</div>{/block:TrackName}
- {block:Artist}<div class="attl">{Artist}</div>{/block:Artist}
- <div class="cap">
- {block:caption}{caption}{/block:caption}
- </div>
- {/block:Audio}
- <!------------------ video ----------------->
- {block:Video}
- <div class="vd"><div class="video">{Video-500}</div></div>
- {block:caption}<div class="cap">{caption}</div>{/block:caption}
- {/block:Video}
- <!------------------ ask ----------------->
- {block:Answer}
- <div id="ask">
- <div id="qhead">
- {Asker} asked:
- </div>
- <div id="q">
- " {Question} "
- </div>
- </div>
- {block:NotReblog}
- <div id="answer">
- {Answer}
- </div>
- {/block:NotReblog}
- {block:Answerer}
- <div id="answer">
- <div id="ahead">{answerer}</div>
- {Answer}
- </div>
- {/block:Answerer}
- {block:RebloggedFrom}
- {block:Reblogs}
- <div class="cap">
- {block:caption}{caption}{/block:caption}
- </div>
- {/block:Reblogs}
- {/block:RebloggedFrom}
- {/block:Answer}
- {block:IndexPage}
- <div id="below">
- <div id="bl">
- {block:Date}
- <a href="{permalink}" title="{TimeAgo}" style="font-style:normal"><span class="sf sf-clock-3"></span> {ShortMonth} {DayOfMonthWithZero}</a>
- {/block:date}
- {block:NoteCount}<a href="{Permalink}"> <span class="sf sf-heart"></span> {NoteCount} Notes</a>{/block:NoteCount}
- </div>
- </div><!-- post buttons -->
- {block:IfTags}
- {block:HasTags}
- <div id="tags">
- {block:Tags}<a href="{TagURL}">#{tag}</a> {/block:Tags}
- </div>
- {/block:HasTags}
- {/block:IfTags}
- {/block:indexpage}
- {block:PermalinkPage}
- {block:Date}
- <b>Posted:</b> {TimeAgo} on {Month} {DayOfMonthWithZero}, {Year} at {24Hour}:{Minutes}
- {/block:Date} <br>
- {block:NoteCount}
- <b>Notes:</b> {NoteCount}<br>
- {/block:NoteCount}
- {block:HasTags}
- <b>Tags:</b>
- {block:Tags}
- <a href="{TagURL}">#{tag}</a>
- {/block:Tags}<br>
- {/block:HasTags}
- {block:RebloggedFrom}
- <br><b>Via:</b> <a href="{ReblogParentURL}" target="_blank">{ReblogParentName}</a><br>
- {block:ContentSource}
- <b>Source:</b> <a href="{SourceURL}">{SourceTitle}</a>
- {/block:ContentSource}
- {/block:RebloggedFrom}
- </div>
- {/block:PermalinkPage}
- </article>
- {block:PermalinkPage}
- {block:PostNotes}
- {block:NoteCount}
- <div class="notewrap">
- <div id="note">
- {PostNotes}
- </div>
- </div>
- {/block:NoteCount}
- {/block:PostNotes}
- {/block:permalinkpage}
- {/block:Posts}
- {block:indexpage}
- {block:Pagination}
- <div id="pagi">
- {block:PreviousPage}
- <a href="{PreviousPage}"><</a>
- {/block:PreviousPage}
- {block:JumpPagination length="3"}
- {block:CurrentPage}
- <span class="current_page">{PageNumber}</span>
- {/block:CurrentPage}
- {block:JumpPage}
- <a class="jump_page" href="{URL}">{PageNumber}</a>
- {/block:JumpPage}
- {/block:JumpPagination}
- {block:NextPage}
- <a href="{NextPage}">></a>
- {/block:NextPage}
- </div>
- {/block:Pagination}
- {/block:indexpage}
- </div><!-- postcont -->
- </div><!-- wrapper -->
- <div id="c">
- <a href="http://baechys.tumblr.com" title="Made with love by Caroline">BCHYS</a>
- </div>
- </body>
- </html>
Advertisement
Add Comment
Please, Sign In to add comment