CommonStyles.css (PUBLIC REFERENCE) - TechnoDevelopers/website GitHub Wiki
PUBLIC REFERENCE:*
textarea:focus, input:focus{
outline: 0;
}
blockquote {
margin-top: 40px;
margin-bottom: 40px;
padding-left: 60px;
min-height: 40px;
background: url(assets/images/blockqoute.png) 0 10px no-repeat;
}
table {
width: 100%;
background: #fff;
}
table td, table th {
padding: 8px;
border: 1px solid #d5d6d7;
text-align: left;
}
table th {
background: #49cae6;
font-weight: normal;
color: #fff;
}
table caption {
padding: 1em 0;
text-align: center;
}
dt {
font-weight: bold;
}
dd {
line-height: 1.4;
}
/
textarea:focus, input:focus{
outline: 0;
}
blockquote {
margin-top: 40px;
margin-bottom: 40px;
padding-left: 60px;
min-height: 40px;
background: url(assets/images/blockqoute.png) 0 10px no-repeat;
}
table {
width: 100%;
background: #fff;
}
table td, table th {
padding: 8px;
border: 1px solid #d5d6d7;
text-align: left;
}
table th {
background: #49cae6;
font-weight: normal;
color: #fff;
}
table caption {
padding: 1em 0;
text-align: center;
}
dt {
font-weight: bold;
}
dd {
line-height: 1.4;
}
/* select styling /
select {
display: inline-block;
max-width: 100%;
}
option {
background: #fff;
width:100%;
color:#000;
}
.homepage_nav_title {
background: #087f99;
color: #fff;
}
.homepage_nav_title a,
.homepage_nav_title span,
div#crumbs{
color: #fff;
}
.homepage_nav_title a:hover{
color: #18bc9c;
}
/ Targetting Webkit browsers only. FF will show the dropdown arrow with so much padding. */
.header {
position: fixed;
top:0;
z-index: 1030;
width: 100%;
}
.top_strip {
background: #444;
padding: 8px 0 4px 0;
overflow: hidden;
position: relative;
visibility: visible;
height: 38px;
}
.top_strip.strip_hidden {
height: 0px;
visibility: hidden;
padding: 0 !important;
}
.header .toggle_strip {
position: absolute;
right: 6%;
top: 55px;
width: 36px;
height: 34px;
display: inline-block;}
.header.strip_off .toggle_strip {
top: 16px;
}
.top_left_contact {}
.top_left_contact span {
display: inline-block;
color: #fff;
font-size: 15px;
vertical-align: middle;
margin-top: -4px;
}
.top_left_contact p {
color: #fff;
margin-bottom: 0;
display: inline-block;
font-size: 14px;
margin-left: 4px;
font-weight: 400;
}
.social_icon_wrapper {}
.social_icon_wrapper ul {
list-style: none;
padding-left: 0;
text-align: right;
margin-bottom: 0;
}
.social_icon_wrapper ul li {
display: inline-block;
margin-left: 2px;
}
.social_icon_wrapper ul li a {
color: #444;
display: block;
width: 21px;
height: 21px;
font-size: 13px;
line-height: 1.8;
text-align: center;
}
.social_icon_wrapper ul li a.fb {
background: #14a6f1;
}
.social_icon_wrapper ul li a.tw {
background: #2cddf7;
}
.social_icon_wrapper ul li a.gp {
background: #fe3535;
font-size: 12px;
width: 21px;
height: 21px;
}
.social_icon_wrapper ul li a.rss {
background: #fda01c;
}
.social_icon_wrapper ul li a.pn {
background: #fe3939;
}
.social_icon_wrapper ul li a.ln {
background: #0186c7;
}
/**
- Sections Common Style
/
section .main_head {
font-size: 28px;
line-height: 1.3;
font-weight: bold;
text-transform: uppercase;
}
.header .logo h1.logo_text {
font-size: 26px;
margin-top: 5px;
}
.header .logo p{
font-size: 14px;
margin-bottom: 0;
}
.header .logo a img{
margin-top: 16px;
margin-bottom: 16px;
}
/*
* - Navigation bar
*/
.navbar-fixed-top {
padding: 0px 0 0 0;
position: static;
}
.navbar-fixed-top .navbar-brand {
font-size: 1.5em;
margin-top: 21px;
}
.navbar-fixed-top.navbar-shrink {
padding: 0px 0;
position: fixed;
right: 0;
left: 0;
z-index: 1030;
background: rgb(249, 249, 249);
.sl-slide-inner {
z-index: 999;
}
.slider_overlay {
position: absolute;
width: 100%;
height: 100%;
background: rgba(29, 105, 165, 0.82);
bottom: 0;
color: #fff;
z-index: 9;
overflow: hidden;
display: block;
text-align: center;
-moz-opacity: 0.8;
-webkit-box-sizing: border-box;
-moz-box-sizing: border-box;
box-sizing: border-box;
}
.sl-slide {
z-index: 1;
}
/* The duplicate parts/slices /
.sl-content-slice {
overflow: hidden;
position: absolute;
-webkit-box-sizing: content-box;
-moz-box-sizing: content-box;
box-sizing: content-box;
background: #fff;
-webkit-backface-visibility: hidden;
-moz-backface-visibility: hidden;
-o-backface-visibility: hidden;
-ms-backface-visibility: hidden;
backface-visibility: hidden;
opacity: 1;
}
/ Horizontal slice */
.sl-slide-horizontal .sl-content-slice {
width: 100%;
height: 50%;
left: -200px;
-webkit-transform: translateY(0%) scale(1);
-moz-transform: translateY(0%) scale(1);
-o-transform: translateY(0%) scale(1);
-ms-transform: translateY(0%) scale(1);
transform: translateY(0%) scale(1);
}
.sl-slide-horizontal .sl-content-slice:first-child {
top: -200px;
padding: 200px 200px 0px 200px;
}
.sl-slide-horizontal .sl-content-slice:nth-child(2) {
top: 50%;
padding: 0px 200px 200px 200px;
}