1
0
forked from x/volcanos
This commit is contained in:
harveyshao 2022-06-14 17:17:24 +08:00
parent 61875e177b
commit b8e386ef5c
2 changed files with 2 additions and 2 deletions

View File

@ -84,7 +84,7 @@ body.simple fieldset.inner>div.output td.content>div.path {
body.white fieldset.inner>div.output td.content>div.tabs { background:#f3f3f3; } body.white fieldset.inner>div.output td.content>div.tabs { background:#f3f3f3; }
body.white fieldset.inner>div.output td.content>div.tabs div.tabs { background:#ececec; color:black; font-size:1rem; padding:10px; float:left; } body.white fieldset.inner>div.output td.content>div.tabs div.tabs { background:#ececec; color:black; font-size:1rem; padding:10px; float:left; }
body.white fieldset.inner>div.output td.content>div.tabs div.tabs.select { background: white; box-shadow:0px 0px 5px 1px grey; } body.white fieldset.inner>div.output td.content>div.tabs div.tabs.select { background: white; box-shadow:0px 0px 5px 1px grey; }
body.white fieldset.inner>div.output td.content>div.path { background:white; color:black; box-shadow:0px 0px 5px 1px grey; } body.white fieldset.inner>div.output td.content>div.path { background:white; color:black; font-family:monospace; box-shadow:0px 0px 5px 1px grey; }
body.simple fieldset.inner>div.output td.project div.project { width:240px; } body.simple fieldset.inner>div.output td.project div.project { width:240px; }
body.simple fieldset.inner>div.output td.project div.project div.kind { padding:10px; } body.simple fieldset.inner>div.output td.project div.project div.kind { padding:10px; }

View File

@ -9,7 +9,7 @@ fieldset.word a { word-break:break-word; }
fieldset.word br.story { clear:both; } fieldset.word br.story { clear:both; }
fieldset.word ul.story { font-family:monospace; } fieldset.word ul.story { font-family:monospace; }
fieldset.word ul.story li.H2 { font-size:1.4em; font-weight:bold; } fieldset.word ul.story li.H2 { font-size:1.4em; font-weight:bold; }
fieldset.word ul.story li.H3 { font-size:1.2em; font-weight:bold; } fieldset.word ul.story li.H3 { font-size:1.2em; }
fieldset.word ul.story[data-type=premenu] { cursor:pointer; } fieldset.word ul.story[data-type=premenu] { cursor:pointer; }
fieldset.word ul.story[data-type=premenu] li:hover { background:cyan; color:blue; } fieldset.word ul.story[data-type=premenu] li:hover { background:cyan; color:blue; }
fieldset.word ul.story[data-type=endmenu] { clear:both; } fieldset.word ul.story[data-type=endmenu] { clear:both; }