b7fd41bd69
* NEW: Design changes in the welcome dialog. * NEW: Add a dark gray background. [GB.FORM] * NEW: DirChooser & FileChooser: Draw a little arrow instead of a big arrow in the top directory box. git-svn-id: svn://localhost/gambas/trunk@6706 867c0c6c-44f3-4631-809d-bfa615b0a4ec
20 lines
No EOL
292 B
CSS
20 lines
No EOL
292 B
CSS
H1 {
|
|
border: medium none;
|
|
color: #3398C3;
|
|
font-size: xx-large;
|
|
font-weight: bold;
|
|
letter-spacing: 2px;
|
|
margin-bottom: 16px;
|
|
padding: 0;
|
|
text-shadow: 2px 2px 2px #FF7F00;
|
|
}
|
|
|
|
HR {
|
|
margin-left: -16px;
|
|
margin-right: -16px;
|
|
}
|
|
|
|
.page {
|
|
top: 0;
|
|
margin: 0;
|
|
} |