From bf268d361e3b702176c25995a1ea1e94eeed8f72 Mon Sep 17 00:00:00 2001 From: Andrey Zakhvatov Date: Fri, 23 Jan 2004 18:14:00 +0000 Subject: [PATCH] Initial import, synchronized with English 1.1 --- ru/projects/busdma/Makefile | 24 +++++++++++++++++++++++ ru/projects/busdma/style.css | 38 ++++++++++++++++++++++++++++++++++++ 2 files changed, 62 insertions(+) create mode 100644 ru/projects/busdma/Makefile create mode 100644 ru/projects/busdma/style.css diff --git a/ru/projects/busdma/Makefile b/ru/projects/busdma/Makefile new file mode 100644 index 0000000000..51866f234b --- /dev/null +++ b/ru/projects/busdma/Makefile @@ -0,0 +1,24 @@ +# +# The FreeBSD Russian Documentation Project +# +# $FreeBSD$ +# $FreeBSDru: frdp/www/ru/projects/busdma/Makefile,v 1.1 2004/01/23 18:11:35 andy Exp $ +# +# Original revision: 1.1 +# + +# Summary for busdma project status + +MAINTAINER= rwatson + +.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/ru/projects/busdma/style.css b/ru/projects/busdma/style.css new file mode 100644 index 0000000000..beecc6f17a --- /dev/null +++ b/ru/projects/busdma/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; +}