Added session messages display Fixed field and validator loading. Updated form validation Updated root config management Muted error reporting in file evaluation Added menu updates Fixed galaxy data access error Fixed config bug Added HTTP request method checks Added Form manager Fixed core bugs Signed-off-by: Gregory PLANCHAT <g.planchat@gmail.com>
282 lines
No EOL
4.9 KiB
CSS
282 lines
No EOL
4.9 KiB
CSS
/*
|
|
__ __ _ _
|
|
\ \ / /| \ | |
|
|
\ V / | \| | _____ ____ _
|
|
/ \ | . ` |/ _ \ \ / / _` |
|
|
/ /^\ \| |\ | (_) \ V / (_| |
|
|
\/ \/\_| \_/\___/ \_/ \__,_|
|
|
----------- SKIN -------------
|
|
|
|
*/
|
|
|
|
|
|
* {font-family:Tahoma,sans-serif;font-size:10px;}
|
|
|
|
img {border:none;}
|
|
p table {border:none;}
|
|
|
|
p td
|
|
{
|
|
text-align : center;
|
|
font-size : 10px;
|
|
font-family : Tahoma,sans-serif;
|
|
}
|
|
|
|
table table {border:0px;}
|
|
|
|
body {color:#000;margin:1px 0 0 1px;background:#040e1e url(../../graphics/img/background2.jpg) fixed no-repeat top left;}
|
|
|
|
body.style {background-image:url(../../graphics/img/background1.jpg);}
|
|
body.style table {margin:0px;border:0 auto}
|
|
body form table th table input {width: 60px;}
|
|
|
|
.content table {margin:0 auto;}
|
|
|
|
th, td.a, td.b, td.c, td.f, td.g, td.h, td.i,
|
|
td.j, td.k, td.l, td.m, td.n, td.o, td.q, td.r,
|
|
td.v, .style td, p td, table.s th img
|
|
{
|
|
border : 1px #545454 solid;
|
|
}
|
|
|
|
input, select, textarea
|
|
{
|
|
border : 1px #545454 solid;
|
|
}
|
|
|
|
th, td.a,td.b,td.c,td.f,input,select,td.g,td.h,td.i,td.j,td.k,td.m,td.o,td.q,td.r,td.v,td.s,.style td,p td {background:#FFF;filter:alpha(opacity=90);-moz-opacity:0.9;-khtml-opacity:0.9;opacity:0.9;}
|
|
|
|
th
|
|
{
|
|
text-align : center;
|
|
padding-left : 3px;
|
|
padding-right : 3px;
|
|
}
|
|
|
|
td.a
|
|
{
|
|
height : 39px;
|
|
text-align : center;
|
|
}
|
|
|
|
td.b
|
|
{
|
|
padding : 3px;
|
|
}
|
|
|
|
td.c
|
|
{
|
|
font-weight : bold;
|
|
color : #FFFFFF;
|
|
padding-left : 3px;
|
|
background-image : url(img/bg1.gif);
|
|
filter : alpha(opacity=90);
|
|
-moz-opacity : 0.7;
|
|
-khtml-opacity : 0.7;
|
|
opacity : 0.7;
|
|
}
|
|
|
|
td.f, input, select, textarea
|
|
{
|
|
color : #FFFFFF;
|
|
background-color : #1c1c1c;
|
|
filter : alpha(opacity=90);
|
|
-moz-opacity : 0.7;
|
|
-khtml-opacity : 0.7;
|
|
opacity : 0.7;
|
|
}
|
|
|
|
textarea
|
|
{
|
|
width : 100%;
|
|
}
|
|
|
|
td.k input
|
|
{
|
|
text-align : left;
|
|
}
|
|
|
|
td.g
|
|
{
|
|
font-weight : bold;
|
|
text-align : right;
|
|
color : #FFFFFF;
|
|
}
|
|
|
|
td.h
|
|
{
|
|
text-align : center;
|
|
color : #FFFFFF;
|
|
}
|
|
|
|
td.i
|
|
{
|
|
text-align : center;
|
|
color : #FFFFFF;
|
|
}
|
|
|
|
td.j
|
|
{
|
|
text-align : center;
|
|
color : #FFFFFF;
|
|
}
|
|
|
|
td.k, td.k input
|
|
{
|
|
text-align : center;
|
|
color : #FFFFFF;
|
|
}
|
|
|
|
td.l
|
|
{
|
|
background-color : #000000;
|
|
color : #FFFFFF;
|
|
vertical-align : top;
|
|
padding : 3px;
|
|
filter : alpha(opacity=70);
|
|
-moz-opacity : 0.7;
|
|
-khtml-opacity : 0.7;
|
|
opacity : 0.7;
|
|
}
|
|
|
|
td.m
|
|
{
|
|
font-weight : bold;
|
|
text-align : right;
|
|
width : 86px;
|
|
color : #FFFFFF;
|
|
}
|
|
|
|
td.n
|
|
{
|
|
font-weight : bold;
|
|
text-align : right;
|
|
width : 89px;
|
|
text-align : center;
|
|
color : #FFFFFF;
|
|
}
|
|
|
|
td.o
|
|
{
|
|
text-align : center;
|
|
color : #FFFFFF;
|
|
}
|
|
|
|
td.q
|
|
{
|
|
font-weight : bold;
|
|
font-size : 10px;
|
|
font-family : Tahoma,sans-serif;
|
|
text-align : center;
|
|
vertical-align : middle;
|
|
color : #FFFFFF;
|
|
}
|
|
|
|
td.r
|
|
{
|
|
text-align : right;
|
|
color : #FFFFFF;
|
|
}
|
|
|
|
td.v
|
|
{
|
|
font-weight : bold;
|
|
text-align : right;
|
|
color : #f7f7f7;
|
|
}
|
|
|
|
td.s
|
|
{
|
|
color : #FFFFFF;
|
|
}
|
|
|
|
table.s th
|
|
{
|
|
border : 0px;
|
|
}
|
|
|
|
table.s th img
|
|
{
|
|
width : 89px;
|
|
height : 89px;
|
|
}
|
|
|
|
div.z
|
|
{
|
|
font-size : 10px;
|
|
font-weight : bold;
|
|
color : #000;
|
|
}
|
|
|
|
a
|
|
{
|
|
color : #000;
|
|
text-decoration : none;
|
|
font-weight : bold;
|
|
}
|
|
|
|
a.s
|
|
{
|
|
color : #000;
|
|
}
|
|
|
|
a.t
|
|
{
|
|
color : #000;
|
|
}
|
|
|
|
a:hover
|
|
{
|
|
color : #CDD7F8;
|
|
text-decoration : underline;
|
|
}
|
|
|
|
.style td
|
|
{
|
|
color : #FFFFFF;
|
|
border-top : 0px;
|
|
font-size : 10px;
|
|
font-family : Tahoma,sans-serif;
|
|
}
|
|
|
|
.style div a
|
|
{
|
|
padding-left : 7px;
|
|
height : 100%;
|
|
width : 100%;
|
|
font-size : 10px;
|
|
font-family : Tahoma,sans-serif;
|
|
}
|
|
|
|
.style div a:link
|
|
{
|
|
height : 100%;
|
|
width : 100%;
|
|
font-size : 10px;
|
|
font-family : Tahoma,sans-serif;
|
|
}
|
|
|
|
.style div a:visited
|
|
{
|
|
height : 100%;
|
|
width : 100%;
|
|
font-size : 10px;
|
|
font-family : Tahoma,sans-serif;
|
|
}
|
|
|
|
.style div a:hover
|
|
{
|
|
background-image : url(img/link.gif);
|
|
background-repeat : no-repeat;
|
|
background-position : left;
|
|
height : 100%;
|
|
width : 108px;
|
|
text-decoration : none;
|
|
font-size : 10px;
|
|
font-family : Tahoma,sans-serif;
|
|
}
|
|
|
|
.style
|
|
{
|
|
margin-top : 10px;
|
|
} |