Revision 4b59dced
Added by koszko about 2 years ago
| html/base.css | ||
|---|---|---|
| 13 | 13 |
overflow: auto; |
| 14 | 14 |
} |
| 15 | 15 |
|
| 16 |
.bold, h2 {
|
|
| 17 |
font-weight: bold; |
|
| 18 |
} |
|
| 19 |
|
|
| 20 |
h2 {
|
|
| 21 |
margin: 8px; |
|
| 22 |
font-size: 120%; |
|
| 23 |
} |
|
| 24 |
|
|
| 25 |
h3 {
|
|
| 26 |
padding: 5px; |
|
| 27 |
font-size: 108%; |
|
| 28 |
text-shadow: 0 0 0 #454; |
|
| 29 |
} |
|
| 30 |
|
|
| 16 | 31 |
textarea {
|
| 17 | 32 |
font-family: monospace; |
| 18 | 33 |
} |
| ... | ... | |
| 84 | 99 |
.has_bottom_line::after {
|
| 85 | 100 |
background: linear-gradient(#555, transparent); |
| 86 | 101 |
} |
| 102 |
|
|
| 103 |
.nowrap {
|
|
| 104 |
white-space: nowrap; |
|
| 105 |
} |
|
Also available in: Unified diff
add styling to settings install(import) dialog