|
|
Line 1: |
Line 1: |
| body, main { background-color: #222; }
| |
| html, body { color:white; }
| |
| input, textarea { background-color: black; color: white; }
| |
| body.ia-module.tiles .item-ia .item-ttl .ttl,
| |
| body.ia-module .ikind.stealth.in,
| |
| body.ia-module .ikind.stealth,
| |
| body.ia-module.tiles .item-ia,
| |
| .item-download-options .hover-badge-stealth,
| |
| .icon-label, [class*="iconochive"], th, td { color: white; }
| |
| body.ia-module.tiles .item-ia,
| |
| body.ia-module .columns-items .sortbar, .results,
| |
| .action-buttons-section .button,
| |
| body.ia-module .boxy,
| |
| body.ia-module .boxy.white-bg, .pickr {
| |
| background-color: #333;
| |
| border: unset;
| |
| }
| |
|
| |
|
| .item-download-options .format-group,
| |
| body.ia-module .collection-list .collection-item {
| |
| border-bottom: 1px dashed white;
| |
| }
| |
|
| |
| a, a:link, body.ia-module .boxy a,
| |
| body.ia-module .boxy.white-bg a,
| |
| body.ia-module .boxy .boxy-ttl,
| |
| .item-download-options .format-group a.stealth,
| |
| .download-directory-listing .directory-listing-table a { color: #5AF; }
| |
| .btn:link { color:#fff; }
| |
| body.ia-module #also-found { background-color: #111; }
| |
| body.ia-module .search-bar-section { background-color:#444; border:unset; }
| |
| body.ia-module.lists div.ikind .results { border:unset; }
| |
| body.ia-module.lists .item-ia,
| |
| body.ia-module.lists.showdetails .details-ia { background-color: #444; }
| |
| body.ia-module.lists.showdetails .details-ia { color: #eee; }
| |
| .metadata-list,
| |
| .metadata-expandable-list { color: #bbb; }
| |
|
| |
| pre { background-color: #444; }
| |
| desktop-subnav { display: none; }
| |
|
| |
| /* Adapting some borders */
| |
| .well { border: unset; }
| |
| body.ia-module.tiles .item-ia {
| |
| border: unset;
| |
| box-shadow: unset;
| |
| border-radius:0.5em;
| |
| }
| |
|
| |
| body.ia-module.tiles .columns-items {
| |
| border-left: 1px solid #555;
| |
| }
| |
|
| |
| body.navia .container-ia.nopad {
| |
| border-top: unset;
| |
| }
| |
|
| |
| body.ia-module .columns-items .sortbar {
| |
| border: unset;
| |
| }
| |
|
| |
| body.ia-module .columns-facets h1 {
| |
| border-bottom: 1px dashed #555;
| |
| }
| |
|
| |
| pre { border: unset; }
| |
| hr { border-top: 1px dashed white; }
| |
|
| |
| /* Uploader UI */
| |
| #file_info,
| |
| #file_info tr,
| |
| #file_info td { color: white; }
| |
|
| |
| #file_info, #file_drop, #add_files,
| |
| .metadata_row { background-color: #444; }
| |
| .metadata_row:hover { background-color: #555; }
| |
| #files th { background-color: #555; }
| |
|
| |
| /* File editor */
| |
| .x-tree .x-panel-body { background-color: black; }
| |
| .x-tree-node a span, .x-dd-drag-ghost a span { color: white; }
| |
| .x-panel-tbar-noheader .x-toolbar, .x-panel-mc .x-panel-tbar .x-toolbar { background:unset; background-color: #333; }
| |
|
| |
| /* Login and signup */
| |
| .signup-form-section .login-header h1, .login-form-section .login-header h1, .signup-form-section .signup-header h1, .login-form-section .signup-header h1,
| |
| .signup-form-section .signup-form-element label, .login-form-section .signup-form-element label, .signup-form-section .login-form-element label, .login-form-section .login-form-element label { color:white; }
| |