website/themes/openlp2v2/assets/css/custom.css

172 lines
3.3 KiB
CSS

/*
Theme Name: Worthy - Free Powerful Theme by HtmlCoder
Author:HtmlCoder
Author URI:http://www.htmlcoder.me
Version:1.0.0
Created:November 2014
License: Creative Commons Attribution 3.0 License (https://creativecommons.org/licenses/by/3.0/)
File Description: Place here your custom CSS styles
*/
.bg-image-1 {
background: url("../images/worship-1.jpg") 50% 0px no-repeat;
}
.bg-image-2 {
background: url("../images/worship-2.jpg") 50% 0px no-repeat;
}
.media .fa.fa-3x {
font-size: 3em;
}
div.blog-heading {
background: transparent url(/assets/images/blog-heading-2.jpg) no-repeat center center scroll;
-webkit-background-size:cover;
-moz-background-size:cover;
-o-background-size:cover;
background-size:cover;
margin-bottom:50px
}
div.blog-heading h1 {
color: #fff;
padding: 225px 0 150px 0;
text-align: left;
text-shadow: 1px 1px 2px #000;
}
div.post-heading {
background: #0960A2 url(/assets/images/blog-heading-2.jpg) no-repeat center center scroll;
-webkit-background-size:cover;
-moz-background-size:cover;
-o-background-size:cover;
background-size:cover;
margin-bottom:10px
}
div.post-heading h1 {
color: #fff;
padding: 225px 0 150px 0;
text-align: center;
text-shadow: 1px 1px 2px #000;
}
div.product-chooser div.product-chooser-item {
padding: 11px;
border-radius: 6px;
cursor: pointer;
position: relative;
border: 4px solid #efefef;
margin-bottom: 10px;
}
div.product-chooser div.product-chooser-item.selected{
border: 4px solid #55acee;
color: #55acee;
}
div.product-chooser div.product-chooser-item img{
padding: 0;
}
div.product-chooser div.product-chooser-item span.title{
display: block;
margin: 10px 0 5px 0;
font-weight: bold;
font-size: 12px;
}
div.product-chooser div.product-chooser-item span.description{
font-size: 12px;
}
div.product-chooser div.product-chooser-item input{
position: absolute;
left: 0;
top: 0;
visibility:hidden;
}
#download-section > div {
height: 200px;
text-align: center;
}
#download-section div p,
#download-section div h4 {
margin-top: 1.2em;
}
#download-section > div > div.intro p {
line-height: 11em;
margin-top: 0;
}
.btn {
min-width: inherit;
}
.btn-ubuntu {
color: #fff;
background-color: #e36c43;
border: 1px solid #e05a2b;
}
.btn-ubuntu:hover, .btn-ubuntu:focus, .btn-ubuntu.focus {
color: #fff;
background-color: #dd4814;
border-color: #dd4814;
}
.btn-fedora {
color: #fff;
background-color: #3c6eb4;
border: 1px solid #2a5cb1;
}
.btn-fedora:hover {
color: #fff;
background-color: #294172;
border-color: #294172;
}
.btn-debian {
color: #fff;
background-color: #d70a53;
border: 1px solid #dd1155;
}
.btn-debian:hover {
color: #fff;
background-color: #A80030;
border-color: #A80030;
}
.btn-arch {
color: #fff;
background-color: #1793d1;
border: 1px solid #168cc7;
}
.btn-arch:hover {
color: #fff;
background-color: #147db2;
border-color: #147db2;
}
.btn-freebsd {
color: #fff;
background-color: #e00;
border: 1px solid #d00;
}
.btn-freebsd:hover {
color: #fff;
background-color: #a00;
border-color: #a00;
}
a > img {
display: inline;
vertical-align: text-bottom;
}