Imprimir
%STARTINCLUDE%
.itemMod {
border: 2px dotted #dfdfdf;
margin: 2px;
}
.itemMod a {
color: black !important;
}
.itemMod a:hover {
color: red !important;
}
.tarefas .twikiTable {
width: 480px;
}
.tarefas td {
padding: 2px;
}
.tarefas a {
color: #545454;
}
.tarefas a:hover {
color: #000000;
}
/* Menu Intranet */
#menuedit ul {
list-style: none;
margin: 0px;
padding: 0px;
}
#menuedit a {
padding: 2px;
}
#menuleft ul {
margin: 0px;
padding: 0px;
list-style: none;
}
#menuedit ul li {
margin: 2px;
}
#menuleft ul li {
border: 1px outset #dfdfdf;
background: #a4a4a4;
margin: 2px;
}
#menuleft ul li:hover {
border: 1px inset #dfdfdf;
background: #dfdfdf;
}
#menuleft ul ul {
position: absolute;
background: #545454;
margin-left: 150px;
margin-top: -10px;
display: none;
}
#menuleft a {
display: block;
color: #545454;
width: auto;
padding: 5px;
}
#menuleft a:hover {
color: black;
text-decoration: none;
}
%STOPINCLUDE%