Revert "Export"
[platform/framework/web/web-ui-fw.git] / libs / js / jquery-geo-1.0a4 / docs / examples / css / style.css
1 .links
2 {
3   float: right;
4 }
5
6 .docLink 
7 {
8   background: url(../../images/$.geo-logo-small.png) right no-repeat;
9   color: #7f0000;
10   display: block;
11   font-size: 24px;
12   font-weight: bold;
13   padding-right: 24px;
14   text-decoration: none;
15   text-transform: uppercase;
16 }
17
18 .fiddleLink
19 {
20   display: block;
21   font-weight: bold;
22   margin: 4px;
23   text-align: right;
24   text-decoration: none;
25 }
26
27 .fiddleLink img
28 {
29   border: none;
30   vertical-align: middle;
31 }
32   
33 .mobile-shrink
34 {
35   font-size: .6em;
36 }
37
38 .not-mobile
39 {
40   display: none;
41 }
42
43 @media only screen and (min-width: 800px) 
44 {  
45   .info
46   {
47     max-width: 45% !important;
48     position: absolute !important;
49     right: 16px;
50     top: 16px;
51   }
52
53   .mobile-shrink
54   {
55     font-size: 1em;
56   }
57   
58   .not-mobile
59   {
60     display: block;
61   }
62 }
63
64 html
65 {
66   font:13px/1.231 Calibri,Arial,sans-serif; *font-size:small;
67 }
68
69 .info 
70 {
71   background: #fff;
72   border-radius: 8px;
73   box-shadow: -4px 4px #444;
74   opacity: .8;
75   padding: 8px;
76   width: 95%;
77 }
78
79 fieldset { border: none; }
80
81 legend {
82   font-size: 14px;
83   font-weight: bold;
84 }
85
86