SuperScriptMaterializer/SuperScriptViewer/static/site.css
2020-04-17 23:31:27 +08:00

110 lines
1.6 KiB
CSS

/*navigation style*/
p.hamburger {
margin: 0 5px 0 5px;
padding: 0;
}
/*graph style*/
div.block-target {
position: absolute;
background: green;
}
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;
}
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;
}
text.link-delay {
font-size: 12px;
color: black;
}
/*side panel style*/
div.tabitem-activated {
background: #0000ff;
}
b.tabitem-activated {
color: white;
}
div.tabitem-deactivated {
background: #ffffff00;
}
b.tabitem-deactivated {
color: black;
}
pre {
border: 1px solid black;
border-radius: 2px;
padding: 5px;
margin: 5px;
background: #3f3f3f;
color: white;
}