Updated TODO
[adesklets.git] / doc / html / reservoir.css
blob9eb0b4897945dcfeebad4653d319255494e780b8
1 /*-----------------------------------------------------------------------------
2 This is derivative work from the layout reservoir by Rob Chandanais, stolen
3 with his explicit consent:
5 [Please feel free to borrow, steal, abduct, and/or torture
6 the documents contained in the Layout Reservoir.
7 Though you need not give credit to BlueRobot.com, a comment
8 in your source code would help other developers to find
9 this resource. Enjoy.]
10 -- http://www.bluerobot.com/web/layouts/,
11 Thu Dec 9 03:43:45 EST 2004
13 Have a look at http://bluerobot.com/ !
14 ----------------------------------------------------------------------------*/
16 body {
17 margin:0px;
18 padding:0px;
19 background-image: url(leaf.png);
20 background-repeat:no-repeat;
21 background-position:top right;
22 background-color:white;
23 color:black;
26 .settitle {
27 margin-top:0px
28 padding-top:0px;
31 .Content {
32 margin:85px 100px 50px 100px;
33 padding:20px;
34 color:black;
35 background-color:#eee;
36 border:1px dashed black;
39 p { margin:0px 0px 12px 0px;
42 a {
43 color:#09C;
44 font-weight:600;
45 text-decoration:none;
48 a:link {color:#09c;}
49 a:visited {color:#07a;}
50 a:hover {background-color:white;}
52 h1 {
53 color:#333;
55 h2 {
56 color:#333;
57 margin:18px 0px 3px 0px;
59 h3 {
60 color:#666;
61 margin:6px 0px 3px 0px;