Reimporting GIT repository
This commit is contained in:
commit
6fe900b053
44 changed files with 195 additions and 0 deletions
22
static/style.css
Normal file
22
static/style.css
Normal file
|
@ -0,0 +1,22 @@
|
|||
body {
|
||||
background-color: #DDDDDD;
|
||||
}
|
||||
header, footer {
|
||||
background-color: #AAAAAA;
|
||||
color: #DDDDDD;
|
||||
text-shadow: 2px 2px #BBBBBB;
|
||||
border-top: 1px solid #BBBBBB;
|
||||
border-bottom: 1px solid #BBBBBB;
|
||||
}
|
||||
header {
|
||||
margin-bottom: 30px;
|
||||
}
|
||||
footer {
|
||||
margin-top: 30px;
|
||||
}
|
||||
.reviewtext, .reviewscore, .reviewaccuracy {
|
||||
font-weight: bold;
|
||||
}
|
||||
textarea {
|
||||
margin-bottom: 5px;
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue