redoules.github.io/theme/css/style.css
2019-11-15 22:40:46 +01:00

374 lines
6.0 KiB
CSS

/* Sticky footer styles
-------------------------------------------------- */
html {
position: relative;
min-height: 100%;
}
body {
/* Margin bottom by footer height */
margin-bottom: 60px;
font-size: 16px;
background-color: #fff;
}
.footer {
position: absolute;
bottom: 0;
width: 100%;
/* Set the fixed height of the footer here */
height: 60px;
}
a {
color: #0046B7;
}
a:hover {
color: #0056FF;
}
/* Primary CSS
-------------------------------------------------- */
/* Not required for template or sticky footer method. */
body > .container {
padding: 60px 15px 0;
color: #424242;
font-family: 'Roboto', sans-serif;
}
.container {
max-width: 960px;
}
.container .text-muted {
margin: 20px 0;
}
.footer > .container {
padding-right: 15px;
padding-left: 15px;
}
.panel-body {
-webkit-columns: 384px 1;
-moz-columns: 384px 1;
columns: 384px 1;
}
@media (min-width: 480px) {
.panel-body {
-webkit-columns: 384px 2;
-moz-columns: 384px 2;
columns: 384px 2;
}
}
.navbar {
background-color: #468499;
border-bottom: 0px solid #468499;
}
@media (max-width: 767px) {
.navbar-header {
background: #468499;
}
}
.navbar-toggle .icon-bar {
background-color: white;
}
.navbar .navbar-brand, .navbar .navbar-brand:hover {
color: #fff;
background: #468499;
margin-right: 20px;
letter-spacing: 1px;
font-weight: 700;
text-transform: uppercase;
font-size: 14px;
}
.navbar .navbar-brand:hover {
background: #3F7689;
}
@media (max-width: 767px) {
.navbar .navbar-brand, .navbar .navbar-brand:hover {
-webkit-clip-path: none;
clip-path: none;
}
}
.navbar-nav > li > a {
color: #fff;
font-size: 13px;
text-transform: uppercase;
font-size: 12px;
font-weight: 500;
/* -webkit-clip-path: polygon(7% 0%, 100% 0%, 93% 100%, 0% 100%);
clip-path: polygon(7% 0%, 100% 0%, 93% 100%, 0% 100%);
font-style: italic; */
}
@media (max-width: 767px) {
.navbar-nav > li > a {
-webkit-clip-path: none;
clip-path: none;
}
}
.navbar-nav > li > a:hover, .navbar-nav > li > a:active {
background-color: #3F7689;
}
.navbar-nav > li > a:focus{
background-color: #468499;
}
.nav .dropdown.open > a, .nav .dropdown.open > a:hover, .nav .dropdown.open > a:focus {
background-color: #3F7689;
}
.dropdown-menu {
border: none;
}
.navbar-toggle {
background: #468499;
}
.footer {
border-top: 1px solid #ddd;
font-size: 15px;
}
.page-header {
border-bottom: none;
text-align: center;
margin: 30px 0 0 0;
}
#content {
margin-bottom: 3em;
}
.article_content p, .article_content li, .homepage-blurb p{
font-family: 'PT Serif', serif;
color: #333333;
letter-spacing: -0.02px;
font-size: 17px;
}
.index-page-title {
font-size: 29px;
font-weight: 700;
}
.panel-default > .panel-heading {
background-color: #fff;
}
.panel {
border-radius: 0px;
}
pre {
background-color: #fbfbfb;
border: 0px solid #DEDEDE;
border-radius: 0px;
font-size: 13px;
}
.panel {
border-radius: 0px;
-webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, 0);
box-shadow: 0 1px 1px rgba(0, 0, 0, 0);
background: transparent;
}
.dropdown-menu {
border: 1px solid #eee;
border-width: 0px 1px 1px 1px;
border-radius: 0px;
}
.dropdown {
-webkit-box-shadow: 0 6px 12px rgba(0, 0, 0, 0);
box-shadow: 0 6px 12px rgba(0, 0, 0, 0);
}
@media (max-width: 767px) {}
.navbar-nav .open .dropdown-menu {
background: #fff;
}
}
.panel-body li a, .panel-body li{
font-size: 15px;
}
.body li {
font-size: 1em;
}
.body li li{
font-size: 1em;
}
h2.homepage_category_title {
background-color: #ececec;
color: rgb(84, 84, 84);
padding: 10px;
border: solid 1px #ddd;
}
h3.panel-title {
font-size: 17px;
}
p {
font-size: 16px;
margin: 20px 0 20px 0;
}
header {
margin-bottom: 2em;
}
header h1{
}
header time {
font-size: 15px;
color: #666;
}
/* Header sizes
-------------------------------------------------- */
h1,
.h1 {
font-size: 30px;
font-weight: 500;
}
h2,
.h2 {
font-size: 22px;
font-weight: 500;
}
h3,
.h3 {
font-size: 18px;
font-weight: 500;
}
h4,
.h4 {
font-size: 16px;
font-weight: 500;
}
h5,
.h5 {
font-size: 14px;
font-weight: 500;
}
h6,
.h6 {
font-size: 14px;
font-weight: italic;
}
/* Bug reporting box
-------------------------------------------------- */
.bug-reporting__panel{
padding: 1em;
border: solid 1px #dddddd;
margin-top: 3em;
}
.bug-reporting__panel h3{
margin: 0 0 10px 0;
font-size: 18px;
}
.bug-reporting__panel p{
margin: 0;
font-size: 16px;
}
.input-group-addon {
padding: 6px 12px;
font-size: 14px;
font-weight: normal;
line-height: 1;
color: #fff;
text-align: center;
background-color: #3F7689;
border: 0px solid #ccc;
border-radius: 0px;
}
.form-control {
border: 0px solid #ccc;
border-radius: 0px;
}
.navbar-right {
margin-left: 20px;
}
@media (max-width: 480px) {
.navbar-right {
margin-left: 0;
}
}
.breadcrumb {
padding: 0;
margin-bottom: 0;
list-style: none;
background-color: transparent;
border-radius: 0;
}
.breadcrumb > li {
font-size: 15px;
color: #666;
}
.panel-body ul {
padding-left: 20px;
}
code {
padding: 2px 4px;
font-size: 15px;
color: #696969;
background-color: #F5F5F5;
border-radius: 4px;
}
blockquote p {
margin: 0;
color: #696969;
font-style: italic;
}
.search-query {
outline: none;
border: none !important;
-webkit-box-shadow: none !important;
-moz-box-shadow: none !important;
box-shadow: none !important;
}