Initial commit of website to git. Has the "old" ob3 website as the main site, and...
[dana/openbox-web.git] / css / help.css
1 #menu .help a {
2   color: black;
3   background-color: #76C11C;
4 }
5
6 .cse-search-results {
7   background: white;
8 }
9
10 .search {
11   background-color: #AFE968;
12   padding: 2px;
13   float: right;
14   border-top-left-radius: 4px 4px;
15   border-top-right-radius: 4px 4px;
16   border-bottom-left-radius: 4px 4px;
17   border-bottom-right-radius: 4px 4px;
18 }
19
20 .search .input {
21 /*  -webkit-box-shadow: #999 0px 1px 2px;*/
22   border-bottom-left-radius: 4px 4px;
23   border-bottom-right-radius: 4px 4px;
24   border: 1px solid #94CC7A;
25   border-top-left-radius: 4px 4px;
26   border-top-right-radius: 4px 4px;
27   padding: 4px;
28   background-color: white;
29 /*
30   background-image: url(http://www.google.com/coop/intl/en/images/google_custom_search_watermark.gif);
31   background-repeat: no-repeat;
32   background-position-x: 0%;
33   background-position-y: 50%;
34 */
35 }
36
37 .search .search-button {
38 /*  -webkit-box-shadow: #999 0px 1px 2px; */
39   padding: 2px;
40   background-color: #76C11C;
41   border: 1px solid #94CC7A;
42   border-bottom-left-radius: 4px 4px;
43   border-bottom-right-radius: 4px 4px;
44   border-top-left-radius: 4px 4px;
45   border-top-right-radius: 4px 4px;
46   /*color: #303E2A;*/
47   font-weight: bold;
48   text-shadow: white 0px 1px 2px; 
49 }
50