This repository has been archived on 2022-08-17. You can view files and clone it, but cannot push or open issues or pull requests.
dex/web/themes/dark/styles.css

119 lines
1.8 KiB
CSS
Raw Normal View History

2016-12-02 01:47:26 +05:30
.theme-body {
background-color: #1b282e;
color: #a6b7bf;
2016-12-02 01:47:26 +05:30
font-family: 'Source Sans Pro', Helvetica, sans-serif;
}
.theme-navbar {
background-color: #233239;
2016-12-02 01:47:26 +05:30
box-shadow: 0 2px 2px rgba(0, 0, 0, 0.2);
color: #333;
font-size: 13px;
font-weight: 100;
height: 46px;
overflow: hidden;
padding: 0 10px;
}
.theme-navbar__logo-wrap {
display: inline-block;
height: 100%;
overflow: hidden;
padding: 10px 15px;
width: 300px;
}
.theme-navbar__logo {
height: 100%;
max-height: 25px;
}
.theme-heading {
font-size: 20px;
font-weight: 500;
margin-top: 0;
color: #a6b7bf;
2016-12-02 01:47:26 +05:30
}
.theme-panel {
background-color: #233239;
2016-12-02 01:47:26 +05:30
box-shadow: 0 5px 15px rgba(0, 0, 0, 0.5);
padding: 30px;
}
2016-12-02 03:36:08 +05:30
.theme-btn-provider {
background-color: #2a4349;
color: #a6b7bf;
2016-12-02 03:36:08 +05:30
min-width: 250px;
}
.theme-btn-provider:hover {
background-color: #425f69;
color: #ffffff;
2016-12-02 03:36:08 +05:30
}
2016-12-02 01:47:26 +05:30
.theme-btn--primary {
background-color: #2a4549;
2016-12-02 01:47:26 +05:30
border: none;
color: #a6b7bf;
2016-12-02 01:47:26 +05:30
min-width: 200px;
padding: 6px 12px;
}
.theme-btn--primary:hover {
background-color: #425f69;
color: #e9e9e9;
2016-12-02 01:47:26 +05:30
}
.theme-btn--success {
background-color: #233239;
color: #e9e9e9;
2016-12-02 01:47:26 +05:30
width: 250px;
}
.theme-btn--success:hover {
background-color: #46add0;
2016-12-02 01:47:26 +05:30
}
.theme-form-row {
display: block;
margin: 20px auto;
}
.theme-form-input {
display: block;
height: 36px;
padding: 6px 12px;
font-size: 14px;
line-height: 1.42857143;
border: 1px solid #CCC;
border-radius: 4px;
box-shadow: inset 0 1px 1px rgb(27, 40, 46);
2016-12-02 01:47:26 +05:30
width: 250px;
margin: auto;
2016-12-02 01:47:26 +05:30
}
.theme-form-input:focus,
.theme-form-input:active {
outline: none;
border-color: #1b282e;
2016-12-02 01:47:26 +05:30
}
.theme-form-label {
width: 250px;
2016-12-02 01:47:26 +05:30
margin: 4px auto;
text-align: left;
position: relative;
font-size: 13px;
font-weight: 600;
color: #a6b7bf;
2016-12-02 01:47:26 +05:30
}
.theme-link-back {
margin-top: 4px;
}
.dex-container {
color: #a6b7bf;
}