~ubuntu-branches/ubuntu/trusty/monodevelop/trusty-proposed

« back to all changes in this revision

Viewing changes to external/mono-tools/webdoc/xtree/xtree.css

  • Committer: Package Import Robot
  • Author(s): Jo Shields
  • Date: 2013-05-12 09:46:03 UTC
  • mto: This revision was merged to the branch mainline in revision 29.
  • Revision ID: package-import@ubuntu.com-20130512094603-mad323bzcxvmcam0
Tags: upstream-4.0.5+dfsg
ImportĀ upstreamĀ versionĀ 4.0.5+dfsg

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
 
body {
2
 
        font-family: verdana;
3
 
        font-size: 70.5%;
4
 
        font-weight: normal;
5
 
        background-color: #f1f1f1;
6
 
        color: Black;
7
 
        margin: 0px 0px 0px 0px;
8
 
        padding: 0px 0px 0px 0px;
9
 
}
10
 
 
11
 
.webfx-tree-container {
12
 
        margin: 0px;
13
 
        padding: 0px;
14
 
        white-space: nowrap;
15
 
}
16
 
 
17
 
.webfx-tree-item {
18
 
        padding: 0px;
19
 
        margin: 0px;
20
 
        color: WindowText;
21
 
        white-space: nowrap;
22
 
        height: 16px;
23
 
}
24
 
 
25
 
.webfx-tree-item a, .webfx-tree-item a:active, .webfx-tree-item a:hover {
26
 
        margin-left: 3px;
27
 
        padding: 0px 2px 1px 2px;
28
 
}
29
 
 
30
 
.webfx-tree-item a {
31
 
        color: black;
32
 
        text-decoration: none;
33
 
}
34
 
 
35
 
.webfx-tree-item a:hover {
36
 
        color: blue;
37
 
        text-decoration: underline;
38
 
}
39
 
 
40
 
.webfx-tree-item a:active {
41
 
        background: highlight;
42
 
        color: highlighttext;
43
 
        text-decoration: none;
44
 
}
45
 
 
46
 
.webfx-tree-item img {
47
 
        vertical-align: middle;
48
 
        border: 0px;
49
 
}
50
 
 
51
 
.webfx-tree-icon {
52
 
        width:0px;
53
 
        visibility: hidden;
54
 
}
 
 
b'\\ No newline at end of file'