1
0
This commit is contained in:
syui 2024-04-05 23:35:01 +09:00
parent 16e92d9c1b
commit 06710243ad
Signed by: syui
GPG Key ID: 5417CFEBAD92DF56
6 changed files with 24 additions and 32 deletions

View File

@ -1,8 +0,0 @@
#window {
-moz-box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.75);
-webkit-box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.75);
background: #333;
height: 100%;
overflow: hidden;
width: 100%;
}

View File

@ -20,7 +20,6 @@ body {
overflow: hidden;
width: 100%;
height: 100%;
margin:5px;
}
#topbar {
@ -495,3 +494,26 @@ home-layout {
.terminal, .cmd {
background-color: #343434;
}
@media screen and (max-width:1000px){i.icon.ion-minus-circled{display:none}
#window{width:100%;}
}
@media screen and (max-width:800px){body{padding-top:0px;}
#title-left{left:50%;}
#window{width:100%;}
.container{padding:0px;}
/*article{padding:10px 20px;}*/
i.icon.ion-minus-circled{display:none}
}
@media screen and (max-width:800px){#title-left{left:48%;}
}
@media screen and (max-width:500px){#title-left{left:40%;}
}
@media screen and (max-width:400px){body{padding-top:0px;width:auto;}
#title-left{left:50%;}
/*article{padding:10px 10px;}*/
#particles-js{width:auto;}
#particles-js-no{width:auto;}
i.icon.ion-minus-circled{display:none}
i.icon.ion-plus-circled{display:none}
}

View File

@ -1,22 +1 @@
@media screen and (max-width:1000px){i.icon.ion-minus-circled{display:none}
#window{width:100%;}
}
@media screen and (max-width:800px){body{padding-top:0px;}
#title-left{left:50%;}
#window{width:100%;}
.container{padding:0px;}
/*article{padding:10px 20px;}*/
i.icon.ion-minus-circled{display:none}
}
@media screen and (max-width:800px){#title-left{left:48%;}
}
@media screen and (max-width:500px){#title-left{left:40%;}
}
@media screen and (max-width:400px){body{padding-top:0px;width:auto;}
#title-left{left:50%;}
/*article{padding:10px 10px;}*/
#particles-js{width:auto;}
#particles-js-no{width:auto;}
i.icon.ion-minus-circled{display:none}
i.icon.ion-plus-circled{display:none}
}

BIN
favicon.ico Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 15 KiB

View File

@ -10,7 +10,6 @@
<link rel="shortcut icon" href="/icon/term.png" />
<link rel="stylesheet" href="/pkg/jquery.terminal/css/jquery.terminal.css" />
<link rel="stylesheet" href="/css/terminal.css" />
<link rel="stylesheet" href="/css/terminal.mobile.css" />
<script src="/pkg/jquery.ajax/jquery.min.js"></script>
<script src="/pkg/axios/dist/axios.min.js"></script>
<script src="/pkg/jquery.terminal/js/jquery.terminal.min.js"></script>

0
js/router.min.js.map Normal file
View File