Google Plus Theme Post



Home

This is Google Plus on a box. With a Google Plus button:

Post



CSS:

/* Default Google Plus CSS */
body {
font-family: Arial, sans-serif;
font-size: 12px;
background-color: #e5e5e5;
color: #000;
margin: 0;
}

/* Default Anchor Style */
body a {
color:#167ac6;
outline-style:none;
text-decoration:none;
font-size:11px;
font-weight:700;
}

h1 {
color:#000;
padding:10px;
font-size:2em;
font-weight:700;
}

/* YouTube Tab Style */
.gptab {
padding:8px;
border-bottom: #427fed 2px solid;
color:#fff;
font-weight:700;
float:left;
margin-right:4px;
text-decoration:none;
display:inline-block;
}

.gptab:hover {
background-color: #f5f5f5;
color:#ccc;
text-decoration:none;
border-bottom: 2px solid #427fed;
cursor:hand;
}

.gpbox {
margin: 0 0 10px;
padding: 10px;
background:#fff;
border: 1px #ccc;
box-shadow: 0 1px 2px rgba(0,0,0,.1)
}

.gpbtn {
background: #53a93f;
color:#fff;
border:1px #167ac6 solid;
padding:5px;
border-radius: 3px;
display:inline-block;
}

.gpbtn:hover {
color:#fff;
text-decoration:none;
}

/* Style MyPost Comments */
.formcontainer {
background:#fff;
}

.author {
background:#fff;
}

.nocomments {
background:#d34836;
color:#fff;
}
.content {
background:none;
}
/* Google-Plus Font Awesome Icon */
i.fa.fa-google-plus-square.fa-2x {
color: #d34836;
}