Add infos into target window
[ryzomcore.git] / ryzom / client / data / gamedev / interfaces_v3 / browser.css
blob2ef1047cdc466996e9afbbcd405d5e1ff8f71f38
1 html {
2 color: rgba(210, 210, 210, 1.0);
3 font-size: 12px;
4 font-style: normal;
5 font-weight: normal;
6 text-shadow: none;
9 address, article, aside, blockquote, details, dialog, dd, div, dl, dt,
10 fieldset, figcaption, figure, footer, form, h1, h2, h3, h4, h5, h6,
11 header, hgroup, hr, li, main, nav, ol, p, pre, section, table, ul {
12 display: block;
15 table {
16 display: table;
19 input,. table, tr, td, th, textarea {
20 color: inherit;
21 font-weight: inherit;
22 font-style: inherit;
23 font-size: inherit;
24 text-shadow: inherit;
27 input, textarea {
28 text-shadow: 1px 1px #000;
31 a {
32 color: rgba(240, 155, 100, 1.0);
33 text-decoration: underline;
36 h1, h2, h3, h4, h5, h6 {
37 color: rgba(255, 255, 255, 1.0);
40 h1 {
41 font-size: 2em;
44 h2 {
45 font-size: 1.5em;
48 h3 {
49 font-size: 1.17em;
52 h4 {
53 font-size: 1.0em;
56 h5 {
57 font-size: 0.83em;
60 h6 {
61 font-size: 0.67em;
64 pre {
65 font-family: monospace;
68 /* th { text-align:center; } overrides <td align=".."> property */
69 th {
70 font-weight: bold;
73 del {
74 text-decoration: line-through;
77 u {
78 text-decoration: underline;
81 em {
82 font-style: italic;
85 strong {
86 font-weight: bold;
89 small {
90 font-size: smaller;
93 dt {
94 font-weight: bold;
97 hr {
98 color: rgb(120, 120, 120);
101 /* td { padding: 1px; } overrides <td cellpadding=".."> attribute */
102 /* table { border-spacing: 2px; } overrides <td cellspacing=".."> attribute */
103 table {
104 border-collapse: separate;
107 meter::-webkit-meter-bar,
108 meter::-webkit-optimum-value,
109 meter::-webkit-suboptimum-value,
110 meter::-webkit-even-less-good-value {
111 background: none;
114 meter::-webkit-meter-bar {
115 background-color: rgb(100, 100, 100);
116 width: 5em;
117 height: 1em;
120 meter::-webkit-meter-optimum-value {
121 background-color: rgb(80, 220, 80);
124 meter::-webkit-meter-suboptimum-value {
125 background-color: rgb(220, 220, 80);
128 meter::-webkit-meter-even-less-good-value {
129 background-color: rgb(220, 80, 80);
132 progress::-webkit-progress-bar,
133 progress::-webkit-progress-value {
134 background: none;
137 progress::-webkit-progress-bar {
138 background-color: rgb(230, 230, 230);
139 width: 10em;
140 height: 1em;
143 progress::-webkit-progress-value {
144 background-color: rgb(0, 100, 180);
148 background-repeat: no-repeat;