example/content/public/css/site.css
author Tomas Zeman <tzeman@volny.cz>
Thu, 06 Dec 2018 15:19:41 +0100
changeset 12 e7512f9dc903
parent 7 50a354e5bda4
child 13 216da61215db
permissions -rw-r--r--
Layout: categories, articles, primary view

/*
 * Colors:
 *  - green: #006634 / #00532b / #008745
 *  - red:   #e94e1b
 *  - brown: #693e11 / #482500 / #9a744c / #eedece
 */

body {
  color: #693e11;
}

h1, h2, h3, a {
  color: #006634;
}

small, h4 small {
  color: #693e11;
}

.col-centered{
  float: none;
  margin: 0 auto;
}

.jumbotron {
  background-color: #eedece;
}

.panel-title, .navbar-default .navbar-nav>li>a {
  color: #006634;
}

.panel-default {
  border-color: #9a744c;
}

.panel-default>.panel-heading {
  background-color: #eedece;
  border-color: #9a744c;
  color: #693e11;
}

.panel-default>.panel-heading+.panel-collapse>.panel-body {
  border-top-color: #9a744c;
}

.panel-group .panel-heading+.panel-collapse>.list-group,
.panel-group .panel-heading+.panel-collapse>.panel-body {
  border-top-color: #9a744c;
}

.panel-footer {
  background-color: #eedece;
  border-color: #9a744c;
}

.nav-tabs>li.active>a, .nav-tabs>li.active>a:focus, .nav-tabs>li.active>a:hover,
.dropdown-menu>li>a {
  color: #693e11;
}

.navbar-brand {
  font-size: 32px;
}

.navbar-default {
  background-color: #eedece;
  border-color: #9a744c;
}

.navbar-section {
  font-size: 24px;
}

.dropdown-menu>.active>a, .dropdown-menu>.active>a:focus, .dropdown-menu>.active>a:hover {
  background-color: #006634;
}

.btn-default {
  border-color: #9a744c;
  color: #693e11;
  outline-color: #9a744c;
}

.btn-default.active, .btn-default.focus,
.btn-default:active, .btn-default:focus, .btn-default:hover {
  background-color: #eedece;
  border-color: #9a744c;
  color: #693e11;
  outline-color: #9a744c;
}

.btn-default.disabled, .btn-default.disabled.active, .btn-default.disabled.focus,
.btn-default.disabled:active, .btn-default.disabled:focus,
.btn-default.disabled:hover, .btn-default[disabled], .btn-default[disabled].active,
.btn-default[disabled].focus, .btn-default[disabled]:active,
.btn-default[disabled]:focus, .btn-default[disabled]:hover,
fieldset[disabled] .btn-default, fieldset[disabled] .btn-default.active,
fieldset[disabled] .btn-default.focus, fieldset[disabled] .btn-default:active,
fieldset[disabled] .btn-default:focus, fieldset[disabled] .btn-default:hover {
  background-color: #eedece;
  border-color: #9a744c;
  color: #693e11;
}

.btn-primary {
  background-color: #006634;
  border-color: #00532b;
  outline-color: #00532b;
}

.btn-primary.active, .btn-primary.focus,
.btn-primary:active, .btn-primary:focus, .btn-primary:hover {
  background-color: #693e11;
  border-color: #482500;
  outline-color: #482500;
}

.btn-primary.disabled, .btn-primary.disabled.active, .btn-primary.disabled.focus,
.btn-primary.disabled:active, .btn-primary.disabled:focus,
.btn-primary.disabled:hover, .btn-primary[disabled], .btn-primary[disabled].active,
.btn-primary[disabled].focus, .btn-primary[disabled]:active,
.btn-primary[disabled]:focus, .btn-primary[disabled]:hover,
fieldset[disabled] .btn-primary, fieldset[disabled] .btn-primary.active,
fieldset[disabled] .btn-primary.focus, fieldset[disabled] .btn-primary:active,
fieldset[disabled] .btn-primary:focus, fieldset[disabled] .btn-primary:hover {
  background-color: #008745;
  border-color: #00532b;
}

hr {
  border-top-color: #eedece;
}

.modal-header {
  border-bottom-color: #eedece;
}

div.modal-content a {
  cursor: pointer;
}

a.link {
  cursor: pointer;
}

/* Tiles */
.tile-category {
  background-color: #eedece;
  border-color: #9a744c;
  border-style: solid;
  border-width: 1px;
	border-radius: 4px;
	height: 10em;
	display: table;
	margin: .5em;
	padding: .5em;
	width: 100%;
}

.tile-category-body {
  color: #006634;
	display: table-cell;
  font-size: 24px;
	text-align: center;
	vertical-align: middle;
}

a.tile-category-body {
	text-decoration: none;
}

a.tile-category-body:hover, a.tile-category-body:focus {
  color: #693e11;
}

p {
  /*
	color: #000000;
	font-family: "Yantramanav", sans-serif;
	*/
	font-style: normal;
	font-variant: normal;
	margin-bottom: 0;
	margin-left: 0;
	margin-right: 0;
	margin-top: 0;
	page-break-after: auto;
	page-break-before: auto;
	text-align: justify;
	text-align-last: left;
	text-decoration: none;
	text-indent: 10px;
	text-transform: none;
}