diff --git a/fr/projects/acpi/Makefile b/fr/projects/acpi/Makefile new file mode 100644 index 0000000000..efa813edc2 --- /dev/null +++ b/fr/projects/acpi/Makefile @@ -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" diff --git a/fr/projects/acpi/style.css b/fr/projects/acpi/style.css new file mode 100644 index 0000000000..beecc6f17a --- /dev/null +++ b/fr/projects/acpi/style.css @@ -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; +}