mirror of
https://github.com/ArchiveBox/ArchiveBox
synced 2024-11-14 00:17:08 +00:00
343 lines
6.5 KiB
CSS
Executable file
343 lines
6.5 KiB
CSS
Executable file
/* * {
|
|
-webkit-box-sizing: border-box;
|
|
-moz-box-sizing: border-box;
|
|
box-sizing: border-box;
|
|
} */
|
|
|
|
#logo {
|
|
height: 30px;
|
|
vertical-align: -6px;
|
|
padding-right: 5px;
|
|
}
|
|
#site-name:hover a {
|
|
opacity: 0.9;
|
|
}
|
|
#site-name .loader {
|
|
height: 25px;
|
|
width: 25px;
|
|
display: inline-block;
|
|
border-width: 3px;
|
|
vertical-align: -3px;
|
|
margin-right: 5px;
|
|
margin-top: 2px;
|
|
}
|
|
#branding h1, #branding h1 a:link, #branding h1 a:visited {
|
|
color: mintcream;
|
|
}
|
|
#header {
|
|
background: #aa1e55;
|
|
padding: 6px 14px;
|
|
}
|
|
#content {
|
|
padding: 8px 8px;
|
|
}
|
|
#user-tools {
|
|
font-size: 13px;
|
|
|
|
}
|
|
|
|
div.breadcrumbs {
|
|
background: #772948;
|
|
color: #f5dd5d;
|
|
padding: 6px 15px;
|
|
}
|
|
|
|
#toolbar #searchbar {
|
|
height: 25px;
|
|
}
|
|
|
|
#snapshot-view-mode {
|
|
float: right;
|
|
margin-bottom: -40px;
|
|
display: inline-block;
|
|
margin-top: 3px;
|
|
margin-right: 10px;
|
|
font-size: 14px;
|
|
opacity: 0.8;
|
|
}
|
|
#snapshot-view-mode a {
|
|
color: #ccc;
|
|
}
|
|
|
|
body.model-snapshot.change-list div.breadcrumbs,
|
|
body.model-snapshot.change-list #content .object-tools {
|
|
display: none;
|
|
}
|
|
|
|
.module h2, .module caption, .inline-group h2 {
|
|
background: #772948;
|
|
}
|
|
|
|
#content .object-tools {
|
|
margin-top: -35px;
|
|
margin-right: -10px;
|
|
float: right;
|
|
}
|
|
|
|
#content .object-tools a:link, #content .object-tools a:visited {
|
|
border-radius: 0px;
|
|
background-color: #f5dd5d;
|
|
color: #333;
|
|
font-size: 12px;
|
|
font-weight: 800;
|
|
}
|
|
|
|
#content .object-tools a.addlink {
|
|
background-blend-mode: difference;
|
|
}
|
|
|
|
#content #changelist #toolbar {
|
|
padding: 0px;
|
|
background: none;
|
|
margin-bottom: 10px;
|
|
border-top: 0px;
|
|
border-bottom: 0px;
|
|
}
|
|
|
|
#content #changelist #toolbar form input[type="submit"] {
|
|
border-color: #aa1e55;
|
|
}
|
|
|
|
#content #changelist-filter li.selected a {
|
|
color: #aa1e55;
|
|
}
|
|
|
|
|
|
/*#content #changelist .actions {
|
|
position: fixed;
|
|
bottom: 0px;
|
|
z-index: 800;
|
|
}*/
|
|
#content #changelist .actions {
|
|
float: right;
|
|
margin-top: -34px;
|
|
padding: 0px;
|
|
background: none;
|
|
margin-right: 0px;
|
|
width: auto;
|
|
max-height: 40px;
|
|
display: block;
|
|
}
|
|
@media (max-width: 1000px) {
|
|
#content #changelist .actions {
|
|
max-height: 200px;
|
|
}
|
|
}
|
|
|
|
#content #changelist .actions .button {
|
|
border-radius: 2px;
|
|
background-color: #f5dd5d;
|
|
color: #333;
|
|
font-size: 12px;
|
|
font-weight: 800;
|
|
margin-right: 4px;
|
|
box-shadow: 4px 4px 4px rgba(0,0,0,0.02);
|
|
border: 1px solid rgba(0,0,0,0.08);
|
|
}
|
|
#content #changelist .actions .button:hover {
|
|
border: 1px solid rgba(0,0,0,0.2);
|
|
opacity: 0.9;
|
|
}
|
|
#content #changelist .actions .button[name=verify_snapshots], #content #changelist .actions .button[name=update_titles] {
|
|
background-color: #dedede;
|
|
color: #333;
|
|
}
|
|
#content #changelist .actions .button[name=update_snapshots] {
|
|
background-color: #9ee54b;
|
|
color: #333;
|
|
}
|
|
#content #changelist .actions .button[name=resnapshot_snapshot] {
|
|
background-color:lightseagreen;
|
|
color: #333;
|
|
}
|
|
#content #changelist .actions .button[name=overwrite_snapshots] {
|
|
background-color: #ffaa31;
|
|
color: #333;
|
|
margin-left: 10px;
|
|
}
|
|
#content #changelist .actions .button[name=delete_snapshots] {
|
|
background-color: #f91f74;
|
|
color: rgb(255 248 252 / 64%);
|
|
}
|
|
#content #changelist .actions .button[name=add_tags] {
|
|
}
|
|
#content #changelist .actions .button[name=remove_tags] {
|
|
margin-right: 25px;
|
|
}
|
|
|
|
#content #changelist .actions > label {
|
|
max-height: 25px;
|
|
}
|
|
#content #changelist .actions > label {
|
|
width: auto !important;
|
|
min-width: 90px;
|
|
}
|
|
#content #changelist .actions > label > select {
|
|
margin-top: 3px;
|
|
}
|
|
|
|
#content #changelist-filter h2 {
|
|
border-radius: 4px 4px 0px 0px;
|
|
}
|
|
|
|
#changelist .paginator {
|
|
border-top: 0px;
|
|
border-bottom: 0px;
|
|
}
|
|
|
|
@media (min-width: 767px) {
|
|
#content #changelist-filter {
|
|
top: 35px;
|
|
width: 110px;
|
|
margin-bottom: 35px;
|
|
}
|
|
|
|
.change-list .filtered .results,
|
|
.change-list .filtered .paginator,
|
|
.filtered #toolbar,
|
|
.filtered div.xfull {
|
|
margin-right: 115px;
|
|
}
|
|
}
|
|
|
|
@media (max-width: 1127px) {
|
|
#content #changelist .actions {
|
|
position: fixed;
|
|
bottom: 6px;
|
|
left: 10px;
|
|
float: left;
|
|
z-index: 1000;
|
|
}
|
|
}
|
|
|
|
#content a img.favicon {
|
|
height: 20px;
|
|
max-width: 28px;
|
|
vertical-align: -5px;
|
|
padding-right: 6px;
|
|
}
|
|
|
|
#content td, #content th {
|
|
vertical-align: middle;
|
|
padding: 4px;
|
|
}
|
|
|
|
#content #changelist table input {
|
|
vertical-align: -2px;
|
|
}
|
|
|
|
#content thead th .text a {
|
|
padding: 8px 4px;
|
|
}
|
|
|
|
#content th.field-added, #content td.field-updated {
|
|
word-break: break-word;
|
|
min-width: 135px;
|
|
white-space: normal;
|
|
}
|
|
|
|
#content th.field-title_str {
|
|
min-width: 300px;
|
|
}
|
|
|
|
#content td.field-files {
|
|
white-space: nowrap;
|
|
}
|
|
#content td.field-files .exists-True {
|
|
opacity: 1;
|
|
}
|
|
#content td.field-files .exists-False {
|
|
opacity: 0.1;
|
|
filter: grayscale(100%);
|
|
}
|
|
#content td.field-size {
|
|
white-space: nowrap;
|
|
}
|
|
|
|
#content td.field-url_str {
|
|
word-break: break-all;
|
|
min-width: 200px;
|
|
}
|
|
|
|
#content tr b.status-pending {
|
|
font-weight: 200;
|
|
opacity: 0.6;
|
|
}
|
|
|
|
.loader {
|
|
border: 16px solid #f3f3f3; /* Light grey */
|
|
border-top: 16px solid #3498db; /* Blue */
|
|
border-radius: 50%;
|
|
width: 30px;
|
|
height: 30px;
|
|
box-sizing: border-box;
|
|
animation: spin 2s linear infinite;
|
|
}
|
|
|
|
@keyframes spin {
|
|
0% { transform: rotate(0deg); }
|
|
100% { transform: rotate(360deg); }
|
|
}
|
|
|
|
.tag {
|
|
float: right;
|
|
border-radius: 5px;
|
|
background-color: #bfdfff;
|
|
padding: 2px 5px;
|
|
margin-left: 4px;
|
|
margin-top: 1px;
|
|
}
|
|
|
|
.exists-False {
|
|
opacity: 0.1;
|
|
filter: grayscale(100%);
|
|
}
|
|
|
|
|
|
#result_list tbody td.field-cmd_str pre,
|
|
#result_list tbody td.field-output_str pre {
|
|
max-width: 22vw;
|
|
word-wrap: anywhere;
|
|
white-space: break-spaces;
|
|
max-height: 40px;
|
|
overflow: hidden;
|
|
margin: 2px;
|
|
background-color: rgba(0,0,0,0.05);
|
|
padding: 1px 4px 16px 8px;
|
|
border-radius: 4px;
|
|
}
|
|
|
|
#result_list tbody td.field-extractor {
|
|
font-weight: 800;
|
|
font-variant: small-caps;
|
|
}
|
|
|
|
#result_list tbody td.field-status {
|
|
font-variant: small-caps;
|
|
}
|
|
|
|
.inline-group .tabular td.original p {
|
|
margin-top: -28px;
|
|
}
|
|
|
|
tbody .output-link {
|
|
float: right;
|
|
margin-bottom: -25px;
|
|
margin-right: -3px;
|
|
margin-top: -4px;
|
|
opacity: 0.4;
|
|
box-shadow: 4px 4px 4px rgba(0,0,0,0.1);
|
|
}
|
|
tbody .output-link:hover {opacity: 1;}
|
|
|
|
|
|
|
|
@keyframes fadeIn {
|
|
0% { opacity: 0; }
|
|
20% { opacity: 0;}
|
|
100% { opacity: 1; }
|
|
}
|
|
|
|
.fade-in-progress-url {
|
|
animation: fadeIn 8s;
|
|
}
|