Makefile and CSS for ACPI page.

This commit is contained in:
Stephane Legrand 2004-08-09 20:35:41 +00:00
parent 7b1403aad3
commit f61bbcc55d
Notes: svn2git 2020-12-08 03:00:23 +00:00
svn path=/www/; revision=21894
2 changed files with 58 additions and 0 deletions
fr/projects/acpi

20
fr/projects/acpi/Makefile Normal file
View file

@ -0,0 +1,20 @@
# ACPI project page
#
# $FreeBSD$
# The FreeBSD French Documentation Project
# Original revision: 1.1
MAINTAINER= marks
.if exists(../Makefile.conf)
.include "../Makefile.conf"
.endif
.if exists(../Makefile.inc)
.include "../Makefile.inc"
.endif
DOCS= index.sgml
DATA= style.css
.include "${WEB_PREFIX}/share/mk/web.site.mk"

View file

@ -0,0 +1,38 @@
BODY {
}
BODY TD {
font-size: 13px;
}
BODY SMALL {
width: 615px;
font-size: 11px;
}
.heading {
font-size: 15px;
background-color: #cbd2ec;
}
.section {
font-size: 15px;
font-weight: bold;
background-color: #e7e9f7;
}
.notes {
font-size: 13px;
font-weight: normal;
}
.main {
width: 615px;
height: auto;
text-align: justify;
}
.list {
width: 550px;
height: auto;
}