View file iblog/themes/stock/css/custom.css

File size: 4.33Kb
/**********************************
    File Name: custom.css
    Template Name: TechMag
    Created By: Template Visual Team
    Website: http://templatevisual.com
    Version: 1.0
    Support: support@templatevisual.com

/**********************************/

.navbar-default,
.label-primary,
.reviewbox h3,
.progress-bar,
.tags a,
.btn-primary,
div.bbp-template-notice.info,
div.bbp-template-notice.info p,
.header,
.random-article,
.type,
.status,
.flex-direction-nav a,
#bbpress-forums li.bbp-header,
.pagination > li > a,
.pagination > li > span,
.large-widget .large-widget-title:hover a,
.mini-widget .post:hover a,
.post-review:hover h3 a,
.widget-title hr:before {
    background-color: #0288d1 !important;
    border-color: #0288d1 !important;
    color: #ffffff !important;
}

a,
.page-404-content h2,
.sitemapwrapper li:hover a,
.news-ticker span,
.footer .check li:hover a,
#sitefooter a:hover,
.sociallinks li:hover a,
#sitefooter a:focus,
.widget-title a,
.post-share .fa-share-alt {
    color: #0288d1;
}

a:hover,
a:focus {
    color: #0080c9;
}

.btn-default:hover,
.btn-default:focus,
.pagination > li > a:hover,
.pagination > li > span:hover,
div.bbp-template-notice,
div.indicator-hint,
div.bbp-template-notice p,
.tags a:hover,
.btn-primary:hover,
.btn-primary:focus {
    background-color: #0080c9 !important;
    border-color: #0080c9 !important;
    color: #ffffff !important;
}


/****/
.close {
  float: right;
  font-size: 20px;
  font-weight: bold;
  line-height: 18px;
  color: #000000;
  text-shadow: 0 1px 0 #ffffff;
  opacity: 0.2;
  filter: alpha(opacity=20);
}
.close:hover {
  color: #000000;
  text-decoration: none;
  opacity: 0.4;
  filter: alpha(opacity=40);
  cursor: pointer;
}

.alert {
  padding: 8px 35px 8px 14px;
  margin-bottom: 18px;
  text-shadow: 0 1px 0 rgba(255, 255, 255, 0.5);
  background-color: #fcf8e3;
  border: 1px solid #fbeed5;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  color: #c09853;
  display:block;
  margin-top:5px;
}
.alert-heading {
  color: inherit;
}
.alert .close {
  position: relative;
  top: -2px;
  right: -21px;
  line-height: 18px;
}
.alert-success {
  background-color: #dff0d8;
  border-color: #d6e9c6;
  color: #468847;
}
.alert-danger,
.alert-error {
  background-color: #f2dede;
  border-color: #eed3d7;
  color: #b94a48;
}
.alert-info {
  background-color: #d9edf7;
  border-color: #bce8f1;
  color: #3a87ad;
}
.alert-block {
  padding-top: 14px;
  padding-bottom: 14px;
}
.alert-block > p,
.alert-block > ul {
  margin-bottom: 0;
}

/*Pagination*/
div.pagination {
	padding: 3px;
	margin: 3px;
	float:right;
}

div.pagination a {
	padding: 10px 15px 10px 15px;
    margin: 1px;
    border: 1px solid #AAAADD;
	background-color: #0288d1 !important;
	text-decoration: none; /* no underline */
	color: #FFF;
}
div.pagination a:hover, div.pagination a:active {
	border: 2px solid #000099;

	color: #000;
}

div.pagination span.current {
	padding: 10px 15px 10px 15px;
	margin: 2px;
	border: 1px solid #000099;
		
	font-weight: bold;
	background-color: #000099;
	color: #FFF;
}

div.pagination span.disabled {
	padding: 10px 15px 10px 15px;
	margin: 2px;
	border: 1px solid #EEE;
	color: #DDD;
}


/***************************/
/****** Statusbar Top ******/
.headerTop {
    background: #0288d1;
    color: #ffffff;
    font-size: 11px;
}
.container {
    padding-right: 15px;
    padding-left: 15px;
    margin-right: auto;
    margin-left: auto;
}
.topInfo {
    list-style: outside none none;
    margin: 0;
}
.topInfo li {
    display: inline;
}
}

.topInfo li:first-child a {
    padding: 0 15px;
    border: 1px solid #141414;
    margin-left: 0;
    line-height: 38px;
}
.topInfo li a {
    color: #ffffff;
    display: inline-block;
    font-size: 13px;
    line-height: 40px;
    margin-left: 30px;
    padding-right: 4px;
    -webkit-transition-duration: 0.4s;
    transition-duration: 0.4s;
    vertical-align: top;
}

.topInfo li a:hover{
	color: black;
}

/***** Right Social *******/
.topSocial {
    margin: 0;
    list-style: none;
    border-left: 1px solid #0288d1;
    padding-left: 20px;
}
.fR {
    float: right;
}
.topSocial li {
    display: inline;
}

.topSocial li a {
    display: inline-block;
    line-height: 40px;
    color: #ffffff;
    font-size: 12px;
    padding: 0 8px;
    -webkit-transition-duration: 0.4s;
    transition-duration: 0.4s;
}

.topSocial li a:hover{
	color: black;
}