mirror of
https://github.com/Carve/qbittorrent-webui-cjratliff.com.git
synced 2025-02-28 23:50:57 +01:00
59 lines
1.0 KiB
CSS
59 lines
1.0 KiB
CSS
/*
|
|
|
|
Core.css for Mocha UI
|
|
|
|
Theme: Default
|
|
|
|
Copyright:
|
|
Copyright (c) 2007-2009 Greg Houston, <http://greghoustondesign.com/>.
|
|
|
|
License:
|
|
MIT-style license.
|
|
|
|
Notes:
|
|
CSS rules in this file:
|
|
|
|
1. Rules required by all MochaUI components or are shared by more than one.
|
|
2. Theme specific adjustments to plugin styles.
|
|
3. Miscellaneous rules that have no better place to go.
|
|
|
|
*/
|
|
|
|
/* New UI
|
|
---------------------------------------------------------------- */
|
|
|
|
@import url(cjratliff.css);
|
|
|
|
|
|
/* Required By All
|
|
---------------------------------------------------------------- */
|
|
|
|
/* Clears */
|
|
|
|
.clear {
|
|
clear: both;
|
|
height: 0;
|
|
}
|
|
|
|
* html .clear {
|
|
font-size: 1px;
|
|
line-height: 1px;
|
|
overflow: hidden;
|
|
visibility: hidden;
|
|
}
|
|
|
|
/* Miscellaneous
|
|
---------------------------------------------------------------- */
|
|
|
|
#themeControl {
|
|
margin-top: 2px;
|
|
}
|
|
|
|
/* Theme Specific Adjustments to Default Plugin Styles
|
|
---------------------------------------------------------------- */
|
|
|
|
/* Folder Tree */
|
|
|
|
.tree li a {
|
|
color: #3f3f3f !important;
|
|
} |