added some development tools
[windows-sources.git] / developer / Samples / Bot / install / help.css
blob963d2f532bbaa1d49c055897a909e061ee2fcba7
1 /***************************************
2 * http://www.program-o.com
3 * PROGRAM O
4 * Version: 2.5.3
5 * FILE: help.css
6 * AUTHOR: Elizabeth Perreau and Dave Morton
7 * DATE: 06-10-2013
8 * DETAILS: Provides style and presentation settings for the help page
9 ***************************************/
10 html, body {
11 height: 100%;
13 body {
14 background: #9FC03A url(../admin/images/repeated_header2.jpg) repeat-x;
15 color: #000000;
16 margin: 0;
17 padding: 0;
18 width: 99.5%;
19 height: 99.5%;
20 overflow: hidden;
22 div.row { clear: both; padding-top: 8px; border: none; width: 95%; margin-left: auto; margin-right: auto; }
23 div.row span.label {float: left; width: 49.5%; text-align: left; padding-left: 3px; background-color: #DDFFFF; border: 1px outset #999; padding-top: 3px; padding-bottom: 3px;}
24 div.row span.label:hover, div.row span.formw:hover {background-color: #EEE;}
25 .center { text-align: center; }
26 .bold { font-weight: bold; }
27 .underline {
28 border: 1px outset #666;
29 border-right-width: 2px;
30 border-bottom-width: 2px;
32 .big { font-size: larger; }
33 .ul, .ll, .ur, .lr {
34 width: 6px;
35 height: 6px;
36 position: absolute;
37 background: transparent no-repeat;
38 z-index: 1;
40 .ul { top: 0; left: 0; background-image: url(../admin/images/ul.png); }
41 .ll { bottom: 0; left: 0; background-image: url(../admin/images/ll.png); }
42 .ur { top: 0; right: 0; background-image: url(../admin/images/ur.png); }
43 .lr { bottom: 0; right: 0; background-image: url(../admin/images/lr.png); }
44 #title {
45 text-align: center;
46 font-size: x-large;
47 font-weight: bold;
48 position: absolute;
49 top: 125px;
50 left: 25px;
51 right: 25px;
52 /*width: 94%;*/
53 height: 30px;
54 z-index: 100;
55 background: transparent url(../admin/images/bg_list.gif) repeat-x bottom;
56 margin: 0;
57 padding: 0;
59 #titlespan {
60 background: transparent no-repeat center;
61 color: white;
62 z-index: 50;
63 width: 100%;
65 #logo {
66 background: url(../admin/images/bg_header2.jpg) no-repeat center 0;
67 /*background-color: white;*/
68 width: 100%;
69 height: 140px;
70 border: none;
71 margin: 0;
72 padding: 0;
73 float: none;
75 #container{
76 margin: 0 auto;
77 padding: 1em;
78 text-align: left;
79 background-color: white;
80 overflow: auto;
81 position: absolute;
82 top: 160px;
83 left: 25px;
84 right: 25px;
85 bottom: 25px;