flo-exchange/style/main.css
2017-09-16 19:58:21 +05:30

175 lines
4.2 KiB
CSS

body {
width: 100%;
height: auto;
font-family: 'Crimson Text', serif;
font-size: large;
}
ul {
list-style: none;
}
footer {
height: 75px;
}
.no-padding {
padding-right: 0;!important;
padding-left: 0;!important;
}
.margin-bottom-10 {
margin-bottom: 10px;
}
.margin-top-10 {
margin-top: 10px;
}
@media (min-width: 768px) {
.navbar {
border-radius: 0;
margin-bottom: 0;
}
}
.page-header > h2 {
color: #ffffff;
text-align: center;
text-transform: uppercase;
font-family: Montserrat,"Helvetica Neue",Helvetica,Arial,sans-serif;
font-weight: 700;
}
.buy_region {
//background-color: #ffffff;
//border: 1px solid #e8e8e8;
//border-radius: 4px;
}
.sell_region {
//background-color: #ffffff;
//border: 1px solid #E8E8E8;
//border-radius: 4px;
}
.glyphicon.glyphicon-bitcoin {
font-size: 50px;
}
.table-borderless > tbody > tr > td,
.table-borderless > tbody > tr > th,
.table-borderless > tfoot > tr > td,
.table-borderless > tfoot > tr > th,
.table-borderless > thead > tr > td,
.table-borderless > thead > tr > th {
border: none;
}
.cover-price {
-moz-transform: translate(0,0);
-webkit-transform: translate(0,0);
-ms-transform: translate(0,0);
transform: translate(0,0);
-moz-transition: -moz-transform 1s ease, opacity 1s ease;
-webkit-transition: -webkit-transform 1s ease, opacity 1s ease;
-ms-transition: -ms-transform 1s ease, opacity 1s ease;
transition: transform 1s ease, opacity 1s ease;
background: rgba(23, 24, 32, 0.95);
//border-style: solid;
opacity: 1;
//position: absolute;
height: 100px;
}
.cover {
background: url(../images/pic04.jpg);
background-size: cover;
background-repeat: no-repeat;
//background-color: #e44c65;
padding-top: 40px;
padding-bottom: 80px;
}
.box-green {
background-color: #B4D5A8;
}
.box-blue {
background-color: #bdffdc;
}
.box-sea-green {
background-color: darkseagreen;
}
.margin-padd-2 {
margin: 0 2px 0 2px;
padding: 2px 5px 2px 5px;
}
#footer {
color: #ffffff;
background: #272833;
padding: 6em 0;
text-align: center;
}
#footer ul.copyright {
display: flex;
justify-content: center;
}
#footer ul.copyright > li {
margin-left: 5px;
}
#footer ul.icons {
cursor: default;
list-style: none;
padding-left: 0;
}
#footer ul.icons li {
display: inline-block;
height: 2.5em;
line-height: 2.5em;
padding: 0 0.5em;
}
#footer .icons .icon.alt {
text-decoration: none;
}
#footer ul.icons li i {
font-size: 1.5em;
color: #ffffff;
}
.input-types {
height: 3em;
transition: border-color 0.2s ease-in-out;
background: transparent;
border-radius: 4px;
border: solid 1px rgba(255, 255, 255, 0.3);
color: inherit;
display: block;
outline: 0;
padding: 0 1em;
text-decoration: none;
width: 100%;
}
input[type="submit"], input[type="reset"], input[type="button"], .button {
-moz-appearance: none;
-webkit-appearance: none;
-ms-appearance: none;
appearance: none;
-moz-transition: background-color 0.2s ease-in-out, color 0.2s ease-in-out, box-shadow 0.2s ease-in-out;
-webkit-transition: background-color 0.2s ease-in-out, color 0.2s ease-in-out, box-shadow 0.2s ease-in-out;
-ms-transition: background-color 0.2s ease-in-out, color 0.2s ease-in-out, box-shadow 0.2s ease-in-out;
transition: background-color 0.2s ease-in-out, color 0.2s ease-in-out, box-shadow 0.2s ease-in-out;
background-color: transparent;
border-radius: 4px;
border: 0;
box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.3);
color: #ffffff !important;
cursor: pointer;
display: inline-block;
font-weight: 600;
font-size: 16px;
height: 2.75em;
line-height: 2.75em;
padding: 0 2.00em;
text-align: center;
text-decoration: none;
white-space: nowrap;
}
input[type="submit"]:hover, input[type="submit"]:active, input[type="reset"]:hover, input[type="reset"]:active, input[type="button"]:hover, input[type="button"]:active, .button:hover, .button:active {
box-shadow: inset 0 0 0 1px #e44c65;
color: #e44c65 !important;
}
.align-center {
text-align: center;
}