Subversion Repositories bacoAlunos

Rev

Rev 1124 | Go to most recent revision | Details | Compare with Previous | Last modification | View Log | RSS feed

Rev Author Line No. Line
152 jmachado 1
 
846 jmachado 2
td.icons img
3
{
4
    height: 20px;
5
    border: 3px outset lightsteelblue;
6
    padding: 1px;
7
}
8
td.icons img:hover
9
{
10
    background-color: lightsteelblue;
11
}
1124 jmachado 12
.icons a img
846 jmachado 13
{
1121 jmachado 14
    width: 60px !important;
15
    white-space: nowrap !important;
846 jmachado 16
 
17
}
152 jmachado 18
#headerIntranet td.links
19
{
20
 
21
}
22
#headerIntranet ul
23
{
24
    list-style:none;
25
}
26
#headerIntranet ul li.exit
27
{
28
    background-image: url(../imgs/exit.gif);
29
 
30
    background-repeat: no-repeat;
31
    background-attachment: scroll;
32
    padding-top: 0.4em;
33
    padding-right: 0.4em;
34
    padding-bottom: 0.4em;
35
    padding-left: 24px;
36
}
37
 
82 susana 38
/* --- Main Navigation --- */
39
 
40
#body,#page
41
{
165 jmachado 42
    /*width:950px;*/
43
    width:100%;
82 susana 44
    margin-left: auto;
45
    margin-right: auto;
46
}
47
 
156 jmachado 48
#separatorsTop {
533 jmachado 49
    border-bottom: 10px solid #F5911E;
82 susana 50
}
51
 
156 jmachado 52
#separatorsTop ul {
82 susana 53
    margin: 0;
54
    padding: 0;
55
}
156 jmachado 56
#separatorsTop ul li {
82 susana 57
    margin: 0;
58
    padding: 0;
59
}
156 jmachado 60
#separatorsTop ul li span {
82 susana 61
    margin: 0;
62
    padding: 0;
63
}
156 jmachado 64
#separatorsTop {
82 susana 65
    float: left;
66
    width: 100%;
67
    font-size: 11px;
68
    padding-top: 0.5em;
69
}
156 jmachado 70
#separatorsTop ul {
82 susana 71
    margin: 0;
72
    margin-left: 200px;
73
    list-style: none;
74
}
156 jmachado 75
#separatorsTop li {
82 susana 76
    float: left;
77
    padding: 0;
533 jmachado 78
    font-family: Trebuchet MS, Tahoma, Verdana, Sans-Serif;
82 susana 79
    margin: 0;
80
}
156 jmachado 81
#separatorsTop ul li {
84 jmachado 82
    margin-right: 2px;
82 susana 83
}
156 jmachado 84
#separatorsTop li a {
82 susana 85
    float: left;
86
    font-size: 100%;
87
    font-weight: normal;
88
    text-decoration: none;
89
    white-space: nowrap;
90
}
156 jmachado 91
#separatorsTop li a span {
82 susana 92
    float: left;
84 jmachado 93
    padding: 0.4em 8px;
82 susana 94
    cursor: pointer; /* IE6 tweak */
95
}
96
 
97
 
84 jmachado 98
 
533 jmachado 99
#separatorsTop { border-top: 4px solid #F5911E; background: #FFFFFF url(../images/0grad01.gif) bottom repeat-x; }
100
#separatorsTop li a { display: block; background: #FFFFFF url(../images/0corner_left_01.gif) top left repeat-x;}
156 jmachado 101
#separatorsTop li a span { background: url(../images/0corner_right_01.gif) top right no-repeat; }
533 jmachado 102
#separatorsTop ul li.selected a { background: #F5911E url(../images/0corner_left_span_01.gif) top left no-repeat; }
156 jmachado 103
#separatorsTop ul li.selected a span { background: url(../images/0corner_right_span_01.gif) top right no-repeat; }
104
#separatorsTop ul li.selected a:hover { background: #ebe6d6 url(../images/0corner_left_span_01.gif) top left no-repeat; color: #000; }
105
#separatorsTop ul li.selected a:hover span { background: url(../images/0corner_right_span_01.gif) top right no-repeat; color: #000; }
533 jmachado 106
#separatorsTop li a:hover { background: #EEEEEE  url(../images/0corner_left_light_01.gif) top left repeat-x; }
156 jmachado 107
#separatorsTop li a:hover span { background: url(../images/0corner_right_light_01.gif) top right no-repeat; }
82 susana 108
 
84 jmachado 109
 
156 jmachado 110
#separatorsTop * a, #testeTop a:visited, #testeTop li a:hover
82 susana 111
{
112
    COLOR:BLACK;
113
}
214 jmachado 114
 
115