mirror of
https://shylinux.com/x/volcanos
synced 2025-04-25 08:48:06 +08:00
add miss
This commit is contained in:
parent
e03f4144d5
commit
ab5f195aad
2
index.js
2
index.js
@ -33,7 +33,7 @@ var Config = {iceberg: "/chat/", volcano: "/static/volcanos/",
|
||||
{group: "index", name: "Action", pos: "bottom"},
|
||||
{group: "index", name: "Footer", pos: "foot", state: ["ntxt", "ncmd"], title: '<a href="mailto:shylinux@163.com">shylinux@163.com</a>'},
|
||||
|
||||
], title: "volcanos", topic: "black", layout: {def: "工作", list: ["工作", "办公", "聊天"], size: {
|
||||
], title: "volcanos", topic: "miss", layout: {def: "工作", list: ["工作", "办公", "聊天"], size: {
|
||||
"最大": {head: 0, foot: 0, left: 0, right: 0, bottom: -1, center: 0, top: 0},
|
||||
"工作": {head: 30, foot: 30, left: 0, right: 100, bottom: -1, center: 0, top: 0},
|
||||
"办公": {head: 30, foot: 30, left: 100, right: 100, bottom: -1, center: 0, top: 0},
|
||||
|
@ -34,6 +34,11 @@ fieldset.story {
|
||||
margin:2px;
|
||||
}
|
||||
|
||||
fieldset div.output>div.item:hover {
|
||||
cursor:pointer;
|
||||
background-color:red;
|
||||
border:ridge 2px yellow;
|
||||
}
|
||||
fieldset input {
|
||||
font-size:12px;
|
||||
}
|
||||
@ -46,6 +51,9 @@ fieldset input::-webkit-input-placeholder, textarea::-webkit-input-placeholder {
|
||||
color:green;
|
||||
}
|
||||
|
||||
fieldset table {
|
||||
border:solid 1px green;
|
||||
}
|
||||
fieldset table tr:hover {
|
||||
background-color:#0fbd45;
|
||||
}
|
||||
@ -73,3 +81,33 @@ fieldset table td:hover {
|
||||
fieldset table td.select {
|
||||
background-color:red;
|
||||
}
|
||||
|
||||
fieldset div.code {
|
||||
color:white;
|
||||
font-size:14px;
|
||||
font-family:monospace;
|
||||
background-color:#343a34f2;
|
||||
white-space:pre;
|
||||
padding:10px;
|
||||
overflow:auto;
|
||||
border:solid 3px green;
|
||||
max-height:640px;
|
||||
}
|
||||
|
||||
fieldset.Storm>div.output>div.item.select {
|
||||
background-color:red;
|
||||
border:ridge 2px yellow;
|
||||
}
|
||||
fieldset.item>div.output>div.code svg {
|
||||
border: solid 2px red;
|
||||
}
|
||||
|
||||
fieldset .story {
|
||||
border:solid 2px #f000;
|
||||
}
|
||||
fieldset .story:hover {
|
||||
border:solid 2px red;
|
||||
}
|
||||
fieldset fieldset.story {
|
||||
border:ridge 2px cyan;
|
||||
}
|
||||
|
114
page/miss.css
Normal file
114
page/miss.css
Normal file
@ -0,0 +1,114 @@
|
||||
body, fieldset {
|
||||
color: white;
|
||||
background-color:black;
|
||||
}
|
||||
fieldset.item {
|
||||
border:ridge 2px gray;
|
||||
margin:2px;
|
||||
}
|
||||
fieldset.item:hover {
|
||||
/* background-color:gold; */
|
||||
border:ridge 2px gray;
|
||||
}
|
||||
fieldset.item.select {
|
||||
/* background-color:gold; */
|
||||
border:ridge 2px gray;
|
||||
}
|
||||
a {
|
||||
color:white;
|
||||
}
|
||||
|
||||
fieldset.input {
|
||||
border:solid 2px yellow;
|
||||
}
|
||||
fieldset.input table tr:hover {
|
||||
background-color:gray;
|
||||
}
|
||||
fieldset.input table td:hover {
|
||||
background-color:gray;
|
||||
cursor:pointer;
|
||||
}
|
||||
fieldset.input table td.select {
|
||||
background-color:gray;
|
||||
}
|
||||
|
||||
fieldset.story {
|
||||
border:ridge 1px gray;
|
||||
margin:2px;
|
||||
}
|
||||
|
||||
fieldset div.output>div.item:hover {
|
||||
cursor:pointer;
|
||||
border:ridge 2px gray;
|
||||
}
|
||||
fieldset input {
|
||||
font-size:12px;
|
||||
}
|
||||
fieldset input.args {
|
||||
background-color:gray;
|
||||
font-weight:600;
|
||||
width:80px;
|
||||
}
|
||||
fieldset input::-webkit-input-placeholder, textarea::-webkit-input-placeholder {
|
||||
color:gray;
|
||||
}
|
||||
|
||||
fieldset table {
|
||||
border:solid 1px gray;
|
||||
}
|
||||
fieldset table tr:hover {
|
||||
background-color:gray;
|
||||
}
|
||||
fieldset table tr.over {
|
||||
background:gray;
|
||||
}
|
||||
fieldset table tr.select {
|
||||
background-color:gray;
|
||||
}
|
||||
fieldset table th {
|
||||
font-family:monospace;
|
||||
background-color:gray;
|
||||
cursor:pointer;
|
||||
padding: 0 6px;
|
||||
}
|
||||
fieldset table td {
|
||||
max-width:1200px;
|
||||
font-family:monospace;
|
||||
padding: 0 6px;
|
||||
white-space: pre;
|
||||
}
|
||||
fieldset table td:hover {
|
||||
background-color:gray;
|
||||
}
|
||||
fieldset table td.select {
|
||||
background-color:gray;
|
||||
}
|
||||
fieldset div.code {
|
||||
color:white;
|
||||
font-size:14px;
|
||||
font-family:monospace;
|
||||
background-color:black;
|
||||
white-space:pre;
|
||||
padding:10px;
|
||||
overflow:auto;
|
||||
border:solid 3px gray;
|
||||
max-height:640px;
|
||||
}
|
||||
|
||||
fieldset.Storm>div.output>div.item.select {
|
||||
border:ridge 2px gray;
|
||||
}
|
||||
fieldset.item>div.output>div.code svg {
|
||||
border: solid 2px gray;
|
||||
}
|
||||
|
||||
|
||||
fieldset .story {
|
||||
border:solid 2px gray;
|
||||
}
|
||||
fieldset .story:hover {
|
||||
border:solid 2px gray;
|
||||
}
|
||||
fieldset fieldset.story {
|
||||
border:ridge 2px gray;
|
||||
}
|
@ -7,8 +7,4 @@ fieldset.Storm>div.output {
|
||||
fieldset.Storm>div.output>div.item {
|
||||
padding-left:6px;
|
||||
}
|
||||
fieldset.Storm>div.output>div.item.select {
|
||||
background-color:red;
|
||||
border:ridge 2px yellow;
|
||||
}
|
||||
|
||||
|
@ -1,7 +1,4 @@
|
||||
|
||||
fieldset.item>div.output>div.code svg {
|
||||
border: solid 2px red;
|
||||
}
|
||||
fieldset.item>div.output>div.status>div {
|
||||
float:left;
|
||||
height:20px;
|
||||
|
@ -9,17 +9,6 @@ fieldset.clear {
|
||||
clear:both;
|
||||
}
|
||||
|
||||
fieldset .story {
|
||||
border:solid 2px #f000;
|
||||
}
|
||||
fieldset .story:hover {
|
||||
border:solid 2px red;
|
||||
}
|
||||
|
||||
fieldset fieldset.story {
|
||||
border:ridge 2px cyan;
|
||||
}
|
||||
|
||||
fieldset p.story {
|
||||
white-space:pre;
|
||||
}
|
||||
|
@ -90,11 +90,6 @@ fieldset div.output {
|
||||
fieldset div.output>div.item {
|
||||
padding:2px;
|
||||
}
|
||||
fieldset div.output>div.item:hover {
|
||||
cursor:pointer;
|
||||
background-color:red;
|
||||
border:ridge 2px yellow;
|
||||
}
|
||||
fieldset div.status {
|
||||
clear:both;
|
||||
}
|
||||
@ -147,7 +142,6 @@ fieldset.input>legend {
|
||||
fieldset table {
|
||||
font-size:14px;
|
||||
overflow: auto;
|
||||
border:solid 1px green;
|
||||
}
|
||||
fieldset table caption {
|
||||
font-size:18px;
|
||||
|
Loading…
x
Reference in New Issue
Block a user