Skip to content

Commit

Permalink
Fontes genéricas
Browse files Browse the repository at this point in the history
  • Loading branch information
edersoares committed Jul 1, 2024
1 parent b7a7397 commit 2d5d784
Show file tree
Hide file tree
Showing 4 changed files with 51 additions and 52 deletions.
18 changes: 9 additions & 9 deletions ieducar/intranet/styles/agenda.css
Original file line number Diff line number Diff line change
Expand Up @@ -6,43 +6,43 @@ TD.escuro

.titulo
{
font-family: arial, heveltica, sans, verdana;
font-family: arial, heveltica, sans, verdana, sans-serif;
font-size: 16px;
font-weight: bold;
color: #708694;
}

.data1
{
font-family: arial, heveltica, sans, verdana;
font-family: arial, heveltica, sans, verdana, sans-serif;
font-size: 22px;
font-weight: bold;
color: #f5f9fd;
}
.data2
{
font-family: arial, heveltica, sans, verdana;
font-family: arial, heveltica, sans, verdana, sans-serif;
font-size: 16px;
font-weight: bold;
color: #f5f9fd;
}
.data3
{
font-family: arial, heveltica, sans, verdana;
font-family: arial, heveltica, sans, verdana, sans-serif;
font-size: 13px;
font-weight: bold;
color: #f5f9fd;
}
.comp_tit
{
font-family: arial, heveltica, sans, verdana;
font-family: arial, heveltica, sans, verdana, sans-serif;
font-size: 15px;
color: #000000;
font-weight: bolder;
}
.comp_tit_antigo
{
font-family: arial, heveltica, sans, verdana;
font-family: arial, heveltica, sans, verdana, sans-serif;
font-size: 15px;
color: #708694;
font-weight: bolder;
Expand All @@ -59,7 +59,7 @@ INPUT.notas
{
height: 17px;
width: 132px;
font-family: arial, heveltica, sans, verdana;
font-family: arial, heveltica, sans, verdana, sans-serif;
font-size: 9px;
color: #000000;
background-color: #f5f9fd;
Expand Down Expand Up @@ -93,7 +93,7 @@ TEXTAREA.agenda_conteudo
}
INPUT.agenda_rap_botao
{
font-family: arial, heveltica, sans, verdana;
font-family: arial, heveltica, sans, verdana, sans-serif;
font-size: 12px;
color: #000000;
width: 175px;
Expand All @@ -109,4 +109,4 @@ INPUT.agenda_rap_botao
top:30px;
overflow:auto;
width:250px;
}
}
20 changes: 10 additions & 10 deletions ieducar/intranet/styles/ajuda.css
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
BODY
{
font-family: arial, verdana, sans;
font-family: arial, verdana, sans, sans-serif;
font-size: 12px;
color: #000000;
background-color: #FFFFFF;
Expand All @@ -23,7 +23,7 @@ ABBR
}
.box
{
font-family: arial, verdana, sans;
font-family: arial, verdana, sans, sans-serif;
font-size: 12px;
color: #000000;
background-color: #BBDD99;
Expand All @@ -37,7 +37,7 @@ ABBR
}
TD
{
font-family: arial, verdana, sans;
font-family: arial, verdana, sans, sans-serif;
font-size: 12px;
color: #000000;
text-align: justify;
Expand All @@ -52,7 +52,7 @@ TD

.obs
{
font-family: sans, verdana;
font-family: sans, verdana, sans-serif;
font-size: 11px;
font-weight: bold;
color: #000000;
Expand All @@ -68,7 +68,7 @@ TD

.t1
{
font-family: sans, verdana;
font-family: sans, verdana, sans-serif;
font-size: 13px;
font-weight: bold;
color: #000000;
Expand All @@ -82,7 +82,7 @@ TD
}
.t2
{
font-family: sans, verdana;
font-family: sans, verdana, sans-serif;
font-size: 12px;
font-weight: bold;
color: #FFFFFF;
Expand All @@ -94,7 +94,7 @@ TD
}
.t3
{
font-family: sans, verdana;
font-family: sans, verdana, sans-serif;
font-size: 12px;
font-weight: bold;
font-style: italic;
Expand All @@ -108,7 +108,7 @@ TD
}
.t4
{
font-family: sans, verdana;
font-family: sans, verdana, sans-serif;
font-size: 12px;
font-style: italic;
color: #000000;
Expand All @@ -121,11 +121,11 @@ TD
}
.text
{
font-family: sans, verdana;
font-family: sans, verdana, sans-serif;
font-size: 12px;
color: #000000;
text-align: justify;
padding: 5px;
/*padding-top: 5px;*/
padding-bottom: 5px;
}
}
1 change: 0 additions & 1 deletion ieducar/intranet/styles/calendario.css
Original file line number Diff line number Diff line change
Expand Up @@ -142,7 +142,6 @@
width: 300px;
overflow: block;
font-family: sans-serif, verdana, arial, "Times New Roman";
background-color: #FFFFFF;
filter:alpha(opacity=80);
-moz-opacity: 0.8;
opacity: 0.8;
Expand Down
Loading

0 comments on commit 2d5d784

Please sign in to comment.