17 Nov - Static Sites to laravel
This commit is contained in:
parent
610aa1e202
commit
5ff57a21a7
3661 changed files with 569001 additions and 771 deletions
155
public/assets/css/custom-style.css
Normal file
155
public/assets/css/custom-style.css
Normal file
|
|
@ -0,0 +1,155 @@
|
|||
@import url('https://fonts.googleapis.com/css?family=Pacifico');
|
||||
|
||||
|
||||
|
||||
|
||||
h1, .h1 {
|
||||
|
||||
font-family: 'Pacifico', cursive;
|
||||
font-size: 1.2em;
|
||||
}
|
||||
|
||||
h1 {
|
||||
color:#b5c49b;
|
||||
font-size: 2.6em;
|
||||
margin: 0 0 16px 0;
|
||||
}
|
||||
|
||||
h1.small-h1 {
|
||||
font-size: 2em;
|
||||
}
|
||||
|
||||
h2 {
|
||||
margin: 0 0 10px 0;
|
||||
font-weight: 500;
|
||||
}
|
||||
|
||||
h3.h3 {
|
||||
|
||||
font-family: 'Pacifico', cursive;
|
||||
font-size: 1.6em;
|
||||
color:#b5c49b;
|
||||
margin-bottom: 25px;
|
||||
|
||||
|
||||
}
|
||||
|
||||
h3 {
|
||||
|
||||
margin: 0 0 10px 0;
|
||||
font-weight: 400;
|
||||
|
||||
|
||||
}
|
||||
|
||||
#header #topNav a.logo > img.fixed_top {
|
||||
display: inline-block;
|
||||
-webkit-transition: all 0.4s ease 0s;
|
||||
transition: all 0.4s ease 0s;
|
||||
}
|
||||
|
||||
#header #topNav a.logo > img.fixed_scroll {
|
||||
display: none;
|
||||
-webkit-transition: all 0.4s ease 0s;
|
||||
transition: all 0.4s ease 0s;
|
||||
}
|
||||
|
||||
|
||||
#header.fixed #topNav a.logo > img.fixed_top {
|
||||
display: none;
|
||||
-webkit-transition: all 0.4s ease 0s;
|
||||
transition: all 0.4s ease 0s;
|
||||
}
|
||||
#header.fixed #topNav a.logo > img.fixed_scroll {
|
||||
display: inline-block;
|
||||
-webkit-transition: all 0.4s ease 0s;
|
||||
transition: all 0.4s ease 0s;
|
||||
}
|
||||
|
||||
|
||||
div.heading-title {
|
||||
margin-bottom: 20px;
|
||||
}
|
||||
|
||||
.text-success{
|
||||
color:#b5c49b !important
|
||||
}
|
||||
|
||||
.list-group-item.active, .list-group-item.active:hover, .list-group-item.active:focus {
|
||||
background-color: #b5c49b !important;
|
||||
|
||||
}
|
||||
|
||||
ul {
|
||||
margin-bottom: 30px;
|
||||
margin-left: 0px;
|
||||
}
|
||||
|
||||
div.side-nav ul > li.active > a{
|
||||
color:#fff !important;
|
||||
|
||||
}
|
||||
|
||||
.list-group-item:first-child {
|
||||
border-top-right-radius: 0px;
|
||||
border-top-left-radius: 0px;
|
||||
}
|
||||
.list-group-item:last-child {
|
||||
border-bottom-right-radius: 0px;
|
||||
border-bottom-left-radius: 0px;
|
||||
}
|
||||
|
||||
.alert-success, #footer > .copyright {
|
||||
background-color: rgba(181, 196, 155, 0.45);
|
||||
}
|
||||
|
||||
.text-muted {
|
||||
color: #424242;
|
||||
}
|
||||
|
||||
p {
|
||||
color: #424242;
|
||||
font-size: 15px;
|
||||
}
|
||||
|
||||
.table > tbody > tr > td, .table > tbody > tr > th, .table > tfoot > tr > td, .table > tfoot > tr > th, .table > thead > tr > td, .table > thead > tr > th {
|
||||
vertical-align: top;
|
||||
}
|
||||
|
||||
.table > thead > tr:first-child > td, .table > tbody > tr:first-child > td{
|
||||
border: none;
|
||||
}
|
||||
|
||||
.table > tbody > tr > td > p {
|
||||
margin-bottom: 0px;
|
||||
}
|
||||
|
||||
hr {
|
||||
border-top:1px solid #e5e5e5;
|
||||
}
|
||||
|
||||
.right-line > div {
|
||||
border-right: 1px solid #e5e5e5;
|
||||
}
|
||||
|
||||
.right-line > div:last-child {
|
||||
border-right: none;
|
||||
}
|
||||
.btn-primary:active:hover, .btn-primary.active:hover {
|
||||
background-color: #b3cda6;
|
||||
border-color: #b3cda6;
|
||||
}
|
||||
|
||||
.btn-primary, .btn-primary:active, .btn-primary:focus, .btn-primary:hover .pagination > .active > a, .pagination > .active > a:hover {
|
||||
background-color: #b3cda6;
|
||||
border-color: #b3cda6;
|
||||
}
|
||||
|
||||
div.heading-title p {
|
||||
font-weight: 400;
|
||||
}
|
||||
|
||||
.form-control {
|
||||
border: #b5c49b 1px solid;
|
||||
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue