1
0
mirror of https://shylinux.com/x/volcanos synced 2025-05-05 12:47:02 +08:00
volcanos/pane/Action.css
2020-12-19 02:39:52 +08:00

37 lines
924 B
CSS

fieldset.Action {
min-width:160px;
background-color:#051625;
color:white;
}
fieldset.Action fieldset.plugin {
box-shadow:2px 2px 10px 4px #626bd0;
background-color:#113c4a;
margin:8px; padding:4px;
}
fieldset.Action fieldset.plugin:hover {
box-shadow:4px 4px 12px 6px #626bd0;
}
fieldset.Action fieldset.plugin legend {
background-color:#477182; color:white;
font-size:16px; font-family:monospace;
margin-top:4px 5px; padding:2px 20px;
}
fieldset.Action fieldset.plugin legend:hover {
background:red;
}
body.white fieldset.Action {
background-color:#0dabda;
}
body.white fieldset.Action fieldset.plugin {
background-color:white; color:black;
}
body.white fieldset.Action fieldset.plugin legend {
background-color:#339999; color:white;
border-radius:10px 10px 10px 10px;
}
body.white fieldset.Action fieldset.plugin legend:hover {
background-color:#6ee4e4;
}