2009-12-13 Raul Mateos <raulofpandora@gmail.com>
* include/styles/pandora.css: Changed some colours. git-svn-id: https://svn.code.sf.net/p/pandora/code/trunk@2192 c3f86ba8-e40f-0410-aaad-9ba5e7f4b01f
This commit is contained in:
parent
16c7c7c3ae
commit
700dc0cca0
|
@ -1,3 +1,9 @@
|
||||||
|
2009-12-13 Raul Mateos <raulofpandora@gmail.com>
|
||||||
|
|
||||||
|
* include/styles/pandora.css: Changed some colours.
|
||||||
|
|
||||||
|
* godmode/reporting/map_builder_wizard.php: Updated title.
|
||||||
|
|
||||||
2009-12-09 Miguel de Dios <miguel.dedios@artica.es>
|
2009-12-09 Miguel de Dios <miguel.dedios@artica.es>
|
||||||
|
|
||||||
* include/functions_db.php: change the function
|
* include/functions_db.php: change the function
|
||||||
|
|
|
@ -73,7 +73,7 @@ h1, h2, h3, h4 {
|
||||||
font-size: 1em;
|
font-size: 1em;
|
||||||
font-family: Arial, Sans-serif;
|
font-family: Arial, Sans-serif;
|
||||||
text-transform: uppercase;
|
text-transform: uppercase;
|
||||||
color: #666;
|
color: #3f4e2f;
|
||||||
padding-bottom: 4px;
|
padding-bottom: 4px;
|
||||||
padding-top: 7px;
|
padding-top: 7px;
|
||||||
}
|
}
|
||||||
|
@ -183,8 +183,8 @@ div#page {
|
||||||
width: 960px;
|
width: 960px;
|
||||||
background: #fff;
|
background: #fff;
|
||||||
clear: both;
|
clear: both;
|
||||||
border-bottom: solid 5px #666;
|
border-bottom: solid 5px #3f4e2f;
|
||||||
border-top: solid 5px #666;
|
border-top: solid 5px #3f4e2f;
|
||||||
}
|
}
|
||||||
div#main {
|
div#main {
|
||||||
width: 785px;
|
width: 785px;
|
||||||
|
@ -251,7 +251,7 @@ input.datos_readonly {
|
||||||
background-color: #050505;
|
background-color: #050505;
|
||||||
}
|
}
|
||||||
input.login {
|
input.login {
|
||||||
border-color: #666;
|
border-color: #3f4e2f;
|
||||||
background-color: #f5f5f5;
|
background-color: #f5f5f5;
|
||||||
margin: 2px 0 8px;
|
margin: 2px 0 8px;
|
||||||
width: 90px;
|
width: 90px;
|
||||||
|
@ -303,7 +303,7 @@ table, img {
|
||||||
}
|
}
|
||||||
th {
|
th {
|
||||||
color: #fff;
|
color: #fff;
|
||||||
background-color: #666;
|
background-color: #3f4e2f;
|
||||||
text-align:center;
|
text-align:center;
|
||||||
}
|
}
|
||||||
tr.datos, tr.datost, tr.datosb , tr.datos_id,
|
tr.datos, tr.datost, tr.datosb , tr.datos_id,
|
||||||
|
@ -340,13 +340,13 @@ tr.rowOdd:hover {
|
||||||
background-color: #E0E0E0
|
background-color: #E0E0E0
|
||||||
}
|
}
|
||||||
.bg { /* op menu */
|
.bg { /* op menu */
|
||||||
background-color: #666;
|
background-color: #3f4e2f;
|
||||||
}
|
}
|
||||||
.bg2 { /* main page */
|
.bg2 { /* main page */
|
||||||
background-color: #d84437;
|
background-color: #ce5c00;
|
||||||
}
|
}
|
||||||
.bg3 { /* godmode */
|
.bg3 { /* godmode */
|
||||||
background-color: #d84437;
|
background-color: #ce5c00;
|
||||||
}
|
}
|
||||||
.bg4 { /* links */
|
.bg4 { /* links */
|
||||||
background-color: #5385bf;
|
background-color: #5385bf;
|
||||||
|
@ -475,7 +475,7 @@ div.title_line {
|
||||||
width: 762px;
|
width: 762px;
|
||||||
}
|
}
|
||||||
#menu_tab_frame, #menu_tab_frame_view {
|
#menu_tab_frame, #menu_tab_frame_view {
|
||||||
background:#D84437 none repeat scroll 0 0;
|
background:#ce5c00 none repeat scroll 0 0;
|
||||||
border-bottom:1px solid #778866;
|
border-bottom:1px solid #778866;
|
||||||
float:left;
|
float:left;
|
||||||
margin-left:-8px;
|
margin-left:-8px;
|
||||||
|
@ -536,7 +536,7 @@ div.title_line {
|
||||||
}
|
}
|
||||||
#menu_tab_left li a, #menu_tab_left li span {
|
#menu_tab_left li a, #menu_tab_left li span {
|
||||||
/* text-transform: uppercase; */
|
/* text-transform: uppercase; */
|
||||||
background: #d84437;
|
background: #ce5c00;
|
||||||
padding: 2px 5px 2px 5px;
|
padding: 2px 5px 2px 5px;
|
||||||
color: #fff;
|
color: #fff;
|
||||||
font-weight: bold;
|
font-weight: bold;
|
||||||
|
|
Loading…
Reference in New Issue