forked from jan/debianmemberportfolio
Move static assets
Move the static assets from debianmemberportfolio/public to debianmemberportfolio/static where they are expected by Flask.
This commit is contained in:
parent
cb821caf24
commit
c783f96166
5 changed files with 0 additions and 0 deletions
1
debianmemberportfolio/static/.gitignore
vendored
Normal file
1
debianmemberportfolio/static/.gitignore
vendored
Normal file
|
@ -0,0 +1 @@
|
|||
javascript
|
BIN
debianmemberportfolio/static/images/agplv3-88x31.png
Normal file
BIN
debianmemberportfolio/static/images/agplv3-88x31.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 2.2 KiB |
BIN
debianmemberportfolio/static/images/openlogo-100.jpg
Normal file
BIN
debianmemberportfolio/static/images/openlogo-100.jpg
Normal file
Binary file not shown.
After Width: | Height: | Size: 8.2 KiB |
2
debianmemberportfolio/static/robots.txt
Normal file
2
debianmemberportfolio/static/robots.txt
Normal file
|
@ -0,0 +1,2 @@
|
|||
User-Agent: *
|
||||
Allow: /
|
61
debianmemberportfolio/static/stylesheets/style.css
Normal file
61
debianmemberportfolio/static/stylesheets/style.css
Normal file
|
@ -0,0 +1,61 @@
|
|||
html, body {
|
||||
font-family:sans, Arial;
|
||||
font-size:10pt;
|
||||
}
|
||||
|
||||
#debianlogo {
|
||||
float:right;
|
||||
}
|
||||
|
||||
#content {
|
||||
clear:both;
|
||||
}
|
||||
|
||||
#agpllogo {
|
||||
float:left;
|
||||
margin-right:10px;
|
||||
}
|
||||
|
||||
table {
|
||||
border-collapse:collapse;
|
||||
width:100%;
|
||||
}
|
||||
|
||||
th, td {
|
||||
border:1px solid grey;
|
||||
}
|
||||
|
||||
tr.section {
|
||||
background-color: #a0a0a0;
|
||||
color: #f0f0f0;
|
||||
}
|
||||
|
||||
tr.odd td {
|
||||
background-color: #f0f0f0;
|
||||
}
|
||||
|
||||
tr.even td {
|
||||
background-color: #e0e0ff;
|
||||
}
|
||||
|
||||
tr.error td {
|
||||
background-color: #ffe0e0;
|
||||
}
|
||||
|
||||
td {
|
||||
vertical-align:top;
|
||||
padding:2px;
|
||||
}
|
||||
|
||||
td p {
|
||||
padding:0;
|
||||
margin:0;
|
||||
}
|
||||
|
||||
.errormsg {
|
||||
color:red;
|
||||
}
|
||||
|
||||
.hidden {
|
||||
display:none;
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue