missing www
This commit is contained in:
parent
5f7c61f616
commit
cfc7c70d16
131 changed files with 11126 additions and 661 deletions
|
|
@ -87,6 +87,13 @@
|
|||
gap: 1px 1px;
|
||||
grid-template-areas: ". . . .";
|
||||
}
|
||||
.TopRackGridS {
|
||||
display: grid;
|
||||
grid-template-columns: 110px 510px 30px 30px;
|
||||
grid-template-rows: 1fr;
|
||||
gap: 1px 1px;
|
||||
grid-template-areas: ". . . .";
|
||||
}
|
||||
.TextGrid {
|
||||
display: grid;
|
||||
grid-template-columns: 250px 370px;
|
||||
|
|
@ -149,6 +156,18 @@
|
|||
-moz-box-shadow: 4px 6px 10px -1px rgba(0,0,0,0.72);
|
||||
box-shadow: 4px 6px 10px -1px rgba(0,0,0,0.72);
|
||||
}
|
||||
.contentS{
|
||||
width : 700px;
|
||||
padding : 10px 20px;
|
||||
margin : 5px auto;
|
||||
border-radius: 10px;
|
||||
border : #212121 2px solid;
|
||||
background-color: #000000;
|
||||
background-image: linear-gradient(174deg, #222,#111);
|
||||
-webkit-box-shadow: 4px 6px 10px -1px rgba(0,0,0,0.72);
|
||||
-moz-box-shadow: 4px 6px 10px -1px rgba(0,0,0,0.72);
|
||||
box-shadow: 4px 6px 10px -1px rgba(0,0,0,0.72);
|
||||
}
|
||||
.Rackcontent{
|
||||
width : 845px;
|
||||
border-radius: 3px;
|
||||
|
|
@ -348,12 +367,47 @@
|
|||
gap: 1px 1px;
|
||||
grid-template-areas: ". . . . . . . . . .";
|
||||
}
|
||||
.mgstatus {
|
||||
color: #aaa;
|
||||
text-align: middle;
|
||||
font-family: 'Lucida Grande', Verdana, Arial, sans-serif;
|
||||
display: grid;
|
||||
height: 195px;
|
||||
grid-template-columns: 180px 180px 180px 180px;
|
||||
grid-template-rows: 1Fr;
|
||||
margin-left: 10px
|
||||
border-width: 1px solid #445;
|
||||
gap: 1px 1px;
|
||||
grid-template-areas: ". . . . . . . . . .";
|
||||
}
|
||||
.lasergrid {
|
||||
display: grid;
|
||||
height: 323px;
|
||||
width: 200px;
|
||||
grid-template-columns: 62px 62px 62px;
|
||||
grid-template-rows: 30px 19px 10px 55px 19px 20px 16px 55px 19px 25px 16px 55px 19px;
|
||||
grid-template-rows: 30px 19px 10px 55px 19px 20px 16px 30px 19px 25px 16px 55px 19px;
|
||||
line-height: 1;
|
||||
justify-items: center;
|
||||
align-items: center;
|
||||
color:#88c;
|
||||
}
|
||||
.lasergridslid {
|
||||
display: grid;
|
||||
height: 323px;
|
||||
width: 200px;
|
||||
grid-template-columns: 128px 62px;
|
||||
grid-template-rows: 30px 19px 30px 19px 30px 19px 30px 19px 30px 35px 35px 35px;
|
||||
line-height: 1;
|
||||
justify-items: center;
|
||||
align-items: center;
|
||||
color:#88c;
|
||||
}
|
||||
.lasergridstatus {
|
||||
display: grid;
|
||||
height: 50px;
|
||||
width: 200px;
|
||||
grid-template-columns: 80px 55px;
|
||||
grid-template-rows: 1Fr 1Fr;
|
||||
line-height: 1;
|
||||
justify-items: center;
|
||||
align-items: center;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue