]> git.rkrishnan.org Git - .emacs.d.git/blob - emacs/nxhtml/nxhtml/doc/wd/grapes/grapes.css
c325dfd5030c6961c1eaa97227acadec2332f18a
[.emacs.d.git] / emacs / nxhtml / nxhtml / doc / wd / grapes / grapes.css
1 /* Grapes, web template for business or for fun */\r
2 /* By Dave Reeder, www.davereederdesign.com */\r
3 \r
4 body {margin: 0; padding: 0; background: #213205}\r
5 \r
6 * {margin: 0; padding: 0; border: 0; font-family:  Arial, Helvetica, sans-serif}\r
7 \r
8 \r
9 /*----------------------------------------------Basic styles------------------------------------------------*/\r
10 \r
11 h1, h2, h3, h4 {font-family: Georgia, Georgia, serif; margin: 15px 0 0 5px; color: #fff; font-weight: normal; text-decoration: none}\r
12 h1 em, h2 em, h3 em, h4 em {font-family: Georgia, Georgia, serif; font-weight: normal}  /* italic words in titles */\r
13 \r
14 h1 {position: absolute; right: 0px; top: 30px; font-size: 2.25em; letter-spacing: 0.1em; line-height: 1.00em; padding-right: 10px; border-right: 15px solid #fff}\r
15 h1:first-letter {font-family: Georgia, Georgia, serif; font-size: 2.25em} /* styles the first letter of the main title to make it large */\r
16 \r
17 p#tagline {position: absolute; right: 0px; top: 125px; font-style: italic; color: #648D20; font-size: 0.90em}  /* sits under main title */\r
18 \r
19 h2 {font-size: 1.30em; letter-spacing: 0.05em}\r
20 \r
21 p, ul, ol {margin: 10px 10px 0 7px; font-size: 0.70em; line-height: 1.60em; color: #000; letter-spacing: 0.05em}\r
22 \r
23 code {font-family: monospace; font-size: 1.20em; color: #E20000}\r
24 \r
25 p span {font-size: 1.50em; font-weight: bold} /* shouting words */\r
26 \r
27 a:link, a:visited {color: #792533; font-weight: bold; text-decoration: none; border-bottom: 1px solid #792533}\r
28 a:hover, a:active {color: #fff; border-color: #fff}\r
29 \r
30 ul {list-style: inside square} /* general lists */\r
31 \r
32 acronym {font-weight: bold; border-bottom: 1px dashed #000; cursor: help}\r
33 \r
34 \r
35 /*-----------------------------------------------Layout DIVS------------------------------------------------*/\r
36 \r
37 #container {  /* keeps everything together */\r
38 position: relative; \r
39 margin: 0 auto; \r
40 width: 620px; \r
41 background: url(images/bkgrnd.gif) 0 0 repeat-y #CCCC33;  /* Important image, do not remove */\r
42 overflow: hidden\r
43 }\r
44 \r
45 #hdr {  /* div containing h1, nav and grapes image */\r
46 float: left; \r
47 width: 620px; \r
48 height: 200px; \r
49 background: url(images/grapes.jpg) 0 0 no-repeat #CCCC33  /* Image of Grapes */\r
50 }\r
51 \r
52 #lftcol {   /* left column */\r
53 position: absolute;\r
54 left: 0px;\r
55 top: 200px;\r
56 margin-left: 50px;  /* leave this so that background image lines up with edge of this div */\r
57 width: 200px; \r
58 background: transparent;\r
59 overflow: hidden\r
60 }\r
61 \r
62 #rgtcol {float: right; width: 370px; padding-bottom: 30px; background: transparent; overflow: hidden}  /* right column */\r
63 \r
64 #bttmbar {float: right; text-align: center; font-size: 0.70em; height: 4em; line-height: 4em; width: 570px; background: #CCCC33; border-top: 1px solid #D9D93C}\r
65 \r
66 #quote {    /* Quote box in left column */\r
67         float: left;\r
68         margin: 10px 0 20px 10px;\r
69         padding: 10px 0;\r
70         width: 170px;\r
71         text-align: center;\r
72         background: url(images/quote.gif) no-repeat 0 0 \r
73 }\r
74 \r
75 #quote p {color: #444; font-size: 0.80em; font-weight: bold; line-height: 2.00em}  /* Quote box text */\r
76 \r
77 \r
78 /*---------------------------------------------Main Navigation-----------------------------------------------*/\r
79 \r
80 ul#nav {   /* navigation list */\r
81         margin: 53px 0 20px 0; /* the 53px is where the nav begins (margin top) */\r
82         padding: 0;\r
83         list-style: none inside\r
84 }\r
85         \r
86 ul#nav li {float: left; display: block}\r
87 \r
88 ul#nav li a {\r
89         width: 170px;\r
90         margin: 3px 0 0 0;  /* a little top margin */\r
91         border: 0;\r
92         border-left: 10px solid #CCCC33;\r
93         padding: 10px 5px;\r
94         font-family: Georgia, Georgia, serif;\r
95         font-weight: normal;\r
96         text-decoration: none;\r
97         display: block;\r
98         color: #450F1F;\r
99         background: #D9D93C\r
100 }\r
101 \r
102 ul#nav li a#current {border-color: #fff}   /* current page, move id in the xhtml when creating a new page */\r
103 \r
104 ul#nav li a:hover {background: #9EA219; color: #fff}\r
105 \r
106 \r
107