初始化提交

This commit is contained in:
王立帮
2024-07-19 10:16:00 +08:00
parent 4c7b571f20
commit 4a2d56dcc4
7084 changed files with 741212 additions and 63 deletions

55
common/css/interface.css Normal file
View File

@@ -0,0 +1,55 @@
html,
body {
height: 100%;
}
body {
background-color: #fff;
margin: 0;
overflow: hidden;
}
body[class="dark"] {
background-color: #181818 !important;
color: #fff;
}
body[class="light"] {
background-color: #fff !important;
}
.setFontSize {
position: absolute;
right: 20px;
background-image: url('../media/sprites.png');
width: 32px;
height: 32px;
cursor:hand;
display:none;
}
.setFontSize[m-id="resetFontSize"] {
bottom: 120px;
background-position: -96px -92px;
}
.setFontSize[m-id="increaseFontSize"] {
bottom: 72px;
background-position: -32px -92px;
}
.setFontSize[m-id="decreaseFontSize"] {
bottom: 36px;
background-position: -64px -92px;
}
#content_blocks > div > div {
padding-top: 0px;
padding-bottom: 0px;
}
/*Blocks*/
span#span_blocks, span#span_arduino, select#languageMenu {
color: #fff;
}