add: GUI Server
This commit is contained in:
109
Server_cli/FileExplorer/style.css
Normal file
109
Server_cli/FileExplorer/style.css
Normal file
@@ -0,0 +1,109 @@
|
||||
#spike {
|
||||
float: left;
|
||||
border-style:solid;
|
||||
border-color:#0004ff;
|
||||
border-width: 1px;
|
||||
width: 8%;
|
||||
height: auto;
|
||||
}
|
||||
|
||||
/* unvisited link */
|
||||
a:link {
|
||||
color: #FFFFFF;
|
||||
}
|
||||
|
||||
/* visited link */
|
||||
a:visited {
|
||||
color: #FFFFFF;
|
||||
}
|
||||
|
||||
/* mouse over link */
|
||||
a:hover {
|
||||
color: #5660f1;
|
||||
}
|
||||
|
||||
/* selected link */
|
||||
a:active {
|
||||
color: #686bff;
|
||||
}
|
||||
|
||||
.header {
|
||||
width: auto;
|
||||
height: auto;
|
||||
overflow:auto;
|
||||
background-color: rgba(18,24,217,0.5);
|
||||
top: 0;
|
||||
left:0px;
|
||||
right:0px;
|
||||
}
|
||||
|
||||
.menu {
|
||||
font-weight: bold;
|
||||
float: left;
|
||||
margin-top: 5.2%;
|
||||
margin-left: 0.5%;
|
||||
}
|
||||
|
||||
body {
|
||||
background: url(../images/bg.gif) repeat 0 0;
|
||||
color: white;
|
||||
}
|
||||
|
||||
p {
|
||||
font-size: large;
|
||||
margin-left: 3px;
|
||||
margin-bottom: -5px;
|
||||
}
|
||||
|
||||
a {
|
||||
overflow: hidden;
|
||||
font-size: 150%;
|
||||
}
|
||||
|
||||
#titre {
|
||||
position: relative;
|
||||
left: 75%;
|
||||
top: -20px;
|
||||
margin-top: -7%;
|
||||
}
|
||||
|
||||
td, th {
|
||||
border: 1px solid #dddddd;
|
||||
text-align: left;
|
||||
padding: 8px;
|
||||
}
|
||||
|
||||
th {
|
||||
text-align: center;
|
||||
}
|
||||
|
||||
td:nth-child(2) { /* targets the first column */
|
||||
margin-left: 20%;
|
||||
cursor: default;
|
||||
}
|
||||
|
||||
td:nth-child(2):hover {
|
||||
color: #5660f1;
|
||||
}
|
||||
|
||||
td:nth-child(3) { /* targets the second column */
|
||||
text-align: center;
|
||||
}
|
||||
|
||||
td:nth-child(4) { /* targets the third column */
|
||||
text-align: right;
|
||||
}
|
||||
|
||||
#folder {
|
||||
width: 2%;
|
||||
height: auto;
|
||||
}
|
||||
|
||||
.centered {
|
||||
position: relative;
|
||||
top: -7px;
|
||||
}
|
||||
|
||||
.checkbox_style {
|
||||
transform: scale(1.5);
|
||||
}
|
||||
Reference in New Issue
Block a user