mirror of
https://github.com/cryinkfly/Autodesk-Fusion-360-for-Linux.git
synced 2026-06-25 05:31:20 +02:00
Add files via upload
This commit is contained in:
30
files/styles/fusion360-dark.css
Normal file
30
files/styles/fusion360-dark.css
Normal file
@@ -0,0 +1,30 @@
|
||||
/* /styles/fusion360.css */
|
||||
|
||||
#list-box {
|
||||
border: 2px solid rgb(52, 58, 72);
|
||||
border-radius: 5px;
|
||||
padding: 15px;
|
||||
background-color: rgb(59, 66, 82);
|
||||
font-size: 16px;
|
||||
}
|
||||
|
||||
#box {
|
||||
border: 2px solid rgb(52, 58, 72);
|
||||
border-radius: 5px;
|
||||
padding: 15px;
|
||||
background-color: rgb(59, 66, 82);
|
||||
font-size: 16px;
|
||||
}
|
||||
|
||||
#box-button {
|
||||
font-weight: 700;
|
||||
}
|
||||
|
||||
#box-button-text {
|
||||
margin-left: 25px;
|
||||
font-size: 18px;
|
||||
}
|
||||
|
||||
#box-text {
|
||||
font-size: 18px;
|
||||
}
|
||||
30
files/styles/fusion360-light.css
Normal file
30
files/styles/fusion360-light.css
Normal file
@@ -0,0 +1,30 @@
|
||||
/* /styles/fusion360.css */
|
||||
|
||||
#list-box {
|
||||
border: 2px solid rgb(200, 200, 200);
|
||||
border-radius: 5px;
|
||||
padding: 15px;
|
||||
background-color: rgb(255, 255, 255);
|
||||
font-size: 16px;
|
||||
}
|
||||
|
||||
#box {
|
||||
border: 2px solid rgb(200, 200, 200);
|
||||
border-radius: 5px;
|
||||
padding: 15px;
|
||||
background-color: rgb(255, 255, 255);
|
||||
font-size: 16px;
|
||||
}
|
||||
|
||||
#box-button {
|
||||
font-weight: 700;
|
||||
}
|
||||
|
||||
#box-button-text {
|
||||
margin-left: 25px;
|
||||
font-size: 18px;
|
||||
}
|
||||
|
||||
#box-text {
|
||||
font-size: 18px;
|
||||
}
|
||||
Reference in New Issue
Block a user