repo: actpub action: blob revision: path_from: ap-style.css revision_from: refs/heads/master: path_to: revision_to:
blob of:
/ ap-style.css
refs/heads/master:/ap-style.css
:root {
color-scheme: light dark;
}
body {
font-family: sans-serif;
}
.e-content {
white-space: pre-line;
}
.action {
display: inline;
width: 100%;
}
.action input {
width: 20%;
white-space: nowrap;
}
.actdiv {
border-style: solid;
border-width: 3px;
border-color: AccentColor;
max-width: 700px;
margin: auto;
}
.objdiv {
border-style: solid;
border-width: 3px;
border-color AccentColor;
max-width: 700px;
padding: 3px;
margin: auto;
}
.stick {
width: 100%;
text-align: right;
position: sticky;
top: 0px;
}
.stick span {
border-style: solid;
border-width: 3px;
border-color: CanvasText;
}
td {
border-style: solid;
border-color: CanvasText;
border-width: 3px;
}
.attachment {
width: 100%;
}
.spinner.htmx-request {
display: block;
}
.spinner {
display: none;
width: 32px;
height: 32px;
background-color: ActiveText;
animation: spin 2s linear infinite;
}
#before-indicator {
position: absolute;
left: 0;
right: 0;
margin: auto;
}
@keyframes spin {
0% { transform: rotate3d(0,1,0,0deg); }
100% { transform: rotate3d(0,1,0,360deg); }
}