git-svn-id: svn://euphorik.ch/pompage@45 02bbb61a-6d21-0410-aba0-cb053bdfd66a
[pompage.git] / doc / webdeveloper / about / about.css
1 @import url("chrome://global/skin/");
2 @namespace url("http://www.mozilla.org/keymaster/gatekeeper/there.is.only.xul");
3
4 description
5 {
6 margin-left: 0 !important;
7 }
8
9 separator, #webdeveloper-about-dialog
10 {
11 margin: 0 !important;
12 padding: 0 !important;
13 }
14
15 #webdeveloper-about-details
16 {
17 background-color: #ffffff !important;
18 color: #000000 !important;
19 padding: 0.5em !important;
20 }
21
22 #webdeveloper-about-details hbox
23 {
24 background-image: url("chrome://webdeveloper/content/images/logo/large.png") !important;
25 background-position: top right !important;
26 background-repeat: no-repeat !important;
27 min-height: 35px !important;
28 padding-right: 35px !important;
29 }
30
31 .date
32 {
33 color: #999999 !important;
34 }
35
36 .name
37 {
38 font-size: x-large !important;
39 padding-right: 0.25em !important;
40 }
41
42 .name, .title
43 {
44 font-weight: bold !important;
45 }
46
47 .title
48 {
49 padding-top: 0.25em !important;
50 }
51
52 .url
53 {
54 color: #0000ff !important;
55 cursor: pointer !important;
56 text-decoration: underline !important;
57 }
58 .url:hover
59 {
60 color: #ff0000 !important;
61 }