/[projects]/misc/horsensspejder-web/jquery/chosen_v1.0.0/docsupport/style.css
ViewVC logotype

Annotation of /misc/horsensspejder-web/jquery/chosen_v1.0.0/docsupport/style.css

Parent Directory Parent Directory | Revision Log Revision Log


Revision 2125 - (hide annotations) (download) (as text)
Wed Mar 12 19:30:05 2014 UTC (10 years, 4 months ago) by torben
File MIME type: text/css
File size: 6864 byte(s)
initial import
1 torben 2125 /* Reset */
2     html, body, div, span, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, abbr, address, cite, code, del, dfn, em, img, ins, kbd, q, samp, small, strong, sub, sup, var, b, i, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, figcaption, figure, footer, header, hgroup, menu, nav, section, summary, time, mark, audio, video { margin: 0; padding: 0; border: 0; font-size: 100%; font: inherit; vertical-align: baseline; }
3    
4     article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section { display: block; }
5    
6     blockquote, q { quotes: none; }
7     blockquote:before, blockquote:after, q:before, q:after { content: ""; content: none; }
8     ins { background-color: #ff9; color: #000; text-decoration: none; }
9     mark { background-color: #ff9; color: #000; font-style: italic; font-weight: bold; }
10     del { text-decoration: line-through; }
11     abbr[title], dfn[title] { border-bottom: 1px dotted; cursor: help; }
12     table { border-collapse: collapse; border-spacing: 0; }
13     hr { display: block; height: 1px; border: 0; border-top: 1px solid #ccc; margin: 1em 0; padding: 0; }
14     input, select { vertical-align: middle; }
15    
16     body { font:13px/1.231 sans-serif; *font-size:small; } /* Hack retained to preserve specificity */
17     select, input, textarea, button { font:99% sans-serif; }
18     pre, code, kbd, samp { font-family: monospace, sans-serif; }
19    
20    
21     body { background: #EEE; color: #444; line-height: 1.4em; }
22    
23     header h1 { color: black; font-size: 2em; line-height: 1.1em; display: inline-block; height: 27px; margin: 20px 0 25px; }
24    
25     div#content { background: white; border: 1px solid #ccc; border-width: 0 1px 1px; margin: 0 auto; padding: 40px 50px 40px; width: 738px; }
26    
27     footer { color: #999; padding-top: 40px; font-size: 0.8em; text-align: center; }
28    
29     body { font-family: sans-serif; font-size: 1em; }
30    
31     p { margin: 0 0 .7em; max-width: 700px; }
32    
33     h2 { border-bottom: 1px solid #ccc; font-size: 1.2em; margin: 3em 0 1em 0; font-weight: bold;}
34     h3 { font-weight: bold; }
35    
36     h2.intro { border-bottom: none; font-size: 1em; font-weight: normal; margin-top:0; }
37    
38     ul li { list-style: disc; margin-left: 1em; margin-bottom: 1.25em; }
39     ol li { margin-left: 1.25em; }
40     ol ul, ul ul { margin: .25em 0 0; }
41     ol ul li, ul ul li { list-style-type: circle; margin: 0 0 .25em 1em; }
42    
43     li > p { margin-top: .25em; }
44    
45     div.side-by-side { width: 100%; margin-bottom: 1em; }
46     div.side-by-side > div { float: left; width: 49%; }
47     div.side-by-side > div > em { margin-bottom: 10px; display: block; }
48    
49     .faqs em { display: block; }
50    
51     .clearfix:after {
52     content: "\0020";
53     display: block;
54     height: 0;
55     clear: both;
56     overflow: hidden;
57     visibility: hidden;
58     }
59    
60     a { color: #F36C00; outline: none; text-decoration: none; }
61     a:hover { text-decoration: underline; }
62    
63     ul.credits li { margin-bottom: .25em; }
64    
65     strong { font-weight: bold; }
66    
67     .button {
68     background: #fafafa;
69     background: -webkit-linear-gradient(top, #ffffff, #eeeeee);
70     background: -moz-linear-gradient(top, #ffffff, #eeeeee);
71     background: -o-linear-gradient(top, #ffffff, #eeeeee);
72     background: linear-gradient(to bottom, #ffffff, #eeeeee);
73     border: 1px solid #bbbbbb;
74     border-radius: 4px;
75     box-shadow: inset 0 1px 1px rgba(255, 255, 255, 0.2);
76     color: #555555;
77     cursor: pointer;
78     display: inline-block;
79     font-family: "Helvetica Neue", Arial, Verdana, "Nimbus Sans L", sans-serif;
80     font-size: 13px;
81     font-weight: 500;
82     height: 31px;
83     line-height: 28px;
84     outline: none;
85     padding: 0 13px;
86     text-shadow: 0 1px 0 white;
87     text-decoration: none;
88     vertical-align: middle;
89     white-space: nowrap;
90     -webkit-font-smoothing: antialiased;
91     -webkit-box-sizing: border-box;
92     -moz-box-sizing: border-box;
93     box-sizing: border-box;
94     }
95    
96     .button-blue {
97     background: #1385e5;
98     background: -webkit-linear-gradient(top, #53b2fc, #1385e5);
99     background: -moz-linear-gradient(top, #53b2fc, #1385e5);
100     background: -o-linear-gradient(top, #53b2fc, #1385e5);
101     background: linear-gradient(to bottom, #53b2fc, #1385e5);
102     border-color: #075fa9;
103     color: white;
104     font-weight: bold;
105     text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.4);
106     }
107    
108    
109     /* Tweak navbar brand link to be super sleek
110     -------------------------------------------------- */
111     .oss-bar {
112     top: 0;
113     right: 20px;
114     position: fixed;
115     z-index: 1030;
116     }
117     .oss-bar ul {
118     float: right;
119     margin: 0;
120     list-style: none;
121     }
122     .oss-bar ul li {
123     list-style: none;
124     float: left;
125     line-height: 0;
126     margin: 0;
127     }
128     .oss-bar ul li a {
129     -moz-box-sizing: border-box;
130     -webkit-box-sizing: border-box;
131     -ms-box-sizing: border-box;
132     box-sizing: border-box;
133     border: 0;
134     margin-top: -10px;
135     display: block;
136     height: 58px;
137     background: #F36C00 url(oss-credit.png) no-repeat 20px 22px;
138     padding: 22px 20px 12px 20px;
139     text-indent: 120%; /* stupid padding */
140     white-space: nowrap;
141     overflow: hidden;
142     -webkit-transition: all 0.10s ease-in-out;
143     -moz-transition: all 0.10s ease-in-out;
144     transition: all 0.15s ease-in-out;
145     }
146     .oss-bar ul li a:hover {
147     margin-top: 0px;
148     }
149     .oss-bar a.harvest {
150     width: 196px;
151     background-color: #F36C00;
152     background-position: -142px 22px;
153     padding-right: 22px; /* optical illusion */
154     }
155     .oss-bar a.fork {
156     width: 162px;
157     background-color: #333333;
158     }
159    
160     .docs-table th, .docs-table td {
161     border: 1px solid #000;
162     padding: 4px 6px;
163     white-space: nowrap;
164     }
165    
166     .docs-table td:last-child {
167     white-space: normal;
168     }
169    
170     .docs-table th {
171     font-weight: bold;
172     text-align: left;
173     }
174    
175     #content pre[class*=language-] {
176     font-size: 14px;
177     margin-bottom: 20px;
178     }
179    
180     #content pre[class*=language-] code {
181     font-size: 14px;
182     padding: 0;
183     }
184    
185     #content code[class*=language-] {
186     font-size: 12px;
187     padding: 2px 4px;
188     }
189    
190     .anchor {
191     color: inherit;
192     position: relative;
193     }
194    
195     .anchor:hover {
196     background: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxNiIgaGVpZ2h0PSI3Ij48ZyBmaWxsPSIjNDE0MDQyIj48cGF0aCBkPSJNOS44IDdoLS45bC0uOS0uMWMtLjctLjMtMS40LS43LTEuOC0xLjMtLjItLjEtLjMtLjMtLjMtLjVsLS4zLS40Yy0uMS0uNC0uMi0uOC0uMi0xLjIgMC0uNC4xLS44LjItMS4yaDEuN2MtLjMuNC0uNC44LS40IDEuMiAwIC40LjEuOC4zIDEuMS4xLjIuMi4zLjQuNC4xLjEuMi4yLjQuMy4zLjIuNy4zIDEgLjNoMy40YzEuMiAwIDIuMi0uOSAyLjItMi4xcy0xLTIuMS0yLjItMi4xaC0xLjRjLS4zLS42LS43LTEtMS4yLTEuNGgyLjZjMiAwIDMuNiAxLjYgMy42IDMuNXMtMS42IDMuNS0zLjYgMy41aC0yLjZ6TTguNCAyYy0uMS0uMS0uMi0uMy0uNC0uMy0uMy0uMi0uNy0uMy0xLS4zaC0zLjRjLTEuMiAwLTIuMi45LTIuMiAyLjEgMCAxLjIgMSAyLjEgMi4yIDIuMWgxLjRjLjMuNS43IDEgMS4yIDEuNGgtMi42Yy0yIDAtMy42LTEuNi0zLjYtMy41czEuNi0zLjUgMy42LTMuNWgzLjUwMDAwMDAwMDAwMDAwMDRsLjkuMWMuNy4yIDEuNC43IDEuOCAxLjMuMS4xLjIuMy4zLjUuMS4xLjIuMy4yLjUuMS40LjIuOC4yIDEuMiAwIC40LS4xLjgtLjIgMS4yaC0xLjZjLjMtLjUuNC0uOS40LTEuM3MtLjEtLjgtLjMtMS4xYy0uMS0uMi0uMi0uMy0uNC0uNHoiLz48L2c+PC9zdmc+) 0 50% no-repeat;
197     background-size: 21px 9px;
198     margin-left: -27px;
199     padding-left: 27px;
200     text-decoration: none;
201     }

  ViewVC Help
Powered by ViewVC 1.1.20