~ubuntu-branches/ubuntu/utopic/xen/utopic

« back to all changes in this revision

Viewing changes to tools/sv/inc/style.css

  • Committer: Bazaar Package Importer
  • Author(s): Bastian Blank
  • Date: 2010-05-06 15:47:38 UTC
  • mto: (1.3.1) (15.1.1 sid) (4.1.1 experimental)
  • mto: This revision was merged to the branch mainline in revision 3.
  • Revision ID: james.westby@ubuntu.com-20100506154738-agoz0rlafrh1fnq7
Tags: upstream-4.0.0
ImportĀ upstreamĀ versionĀ 4.0.0

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
.small  {
 
2
        font-size: 10px
 
3
}
 
4
 
 
5
TD.domainInfo     { 
 
6
        font-size: 10px; 
 
7
        color: black
 
8
}
 
9
 
 
10
TD.domainInfoHead {
 
11
        font-size: 10px; 
 
12
        color: white; 
 
13
        font-face: bold
 
14
}
 
15
 
 
16
TD.domainInfoHead {background-color: black}
 
17
TR.domainInfoOdd  {background-color: white}
 
18
TR.domainInfoEven {background-color: lightgrey}
 
19
 
 
20
body { 
 
21
        margin:         0px;
 
22
        padding:        0px;
 
23
        font-family:    Arial, Helvetica, sans-serif;
 
24
        font-size:      12px;
 
25
        color:          #000000;
 
26
}
 
27
 
 
28
div#menu {
 
29
        position:       absolute;
 
30
        left:           10px;
 
31
        top:            10px;
 
32
        width:          160px;
 
33
        padding:        10px;
 
34
        border:         0px solid black;
 
35
        text-align:     center;
 
36
}
 
37
 
 
38
div#main {
 
39
        position:       absolute;
 
40
        left:           200px;
 
41
        top:            10px;
 
42
        right:          10px;
 
43
        padding:        10px;
 
44
        border:         0px solid black;
 
45
}
 
46
 
 
47
div.button {
 
48
        float:          right;
 
49
        margin:         10px 0px 0px 10px;
 
50
        padding:        5px;
 
51
        text-align:     center;
 
52
        border:         1px solid black;
 
53
        background:     gray;
 
54
        cursor:         hand;
 
55
}
 
56
 
 
57
div.tabButton {
 
58
        position:       relative;
 
59
        top:            0px;
 
60
        float:          left;
 
61
        margin:         0px 10px -1px 0px;
 
62
        padding:        5px;
 
63
        text-align:     center;
 
64
        border:         1px solid black;
 
65
        background:     gray;
 
66
        cursor:         hand;
 
67
}
 
68
 
 
69
div.tabButton#activeTab {
 
70
        top:            0px;
 
71
        background:     white;
 
72
        border-color:   black black white black;
 
73
}
 
74
 
 
75
div.button:hover, div.tabButton:hover {
 
76
        background:     white;
 
77
}
 
78
 
 
79
div.button a, div.tabButton a {
 
80
        font-size:      12px;
 
81
        font-weight:    bold;
 
82
}
 
83
 
 
84
div.title {
 
85
        float:          right;
 
86
        font-size:      14px;
 
87
        font-weight:    bold;
 
88
}
 
89
 
 
90
div.tab {
 
91
        overflow:       auto;
 
92
        clear:          both;
 
93
        border:         1px solid black;
 
94
        padding:        10px;
 
95
}