mirror of
https://shylinux.com/x/volcanos
synced 2025-04-25 08:48:06 +08:00
34 lines
674 B
CSS
34 lines
674 B
CSS
fieldset.Search {
|
|
background:#041a25bd; padding:10px;
|
|
position:fixed;
|
|
display:none;
|
|
}
|
|
body.white fieldset.Search table {
|
|
color:white;
|
|
}
|
|
fieldset.Search input.word {
|
|
width:-webkit-fill-available;
|
|
}
|
|
fieldset.Search div.output {
|
|
max-height:600px;
|
|
overflow:auto;
|
|
}
|
|
fieldset.Search div.output div.content {
|
|
max-height:400px;
|
|
overflow:auto;
|
|
}
|
|
fieldset.Search div.output div.content a {
|
|
color:yellow;
|
|
}
|
|
fieldset.Search div.output div.content table {
|
|
min-width:400px;
|
|
}
|
|
fieldset.Search div.output div.display {
|
|
max-height:200px;
|
|
overflow:auto;
|
|
}
|
|
fieldset.Search div.output div.profile {
|
|
max-height:400px;
|
|
overflow:auto;
|
|
}
|