mirror of
https://github.com/minetest/contentdb.git
synced 2024-11-10 01:23:48 +01:00
Add jumbotron background
This commit is contained in:
parent
51a31b58b6
commit
e5f61f2dc6
@ -99,6 +99,14 @@ a:hover {
|
|||||||
font-size: 100%;
|
font-size: 100%;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
header {
|
||||||
|
.button, .buttonset li a, input[type=submit], input[type=text],
|
||||||
|
input[type=password], textarea, select {
|
||||||
|
background: rgba(255,255,255,0.1);
|
||||||
|
border: 1px solid rgba(255,255,255,0.2);
|
||||||
|
}
|
||||||
|
}
|
||||||
|
|
||||||
input[type=text], input[type=password], textarea, select {
|
input[type=text], input[type=password], textarea, select {
|
||||||
text-align: left;
|
text-align: left;
|
||||||
}
|
}
|
||||||
|
@ -27,7 +27,9 @@ header h1, header p, header form {
|
|||||||
|
|
||||||
header {
|
header {
|
||||||
padding: 30px;
|
padding: 30px;
|
||||||
background: #258;
|
background: #258 url("jumbotron.png");
|
||||||
|
background-position: center;
|
||||||
|
background-size: cover;
|
||||||
}
|
}
|
||||||
|
|
||||||
header p {
|
header p {
|
||||||
|
BIN
app/static/jumbotron.png
Normal file
BIN
app/static/jumbotron.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 771 KiB |
Loading…
Reference in New Issue
Block a user