From 8aea6ea648aea3371c9181c7a9390c5d3909598a Mon Sep 17 00:00:00 2001 From: Bob Mottram Date: Thu, 12 Jun 2014 15:16:27 +0100 Subject: [PATCH] Formatting --- LKMPG-3.8.txt | 15 +++++---------- index.css | 51 +++++++++++++++++++++++++++++++++++++++++++++++++++ 2 files changed, 56 insertions(+), 10 deletions(-) create mode 100644 index.css diff --git a/LKMPG-3.8.txt b/LKMPG-3.8.txt index d59154b..03a5254 100644 --- a/LKMPG-3.8.txt +++ b/LKMPG-3.8.txt @@ -1,14 +1,9 @@ #+TITLE: The Linux Kernel Module Programming Guide - -Peter Jay Salzman -Michael Burian -Ori Pomerantz -Bob Mottram - -Copyright © 2001 Peter Jay Salzman - -2007-05-18 ver 2.6.4 -2013-08-28 ver 3.8 +#+AUTHOR: Peter Jay Salzman, Michael Burian, Ori Pomerantz, Bob Mottram +#+KEYWORDS: linux, kernel, kernel module, kernel programming +#+DESCRIPTION: How to make kernel modules for Linux +#+OPTIONS: ^:nil +#+STYLE: The Linux Kernel Module Programming Guide is a free book; you may reproduce and/or modify it under the terms of the Open Software License, version 1.1. You can obtain a copy of this license at [http://opensource.org/licenses/osl.php] http://opensource.org/licenses/osl.php. diff --git a/index.css b/index.css new file mode 100644 index 0000000..4f8417a --- /dev/null +++ b/index.css @@ -0,0 +1,51 @@ +a { + color: #427fed; + color: #1e6b8c; + text-decoration: none; +} + +a:visited { + color: #6f32ad; + +} + +a:hover { + text-decoration: underline; + background: #f0f0ff; +} + +a:active { + background-color: #427fed; + color: #fffff6; +} + +body { + background-color: #fffff6; + background-image: none; + color: #330; + font-family: georgia; + font-size: 15pt; + margin: 2em auto; + padding: 0 2em; + max-width: 45em; + width: auto; +} + +h1, h2, h3, h4, h5, h6 { + color: #703820; + line-height: 1.2em; +} + +img { + float: right; + clear: right; + padding: 10px; + margin: 20px; + border: solid 1px #888; + box-shadow: 6px 10px 8px rgba(128, 128, 96, 0.7); +} + +p, li, dd, dt, blockquote, span { + font-size: 15pt; + line-height: 1.4em; +}