Subversion Repositories Integrator Subversion

Rev

Details | Last modification | View Log | RSS feed

Rev Author Line No. Line
1 espaco 1
body {
2
        background-color: #fff;
3
        overflow: auto;
4
        width: 100%;
5
}
6
 
7
.clear {
8
        border: 0;
9
        clear: both;
10
        margin: 0;
11
        padding: 0;
12
}
13
 
14
#topic_header, #topic_footer,
15
#toc_header, #toc_footer  {
16
        padding: 10px;
17
}
18
 
19
#topic_content,
20
#toc_content{
21
        margin: 10px;
22
}
23
 
24
/* Backgrounds */
25
 
26
#topic_header {
27
        background: #fff url(../img/header-bg.png) repeat-x left top;
28
        border-bottom: 1px solid #ccc;
29
        margin-bottom: 15px;
30
}
31
 
32
#topic_footer{
33
        background: #fff url(../img/footer-bg.png) repeat-x left top;
34
        margin-top: 20px;
35
}
36
 
37
/* Topic */
38
 
39
#topic_header #topic_header_content {
40
        float: left;
41
}
42
 
43
#topic_header #topic_header_nav {
44
        float: right;
45
}
46
 
47
#topic_header #topic_header_nav img {
48
        margin-left: 5px;
49
}
50
 
51
#topic_header a,
52
#topic_footer a,
53
#search_results a,
54
#popupMenu a {
55
        color: #333;
56
        text-decoration: none;
57
}
58
 
59
#topic_header a:hover,
60
#topic_footer a:hover,
61
#search_results a:hover,
62
#popupMenu a:hover{
63
        text-decoration: underline;
64
}
65
 
66
#topic_header  h1 {
67
        color: #333;
68
        font-size: 18px;
69
}
70
 
71
#topic_footer {
72
        font-size: 11px;
73
}
74
 
75
#topic_breadcrumb {
76
        font-size: 11px;
77
}
78
 
79
/* Popup */
80
 
81
#popupMenu {
82
        background-color: #eee;
83
        border: 1px solid #999;
84
        position: absolute;
85
        padding: 5px;
86
        webkit-box-shadow: 0px 0px 5px #cccccc;
87
        -moz-box-shadow: 0px 0px 5px #cccccc;
88
        box-shadow: 0px 0px 5px #cccccc;
89
}
90
 
91
#popupMenu a{
92
        display: block;
93
        margin: 5px 10px 2px 5px;
94
}
95
 
96
.close-button{
97
        color: #666;
98
        cursor: hand;
99
        cursor: pointer;
100
        float: right;
101
        font-size: 10px;
102
        position: relative;
103
        top: -5px;
104
        right: -3px;
105
}
106
 
107
/* Search highlight */
108
 
109
.highlight {
110
        background-color: yellow;
111
}