Blame view

circus/help/style.css 2.76 KB
8d0dc533f   Madiel de Souza Conserva Filho   first
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
76
  /* Marcel */
  
  /*Gerais*/
  body {
      margin: 0px 0px 0px 0px;
      scrollbar-3d-light-color:NAVY;
      scrollbar-arrow-color:NAVY;
      scrollbar-base-color:white;
      scrollbar-dark-shadow-color:white;
      scrollbar-face-color:#D9E3EB;
      scrollbar-highlight-color:#D9E3EB;
      scrollbar-shadow-color:black; 
      /*background-color : White;*/
  }
  
  
  /*Links*/
  a:link {text-decoration: none; color: #006666}
  a:visited {text-decoration: none; color: #000066}
  a:active {text-decoration: none; color: #000066}
  a:hover {text-decoration: none; color: #FD4F1C}
  
  a.link-branco:link {text-decoration: none; color: #000066;}
  a.link-branco:visited {text-decoration: none; color: #000066;}
  a.link-branco:active {text-decoration: none; color: #000066;}
  a.link-branco:hover {text-decoration: underline; color: #FD4F1C;}
  
  a.link-laranja:link {text-decoration: none; color: #FD4F1C;}
  a.link-laranja:visited {text-decoration: none; color: #FD4F1C;}
  a.link-laranja:active {text-decoration: none; color: #FD4F1C;}
  a.link-laranja:hover {text-decoration: underline; color: #000066;}
  
  
  /* Formulários */
  input, select, textarea  {
      background-color: #DFE0F7;
      margin: 0px;
      font-family: Verdana, Arial, Helvetica;
      font-size: 10px;
      color: #000066;}
  
  
  /* Fonts */
  
  
  .branco  {font-family : Verdana, Arial, Helvetica; font-size : 11px; color : #FFFFFF}
  
  .brancob  {font-family : Verdana, Arial, Helvetica; font-size : 11px;  font-weight : bold; color : #FFFFFF}
  
  .brancoPeq  {font-family : Tahoma, Arial, Verdana; font-size : 10px; color : #FFFFFF}
  
  .grandeb  {font-family : Verdana, Arial, Helvetica; font-size : 11px; font-weight : bold; color : #000066}
  
  .laranja  {font-family : Verdana, Arial, Helvetica; font-size : 11px; font-weight : bold; color: #FD4F1C}
  
  .pequenob  {font-family : Verdana, Arial, Helvetica; font-size : 10px; font-weight : bold; color : #000066}
  
  .pequeno2  {font-family : Verdana, Arial, Helvetica; font-size : 9px; font-weight : bold; color : #003399}
  
  .grande   {font-family : Verdana, Arial, Helvetica; font-size: 11px; color : #000066}
  
  .grandeClaro   {font-family : Verdana, Arial, Helvetica; font-size: 11px; color : #C5C6EF}
  
  .pequeno  {font-family : Verdana, Arial, Helvetica; font-size : 10px; color : #000066}
  
  .pequenoList  {font-family : Verdana, Arial, Helvetica; font-size : 7px; color : #000066}   
  
  .brancoPeqb { font-family : Tahoma, Arial, Verdana; font-size : 10px; color : #FFFFFF ; font-weight: bold}
  
  .titulo   {font-family : Arial black, Helvetica; font-size: 16px; color : #ffffff}
  
  .tituloAzul   {font-family : Arial; font-size: 16px; color : #000066; font-weight : bold}
  
  .lista   {font-family : Arial, Helvetica; font-size: 13px; color : #000066; LINE-HEIGHT:19px}
  
  .grandeItalico  {font-family : Verdana, Arial, Helvetica; font-size : 11px; font-style : italic; color : #003399}