js client complete rework
This commit is contained in:
@@ -1,11 +1,68 @@
|
||||
table
|
||||
body{
|
||||
background-image: url("img/backround.jpg");
|
||||
background-position: right top;
|
||||
background-opacity: 0.8;
|
||||
background-size: cover;
|
||||
}
|
||||
h1{
|
||||
text-align: center;
|
||||
color: white;
|
||||
font-size: 40px
|
||||
}
|
||||
h2{
|
||||
text-align: center;
|
||||
color: white
|
||||
}
|
||||
|
||||
input{
|
||||
color: black;
|
||||
background: transparent;
|
||||
border: 2px solid white;
|
||||
}
|
||||
input:focus{
|
||||
border: 2px solid #ff5c33;
|
||||
outline: none;
|
||||
}
|
||||
|
||||
a.button{
|
||||
display: block;
|
||||
margin-right: 500px;
|
||||
margin-left: 500px;
|
||||
padding: 30px 90px;
|
||||
border: 3px solid white;
|
||||
border-radius: 10px;
|
||||
text-align: center;
|
||||
text-decoration: none;
|
||||
font-size: 20px;
|
||||
color: white;
|
||||
}
|
||||
a.button:hover{
|
||||
background: rgba(255, 255, 255, 0.25);
|
||||
box-shadow: rgba(0, 0, 0, 0.1) 0px 4px 12px;
|
||||
}
|
||||
a.bookmark{
|
||||
text-align: right;
|
||||
font-size: 20px;
|
||||
color: white;
|
||||
text-decoration: none;
|
||||
margin: 50px;
|
||||
}
|
||||
|
||||
table.inputs{
|
||||
text-align: left;
|
||||
margin: 250px;
|
||||
}
|
||||
|
||||
table
|
||||
{
|
||||
width: 100%;
|
||||
font-size: 20px;
|
||||
color: white;
|
||||
}
|
||||
|
||||
.list table, .list th, .list td
|
||||
{
|
||||
border: 1px solid black;
|
||||
border: 1px solid white:
|
||||
}
|
||||
|
||||
.list table
|
||||
@@ -18,10 +75,7 @@
|
||||
padding: 5px;
|
||||
}
|
||||
|
||||
.list th
|
||||
{
|
||||
background-color: rgb(127, 255, 138);
|
||||
}
|
||||
|
||||
|
||||
.list button
|
||||
{
|
||||
@@ -29,29 +83,3 @@
|
||||
height: 30px;
|
||||
box-sizing: border-box;
|
||||
}
|
||||
|
||||
|
||||
|
||||
|
||||
.formdiv
|
||||
{
|
||||
display: flex;
|
||||
flex-direction: column;
|
||||
}
|
||||
|
||||
.formdiv table
|
||||
{
|
||||
border: none;
|
||||
}
|
||||
|
||||
.formdiv button, .formdiv input
|
||||
{
|
||||
width: 100%;
|
||||
height: 60px;
|
||||
box-sizing: border-box;
|
||||
}
|
||||
|
||||
.datatable *
|
||||
{
|
||||
padding: 10;
|
||||
}
|
||||
Reference in New Issue
Block a user