SuperScriptMaterializer/SuperScriptViewer/static/site.css

74 lines
1.1 KiB
CSS
Raw Normal View History

p.hamburger {
margin: 0 5px 0 5px;
padding: 0;
}
div.block-b {
position: absolute;
background: yellow;
}
div.block-p {
position: absolute;
background: blue;
}
p.block-text {
position: absolute;
margin: 0;
padding: 0;
font-size: 12px;
color: black;
}
p.block-expandable-text {
position: absolute;
margin: 0;
padding: 0;
font-size: 12px;
color: #5f5f5f;
}
p.block-asstext {
position: absolute;
margin: 0;
padding: 0;
font-size: 9px;
color: white
}
div.block-body {
position: absolute;
background: #8f8f8f;
border: 1px solid #cfcfcf;
2020-04-12 15:19:13 +08:00
}
div.cell-ptarget {
position: absolute;
background: green
border: 1px solid #cfcfcf;
}
div.cell-plocal {
position: absolute;
background: #8f8f8f;
border: 1px solid #cfcfcf;
}
div.cell-shortcut {
position: absolute;
background: purple
border: 1px solid #cfcfcf;
}
div.cell-pio {
position: absolute;
background: blue
border: 1px solid #cfcfcf;
}
div.cell-bio {
position: absolute;
background: yellow
border: 1px solid #cfcfcf;
}