File tree Expand file tree Collapse file tree 1 file changed +41
-0
lines changed
Expand file tree Collapse file tree 1 file changed +41
-0
lines changed Original file line number Diff line number Diff line change 8787
8888 < style >
8989
90+ html
91+ {height : 100% ;font-family : arial}
92+
93+ body
94+ {height : calc (100% - 40px );display : flex;flex-direction : column;gap : 20px ;margin : 20px }
95+
96+ [component ]
97+ {display : none}
98+
99+ input
100+ {font-size : 16px ;padding : 5px 10px }
101+ input [type = button ]
102+ {cursor : pointer}
103+ input [type = checkbox ]
104+ {width : 15px ;height : 15px ;margin : 0 }
105+
106+
107+ .description
108+ {text-align : justify;border-left : 4px solid # 4a90e2 ;padding : 1rem ;
109+ background-color : # f9f9f9 ;font-family : system-ui, sans-serif;font-size : 1rem ;line-height : 1.6 ;color : # 333 }
110+ .description > p
111+ {margin : 0 }
112+ .description > p + p
113+ {margin : 10px 0 }
114+
115+
116+
117+ a
118+ {color : # 4a90e2 ;text-decoration : none;font-weight : 500 }
119+ a : hover
120+ {text-decoration : underline}
121+ .link-domain
122+ {font-size : 0.85rem ;color : # 777 ;margin-left : 0.25rem }
123+ .link-domain ::before
124+ {content : '[' }
125+ .link-domain ::after
126+ {content : ']' }
127+ .link-txt
128+ {}
129+
130+
90131
91132 .hr2
92133 {border-top : 1px solid blue;margin : 30px }
You can’t perform that action at this time.
0 commit comments