%PDF- %PDF-
Mini Shell

Mini Shell

Direktori : /home/emergentqj/actioncivile/pre-auth/.6d4e09ab83ede10475104081c46419d7/css/
Upload File :
Create Path :
Current File : /home/emergentqj/actioncivile/pre-auth/.6d4e09ab83ede10475104081c46419d7/css/blocked.css

/*-----Import Google Font-----*/

@import url('https://fonts.googleapis.com/css?family=Open+Sans:300,400,500,700,900');
                                        
* {
    padding: 0;
    margin: 0;
    box-sizing: border-box;
}

html {
    font-size: 16px;
}

body {
    /*Change Font*/
    font-family: 'Open Sans', sans-serif;
    /*Change Font*/
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.6;
}

h1 {
    font-size: 2.5rem;
    line-height: 1.2;
}

h2 {
    font-size: 2rem;
    line-height: 1.25;
}

h3 {
    font-size: 1.75rem;
    line-height: 1.3;
}

h4 {
    font-size: 1.5rem;
    line-height: 1.35;
}

h5 {
    font-size: 1.25rem;
    line-height: 1.5;
}

h6 {
    font-size: 1rem;
    line-height: 1.4;
}

p {
    font-size: 0.9375rem;
    margin-top: 0.9375rem;
}

a,
button {
    transition: all 0.3s ease-in-out
}

/*-----Components-----*/

.container {
    width: 100%;
    min-height: auto;
    /*Change Background Color*/
    background-color: #008440;
}

.content {
    width: 100%;
    min-height: 25vh;
    margin: 0 auto;
    /*Change Background Color*/
    background-color: white;
}

.content-header {
    width: 100%;
    min-height: 50px;
    /*Change Background Color*/
    background-color: #f5f5f5;
}

.logo {
    width: 300px;
    height: auto;
}

.heading {
    color: #212121;
    font-weight: 700;
    margin-top: 0.625rem;
}

.text {
    color: #193020;
    font-weight: 400;
}

.text-large {
    font-size: 1.0625rem;
}

.link {
    font-size: 15px;
    color: #073c9e;
}

.button {
    /*Customize Button*/
    padding: 8px 40px;
    border: none;
    color: #fff;
    background-color: #008440;
    cursor: pointer;
    font-size: 16px;
}

.button:hover {
    filter: brightness(110%);
}

.list {
    margin-top: 0.9375rem;
    margin-left: 2rem;
}

.list li {
    color: #193020;
    font-weight: 400;
    font-size: 0.9375rem;
    margin-top: 0.5rem;
    list-style-position: outside;

}

dl.list {
    margin: 0.9375rem 0 0 0;
}

dl.list dt {
    font-weight: 700;
    font-size: 1rem;
    margin-top: 0.5rem;
}

dl.list dd {
    font-size: 0.9375rem;
    margin-top: 0.5rem;
    color: #193020;
}

.list .list {
    margin-left: 1.5625rem;
}

.table-container {
    width: 100%;
}

.table {
    padding: 0.3125rem 0;
}

.table td,
.table th {
    border: 1px solid black;
    font-family: -apple-system, 'Roboto', 'Segoe UI', sans-serif;
}

.table th {
    padding: 0.625rem;
    font-size: 1.25rem;
    text-align: left;
}

.table td {
    padding: 0.3rem;
    font-size: 1.25rem;
    color: #193020;
}

.table td.is-row-header {
    background-color: #808080;
    color: #fff;
    font-weight: 600;
}

/*-----Custom Styles-----*/

/* Write custom styles here... */

/*-----Helpers-----*/

.is-fluid-img {
    display: block;
    width: 100%;
    height: auto;
}

.is-full-width {
    width: 100%;
}

.is-full-height {
    height: 100vh;
}

.is-half-width {
    width: 50%;
}

.is-curved {
    border-radius: 1rem;
}

.is-curved-top {
    border-top-left-radius: 1rem;
    border-top-right-radius: 1rem;
}

.is-curved-bottom {
    border-bottom-left-radius: 1rem;
    border-bottom-right-radius: 1rem;
}

.is-padded {
    padding: 1rem;
}

.has-no-padding {
    padding: 0;
}

.has-margin-top {
    margin-top: 0.9375rem;
}

.has-margin-right {
    margin-right: 0.9375rem;
}

.has-margin-bottom {
    margin-bottom: 0.9375rem;
}

.has-margin-left {
    margin-left: 0.9375rem;
}

.has-padding-top {
    padding-top: 0.9375rem;
}

.has-padding-right {
    padding-right: 0.9375rem;
}

.has-padding-bottom {
    padding-bottom: 0.9375rem;
}

.has-padding-left {
    padding-left: 0.9375rem;
}

.has-shadow {
    box-shadow: 0 8px 10px 1px rgba(0, 0, 0, .14), 0 3px 14px 2px rgba(0, 0, 0, .12), 0 5px 5px -3px rgba(0, 0, 0, .12);
}

.is-light {
    font-weight: 300;
}

.is-regular {
    font-weight: 400;
}

.is-semi-bold {
    font-weight: 500;
}

.is-bold {
    font-weight: 700;
}

.is-center-h {
    margin: 0 auto;
}

.is-text-center {
    text-align: center;
}

.is-text-right {
    text-align: right;
}

.has-theme-color {
    color: #008440;
}

.has-theme-bg {
    background-color: #008440;
}

.has-theme-gradient {
    background: linear-gradient(to right, #008440, pink);
}

.has-underline {
    text-decoration: underline;
}

/*-----Media Queries-----*/

@media(max-width: 480px) {
    .content {
        width: 100%;
    }

    .table-container {
        overflow-x: auto;
    }
}

@media(max-width:320px) {
    .logo {
        width: 140px;
    }
}

Zerion Mini Shell 1.0