cirandas.net

ref: master

public/stylesheets/layouts/application.scss


 1
 2
 3
 4
 5
 6
 7
 8
 9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
#accessibility_menu {
  position: absolute;
  left: 0px;
  top: -20px;
  font-height: 21px;
  font-size: 1px;
  text-decoration: none;
}
#noosfero_bar {
  height: 22px;
  font-size: 11px;
  letter-spacing: -1px;
  background: #888 url(../images/white-pixel.gif) 0px 100% repeat-x;
}
#navigation_bar {
  position: absolute;
  top: 0px;
  left: 0px;
  right: 0px;
  z-index: 100;
}
#navigation_bar a {
  font-weight: bold;
  line-height: 22px;
  text-decoration: none;
  color: #FFF;
}
#btShowHelp {
  z-index: 100;
  position: absolute;
  top: 2px;
  right: 2px;
  display: block;
  width: 32px;
  height: 32px;
  opacity: 0.5;
  filter: alpha(opacity=50);
}
#btShowHelp:hover {
  opacity: 1;
  filter: alpha(opacity=100);
}
#btShowHelp span {
  display: none;
}
#menu_link_to_envhome {
  float: left;
}
#cat_menu .linkSubMenu, #cat_menu ul {
  background-color: #5380B8;
}
.linkSubMenu {
  cursor: default;
  float: left;
  display: block;
  margin-left: 5px;
  position: relative;
  left: 10px;
  background-position: 0% 0%;
  background-repeat: no-repeat;
  background-image: url(../images/borda-esq-aba-azul.gif);
  border-right: 1px solid #FFF;
}
.msie6 .linkSubMenu {
  position: relative;
  left: 100px;
}
.linkSubMenu span {
  display: block;
  line-height: 22px;
  padding: 0px 5px;
  background-position: 0% 100%;
  background-repeat: repeat-x;
  background-image: url(../images/white-pixel.gif);
}