]> Dogcows Code - chaz/homebank/blob - doc/help.css
add gitignore
[chaz/homebank] / doc / help.css
1 /*
2 ** homebank documentation css
3
4 http://webdesign.about.com/od/colorpalettes/ig/Color-Palettes/Apple-Color-Palette.-EQ5.htm
5 #979797
6 #666666
7 #eeeeee
8 #000000
9 #0088cc
10
11 */
12
13 /* suggested line-height:140% */
14 body { font: 13px/18px "Lucida Grande","Lucida Sans Unicode",Helvetica,Arial,Verdana,sans-serif; color:#333333; background-color:#F5F6F7;}
15
16 a { color: #0088cc; text-decoration:none;}
17 a:hover { text-decoration:underline; }
18
19 h1,h2,h3,h4,h5,h6 { /*font-family: Times, 'Times New Roman', serif; font-style:italic;*/ color:#000000; font-weight:normal; }
20
21 h1,h2,h3:first-of-type { margin-top:0; }
22
23 /*h1 { color: #f57900; margin-top:0; }
24 h2 { color: #3465a4; }
25 h3 { color: #484848; }
26 h4 { color: #484848; }
27 h5 { color: #484848; }*/
28
29 /*
30 h2 { color: #fe9500; }
31 h3 { color: #4686c0; }
32 h4 { color: #3c3c3c; }
33 h4 img { vertical-align: baseline; padding: 4px; }
34 */
35 ul {/*list-style-type:square;*/overflow:hidden;}
36
37 p { margin-left:1.5em; }
38
39 ol li { margin-top:.5em; }
40
41 .toc li { /*list-style:none;*/ list-style-image:url('images/arrow.png');}
42
43 .csvexample { font-family:monospace; border: 1px solid #dddddd; background: #efefef; white-space: pre; margin-left: 16px; width: 50%; padding: 8px;}
44
45 .argument {color:#888888; font-size:110%;}
46 .rounded {
47 border-radius: 4px 4px 4px 4px;
48 }
49
50 .mainpage {margin-top:100px;}
51 .mainpage p {margin-left:0;padding:0; text-align:center;}
52
53 .dochead{ border-bottom: 1px solid #E1E1E1; padding-bottom: 8px;color:#888888;}
54
55 .title {border-top: 1px solid #FFFFFF;padding:16px; }
56
57 p.top {margin:0;padding:0;font-size:x-small;}
58
59 .content {
60 background-color: #ffffff;
61 padding:16px;
62 box-shadow: 0 1px 3px rgba(0, 0, 0, 0.3);
63 margin:0 1em 1.5em 0;
64 }
65
66 /* navigation link */
67
68 .navig a { color: #484848;padding:0 10px;}
69 .navig a:hover { background:#DDDDDD;text-decoration:none;border-radius:5px;}
70 .navig p { margin:1em;}
71
72 div.head {
73 border-top: 1px solid #babdb6;
74 background-image:url(images/top-gradient.png);
75 background-repeat:repeat-x;
76 background-position:top;
77 height:30px;
78 margin-top:4px;
79 }
80
81 .left { float: left; }
82 .right { float: right;}
83 .clear { clear: both; }
84
85 .gtkshot {
86 padding: 2px;
87 margin: 1em;
88 text-align: center;
89 border: 1px dotted #979797; /*#005C9C;*/
90 /* background-image:url(images/top-gradient.png);
91 background-repeat:repeat-x;
92 background-position:top; */
93 }
94
95 .gtkshot:first-of-type {margin-top:0;}
96
97 div.gtkgroup { margin-left: 16px; padding: 0px; background:#ff0000;};
98 span.gtkgrouptitle { font-weight: bold; color: #000000; }
99
100 div.concept p { margin-left: 16px; }
101 div.concept h4 { margin-bottom: 0px; }
102
103 div.note { border: solid 1px #eeeeee; background: #efefef; margin: 16px; padding: 8px;}
104
105 /* table */
106 table {line-height:120%;}
107 td, th {vertical-align: top;}
108
109 table.lexicon {width:100%;table-layout: fixed;}
110 table.lexicon td, th {width: 20%;text-align: left;}
111
112 table.t2col td {width:50%;}
113
114 table.widgetinfo {margin-left:1.5em;}
115 table.widgetinfo th, table.widgetinfo td {border: 1px solid #E1E1E1;text-align: left;vertical-align:top;padding:2px 4px;}
116 table.widgetinfo th { min-width: 80px; width: 20%; background-color: #DEDEDE;font-weight:normal;}
117 table.widgetinfo td {background-color: #ffffff; background-color: #EFEFEF;}
118
119 span.i {
120 font-style: italic;
121 }
122
123 span.u {
124 text-decoration: underline;
125 }
126 ;
This page took 0.033744 seconds and 4 git commands to generate.