Makefile and CSS for ACPI page.
This commit is contained in:
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
20
fr/projects/acpi/Makefile
Normal file
20
fr/projects/acpi/Makefile
Normal 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"
|
||||||
38
fr/projects/acpi/style.css
Normal file
38
fr/projects/acpi/style.css
Normal 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;
|
||||||
|
}
|
||||||
Loading…
Add table
Add a link
Reference in a new issue