Update nutups and js file into generated mix
This commit is contained in:
@@ -1,12 +1,12 @@
|
||||
/*
|
||||
Generated by SM2Gen version: SM2Gen version:0.8 Chameleon version:4.5.4 On Python:3.12.3 at 2025-01-20 12:01:10
|
||||
Generated by: SM2Gen version:0.9(20Jan2025) Chameleon version:4.5.4 On Python:3.12.3 at 2025-01-20 16:09:58
|
||||
*/
|
||||
.Nutups-panel {}
|
||||
.name {}
|
||||
.rout {}
|
||||
.grou {}
|
||||
.grou1 {}
|
||||
.link1 {}
|
||||
.endg {}
|
||||
.endg1 {}
|
||||
.subh1 {}
|
||||
.para1 {}
|
||||
.text1 {}
|
||||
@@ -15,12 +15,55 @@ Generated by SM2Gen version: SM2Gen version:0.8 Chameleon version:4.5.4 On Pytho
|
||||
.subh2 {}
|
||||
.sele1 {}
|
||||
.sele2 {}
|
||||
.grou2 {}
|
||||
.subh3 {}
|
||||
.text3 {}
|
||||
.pass4 {}
|
||||
.text5 {}
|
||||
.text6 {}
|
||||
.endg2 {}
|
||||
.grou3 {}
|
||||
.subh4 {}
|
||||
.text5 {}
|
||||
.pass6 {}
|
||||
.endg3 {}
|
||||
.text7 {}
|
||||
.text8 {}
|
||||
.subh5 {}
|
||||
.text9 {}
|
||||
.text10 {}
|
||||
.text11 {}
|
||||
.subm12 {}
|
||||
.inline-buttons {
|
||||
display: flex; /* Use flexbox to arrange items horizontally */
|
||||
gap: 10px; /* Optional: Add space between buttons */
|
||||
}
|
||||
|
||||
.inline-buttons .link {
|
||||
/* Additional styling can be added here if needed */
|
||||
}
|
||||
|
||||
|
||||
.inline-buttons .link {
|
||||
display: inline-block; /* Keep links as inline-block for button shape */
|
||||
padding: 7px 14px; /* Adjusted padding to approximate 70% of the original */
|
||||
margin: 0; /* Remove margin */
|
||||
background-color: #efefef; /* Light gray background color */
|
||||
color: black; /* Text color */
|
||||
text-decoration: none; /* Remove underline */
|
||||
border: 2px solid #bbb; /* Thin, light gray border */
|
||||
border-radius: 3px; /* Slightly rounded corners */
|
||||
font-size: 11.2px; /* Adjusted font size to approximate 70% of the original */
|
||||
text-align: center; /* Center the text */
|
||||
cursor: pointer; /* Pointer cursor on hover */ }
|
||||
|
||||
/* Hover and active effects for better interaction */
|
||||
.inline-buttons .link:hover {
|
||||
background-color: #d9d9d9; /* Darker shade on hover */
|
||||
}
|
||||
|
||||
.inline-buttons .link:active {
|
||||
background-color: #c0c0c0; /* Even darker shade on click */
|
||||
}
|
||||
|
||||
span .label {
|
||||
padding-top:13em;
|
||||
}
|
Reference in New Issue
Block a user