mirror of
https://github.com/idanoo/nzart-exam-generator
synced 2025-07-03 06:42:17 +00:00
Added result tracking
This commit is contained in:
parent
0c6a5f3833
commit
b8794f6dc5
8 changed files with 167 additions and 47 deletions
27
css/main.css
27
css/main.css
|
@ -30,10 +30,35 @@ html, body, #container {
|
|||
right: 0;
|
||||
margin-right: 15px;
|
||||
margin-top: 10px;
|
||||
width: 250px;
|
||||
width: 300px;
|
||||
text-align:right;
|
||||
}
|
||||
|
||||
#cover {
|
||||
position: absolute;
|
||||
top: 0;
|
||||
left: 0;
|
||||
height: 100%;
|
||||
width: 100%;
|
||||
background-color: #222222;
|
||||
z-index: 100;
|
||||
opacity: 0.9;
|
||||
}
|
||||
|
||||
#login {
|
||||
position: absolute;
|
||||
top: 50%;
|
||||
left: 50%;
|
||||
-moz-border-radius: 15px;
|
||||
border-radius: 15px;
|
||||
height: 180px;
|
||||
width: 250px;
|
||||
background-color: #EEEEEE;
|
||||
padding: 20px;
|
||||
margin: -150px 0 0 -125px;
|
||||
z-index: 101;
|
||||
}
|
||||
|
||||
html {
|
||||
color: #222;
|
||||
font-size: 1em;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue