diff --git a/.gitignore b/.gitignore index 63cf81c..55181f6 100644 --- a/.gitignore +++ b/.gitignore @@ -1,2 +1,4 @@ files/* +_tmp +uplink.test diff --git a/Makefile b/Makefile index f5f0351..1f5e350 100644 --- a/Makefile +++ b/Makefile @@ -1,3 +1,3 @@ all: - rsync -avr --delete --delete-excluded --exclude=*.sh ./* unixpeople.org:/var/www/unixpeople.org/www/htdocs/ + rsync -avr --delete --delete-excluded --exclude=_tmp/ --exclude=*.sh ./* unixpeople.org:/var/www/unixpeople.org/www/htdocs/ diff --git a/index.html b/index.html index ef79e8a..6804efe 100644 --- a/index.html +++ b/index.html @@ -8,8 +8,12 @@ html { width: 100%; height: 100%; background: url(unixpeople_opac.png) no-repeat 95% 50%; + background-color: #171717; margin: 0px 0px 0px 0px; padding: 0px 0px 0px 0px; +} +body { + } ul { margin: 20px 0px 0px 10px; @@ -27,14 +31,14 @@ li > span.header { padding: 20px 20px 20px 20px; font-size: 50px; font-weight: bold; - border: 4px solid white; + border: 4px solid #4f271a; } li > span.content { color: white; background-color: #fa8d3a; margin: 20px 0px 20px 0px; padding: 20px 20px 20px 20px; - border: 4px solid white; + border: 4px solid #4f271a; } li > span.content:hover { color: black; @@ -49,7 +53,7 @@ li > span.content:hover > a { padding: 20px 20px 20px 20px; } li > span.content > a { - color: white; + color: black; margin: 20px 0px 20px 0px; padding: 20px 20px 20px 20px; } @@ -57,19 +61,14 @@ li > span.content > a {