Skip to content
Snippets Groups Projects
Commit a8326923 authored by Fernando Pietchaki Domingues's avatar Fernando Pietchaki Domingues
Browse files

Alterado css padrão.

parent 158485f3
No related branches found
No related tags found
No related merge requests found
......@@ -3,6 +3,8 @@
body,div,td {
font-family: Arial, Helvetica, sans-serif;
font-size: 12px;
}
body,div {
/* color: #666;*/
color:#0F469D;
}
......@@ -40,6 +42,7 @@ body {
display:box;
}
#menu {
/* background: #eee; */
background: #ABC8F0;
......@@ -65,21 +68,22 @@ body {
display: block;
margin: 0;
padding: 2px 6px;
color: #FFFFFF;
color: #FFF;
}
#menu h2 {
color: #FFFFFF;
color: #FFF;
/* background: #648C1D;*/
background:#09244D;
text-transform: uppercase;
font-weight:bold;
font-size: 12px;
font-size: 13px;
vertical-align: middle;
}
#menu a {
/* color: #666666;
background: #efefef;
background: #FFF;
*/
color:#0F469D;
background: #ABC8F0;
......@@ -102,7 +106,8 @@ body {
background: #004B82;
border:none;
margin-top:15px;
border-top:1px solid #999999;
/* border-top:1px solid #999999;*/
border-top:1px solid #09244D;
color: #ABC8F0;
}
......@@ -127,13 +132,11 @@ table.navigation {
label {
width:200px;
float:top;
float:left;
margin-left: 5px;
margin-top: 0px;
}
input {
height:20px;
margin-right: 10px;
text-align: right;
}
input, textarea, select {
......@@ -141,13 +144,21 @@ input, textarea, select {
}
select{
width:200px;
width:183px;
color:#0F469D;
background-color:#FFF;/*#ABC8F0;*/
}
input {
height:20px;
color:#ABC8F0;
background-color:#09244D;
}
input.image {
border: none;
height: auto;
vertical-align: middle;
background-color:transparent;
}
submit {
......@@ -188,6 +199,7 @@ h3 {
font-size: 15px;
line-height: 21px;
color:#555;
color: #004B82
}
h4 {
......@@ -212,15 +224,6 @@ a img {
vertical-align: middle;
}
tr:nth-child(odd) {
/* background-color: #FFFFFF;*/
background-color:#ABC8F0;
}
tr:nth-child(even) {
background-color: #EFEFEF;
}
a:link {
color: #7db223;
}
......@@ -238,6 +241,10 @@ a:visited {
color: #ABC8F0;
}
ul#_menu{
border: 1px solid #09244D;
}
li {
padding-top: 5px;
text-align: left;
......@@ -248,11 +255,24 @@ ul li {
padding:0;
}
/* table elements */
/*
tr:nth-child(odd) {
background-color: #FFFFFF;
}*/
tr:nth-child(odd) {
background-color: #ABC8F0;
color: #0F469D;
}
tr:nth-child(even) {
background-color: #0F469D;
color: #fff;
}
table {
background: #EEEEEE;
margin: 2px 0 0 0;
border: 1px solid #BBBBBB;
border-collapse: collapse;
width: 100%
}
......@@ -265,8 +285,9 @@ table table {
table td,table th {
padding: 2px;
border: 1px solid #CCCCCC;
/* border: 1px solid #CCCCCC;*/
border: 1px solid #09244D;
/* text-align:center;*/
}
table td form {
......@@ -278,15 +299,18 @@ table td form {
table th {
font-size: 0.9em;
text-align:left;
/* text-align: center;*/
font-weight: bold;
color: #FFF;
background: #09244D;
/* background: #999;*/
background-color: #09244D;
}
table thead {
font-weight: bold;
font-style: italic;
background-color: #BBBBBB;
/* background-color: #BBBBBB; */
background-color: #09244D;
}
table a:link {color: #303030;}
......@@ -350,11 +374,35 @@ fieldset th {
.table-buttons td {
border:none;
}
/* painel principal */
.tundra .dijitTitlePaneContentOuter {
border: 1px solid #09244D;
background-color: #ABC8F0;
}
/* Barra de titulo do painel principal */
.dijitTitlePaneTitle * {
background-color: #09244D;
text-transform: uppercase;
font-weight:bold;
font-size: 13px;
color: #FFF;
}
.tundra .dijitTitlePaneTitle {
border: 1px solid #09244D;
background: #09244D;
}
.submit input {
border: 1px solid #BBBBBB;
/* border: 1px solid #BBBBBB;
color:#777777;
*/
border: 1px solid #09244D;
color:#ABC8F0;
padding:2px 7px;
font-size:11px;
text-transform:uppercase;
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment