~ubuntu-branches/ubuntu/vivid/at-spi/vivid

« back to all changes in this revision

Viewing changes to docs/reference/idl/html/tabs.css

  • Committer: Bazaar Package Importer
  • Author(s): Robert Ancell
  • Date: 2010-11-25 17:05:20 UTC
  • mfrom: (1.2.4 upstream)
  • Revision ID: james.westby@ubuntu.com-20101125170520-3fxy94y94dfp580j
Tags: 1.32.0-0ubuntu1
* New upstream release
* debian/control:
  - Use standards version 3.9.1
* debian/rules:
  - Drop simple-patchsys.mk, not required in source version 3.0
* debian/source:
  - Use source version 3.0

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
 
/* tabs styles, based on http://www.alistapart.com/articles/slidingdoors */
2
 
 
3
 
DIV.tabs
4
 
{
5
 
   float            : left;
6
 
   width            : 100%;
7
 
   background       : url("tab_b.gif") repeat-x bottom;
8
 
   margin-bottom    : 4px;
9
 
}
10
 
 
11
 
DIV.tabs UL
12
 
{
13
 
   margin           : 0px;
14
 
   padding-left     : 10px;
15
 
   list-style       : none;
16
 
}
17
 
 
18
 
DIV.tabs LI, DIV.tabs FORM
19
 
{
20
 
   display          : inline;
21
 
   margin           : 0px;
22
 
   padding          : 0px;
23
 
}
24
 
 
25
 
DIV.tabs FORM
26
 
{
27
 
   float            : right;
28
 
}
29
 
 
30
 
DIV.tabs A
31
 
{
32
 
   float            : left;
33
 
   background       : url("tab_r.gif") no-repeat right top;
34
 
   border-bottom    : 1px solid #84B0C7;
35
 
   font-size        : 80%;
36
 
   font-weight      : bold;
37
 
   text-decoration  : none;
38
 
}
39
 
 
40
 
DIV.tabs A:hover
41
 
{
42
 
   background-position: 100% -150px;
43
 
}
44
 
 
45
 
DIV.tabs A:link, DIV.tabs A:visited,
46
 
DIV.tabs A:active, DIV.tabs A:hover
47
 
{
48
 
       color: #1A419D;
49
 
}
50
 
 
51
 
DIV.tabs SPAN
52
 
{
53
 
   float            : left;
54
 
   display          : block;
55
 
   background       : url("tab_l.gif") no-repeat left top;
56
 
   padding          : 5px 9px;
57
 
   white-space      : nowrap;
58
 
}
59
 
 
60
 
DIV.tabs #MSearchBox
61
 
{
62
 
   float            : right;
63
 
   display          : inline;
64
 
   font-size        : 1em;
65
 
}
66
 
 
67
 
DIV.tabs TD
68
 
{
69
 
   font-size        : 80%;
70
 
   font-weight      : bold;
71
 
   text-decoration  : none;
72
 
}
73
 
 
74
 
 
75
 
 
76
 
/* Commented Backslash Hack hides rule from IE5-Mac \*/
77
 
DIV.tabs SPAN {float : none;}
78
 
/* End IE5-Mac hack */
79
 
 
80
 
DIV.tabs A:hover SPAN
81
 
{
82
 
   background-position: 0% -150px;
83
 
}
84
 
 
85
 
DIV.tabs LI.current A
86
 
{
87
 
   background-position: 100% -150px;
88
 
   border-width     : 0px;
89
 
}
90
 
 
91
 
DIV.tabs LI.current SPAN
92
 
{
93
 
   background-position: 0% -150px;
94
 
   padding-bottom   : 6px;
95
 
}
96
 
 
97
 
DIV.navpath
98
 
{
99
 
   background       : none;
100
 
   border           : none;
101
 
   border-bottom    : 1px solid #84B0C7;
102
 
   text-align       : center;
103
 
   margin           : 2px;
104
 
   padding          : 2px;
 
1
.tabs, .tabs2, .tabs3 {
 
2
    background-image: url('tab_b.png');
 
3
    width: 100%;
 
4
    z-index: 101;
 
5
    font-size: 13px;
 
6
}
 
7
 
 
8
.tabs2 {
 
9
    font-size: 10px;
 
10
}
 
11
.tabs3 {
 
12
    font-size: 9px;
 
13
}
 
14
 
 
15
.tablist {
 
16
    margin: 0;
 
17
    padding: 0;
 
18
    display: table;
 
19
}
 
20
 
 
21
.tablist li {
 
22
    float: left;
 
23
    display: table-cell;
 
24
    background-image: url('tab_b.png');
 
25
    line-height: 36px;
 
26
    list-style: none;
 
27
}
 
28
 
 
29
.tablist a {
 
30
    display: block;
 
31
    padding: 0 20px;
 
32
    font-weight: bold;
 
33
    background-image:url('tab_s.png');
 
34
    background-repeat:no-repeat;
 
35
    background-position:right;
 
36
    color: #283A5D;
 
37
    text-shadow: 0px 1px 1px rgba(255, 255, 255, 0.9);
 
38
    text-decoration: none;
 
39
    outline: none;
 
40
}
 
41
 
 
42
.tabs3 .tablist a {
 
43
    padding: 0 10px;
 
44
}
 
45
 
 
46
.tablist a:hover {
 
47
    background-image: url('tab_h.png');
 
48
    background-repeat:repeat-x;
 
49
    color: #fff;
 
50
    text-shadow: 0px 1px 1px rgba(0, 0, 0, 1.0);
 
51
    text-decoration: none;
 
52
}
 
53
 
 
54
.tablist li.current a {
 
55
    background-image: url('tab_a.png');
 
56
    background-repeat:repeat-x;
 
57
    color: #fff;
 
58
    text-shadow: 0px 1px 1px rgba(0, 0, 0, 1.0);
105
59
}