Skip to content

Commit 0b24234

Browse files
save file
1 parent 2d1a00d commit 0b24234

File tree

1 file changed

+95
-0
lines changed

1 file changed

+95
-0
lines changed

code/css/page.css

Lines changed: 95 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,95 @@
1+
2+
3+
html
4+
{height:100%;font-family:arial;scroll-behavior:smooth}
5+
6+
body
7+
{/*height:calc(100% - 40px);*/display:flex;flex-direction:column;gap:20px;align-items:center;margin:20px;padding-bottom:200px}
8+
body
9+
{margin-top:90px}
10+
11+
body>*, page-html>*
12+
{max-width:1400px;width:100%;padding:0 20px;}
13+
14+
[component],config
15+
{display:none}
16+
17+
input
18+
{font-size:16px;padding:5px 10px}
19+
input[type=button]
20+
{cursor:pointer}
21+
input[type=checkbox]
22+
{width:15px;height:15px;margin:0}
23+
24+
25+
html-components-hdr
26+
{position:fixed;z-index:999;background:white;top:0px;padding-top:20px;left:}
27+
28+
29+
#demo-tree
30+
{margin:20px 0;height:auto !important;overflow:visible;box-sizing:border-box;outline:none;border-radius:5px;
31+
border:none !important;
32+
/*border:1px solid lightgray !important;*/
33+
}
34+
35+
#view #files
36+
{display:flex;flex-direction:column;gap:10px}
37+
38+
#files-view-hdr
39+
{padding:10px;font-weight:bold;background:rgba(173,216,230,0.5);border:1px solid lightgray;border-radius:5px}
40+
41+
#files-view
42+
{border:1px solid lightgray;border-radius:5px;padding:10px}
43+
web-editor
44+
{}
45+
46+
47+
48+
.icon
49+
{border:1px solid gray;border-radius:3px;box-sizing:border-box;width:30px;height:30px;cursor:pointer}
50+
.spc
51+
{flex:1;max-width:200px}
52+
53+
54+
55+
:root
56+
{--blue:#39f;
57+
}
58+
59+
h2
60+
{border:none !important}
61+
62+
hr
63+
{height:1px !important}
64+
65+
.hr-main
66+
{/*border-bottom:3px solid #d1d9e0 !important*/
67+
height:3px !important;background:#d1d9e0 !important
68+
}
69+
70+
.hr-sub
71+
{/*border:1px solid #d1d9e0 !important*/
72+
height:1px !important;background:#d1d9e0 !important
73+
}
74+
75+
76+
.desc-txt
77+
{text-align:justify}
78+
79+
80+
.api-function
81+
{}
82+
.api-function-title
83+
{color:var(--blue)}
84+
.api-function-desc
85+
{padding-left:50px}
86+
.api-function h4
87+
{}
88+
89+
90+
.red { color: #e33; }
91+
.green { color: #3a3; }
92+
.blue { color: #39f; }
93+
.warning { color: orange; font-weight: bold; }
94+
.note { color: #666; font-style: italic; }
95+

0 commit comments

Comments
 (0)