comparison geotemco/lib/slider/local/webfxapi.css @ 0:57bde4830927

first commit
author Zoe Hong <zhong@mpiwg-berlin.mpg.de>
date Tue, 24 Mar 2015 11:37:17 +0100
parents
children
comparison
equal deleted inserted replaced
-1:000000000000 0:57bde4830927
1 /* This style sheet is used for WebFX Api pages */
2
3 a.helpLink,
4 a.helpLink:hover {
5 color: rgb(0,66,174);
6 border-bottom-color:rgb(0,66,174);
7 }
8
9 .help-tooltip {
10 width: auto;
11 }
12
13 .help-tooltip h4,
14 .help-tooltip table,
15 .help-tooltip p {
16 width: auto;
17 }
18
19 .methodContainer {
20 display: none;
21 }
22
23 .methodInfo h4,
24 .methodInfo thead td {
25 font-size: 13px;
26 background: none;
27 border-bottom: 0;
28 }
29
30 .methodInfo h4,
31 .methodInfo p,
32 .methodInfo table {
33 margin: 5px;
34 padding: 0;
35 }
36
37 td {
38 vertical-align: top;
39 }
40
41 td code {
42 white-space: nowrap;
43 }
44
45 code a:visited,
46 code a:hover {
47 color: rgb(0,66,174);
48 background: transparent;
49 }