Add the loud background
This commit is contained in:
parent
502007e51b
commit
7a1b3597ee
|
@ -468,9 +468,18 @@
|
||||||
@img[id: "download_button" border: "0" src: img1
|
@img[id: "download_button" border: "0" src: img1
|
||||||
alt: "Download PLT Scheme" title: "Download PLT Scheme"]})))
|
alt: "Download PLT Scheme" title: "Download PLT Scheme"]})))
|
||||||
|
|
||||||
|
;; resources that are specific to the front page
|
||||||
|
|
||||||
|
(define loud (copyfile (in-here "loud.png")))
|
||||||
|
|
||||||
(define more.css
|
(define more.css
|
||||||
@plain[#:referrer (lambda (url) (link rel: "stylesheet" type: "text/css"
|
@plain[#:referrer (lambda (url) (link rel: "stylesheet" type: "text/css"
|
||||||
href: url title: "default"))]{
|
href: url title: "default"))]{
|
||||||
|
.bodycontent {
|
||||||
|
background-image: url('@loud');
|
||||||
|
background-repeat: no-repeat;
|
||||||
|
background-position: center top;
|
||||||
|
}
|
||||||
.whatpane {
|
.whatpane {
|
||||||
font-size: medium;
|
font-size: medium;
|
||||||
float: left;
|
float: left;
|
||||||
|
|
BIN
collects/meta/web/www/loud.png
Normal file
BIN
collects/meta/web/www/loud.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 9.2 KiB |
Loading…
Reference in New Issue
Block a user