Files
ArchiSteamFarm/ArchiSteamFarm/www/css/app.css
SKANKHUNTER fe5764a877 IPC GUI Update Nr.3 (#747)
* Added error handling for config changer

* Added error handling for log

* Added prepareBotConfigForSaving function

* Misc

* Misc

* prepareBotConfigForSaving is now dynamic

* Misc

* Misc

* Add quick example for new skin

* Added new skin "teal"
Prepare for nightmode

* Cleanup new skin

* Added nightmode support

* Misc

* Added basic nightmode theme

* Misc

* Misc

* Remove light skins

* for testing purposes

* Misc

* [Global] Fix loading animation 'overlay' (broke w/ font-awesome 5 upgrade)

* [Global] Add updated font-awesome values from AdminLTE.css to app.css

* Update nightmode

* Misc

* Added loading animation for bot box

* Changed design of checkbox in sidebar

* Changed design of checkboxes on commands page and bots page

* Fixed commands dropdown and bots dropdown on commands page being cut off

* Cleanup

* Fixed loading animation showing on expanding box

* Latest nightmode changes

* Fix

* Misc

* Misc

* Misc

* fix

* Added basic multi select for bots
Misc
Updated nightmode theme

* Fix for description of commands

* Added new design for scrollbars, thx JourneyOver

* Misc

* Fix

* Misc

* Misc
2018-02-18 16:32:07 +01:00

176 lines
2.7 KiB
CSS

.box-content-log {
font-family: monospace, monospace;
color: rgb(255, 255, 255);
font-size: 14px;
background-color: #000000;
width: auto;
height: 400px;
padding: 6px 12px;
white-space: pre-line;
border-color: rgb(221, 221, 221);
border-style: solid;
border-width: 1px;
overflow: auto;
}
.box-content-command {
width: auto;
height: 400px;
padding: 6px 12px;
white-space: pre-line;
border-color: rgb(221, 221, 221);
border-style: solid;
border-width: 1px;
overflow: auto;
font-family: monospace, monospace;
color: rgb(255, 255, 255);
font-size: 14px;
background-color: #000000;
}
.bg-gray {
color: rgb(255, 255, 255);
background-color: #bfc3cb !important;
}
#commandSent {
font-family: monospace, monospace;
font-size: 12px;
cursor: default;
}
.scrollable-menu {
height: auto;
max-height: 220px;
overflow-x: hidden;
}
button.bot-stopped {
color: red;
}
button.bot-stopped:hover {
color: green;
}
button.bot-started:hover {
color: red;
}
button.bot-paused {
color: orange;
}
button.bot-paused:hover {
color: green;
}
button.bot-resumed:hover {
color: orange;
}
.botHeader {
padding: 3px;
}
.botTitle {
padding-left: 5px;
}
.botHeader > .botTools {
top: 2px;
}
.bots-info-box-icon {
height: 64px;
width: 64px;
line-height: 64px;
font-size: 35px;
}
.bot-info-box {
min-height: 64px;
}
.bot-info-box-content {
margin-left: 64px;
}
.nav-tabs-custom > .nav-tabs > li {
margin-right: 0px;
}
.info-overview {
pointer-events: none;
cursor: default;
}
@media (max-width: 768px) {
.control-sidebar {
padding-top: 50px;
}
}
@media (max-width: 767px) {
.control-sidebar {
padding-top: 100px;
}
}
.btn-badge {
width: 18px;
height: 18px;
text-align: center;
padding: 6px 0;
font-size: 12px;
line-height: 1.42;
border-radius: .25em;
}
.btn-badge-active {
border-color: white;
}
.box .overlay, .overlay-wrapper .overlay {
background: none;
position: absolute;
top: 50%;
left: 50%;
margin-left: -15px;
margin-top: -15px;
font-size: 30px
}
.box .overlay, .overlay-wrapper .overlay .bot-box-loading {
font-size: 20px
}
.main-header .sidebar-toggle:before {
content: none;
}
.form-group-config {
margin-bottom: 10px;
}
::-webkit-scrollbar {
width: 10px;
height: 10px;
background-color: #333;
}
::-webkit-scrollbar-thumb {
-webkit-border-radius: 2px;
border-radius: 2px;
background: rgb(167, 167, 167);
}
#botRow .ui-selecting {
background: #FECA40;
}
#botRow .ui-selected {
background: #F39814;
color: white;
}