mirror of
https://github.com/statbate/layout.git
synced 2026-08-11 03:12:42 +00:00
update
This commit is contained in:
parent
f79ad8429e
commit
9f0fca5645
3 changed files with 28 additions and 3 deletions
6
css/bootstrap.slim.min.css
vendored
Normal file
6
css/bootstrap.slim.min.css
vendored
Normal file
File diff suppressed because one or more lines are too long
4
css/font-awesome.slim.min.css
vendored
Normal file
4
css/font-awesome.slim.min.css
vendored
Normal file
|
|
@ -0,0 +1,4 @@
|
||||||
|
/*!
|
||||||
|
* Font Awesome 4.7.0 by @davegandy - http://fontawesome.io - @fontawesome
|
||||||
|
* License - http://fontawesome.io/license (Font: SIL OFL 1.1, CSS: MIT License)
|
||||||
|
*/@font-face{font-family:'FontAwesome';src:url('../fonts/fontawesome-webfont.eot?v=4.7.0');src:url('../fonts/fontawesome-webfont.eot?#iefix&v=4.7.0') format('embedded-opentype'),url('../fonts/fontawesome-webfont.woff2?v=4.7.0') format('woff2'),url('../fonts/fontawesome-webfont.woff?v=4.7.0') format('woff'),url('../fonts/fontawesome-webfont.ttf?v=4.7.0') format('truetype'),url('../fonts/fontawesome-webfont.svg?v=4.7.0#fontawesomeregular') format('svg');font-weight:normal;font-style:normal}.fa{display:inline-block;font:normal normal normal 14px/1 FontAwesome;font-size:inherit;text-rendering:auto;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}@-webkit-keyframes fa-spin{0%{-webkit-transform:rotate(0deg);transform:rotate(0deg)}100%{-webkit-transform:rotate(359deg);transform:rotate(359deg)}}@keyframes fa-spin{0%{-webkit-transform:rotate(0deg);transform:rotate(0deg)}100%{-webkit-transform:rotate(359deg);transform:rotate(359deg)}}.fa-inverse{color:#fff}.fa-question-circle:before{content:"\f059"}.fa-exclamation-circle:before{content:"\f06a"}.fa-twitter:before{content:"\f099"}.fa-github:before{content:"\f09b"}.fa-telegram:before{content:"\f2c6"}
|
||||||
|
|
@ -10,7 +10,6 @@ a:active {
|
||||||
}
|
}
|
||||||
|
|
||||||
.statbate {
|
.statbate {
|
||||||
/* background: linear-gradient(#000, #000) no-repeat center/2px 100%; */
|
|
||||||
max-width: 790px;
|
max-width: 790px;
|
||||||
margin: 0px auto;
|
margin: 0px auto;
|
||||||
padding: 10px;
|
padding: 10px;
|
||||||
|
|
@ -63,6 +62,7 @@ a:active {
|
||||||
.header_track {
|
.header_track {
|
||||||
color: #6c757d;
|
color: #6c757d;
|
||||||
text-decoration: none;
|
text-decoration: none;
|
||||||
|
width: 116px;
|
||||||
}
|
}
|
||||||
|
|
||||||
.nav_active {
|
.nav_active {
|
||||||
|
|
@ -90,7 +90,6 @@ a:active {
|
||||||
padding: 3px;
|
padding: 3px;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
.search_resent,
|
.search_resent,
|
||||||
.search_similar {
|
.search_similar {
|
||||||
width: 100%;
|
width: 100%;
|
||||||
|
|
@ -164,7 +163,7 @@ a:active {
|
||||||
}
|
}
|
||||||
|
|
||||||
.table_online td {
|
.table_online td {
|
||||||
padding: 5px 0;
|
padding: 5px 20px;
|
||||||
border-bottom: 1px solid #dee2e6;
|
border-bottom: 1px solid #dee2e6;
|
||||||
border-right: 1px solid #dee2e6;
|
border-right: 1px solid #dee2e6;
|
||||||
}
|
}
|
||||||
|
|
@ -454,6 +453,11 @@ table.dataTable {
|
||||||
border-color: lightgrey !important;
|
border-color: lightgrey !important;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
.page-item .page-link {
|
||||||
|
box-shadow: none;
|
||||||
|
}
|
||||||
|
|
||||||
|
|
||||||
.page-link {
|
.page-link {
|
||||||
color: black !important;
|
color: black !important;
|
||||||
}
|
}
|
||||||
|
|
@ -598,6 +602,8 @@ input[type=date] {
|
||||||
div.dataTables_wrapper div.dataTables_filter input {
|
div.dataTables_wrapper div.dataTables_filter input {
|
||||||
margin-left: 0 !important;
|
margin-left: 0 !important;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
.header_track,
|
||||||
.col-md-6 {
|
.col-md-6 {
|
||||||
width: 100%;
|
width: 100%;
|
||||||
}
|
}
|
||||||
|
|
@ -610,6 +616,15 @@ input[type=date] {
|
||||||
border-bottom: none;
|
border-bottom: none;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
|
.content_info {
|
||||||
|
grid-gap: 0;
|
||||||
|
}
|
||||||
|
|
||||||
|
.content_activity {
|
||||||
|
margin-top: 12px;
|
||||||
|
}
|
||||||
|
|
||||||
.search_info {
|
.search_info {
|
||||||
margin-bottom: 12px;
|
margin-bottom: 12px;
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue