53a941ca8e332c466da5675620513c49b65e5778
[clamp.git] / src / main / resources / META-INF / resources / designer / css / flexigrid / css / style.css
1 @charset "utf-8";
2 /* http://meyerweb.com/eric/tools/css/reset/ 
3    v2.0 | 20110126
4    License: none (public domain)
5 */
6
7 html, body, div, span, applet, object, iframe,
8 h1, h2, h3, h4, h5, h6, p, blockquote, pre,
9 a, abbr, acronym, address, big, cite, code,
10 del, dfn, em, img, ins, kbd, q, s, samp,
11 small, strike, strong, sub, sup, tt, var,
12 b, u, i, center,
13 dl, dt, dd, ol, ul, li,
14 fieldset, form, label, legend,
15 table, caption, tbody, tfoot, thead, tr, th, td,
16 article, aside, canvas, details, embed, 
17 figure, figcaption, footer, header, hgroup, 
18 menu, nav, output, ruby, section, summary,
19 time, mark, audio, video {
20         margin: 0;
21         padding: 0;
22         border: 0;
23         font-size: 100%;
24         font: inherit;
25         vertical-align: baseline;
26 }
27 /* HTML5 display-role reset for older browsers */
28 article, aside, details, figcaption, figure, 
29 footer, header, hgroup, menu, nav, section {
30         display: block;
31 }
32 body {
33         line-height: 1;
34 }
35 ol, ul {
36         list-style: none;
37 }
38 blockquote, q {
39         quotes: none;
40 }
41 blockquote:before, blockquote:after,
42 q:before, q:after {
43         content: '';
44         content: none;
45 }
46 table {
47         border-collapse: collapse;
48         border-spacing: 0;
49 }
50
51 /* CSS Document */
52 body {
53         background: #333;
54         width: 960px;
55         margin: 0px;
56         padding: 20px;
57         font-family: Arial, Helvetica, sans-serif;
58         font-size: 12px;
59         color: #eee;
60 }
61
62 ul li {
63         background: url(images/accept.png) no-repeat left;
64         list-style: none;
65         padding: 3px 3px 3px 20px;
66         margin-left:10px;
67 }
68
69 ul, ol {
70         margin-bottom:10px;
71 }
72 ol li {
73         list-style: none;
74         padding: 10px 10px 5px;
75 }
76 ol li div.question {
77         font-weight:bold;
78         color:#ccc;
79         margin-bottom:2px;
80 }
81
82 a {
83         text-decoration: none;
84         color: #0066FF;
85 }
86
87 h1 {
88         font-size: 26px;
89         font-weight: normal;
90         margin: 0px;
91         color: #0099FF;
92 }
93
94 h2 {
95         font-size:15px;
96         font-weight:bold;
97         margin:15px 0 5px;      
98 }
99
100 .code {
101         background: #555;
102         padding: 10px;
103         margin-bottom: 10px;
104         display: none;
105         color: #eee;
106 }
107
108 .title {
109         background: #0099FF;
110         color: #fff;
111         padding: 10px;
112 }
113
114 .bborder {
115         background: #eee;
116         border: 0px solid #ccc;
117         padding: 3px;
118 }
119
120 .update {
121         border: 1px solid #777;
122         overflow: hidden;
123         margin-top:20px;
124 }
125
126 .update h3 {
127         margin:5px 0 5px 10px;
128         font-weight:bold;
129         font-size:1.1em;        
130 }
131 .update.fh {
132         height: auto;
133 }
134
135 .update p {
136         margin: 10px;
137 }
138
139 .update h2 {
140         cursor: pointer;
141         display: block;
142         padding: 5px;
143         color: #fff;
144         position: relative;
145         text-transform: uppercase;
146         font-size: 12px;
147         letter-spacing: 2px;
148         border-left: 0px solid #06f;
149         border-bottom: 2px solid #0066FF;
150         font-weight:bold;
151         margin:0 0 3px;
152 }
153
154 .flexigrid div.fbutton .add {
155         background: url(images/add.png) no-repeat center left;
156 }
157
158 .flexigrid div.fbutton .delete {
159     background: url(images/close.png) no-repeat center left;
160 }
161
162 .flexigrid div.fbutton .edit {
163         background: url(images/edit.png) no-repeat center left;
164 }