Blog Template

<meta name="HandheldFriendly" content="true" /><meta name="MobileOptimized" content="320" /><meta name="viewport" content="initial-scale=1.0, maximum-scale=1.0, user-scaleable=no, width=device-width" /><div id="top">
</div>
<div id="menu02">
<div class="menu">
<div class="colorBar">
<div class="colorContent">
<div class="mTitle">
<a href="https://www.google.com"><h2>
World Domination Blueprint</h2>
</a></div>
<div class="mItems">
<div class="mItem">
<a href="#top">Top</a>
</div>
<div class="mItem">
<a href="#menu02">Menu02</a>
</div>
<div class="mItem">
<a href="#optin">Link</a>
</div>
<div class="mItem">
<a href="#optin">Link</a>
</div>
</div>
</div>
</div>
</div>
</div>
<div class="row clearfix">
<div class="col-3-4">
<div class="boxNoborder">
.......................................................PUT ABOVE HERE BEFORE THE POST..................................................................

BLOG TEMPLATE INSTRUCTIONS
...............................................................
MUST BE SIMPLE TEMPLATE
PUT THIS INTO NOTEPAD, DO EDITING
 eg paste the html, alter optin box, delete these lines
THEN PASTE BACK.to HTML mode
Is fiddly to re-edit later.

.......................................................PUT BELOW HERE AFTER THE POST...................................................................
</div>
</div>
<div id="optin">
</div>
<div class="col-1-4">
<div class="boxBorder">
<h2>
Wanna opt in?</h2>
You can do it here, if you like.

It's pretty good if you do.

So SIGN UP HERE!

<button><a href="#optin">I would dearly love to opt in</a></button>

<button><a href="#top">I don't need any help today, thanks</a></button>
</div>
</div>
</div>
<div id="menu02">
<div class="menu">
<div class="colorBar">
<div class="colorContent">
<div class="mTitle">
<a href="https://www.google.com"><h2>
World Domination Blueprint</h2>
</a></div>
<div class="mItems">
<div class="mItem">
<a href="#top">Top</a>
</div>
<div class="mItem">
<a href="#menu02">Menu02</a>
</div>
<div class="mItem">
<a href="#optin">Link</a>
</div>
<div class="mItem">
<a href="#optin">Link</a>
</div>
</div>
</div>
</div>
</div>
</div>
<link href="https://fonts.googleapis.com/css?family=Merriweather|Open+Sans" rel="stylesheet"></link><style>
/*.......................................................Styles and stuff ...........................................................*/
/*font above is from google fonts */


/* WIDTH OF PAGE */
.post-outer, .colorContent {
max-width: 71.25rem;
margin: auto;
}

/* FONT SIZE and COLOUR and PAGE BACKGROUND */
body, li, a, .content-outer, #main.main.section, .description, .main-inner .columns, .content-fauxcolumn-outer, .main, .main-inner .column-center-inner,  .section, .region-inner, .content-inner, .post-body, .post-body img, .post-body .tr-caption-container, #allHolder, .Profile img, .Image img, .BlogList .item-thumbnail img, .tabs-inner .widget li a, .post-footer, a:hover, a:link, button {
    font-family: 'Open Sans', sans-serif;
    font-size: 1rem;
    line-height: 1.5;
    color: #646a70;
    text-align: left;
    vertical-align: middle;
    box-sizing: border-box;
    background: #ffffff none repeat scroll top left;
    padding: 0 0 0 0;
    border-color: transparent;
}



.colorBar, .colorContent {background-color:#58c1f2;}
.colorContent, .colorContent h2 {color:white;}


/* LINKS */
a:link {color:#58c1f2}
a:hover {color:blue}

button {
border: 2px solid #58c1f2;
padding: 0 1.5rem;
border-radius:5em;
background: transparent;
color: white;
text-align: center;
vertical-align: middle;
text-decoration: none;
}
button a:link {
background: transparent;
text-decoration: none;
}
button a:hover, button:hover {
background: #58c1f2;
color:white;
text-decoration: none;
}

/* HEADERS */

h1, h1.title, h1.title a, h2, h2.title, h3.post-title.entry-title, h3, h4 {
    font-family: 'Merriweather', serif;
    color: #58c1f2;
    font-size: 1.5rem;
    line-height: 2;
    font-weight: normal;
    text-align: center;
    vertical-align: middle;
    margin:0;
}

h3, h4 {font-size: 1rem;}


/* boring stuff */
html, body, .content-outer, .description,  #main.main.section, .content-fauxcolumn-outer, .main, .section, .region-inner, .content-inner, #allHolder {
min-width: 0%;
max-width: 100%;
_width: 100%;
margin:0;
padding:0;
overflow:hidden;

}
html {overflow-y: scroll; font-size: 16px;}
.content {
    position: relative;
    word-wrap: break-word;
}

.colorBar {
box-sizing: border-box;
width: 100vw;
margin-left: calc(-50vw + 50%);
display: block;
}
.colorContent {
box-sizing: border-box;
margin:auto;
}

.someChoices{text-align:center}

.boxBorder {
box-sizing: border-box;
margin: .5rem;
border: 1px solid #646a70;
padding: 1rem;
}

.boxNoborder {
box-sizing: border-box;
margin: .5rem;
padding: 1rem;
border: 0px solid orange;
}

/* hide header .title, h3.post-title.entry-title, header, #main.main.section */
#navbar, div.header-outer, div.post-header, h3.post-title.entry-title {box-sizing: border-box; overflow:hidden; height: 0px; background:red; margin: 0;padding:0;}

/* hide footer */
.blog-feeds, .blog-pager {box-sizing: border-box; overflow:hidden; height: 0px; background:red; margin: 0;padding:0;}
footer, .post-footer, #comments, #blog-pager {box-sizing: border-box;display:none;height:0;overflow:hidden;}
.post.hentry.uncustomized-post-template {margin:0;}

/* .......................................................Styles and stuff........................................................... */

/* .......................................................Menu............................................................................. */
/* http://stackoverflow.com/questions/5540485/how-to-make-an-inline-block-element-fill-the-remainder-of-the-line */
/* http://radiatingstar.com/distribute-divs-images-equaly-line */
/* floats http://stackoverflow.com/questions/5540485/how-to-make-an-inline-block-element-fill-the-remainder-of-the-line */
/* http://codepen.io/edge0703/pen/iHJuA */

.menu {
margin:auto;
width: 98%;
box-sizing: border-box;
text-align: center;
line-height:0;
vertical-align: middle;
padding: 0rem;
line-height:3rem;
}



.mTitle, .mItems {
box-sizing: border-box;
vertical-align: middle;
display:inline-block;
width:49%;
vertical-align:middle;
text-align: center;
line-height:normal;
}


.mItem {
box-sizing: border-box;
display:inline-block;
text-align:right;
vertical-align: middle;
}

.mItem a:link {
box-sizing: border-box;
vertical-align: middle;
font-size: 1rem;
text-decoration: none;
color:white;
background-color:transparent;
padding: .25rem .5rem;
margin: auto auto;
border-radius: 1rem;
border: 2px solid transparent;
}
.mItem a:hover {
box-sizing: border-box;
vertical-align: middle;
font-size: 1rem;
padding: .25rem .5rem;
border-radius: 1rem;
border: 2px solid white;
}
/*.......................................................Menu.............................................................................*/



/*.......................................................Creating image at top ...........................................................*/
/*http://stackoverflow.com/questions/31391459/how-can-i-expand-a-child-div-to-100-screen-width-if-the-container-div-is-smalle */
/*https://css-tricks.com/design-considerations-text-images/ */
/*http://stackoverflow.com/questions/450903/how-to-make-div-not-larger-than-its-contents */


.bigPicture{
box-sizing: border-box;
}

.bigBackground {
box-sizing: border-box;
width: 100vw;
margin-left: calc(-50vw + 50%);
display: inline-block;
}

#bigImg {
box-sizing: border-box;
position: relative;
background:
linear-gradient(
rgba(0, 0, 255, 0.5),
rgba(0, 255, 0, 0.5)),
url(https://robsmuckingabout.files.wordpress.com/2016/05/maxresdefault.jpg);
background-repeat: no-repeat;
background-size: cover;
background-position: top;
min-height: 600px;
padding: 50px 2px;
}

.bigTxt {
box-sizing:border-box;
margin: auto;
padding: 4rem;
max-width: 1000px;
padding: 1rem;
background-color: yellow;
background: rgba(0, 0, 0, 0.5);
border-radius: 1rem;
color: white;
text-align: center;
line-height: 1.5;
}

/*.......................................................Creating image at top ...........................................................*/



/*.......................................................Thirds and columns Boxes ........................................................*/

                        /* mobile stuff */
                            /* mobile resets */
                                *,
                                *:before,
                                *:after {
                                    box-sizing: border-box;
                                    }
                                .clearfix:after {
                                    content: "";
                                    display: table;
                                    clear: both;
                                    }
                                /* grid */
                                .row {
                                    margin: 0px;
                                    margin-bottom: 0px;
                                    }
                                .row:last-child {
                                    margin-bottom: 0;
                                    }
                                [class*="col-"] {
                                    box-sizing: border-box;

                                    padding: 0px;
                                    }
                            /* Off mobile */
                                @media all and ( min-width: 600px ) {
                                    /* Columns */
                                        .col-2-3 {
                                            float: left;
                                            width: 66.66%;
                                            }
                                        .col-1-2 {
                                            float: left;
                                            width: 50%;
                                            }
                                        .col-1-3 {
                                            float: left;
                                            width: 33.33%;
                                            }
                                        .col-3-4 {
                                            float: left;
                                            width: 75%;
                                            }
                                        .col-1-4 {
                                            float: left;
                                            width: 25%;
                                            }
                                        .col-1-8 {
                                            float: left;
                                            width: 12.5%;
                                            }
                                    /* float */
                                        .floatleft {
                                            width:50%;
                                            padding: 2%;
                                            float:left;
                                            }
                                        .floatright {
                                            width:50%;
                                            padding: 2%;
                                            float:right;
                                            }
                                    }
                            /* On mobile */
                                @media all and (max-width:599px) {
                                    .floatleft {
                                        width:100%;
                                        }
                                    .floatright {
                                        width:100%;
                                        }
.mTitle, .mItems {
width:100%
}
                                    }
/*.......................................................Thirds and columns Boxes ........................................................*/
</style><script>
/*....these two on same line stops blogspot putting extra lines in on screen...*/
/*....................................................... Smooth scroll http://www.paulund.co.uk/smooth-scroll-to-internal-links-with-jquery........................................*/
src="http://ajax.googleapis.com/ajax/libs/jquery/1.7.1/jquery.min.js" type="text/javascript"
                    $(document).ready(function(){
                        $('a[href^="#"]').on('click',function (e) {
                            e.preventDefault();
                            var target = this.hash;
                            var $target = $(target);
                            $('html, body').stop().animate({
                                'scrollTop': $target.offset().top
                            }, 900, 'swing', function () {
                                window.location.hash = target;
                            });
                        });
                    });
                    </script>

No comments:

Post a Comment