rendered version of f62d5b0
(add link to https://forum.libre-chip.org/t/idea-for-maybe-allowing-much-wider-fetch-rename-etc-widths-in-a-cpu/33, 2025-01-15)
This commit is contained in:
commit
57afe9b6e2
57 changed files with 19115 additions and 0 deletions
49
src/custom.css
Normal file
49
src/custom.css
Normal file
|
@ -0,0 +1,49 @@
|
|||
.subscribe_list_buttons {
|
||||
gap: .5rem !important;
|
||||
flex-wrap: wrap !important;
|
||||
flex-direction: column !important;
|
||||
align-items: center !important;
|
||||
display: flex !important;
|
||||
padding: 1rem !important;
|
||||
border: solid 1px !important;
|
||||
border-radius: 0.5rem !important;
|
||||
border-color: var(--theme-popup-border) !important;
|
||||
}
|
||||
|
||||
.subscribe_list_buttons a {
|
||||
color: var(--fg) !important;
|
||||
cursor: pointer !important;
|
||||
text-align: center !important;
|
||||
min-height: 1em !important;
|
||||
margin: 0 0.25em 0 0 !important;
|
||||
padding: 0.75em 1.5em !important;
|
||||
text-decoration: none !important;
|
||||
background: var(--table-header-bg) !important;
|
||||
border: solid 1px !important;
|
||||
border-radius: 0.5rem !important;
|
||||
border-color: var(--theme-popup-border) !important;
|
||||
width: 50%;
|
||||
}
|
||||
|
||||
.subscribe_list_buttons a.subscribe_list_delete_account {
|
||||
color: var(--fg) !important;
|
||||
cursor: pointer !important;
|
||||
text-align: center !important;
|
||||
min-height: 1em !important;
|
||||
margin: 0 0.25em 0 0 !important;
|
||||
padding: 0.75em 1.5em !important;
|
||||
text-decoration: none !important;
|
||||
background: var(--table-header-bg) !important;
|
||||
border: solid 3px !important;
|
||||
border-radius: 0.5rem !important;
|
||||
border-color: var(--warning-border) !important;
|
||||
width: 50%;
|
||||
}
|
||||
|
||||
.subscribe_list_buttons a:active {
|
||||
background: var(--theme-hover) !important;
|
||||
}
|
||||
|
||||
.subscribe_list_buttons a:hover {
|
||||
background: var(--theme-hover) !important;
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue