]> code.delx.au - gnu-emacs-elpa/blob - html/layout.css
* packages/num3-mode/num3-mode.el: Fix compilation warnings.
[gnu-emacs-elpa] / html / layout.css
1 /* This is heavily cut-down version of http://www.gnu.org/layout.css */
2
3
4 /*
5 layout.css -- css stylesheet used on www.gnu.org
6
7 Copyright (C) 2006, 2007, 2008, 2009 Free Software Foundation
8
9 Permission is hereby granted, free of charge, to any person
10 obtaining a copy of this software and associated documentation
11 files (the "Software"), to deal in the Software without
12 restriction, including without limitation the rights to use,
13 copy, modify, merge, publish, distribute, sublicense, and/or sell
14 copies of the Software, and to permit persons to whom the
15 Software is furnished to do so, subject to the following
16 conditions:
17
18 The above copyright notice and this permission notice shall be
19 included in all copies or substantial portions of the Software.
20 */
21
22 html, body{
23 padding: 0;
24 color: #35382a;
25 max-width: 58em; margin: 0 auto 0; position: relative; min-width: 902px;
26 padding-left: 10px; padding-right: 10px;
27 background-color: #fff; padding-bottom: 1.8em; margin-top: 0.5em;
28 }
29
30 body{
31 font-family: sans-serif;
32 }
33
34 a:hover{ color: red; }
35
36 h1 {
37 background-color: #3465a4; color: white; font-size: 2em;
38 margin-bottom: 0.3em; font-weight:bold; text-align: center; line-height: 1.6em; }
39
40 h2, h3, {line-height: 1.5em;}
41
42 h2{ font-size: 1.6em; }
43
44 h3{ font-size: 1.3em; }
45
46 img{ border: 0; }
47
48 .nocenter{ text-align: left; }
49
50 ul { list-style: square; margin-left: 1.4em; list-style-image:url(bullet.gif); }
51
52 ol{ list-style: decimal; margin-left: 1.9em; }
53
54 li, dd, p{
55 padding-bottom: 1em; line-height: 1.5em; }
56
57 dt{ font-weight: bold; }
58
59 pre {
60 padding-left: 1.5em;
61 padding-right: 1.5em;
62 margin-top: 1em;
63 margin-bottom: 1em;
64 font-size: 0.9em;
65 display: block;
66 background-color: #eeeeee;
67 color: #000000;
68 font-family: monospace;
69 }
70
71 strong, b{ font-weight: bold; }
72
73 em, i, var{ font-style: italic; }
74
75 blockquote{ margin: 1em; font-style: italic; }
76
77 code, kbd, samp, tt{ font-family: monospace; }
78
79 .center{ text-align:center; }
80
81 .big{ font-size: 130%; padding-top: 0.7em; }
82
83 .inline-list li { display: inline }
84
85 .highlight{background-color: #ff6;}
86
87 h2 a{color: yellow !important;}