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">
- <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}
- <!--
- >> ETHEREAL THEMES // CUSTOM THEME
- Designed by etherealthemes for
- adoringcaitrionabalfe.tumblr.com
- ⓒ 2016 - 2018
- >> TERMS OF USE
- Do NOT remove the credit
- Do NOT claim as your own
- *You can move the credit, but leave it visible
- *Edit as much as you'd like
- *Feel free to ask about basic customization
- *Theme suggestions always welcomed
- >> CREDITS
- icons by fontawesome
- -->
- <!-- COLORS -->
- <meta name="color:Background" content="#ffffff" />
- <meta name="color:Text" content="#000000" />
- <meta name="color:Links" content="#2c2c2c" />
- <meta name="color:Accent One" content="#ffb0c8" />
- <meta name="color:Accent Two" content="#949494" />
- <meta name="color:Topbar Background" content="#ffffff" />
- <meta name="color:Topbar Links" content="#000000" />
- <meta name="color:Container" content="#ffffff" />
- <meta name="color:Welcome Background" content="#ffffff" />
- <meta name="color:Welcome Links" content="#000000" />
- <meta name="color:Sidebar Background" content="#ffffff" />
- <meta name="color:Sidebar Text" content="#000000" />
- <meta name="color:Posts Background" content="#ffffff" />
- <!-- IMAGES -->
- <meta name="image:Header" content="https://static.tumblr.com/zvesamf/FPOp8x65h/adoringcaitrionabalfe_header.jpg"/>
- <!-- SELECT -->
- <meta name="select:Lightbox" content="0,0,0," title="Black">
- <meta name="select:Lightbox" content="255,255,255," title="White">
- <!-- SCRIPTS -->
- <link rel="stylesheet" href="https://use.fontawesome.com/releases/v5.0.10/css/all.css" integrity="sha384-+d0P83n9kaQMCwj8F4RJB66tzIwOKmrdb46+porD/OvrJ+37WqIM7UoBtwHO6Nlg" crossorigin="anonymous">
- <script src="http://ajax.googleapis.com/ajax/libs/jquery/1.7/jquery.min.js"></script>
- <script src="http://static.tumblr.com/zvesamf/uCToz2tqz/jquery.style-my-tooltips.js"></script>
- <script>
- (function($){
- $(document).ready(function(){
- $("[title]").style_my_tooltips({
- tip_delay_time:200,
- tip_fade_speed:300,
- tip_follows_cursor:true
- }
- );
- });
- })(jQuery);
- </script>
- <script src="https://static.tumblr.com/yzs4yqx/BV3o343ow/smoothscroll.min.js"></script>
- <script>
- $container.infinitescroll({
- itemSelector: '.posts',
- navSelector: '.pagination',
- nextSelector: '.pagination a',
- loadingImg: '',
- loadingText: '<em></em>',
- bufferPx: 2000
- },
- function( newElements ) {
- var $newElems = $(newElements);
- var $newElemsIDs = $newElems.map(function(){
- return this.id;
- }).get();
- Tumblr.LikeButton.get_status_by_post_ids($newElemsIDs);
- });
- </script>
- <link rel="stylesheet" href="https://maxcdn.bootstrapcdn.com/font-awesome/4.7.0/css/font-awesome.min.css">
- <link href="https://fonts.googleapis.com/css?family=Roboto:400,400i,700,700i" rel="stylesheet">
- <!-- STYLESHEET -->
- <style type="text/css">
- /* --- SCROLLBAR ---*/
- ::-webkit-scrollbar {height:15px;width:15px;background-color:{color:Background};}
- ::-webkit-scrollbar-track {background-color:#dbdbdb;border:7px solid {color:Background};}
- ::-webkit-scrollbar-thumb {min-height:25px;min-width:25px;background-color:{color:Accent One};border:7px solid {color:Background};}
- /* --- SELECTION ---*/
- ::-moz-selection {
- color:{color:Background};
- background:{color:Accent Two};
- opacity:1;
- }
- ::selection {
- color:{color:Background};
- background:{color:Accent Two};
- opacity:1;
- }
- /* --- TOOLTIPS ---*/
- #s-m-t-tooltip {
- max-width:200px;
- margin:15px;
- background-color:{color:Accent One};
- padding:5px 8px;
- font-size:10px;
- line-height:100%;
- word-wrap:break-word;
- text-transform:lowercase;
- font-style:italic;
- word-break:break-all;
- color:{color:Background};
- z-index:8;
- }
- /* --- TUMBLR TOOLS --- */
- {block:IndexPage}
- iframe.tmblr-iframe {
- z-index:999999!important;
- top:15px!important;
- right:0!important;
- opacity:0;
- padding-right:60px;
- transform:scale(0.6);
- transform-origin:100% 0;
- -webkit-transform:scale(0.6);
- -webkit-transform-origin:100% 0;
- -o-transform:scale(0.6);
- -o-transform-origin:100% 0;
- -moz-transform:scale(0.6);
- -moz-transform-origin:100% 0;
- -ms-transform:scale(0.6);
- -ms-transform-origin:100% 0;
- filter:invert(1);
- -webkit-filter:invert(1);
- -o-filter:invert(1);
- -moz-filter:invert(1);
- -ms-filter:invert(1);
- transition:.2s ease-in-out;
- -webkit-transition:.2s ease-in-out;
- -moz-transition:.2s ease-in-out;
- }
- iframe.tmblr-iframe:hover {opacity:0.5!important;}
- .tcontrols {
- position:fixed;
- top:24px;
- right:20px;
- z-index:9;
- font-weight:700;
- color:{color:Topbar Links};
- font-size:14px;
- transition:.2s ease-in-out;
- -webkit-transition:.2s ease-in-out;
- -moz-transition:.2s ease-in-out;
- }
- {/block:IndexPage}
- {block:PermalinkPage}
- iframe.tmblr-iframe {
- z-index:999999!important;
- top:15px!important;
- right:0!important;
- opacity:0.5;
- padding-right:30px;
- transform:scale(0.6);
- transform-origin:100% 0;
- -webkit-transform:scale(0.6);
- -webkit-transform-origin:100% 0;
- -o-transform:scale(0.6);
- -o-transform-origin:100% 0;
- -moz-transform:scale(0.6);
- -moz-transform-origin:100% 0;
- -ms-transform:scale(0.6);
- -ms-transform-origin:100% 0;
- filter:invert(1);
- -webkit-filter:invert(1);
- -o-filter:invert(1);
- -moz-filter:invert(1);
- -ms-filter:invert(1);
- }
- {/block:PermalinkPage}
- /* --- BODY --- */
- body {
- margin:0px;
- padding:0px;
- font-family:'Roboto', sans-serif;
- color:{color:Text};
- font-size:11px;
- font-weight:400;
- line-height:150%;
- font-weight:normal;
- word-wrap:normal;
- text-align:left;
- background:{color:Background};
- }
- a {
- color:{color:Links};
- text-decoration:none;
- border:0;
- }
- b,strong {font-weight:700;}
- i,italic {font-style:italic;}
- small {font-size:10px;}
- big {font-size:10px;}
- hr.divider, hr, hr.separator {
- display: block;
- margin-top: 0.5em;
- margin-bottom: 0.5em;
- margin-left: auto;
- margin-right: auto;
- border-style: inset;
- border-color:{color:Text};
- border-bottom: 1px;
- }
- pre {
- white-space: pre-wrap;
- white-space: -moz-pre-wrap;
- white-space: -pre-wrap;
- white-space: -o-pre-wrap;
- word-wrap: break-word;
- }
- /* --- TOPBAR --- */
- {block:IndexPage}
- #topbar {
- position:fixed;
- margin:0 auto;
- top:0;
- left:0;
- width:100%;
- height:200px;
- text-align:center;
- background:{color:Topbar Background};
- z-index:8;
- -webkit-transition: height .5s, line-height .5s;
- transition: height .5s, line-height .5s;
- }
- .topbartitle {
- font-size:22px;
- font-weight:700;
- padding:60px 0px 20px 0px;
- color:{color:Topbar Links};
- display: inline-block;
- -webkit-transition: all .5s;
- transition: all .5s;
- }
- .topbartitle b {color:{color:Accent One};}
- .topbarborder {
- margin:0 auto;
- height:2px;
- width:100px;
- margin-top:20px;
- background:{color:Topbar Links};
- transition:0.1s ease-in-out;
- -webkit-transition:0.1s ease-in-out;
- -moz-transition:0.1s ease-in-out;
- }
- .topbarlinks {padding-top:25px;}
- .topbarlinks a {
- color:{color:Topbar Links};
- font-size:10px;
- font-weight:700;
- text-transform:uppercase;
- margin:0px 15px;
- padding-bottom:2px;
- border-bottom:1px solid {color:Topbar Background};
- transition:0.2s ease-in-out;
- -webkit-transition:0.2s ease-in-out;
- -moz-transition:0.2s ease-in-out;
- }
- .topbarlinks a:hover {border-bottom:1px solid {color:Topbar Links};}
- .scrolled-nav {
- height:62px!important;
- }
- .scrolled-nav .topbartitle {font-size:16px;padding:0px 0px 20px 0px;}
- .scrolled-nav .topbarborder {height:0px;width:0px;margin-top:0px;}
- .scrolled-nav .topbarlinks {padding-top:2px;}
- .scrolled-nav .topbarlinks a {font-size:9px;}
- {/block:IndexPage}
- {block:PermalinkPage}
- #topbar {
- position:fixed;
- margin:0 auto;
- top:0;
- left:0;
- width:100%;
- height:62px;
- text-align:center;
- background:{color:Topbar Background};
- z-index:8;
- }
- .topbartitle {
- font-size:16px;
- font-weight:700;
- padding:0px 0px 20px 0px;
- color:{color:Topbar Links};
- display: inline-block;
- -webkit-transition: all .5s;
- transition: all .5s;
- }
- .topbartitle b {color:{color:Accent One};}
- .topbarborder {height:0px;width:0px;margin-top:0px;}
- .topbarlinks {padding-top:2px;}
- .topbarlinks a {
- color:{color:Topbar Links};
- font-size:9px;
- font-weight:700;
- text-transform:uppercase;
- margin:0px 15px;
- padding-bottom:2px;
- border-bottom:1px solid {color:Topbar Background};
- transition:0.2s ease-in-out;
- -webkit-transition:0.2s ease-in-out;
- -moz-transition:0.2s ease-in-out;
- }
- .topbarlinks a:hover {border-bottom:1px solid {color:Topbar Links};}
- {/block:PermalinkPage}
- /* --- HEADER ---*/
- .header {
- margin:0 auto;
- {block:IndexPage}
- margin-top:200px;
- {/block:IndexPage}
- {block:PermalinkPage}
- margin-top:62px;
- {/block:PermalinkPage}
- width:1300px;
- height:500px;
- background-image: url('{image:Header}');
- background-position:center top;
- background-repeat:no-repeat;
- }
- /* --- CONTAINER --- */
- .container {
- margin:0 auto;
- width:1000px;
- background:{color:Container};
- padding:20px;
- }
- #end {
- clear: both;
- text-align:center;
- }
- /* --- WELCOME --- */
- .welcome {
- margin:0 auto;
- width:600px;
- padding:30px 100px 15px 100px;
- background:{color:Welcome Background};
- font-size:11px;
- font-weight:700;
- line-height:200%;
- font-style:italic;
- text-align:center;
- color:{color:Welcome Text};
- }
- .welcome b {
- display:inline-block;
- padding:0px 4px;
- background:{color:Accent One};
- color:{color:Welcome Background};
- }
- .welcome i:nth-child(2n + 1) {color:{color:Accent Two};}
- .welcome i:nth-child(2n + 2) {color:{color:Accent One};}
- /* --- SIDEBAR --- */
- .sidebar {
- float:left;
- width:380px;
- background:{color:Container};
- {block:IndexPage}
- margin:50px 0px 0px 10px;
- {/block:IndexPage}
- {block:PermalinkPage}
- margin:20px 0px 0px 20px;
- {/block:PermalinkPage}
- font-style:normal;
- }
- .side {
- width:360px;
- padding:10px;
- min-height:75px;
- margin-bottom:100px;
- background:{color:Sidebar Background};
- font-style:italic;
- }
- .sidebartitles {
- text-align:left;
- font-weight:700;
- color:{color:Sidebar Text};
- font-size:12px;
- text-transform:lowercase;
- padding:15px 0px;
- }
- /* --- SIDEBAR EXTRAS --- */
- .links a {
- display:block;
- text-transform:lowercase;
- margin:5px 0px;
- transition:0.1s ease-in-out;
- -webkit-transition:0.1s ease-in-out;
- -moz-transition:0.1s ease-in-out;}
- .links a:hover {transform:scale(1.2);}
- a.linksleft:link, a.linksleft:visited {text-align:center;font-weight:700;}
- a.linksright:link, a.linksright:visited {text-align:center;font-weight:700;}
- .social {text-align:center;}
- .social a {
- display:inline-block;
- border-radius:50%;
- font-size:16px;
- background:{color:Accent One};
- color:{color:Sidebar Background};
- margin:0px 10px;
- transition:0.1s ease-in-out;
- -webkit-transition:0.1s ease-in-out;
- -moz-transition:0.1s ease-in-out;
- }
- .social a:hover {transform:scale(1.2);}
- a.socialinsta:link, a.socialinsta:visited {padding:10px 11px;}
- a.socialtwitter:link, a.socialtwitter:visited {padding:10px 10px 10px 11px;}
- a.socialimdb:link, a.socialimdb:visited {padding:10px 11px;}
- .projects {margin-bottom:40px;text-align:center;}
- .projects img {width:360px;height:160px;}
- .projects b {color:{color:Accent One};font-weight:700;text-transform:uppercase;}
- .projects i {font-weight:700;}
- .affiliates {text-align:center;}
- .affiliates img {
- height:66px;
- width:66px;
- margin:0px 1px!important;
- transition:0.1s ease-in-out;
- -webkit-transition:0.1s ease-in-out;
- -moz-transition:0.1s ease-in-out;
- }
- .affiliates img:hover {transform:scale(1.1);}
- .about {text-align:left;}
- /* --- POSTS --- */
- .posts {
- float:right;
- width:520px;
- padding:5px;
- {block:IndexPage}
- margin:50px 10px 0px 0px;
- {/block:IndexPage}
- {block:PermalinkPage}
- margin:20px 0px 0px 20px;
- {/block:PermalinkPage}
- background:{color:Container};
- }
- .iposts {
- width:500px;
- padding:10px;
- padding-left:10px;
- background:{color:Posts Background};
- }
- .iposts img {max-width:500px;}
- .ipostpxu {
- margin-left:5px;
- width:490px;
- }
- /* --- POST INFO --- */
- .postinfo {
- width:500px;
- background:{color:Posts Background};
- padding:10px;
- font-style:italic;
- }
- .postnotes {
- background:{color:Accent One};
- text-align:center;
- display:inline-block;
- padding:5px 10px;
- font-weight:700;
- font-size:11px;
- }
- .postnotes a {color:{color:Posts Background};}
- .postdate {
- text-transform:uppercase;
- text-align:center;
- display:inline-block;
- padding:5px 10px 5px 5px;
- }
- .postdate a {color:{color:Text};font-weight:700;font-size:11px;}
- /* --- POST CONTROL --- */
- .postcontrol {
- float:right;
- margin-top:5px;
- }
- .postcontrol i {
- color:{color:Text};
- height:auto;
- padding:1px;
- display:block;
- overflow:visible;
- height:auto;
- }
- .postcontrol a {
- position:relative;
- display:inline-block;
- overflow:hidden;
- padding:0px;
- }
- .postcontrol .reblog {
- opacity:1;
- }
- .postcontrol .reblog i {
- font-size:11px;
- }
- .reblog i {
- color:{color:Text};
- transition:0.2s ease-in-out;
- -webkit-transition:0.2s ease-in-out;
- -moz-transition:0.2s ease-in-out;
- }
- .postcontrol .like .liked + i {
- color:{color:Text};
- opacity:1;
- }
- .like {
- position:relative;
- top:-1px;
- }
- .like i {
- color:{color:Text};
- font-size:9px;
- transition:0.2s ease-in-out;
- -webkit-transition:0.2s ease-in-out;
- -moz-transition:0.2s ease-in-out;
- }
- .postcontrol .like .liked + i {
- color:{color:Accent One};
- }
- .postcontrol .like .like_button {
- position:relative;
- }
- .postcontrol .like .like_button iframe {
- position:absolute;
- top:0;
- left:0;
- bottom:0;
- right:0;
- z-index:2;
- opacity:0;
- }
- /* --- POST END --- */
- .postend {
- font-style:italic;
- padding:10px 10px 5px 10px;
- text-align:right;
- background:{color:Posts Background};
- }
- .postend a {font-weight:700;}
- .posttags {
- background:{color:Posts Background};
- color:{color:Accent Two};
- text-align:center;
- font-size:9px;
- padding:10px;
- margin-bottom:100px;
- }
- .posttags a {
- color:{color:Accent Two};
- text-transform:lowercase;
- font-size:9px!important;
- text-decoration:none;
- margin-right:3px;
- }
- /* --- POST STYLES --- */
- h1, h2 {
- display:inline-block;
- font-size:11px;
- color:{color:Text};
- display:inline-block;
- text-transform:uppercase;
- font-style:italic;
- font-weight:700;
- }
- blockquote {
- padding:10px;
- text-decoration:none;
- border-left:1px solid {color:Text};
- }
- blockquote img {
- max-width:100%;
- display:block;
- margin-bottom:5px;
- }
- .user_1 .label {font-weight: 700;}
- .user_2 .label {font-weight: 400;}
- .user_3 .label {font-weight: 700;}
- .user_4 .label {font-weight: 400;}
- .user_5 .label {font-weight: 700;}
- .user_6 .label {font-weight: 400;}
- .user_7 .label {font-weight: 700;}
- .user_8 .label {font-weight: 400;}
- ul.chat {list-style:none; margin: 0px 0px 0px 0px; padding: 0px;}
- .chat li {
- list-style: none;
- margin: 0px;
- padding: 2px;
- border: none;
- }
- .chat li:first-child {border:none;}
- /* --- QUESTIONS --- */
- .question {
- margin:0px;
- width:500px;
- text-align:justify;
- line-height:130%;
- color:{color:Links};
- }
- .questiontext {
- opacity:0.5;
- transition:.2s ease-in-out;
- -webkit-transition:.2s ease-in-out;
- -moz-transition:.2s ease-in-out;
- }
- .questiontext:hover {opacity:1;color:{color:Accent};}
- .question img {padding:1px 12px 0px 0px;}
- .question a {color:{color:Text};}
- /* --- AUDIO --- */
- .audio { background:{color:Container};}
- .player {
- position:absolute;
- margin-top:-69px;
- margin-left:35px;
- opacity:0.6;
- }
- .audiop, .player {display:inline-block;}
- .trackname {
- margin-left:120px;
- margin-top:-75px;
- color:{color:Text};
- text-transform:uppercase;
- }
- .artist {
- margin-left:120px;
- margin-top:-5px;
- color:{color:Text};
- }
- .albuname {
- margin-left:120px;
- margin-top:0px;
- color:{color:Text};
- }
- .audiop {
- position:absolute;
- display:block;
- margin-top:4px
- margin-top:-109px;
- }
- .audioimg img {
- margin-top:10px;
- height:100px;
- width:100px;
- }
- .tumblr_audio_player {
- width:30px;
- height:27px;
- overflow:hidden;
- }
- .soundcloud_audio_player {padding-top:15px;}
- /* --- LIGHTBOXES ---*/
- .vignette, #vignette {opacity:0;}
- .lightbox-image, #tumblr_lightbox img {
- box-shadow:none !important;
- border-radius:0 !important;
- max-width:none;
- -moz-box-sizing:border-box;
- box-sizing:border-box;
- }
- .tmblr-lightbox, #tumblr_lightbox {
- background-color:rgba({select:Lightbox}.90) !important;
- }
- .lightbox-caption, #tumblr_lightbox_caption {visibility:hidden;}
- /* --- PAGINATION --- */
- .pagination {
- width:500px;
- float:right;
- background:{color:Container};
- margin:20px 0px;
- font-size:12px;
- font-style:italic;
- padding:10px;
- font-weight:400;
- text-align:center;
- color:{color:Accent Two};
- }
- .pagination a {
- display:inline-block;
- color:{color:Accent Two};
- padding:4px 11px 4px 8px;
- }
- .pagination .current {
- display:inline-block;
- margin:8px;
- color:{color:Text};
- min-width:15px;
- }
- .current_page {
- padding:2px 11px 2px 8px;
- font-weight:700;
- }
- .pagination a.jump {
- font-size:10px;
- line-height:10px;
- color:{color:Text};
- min-width:15px;
- }
- /* ---PERMALINK NOTES --- */
- #permanote::-webkit-scrollbar {height:5px;width:2px;}
- #permanote::-webkit-scrollbar-track {border:0px;background:{color:Background};}
- #permanote::-webkit-scrollbar-thumb {background:{color:Text};height:5px;width:2px;border:0px;}
- #permanote {
- width:480px;
- max-height:500px;
- margin:-50px 0 20px 16px;
- padding:0px 0px 0px 9px;
- text-align:center;
- overflow-x:hidden;
- overflow-y:scroll;
- }
- ol.notes {
- display:inline-block;
- padding:0px;
- margin:15px 0px;
- background:transparent;
- list-style-type:none;
- text-align:center;
- border-bottom:0px;
- }
- .notes a {display:inline-block;text-align:center;}
- ol.notes li.note {padding:0px;float:left;text-align:center;}
- ol.notes li.note img.avatar {
- width:32px;
- height:32px;
- margin:0px 2px 0px 2px;
- }
- ol.notes li.note span.action {display:none;}
- ol.notes li.note .answer_content {display:none;}
- ol.notes li.note blockquote {display:none;}
- ol.notes li.note blockquote a {display:none;}
- ol.notes li.note.more_notes_link_container {
- display:block;
- position:relative;
- text-align:center;
- display:block;
- width:100%;
- padding-top:10px;
- }
- /* --- SCROLL TO TOP --- */
- #scrollToTop {
- display:none;
- position:fixed;
- bottom:15px;
- right:10px;
- cursor:default;
- }
- #scrollToTop i {
- color:{color:Text};
- font-size:10px;
- display:inline-block;
- padding:5px;
- transition:.2s ease-in-out;
- -webkit-transition:.2s ease-in-out;
- -moz-transition:.2s ease-in-out;
- -o-transition:.2s ease-in-out;
- }
- /* --- FOOTER --- */
- footer {
- margin:0 auto;
- width:900px;
- margin-top:50px;
- padding:20px;
- line-height:150%;
- text-align:center;
- font-size:11px!important;
- text-transform:lowercase;
- font-style:normal;
- color:{color:Text};
- background:{color:Container};
- }
- .footertitle {font-size:12px!important;font-weight:700;color:{color:Text};}
- .footertitle b {font-weight:700;color:{color:Accent One};}
- footer i {font-style:italic;color:{color:Text};font-weight:700;}
- {CustomCSS}
- </style>
- </head>
- <body>
- <!-- START TOPBAR -->
- <nav id="topbar" class="nav">
- <h1 class="topbartitle">adoring<b>caitriona</b>balfe</div>
- <div class="topbarborder"></div>
- <div class="topbarlinks">
- <a href="/">home</a>
- <a href="/ask">contact</a>
- <a href="/website">website</a>
- <a href="/cait">caitriona balfe</a>
- <a href="/explore">explore</a>
- <a href="/submit">apply</a>
- </div>
- {block:IndexPage}
- <div class="tcontrols">+</div>
- {/block:IndexPage}
- </nav>
- <!-- END TOPBAR -->
- <!-- START HEADER -->
- <div class="header"></div>
- <!-- END HEADER -->
- <!-- START CONTAINER -->
- <div class="container">
- <!-- START WELCOME -->
- {block:IndexPage}
- <div class="welcome">
- Welcome to <b>Adoring Caitriona Balfe</b>, your newest source on tumblr <i>dedicated to the talented</i> and lovely model and actress <i>Caitriona Balfe</i>. Caitriona is most recognized for her role as <i>Claire Fraser</i> on Starz’s <i>Outlander</i>. Don’t forget to <i>follow us</i> before you leave and <i>visit us again</i> for more edits, news and more.
- </div>
- {/block:IndexPage}
- <!-- END WELCOME -->
- <!-- START SIDEBAR -->
- <div class="sidebar">
- <!-- Quick Tags -->
- <div class="side">
- <div class="sidebartitles">Quick Tags</div>
- <div class="links">
- <table width="100%" cellpadding="1" cellspacing="0" border="0">
- <tr><td width="50%" valign="top">
- <a class="linksleft" href="">link</a>
- <a class="linksleft" href="">link</a>
- <a class="linksleft" href="">link</a>
- </td><td><td width="50%" valign="top">
- <a class="linksright" href="">link</a>
- <a class="linksright" href="">link</a>
- <a class="linksright" href="">link</a>
- </td></tr></table>
- </div>
- </div>
- <!-- Social Media -->
- {block:IndexPage}
- <div class="side">
- <div class="sidebartitles">Social Media</div>
- <div class="social">
- <a class="socialinsta" href=""><i class="fa fa-instagram"></i></a>
- <a class="socialtwitter" href=""><i class="fa fa-twitter"></i></a>
- <a class="socialimdb" href=""><i class="fa fa-imdb"></i></a>
- </div>
- </div>
- {/block:IndexPage}
- <!-- Projects -->
- {block:IndexPage}
- <div class="side">
- <div class="sidebartitles">Projects</div>
- <div class="projects">
- <img src="http://placehold.it/360X160"/>
- <p>
- <b>Outlander</b><i> / 2014 - present</i>
- <p>
- Caitriona as
- <p>
- Lorem ipsum dolor sit amet, consectetur adipiscing elit. Aliquam pretium magna et velit dignissim, a placerat nisi rutrum. Vestibulum odio ipsum, rutrum a ex ac, fringilla fermentum ante.
- </div>
- <div class="projects">
- <img src="http://placehold.it/360X160"/>
- <p>
- <b>Project</b><i> / Date - Date</i>
- <p>
- Caitriona as
- <p>
- Lorem ipsum dolor sit amet, consectetur adipiscing elit. Aliquam pretium magna et velit dignissim, a placerat nisi rutrum. Vestibulum odio ipsum, rutrum a ex ac, fringilla fermentum ante.
- </div>
- </div>
- {/block:IndexPage}
- <!-- Affiliates -->
- <div class="side">
- <div class="sidebartitles">Affiliates</div>
- <div class="affiliates">
- <a href="" title=""><img src="http://placehold.it/72X72"></a>
- <a href="" title=""><img src="http://placehold.it/72X72"></a>
- <a href="" title=""><img src="http://placehold.it/72X72"></a>
- <a href="" title=""><img src="http://placehold.it/72X72"></a>
- <a href="" title=""><img src="http://placehold.it/72X72"></a>
- <a href="" title=""><img src="http://placehold.it/72X72"></a>
- <a href="" title=""><img src="http://placehold.it/72X72"></a>
- <a href="" title=""><img src="http://placehold.it/72X72"></a>
- <a href="" title=""><img src="http://placehold.it/72X72"></a>
- <a href="/submit" title="apply"><img src="https://static.tumblr.com/zvesamf/T4cp8x8by/adoringcaitrionabalfe_affie.jpg"></a>
- </div>
- </div>
- <!-- About -->
- <div class="side">
- <div class="sidebartitles">About</div>
- <div class="about">
- <b>Adoring:</b> Caitriona Balfe <br>
- <b>Owner:</b> <br>
- <b>Online:</b><br>
- <b>Total Hits:</b><br>
- <b>Theme:</b> <a href="http://ethereal-themes.tumblr.com">ethereal</a><br>
- </div>
- </div>
- </div>
- <!-- END SIDEBAR -->
- <!-- START POSTS -->
- <div class="posts">
- {block:Posts}
- <!-- START POST INFO -->
- <div class="postinfo">
- {block:NoteCount}<div class="postnotes"><a href="{Permalink}">{NoteCount}</a></a></b></div>{/block:NoteCount}
- {block:Date}
- <div class="postdate">
- <a href="{Permalink}">{DayOfMonth}.{MonthNumber}.{Year}</a></div>
- {/block:Date}
- {block:IndexPage}
- <div class="postcontrol">
- <a href="{ReblogURL}" target="_blank" class="reblog"><i class="fa fa-retweet"></i></a>
- <a href="#" class="like">{LikeButton}<i class="fa fa-heart"></i></a>
- </div>
- {/block:IndexPage}
- </div>
- <!-- END POST INFO -->
- <!-- POST STYLES START -->
- <div class="iposts" id="{PostID}">
- {block:Text}{block:Title}<h1>{Title}</h1>{/block:Title}{Body}{/block:Text}
- {block:Link}<a href="{URL}"><h1>{Name}</h1></a>
- {block:Description}<p>{Description}</p>{/block:Description}{/block:Link}
- {block:Quote}<h1>“{Quote}”</h1><br>-{Source}</b>{/block:Quote}
- {block:Photo}<center><div class="oddhour-high-res">
- <img src="{PhotoURL-HighRes}" alt="{PhotoAlt}">
- </div></center>{block:Caption}{Caption}{/block:Caption}{/block:Photo}
- {block:Photoset}<div class="ipostpxu"><center><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></center>
- {block:Caption}{Caption}{/block:Caption}</div>{/block:Photoset}
- {block:Chat}
- <ul class="chat">{block:Lines}<li class="user_{UserNumber}">{block:Label}<span class="label">{Label}</span>{/block:Label} {Line}</li>{/block:Lines}</ul>
- {/block:Chat}
- {block:Audio}
- <div class="audio">
- {block:AlbumArt}
- <div class="audioimg">
- <img src="{AlbumArtURL}" />
- </div>
- {block:AlbumArt}
- {block:AudioPlayer}
- <div class="player">
- {AudioPlayerBlack}
- </div>
- {/block:AudioPlayer}
- <div class="audiop">
- {block:TrackName}
- <div class="trackname">
- {TrackName}
- </div>
- {/block:TrackName}
- {block:Artist}
- <div class="artist">
- by {Artist}
- </div>
- {/block:Artist}
- </div>
- {block:Caption}{Caption}{/block:Caption}
- </div>
- {/block:Audio}
- {block:Video}<center>{Video-500}{block:Caption}{Caption}{/block:Caption}</center>{/block:Video}
- {block:Answer}
- <div class="question">
- <img src="{AskerPortraitURL-48}" align="left" />{Asker} asked<br>
- <div class="questiontext">{Question}</div>
- </div>
- {Answer}{/block:Answer}
- </div>
- <!-- POST STYLES END -->
- <!-- POST INFO START -->
- {block:RebloggedFrom}
- <div class="postend">
- <a title="{ReblogParentName}" href="{ReblogParentURL}">via</a>{block:ContentSource}<a title="{ReblogRootName}" href="{SourceURL}"> / src</a>{/block:ContentSource}
- </div>
- {/block:RebloggedFrom}
- <!-- POST INFO END -->
- <!-- POST TAGS START -->
- <div class="posttags">
- {block:HasTags}{block:Tags}
- #<a href="{TagURL}">{Tag}</a>
- {/block:Tags}{/block:HasTags}
- </div>
- <!-- POST TAGS END -->
- <!-- PERMALINK NOTES -->
- {block:PostNotes}
- <div id="permanote"><center>{PostNotes-64}</center></div>
- {/block:PostNotes}
- {/block:Posts}
- <!-- START PAGINATION -->
- {block:IndexPage}
- {block:Pagination}
- <div class="pagination">
- {block:PreviousPage}
- <a href="{PreviousPage}"><</a>
- {/block:PreviousPage}
- {block:JumpPagination length="10"}
- {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 class="next" href="{NextPage}">></a>
- {/block:NextPage}
- </div>
- {/block:Pagination}
- {/block:IndexPage}
- <!-- END PAGINATION -->
- </div><!-- END POSTS -->
- <div id="end"></div>
- <!-- START FOOTER -->
- <footer>
- <div class="footertitle">adoring<b>caitriona</b>balfe</div>
- <p>
- This site claims no credit for any images posted on this site unless otherwise noted. Images on this blog are copyright to their respectful owners. If there is an image appearing on this blog that belongs to you and do not wish for it appear on this site, please message us with a link to said image and it will be removed.
- <p>
- <i>copyright 2018</i>
- </footer>
- <!-- END FOOTER -->
- </div>
- <!-- END CONTAINER -->
- <!-- ADDITIONAL SCRIPTS -->
- <script>
- $(document).ready(function(){
- var scrollTop = 0;
- $(window).scroll(function(){
- scrollTop = $(window).scrollTop();
- $('.counter').html(scrollTop);
- if (scrollTop >= 100) {
- $('#topbar').addClass('scrolled-nav');
- } else if (scrollTop < 100) {
- $('#topbar').removeClass('scrolled-nav');
- }
- });
- });
- </script>
- {block:IndexPage}
- <script>
- $(function(){$window=$(window);$link=$("#scrollToTop");$link.click(function(){$("html, body").animate({scrollTop:0},"slow")});$window.scroll(function(){if($window.scrollTop()<=1000){$link.fadeOut("fast")}else{$link.fadeIn("fast")}})});
- </script>
- <a href="javascript:;" id="scrollToTop" rel="nofollow"><i class="fa fa-chevron-up" aria-hidden="true"></i></a>
- {/block:IndexPage}
- <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>
- $(document).ready(function(){
- $('.photo-slideshow').pxuPhotoset({
- lightbox: true,
- rounded: false,
- gutter: '1px',
- borderRadius: '0px',
- photoset: '.photo-slideshow',
- photoWrap: '.photo-data',
- photo: '.pxu-photo'
- });
- });
- </script>
- </body></html>
Advertisement
Add Comment
Please, Sign In to add comment