Initial commit
This commit is contained in:
commit
55f4b4f9d5
3 changed files with 159 additions and 0 deletions
63
includes/inc-top.php
Normal file
63
includes/inc-top.php
Normal file
|
|
@ -0,0 +1,63 @@
|
|||
<!doctype html>
|
||||
<html>
|
||||
<head>
|
||||
<?php $title="secure.estracom.it"; ?>
|
||||
<title><?php echo $title ; ?></title>
|
||||
<link href="https://fonts.googleapis.com/css?family=Roboto:300,400,500,700" rel="stylesheet">
|
||||
|
||||
<style>
|
||||
html, body {
|
||||
display: flex;
|
||||
justify-content: center;
|
||||
font-family: Roboto, Arial, sans-serif;
|
||||
font-size: 13px;
|
||||
color: #dcdcdc;
|
||||
background-color: #212121;
|
||||
}
|
||||
form {
|
||||
border: 5px solid #f1f1f1;
|
||||
}
|
||||
input[type=text], input[type=password] {
|
||||
width: 100%;
|
||||
padding: 16px 8px;
|
||||
margin: 8px 0;
|
||||
display: inline-block;
|
||||
border: 1px solid #ccc;
|
||||
box-sizing: border-box;
|
||||
}
|
||||
button {
|
||||
color: white;
|
||||
padding: 14px 0;
|
||||
margin: 10px 0;
|
||||
border: none;
|
||||
cursor: grabbing;
|
||||
}
|
||||
h1 {
|
||||
text-align:center;
|
||||
fone-size:18;
|
||||
}
|
||||
button:hover {
|
||||
opacity: 0.8;
|
||||
}
|
||||
.formcontainer {
|
||||
text-align: left;
|
||||
margin: 24px 50px 12px;
|
||||
}
|
||||
.container {
|
||||
padding: 16px 0;
|
||||
text-align:left;
|
||||
}
|
||||
span.psw {
|
||||
float: right;
|
||||
padding-top: 0;
|
||||
padding-right: 15px;
|
||||
}
|
||||
/* Change styles for span on extra small screens */
|
||||
@media screen and (max-width: 300px) {
|
||||
span.psw {
|
||||
display: block;
|
||||
float: none;
|
||||
}
|
||||
</style>
|
||||
</head>
|
||||
<body>
|
||||
Loading…
Add table
Add a link
Reference in a new issue