????JFIF??x?x????'
| Server IP : 79.136.114.73 / Your IP : 216.73.216.191 Web Server : Apache/2.4.7 (Ubuntu) PHP/5.5.9-1ubuntu4.29 OpenSSL/1.0.1f System : Linux b8009 3.13.0-170-generic #220-Ubuntu SMP Thu May 9 12:40:49 UTC 2019 x86_64 User : www-data ( 33) PHP Version : 5.5.9-1ubuntu4.29 Disable Function : pcntl_alarm,pcntl_fork,pcntl_waitpid,pcntl_wait,pcntl_wifexited,pcntl_wifstopped,pcntl_wifsignaled,pcntl_wexitstatus,pcntl_wtermsig,pcntl_wstopsig,pcntl_signal,pcntl_signal_dispatch,pcntl_get_last_error,pcntl_strerror,pcntl_sigprocmask,pcntl_sigwaitinfo,pcntl_sigtimedwait,pcntl_exec,pcntl_getpriority,pcntl_setpriority, MySQL : ON | cURL : ON | WGET : ON | Perl : ON | Python : ON | Sudo : ON | Pkexec : ON Directory : /proc/self/root/var/www/digitaliseringstrappan.astacus.se/ |
Upload File : |
body {
font-family: Arial, sans-serif;
margin: 0;
padding: 0;
background-color: #D7D7D7;
display: flex;
height: 100vh;
justify-content: center;
}
.center {
text-align: center;
align-items: center;
}
header {
background-color: #242424;
color: white;
padding: 15px;
text-align: center;
width: 100%;
position: fixed;
top: 0;
}
#auth-section {
display: flex;
justify-content: center;
align-items: center;
height: 100%;
flex-direction: column;
}
.login-form, .register-form {
width: 300px;
padding: 20px;
background-color: white;
border-radius: 5px;
box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
text-align: center;
margin-top: 100px; /* Adjust for header */
}
input[type="email"], input[type="password"] {
width: 100%;
padding: 10px;
margin: 10px 0;
box-sizing: border-box;
}
a{
color: #2A2A2A
}
input[type="text"] {
padding: 10px;
margin: 10px 0;
box-sizing: border-box;
}
button {
padding: 10px 75px;
background-color: #242424;
color: white;
border: none;
cursor: pointer;
margin-top: 10px;
}
button:hover {
background-color: #5A5A5A;
}
aside#sidebar {
width: 200px;
background-color: #333;
color: white;
padding: 10px;
box-sizing: border-box;
height: 100%;
position: fixed;
top: 0;
left: 0;
}
aside#sidebar nav ul {
list-style-type: none;
padding: 0;
}
aside#sidebar nav ul li {
margin-bottom: 10px;
}
aside#sidebar nav ul li a {
color: white;
text-decoration: none;
transform: translate(-50%, -50%); /* Centrerar texten exakt i mitten av bilden */
}
aside#sidebar nav ul li a:hover {
text-decoration: underline;
}
main {
margin-left: 220px; /* width of the sidebar + some space */
padding: 20px;
flex-grow: 1;
margin-top: 0;
vertical-align: top;
}
footer {
background-color: #333;
color: white;
text-align: center;
padding: 10px;
position: fixed;
width: 100%;
bottom: 0;
}