mirror of
https://github.com/yggdrasil-network/yggdrasil-go.git
synced 2025-04-30 07:05:06 +03:00
1. added multipath protocol and schema suport
2. added SCTP protocol and schema support 3. added set of NAS models support (Asustor, ReadyNAS, Drobo, QNAP, WD, Synology, Terramaster) 4. moved to fc00::/7 private segment 5. added Windows, MacOS and Linux UI for peers edit and current status
This commit is contained in:
parent
cfa293d189
commit
d8a4000141
198 changed files with 8589 additions and 697 deletions
17
contrib/ui/nas-terramaster/mesh/usr/www/css/style-mesh.css
Normal file
17
contrib/ui/nas-terramaster/mesh/usr/www/css/style-mesh.css
Normal file
|
@ -0,0 +1,17 @@
|
|||
.plex{}
|
||||
.plex .header{border:none;height:150px;padding:20px 0 30px;box-sizing:border-box;}
|
||||
.plex .header .logo{margin:0px auto;width:300px;height:100px;display:block;outline:none;background: url(../images/ext/plex-logo.svg) #8B6161 center center no-repeat;background-size:90%;}
|
||||
.plex .introduce{width:520px;margin:0 auto;line-height:24px;font-size:16px;}
|
||||
.plex .introduce *{line-height:24px;font-size:16px;}
|
||||
.plex .introduce i{display: table-row;font-size:24px;font-style: normal;line-height:40px;}
|
||||
.heder-info{display: table;width: 85%;margin: 0 auto;}
|
||||
.logo-info{display: table-cell;width: 70%;vertical-align: middle;}
|
||||
.logo-info img{width: 10%;float: left;}
|
||||
.logo-info figcaption{height: 45px;float: left;line-height: 45px;font-size: 30px;margin-left: 10px;}
|
||||
.v-info{display: table-cell;}
|
||||
.v-info p{margin: 0;padding: 0;}
|
||||
.intr{display: table;width: 85%;margin: 0 auto;margin-top: 8px;margin-bottom: 50px;}
|
||||
.btn-info-no{line-height: 1;height: 30px;padding: 0 15px;background-color: rgb(255,255,255);border: 1px solid rgb(210,210,210); color: rgb(120,120,120);position: relative;z-index: 200;}
|
||||
.btn-info-no:active{color: rgb(60,60,60);border-color: rgb(138,138,138);}
|
||||
.btn-info-no:hover{color: rgb(60,60,60);border-color: rgb(138,138,138);}
|
||||
.fieldset:first-child{padding-top: 0 !important;}
|
Loading…
Add table
Add a link
Reference in a new issue