source: Dev/branches/Cartis/Tiles preview/Tests/css/style.css @ 276

Last change on this file since 276 was 276, checked in by tjcschipper, 13 years ago

Laatste versie van de 'oude' dashboard interface.

File size: 2.9 KB
Line 
1/* http://meyerweb.com/eric/tools/css/reset/
2   v2.0 | 20110126
3   License: none (public domain)
4*/
5
6html, body, div, span, applet, object, iframe,
7h1, h2, h3, h4, h5, h6, p, blockquote, pre,
8a, abbr, acronym, address, big, cite, code,
9del, dfn, em, img, ins, kbd, q, s, samp,
10small, strike, strong, sub, sup, tt, var,
11b, u, i, center,
12dl, dt, dd, ol, ul, li,
13fieldset, form, label, legend,
14table, caption, tbody, tfoot, thead, tr, th, td,
15article, aside, canvas, details, embed,
16figure, figcaption, footer, header, hgroup,
17menu, nav, output, ruby, section, summary,
18time, mark, audio, video {
19    margin: 0;
20    padding: 0;
21    border: 0;
22    font-size: 100%;
23    font: inherit;
24    vertical-align: baseline;
25}
26/* HTML5 display-role reset for older browsers */
27article, aside, details, figcaption, figure,
28footer, header, hgroup, menu, nav, section {
29    display: block;
30}
31body {
32    line-height: 1;
33}
34ol, ul {
35    list-style: none;
36}
37blockquote, q {
38    quotes: none;
39}
40blockquote:before, blockquote:after,
41q:before, q:after {
42    content: '';
43    content: none;
44}
45table {
46    border-collapse: collapse;
47    border-spacing: 0;
48}
49
50/* 232F38  dark, 3c4853   light */
51
52root {
53    display: block;
54}
55
56.subcatHeader {
57    width: 600px;
58    height: 30px;
59    background-color: #3c4853  ;
60    margin: 0 5px;
61    padding: 0;
62    border: none;
63    float: left;
64    clear: both;
65    border-bottom: 1px solid #606c78;
66    -webkit-user-select: none;
67}
68
69.subcatTitle {
70    font-size: 16px;
71    font-weight: bold;
72    display: block;
73    margin: 0 0 0 5px;
74    padding: 0 5px;
75    background-color: #232F38 ;
76    width: 200px;
77    line-height: 30px;
78    float: left;
79}
80
81.questionTitle {
82    font-size: 14px;
83    font-weight: normal;
84    /*font-style: italic;*/
85    line-height: 25px;
86    float: left;
87    clear: none;
88    width: 200px;
89}
90
91.subcatContainer .questionTitle {
92    width: 350px;
93}
94
95.subcatHeader .questionDisplay {
96    width: 352px;
97    height: 24px;
98    padding: 3px 0 3px 3px;
99    float: left;
100    user-select: none;
101}
102
103.questionDisplay {
104    height: 30px;
105    width: 600px;
106}
107
108.subcatContainer {
109    float: left;
110    clear: left;
111    width: 600px;
112    padding: 0;
113    margin: 0 5px;
114    background-color: #606c78;
115    height: auto;
116}
117
118.collapsed {
119    height: 0;
120    overflow: hidden;
121}
122
123.left {
124    float: left;
125}
126
127.right {
128    float: right;
129}
130
131.icon_small {
132    width: 25px;
133    height: 25px;
134    margin-right: 3px;
135    border: none;
136    clear: none;
137}
138
139.arrowIcon {
140    width: 30px;
141    height: 25px;
142    padding: 3px 0 2px 0;
143    float: right;
144    clear: none;
145    background-color: #232F38 ;
146}
147
148.smallButton {
149    background-color: transparent;
150    font-weight: bold;
151    line-height: 30px;
152    height: 30px;
153    min-width: 30px;
154    margin: -3px 0 0 0;
155    padding: 0 5px;
156    color: #D9C8A2;
157    background-color: #606c78;
158    -webkit-user-select: none;
159    cursor: default;
160}
161
162.smallButton:hover {
163    background-color: #EB6C2D  ;
164}
Note: See TracBrowser for help on using the repository browser.