summaryrefslogtreecommitdiff
path: root/backend/php/src/setup/setup.css
Unidiff
Diffstat (limited to 'backend/php/src/setup/setup.css') (more/less context) (ignore whitespace changes)
-rw-r--r--backend/php/src/setup/setup.css77
1 files changed, 77 insertions, 0 deletions
diff --git a/backend/php/src/setup/setup.css b/backend/php/src/setup/setup.css
new file mode 100644
index 0000000..3c59e53
--- a/dev/null
+++ b/backend/php/src/setup/setup.css
@@ -0,0 +1,77 @@
1.container {background:url('./setup_images/gradient_container.gif') top left repeat-x}
2.logo {width:234px;height:191px;position:relative;float:left;background:url('./setup_images/setup_logo1.jpg') top left no-repeat}
3.logo2 {width:234px;height:191px;position:relative;float:left;background:url('./setup_images/setup_logo2.jpg') top left no-repeat}
4.logo3 {width:234px;height:191px;position:relative;float:left;background:url('./setup_images/setup_logo3.jpg') top left no-repeat}
5.bottom3 {float:left;display:inline;position:relative;width:100%;background:url('./setup_images/setup_bottom3tile.jpg') top left repeat-x}
6.toolbar {float:left;display:inline;width:100%;height:42px;background-color:#444;background:url('./setup_images/setup_toolbargradient.jpg') top left repeat-x}
7body {margin:0 auto;padding:0;color:#828282;background:#fff;font:normal 10px Verdana}
8.activetab {font-weight:bold;color:#7B7F0E;background:#ccc}
9.error {background:#f00}
10.warning {background:#0cf}
11.succeed {background:#0f0}
12.header {width:90%;height:90px;padding:15px 0 0 15px}
13.footer {width:90%;padding-left:15px;vertical-align:middle;height:35px}
14.footer img {vertical-align:middle;height:35px}
15.toolbar img {display:inline}
16.bottom3 img {display:inline}
17.left {width:234px;height:550px;z-Index:9;position:absolute;}
18.text {width:194px;height:319px;line-height:15px;position:relative;float:left;padding:22px}
19.gold {color:#998D05;font-weight:bold;display:block;}
20.middle {width:617px;padding-left:234px;height:596px;color:#404855}
21.middle2 {float:left;position:relative;padding:20px 0 0 22px;width:594px;background:#E7E9EE}
22.middle33 {height:596px;position:relative;padding-left:234px;color:#404855}
23.middle3 {float:left;position:relative;width:100%;background:#E7E9EE}
24.subtabs {padding-top:35px;float:left;position:relative}
25#tabs {width:617px;height:20px;float:left}
26#tabs3 {width:100%;height:20px;float:left}
27#tabs img,#tabs3 img {float:left;border:none}
28.middle img,.middle input,.middle2 img,.middle2 input {display:inline;margin:0;padding:0}
29a {text-decoration:none;color:#7F7714}
30input.i {position:relative;padding:2px 3px;width:200px;color:#5A4F64;font-size:9px;vertical-align:middle;border-top:1px solid #404040;border-left:1px solid #404040;border-right:1px solid #D1D0CC;border-bottom:1px solid #D1D0CC; background-color:#F7F7F7;}
31textarea {width:575px;height:325px;font-size:12px;border-top:1px solid #404040;border-left:1px solid #404040;border-right:1px solid #D1D0CC;border-bottom:1px solid #D1D0CC}
32textarea.t {width:450px;height:50px;font-size:12px;border-top:1px solid #404040; color:#5A4F64; border-left:1px solid #404040;border-right:1px solid #D1D0CC;border-bottom:1px solid #D1D0CC; background-color:#F7F7F7;}
33select.s, input.c {border-top:1px solid #404040; color:#5A4F64; border-left:1px solid #404040;border-right:1px solid #D1D0CC;border-bottom:1px solid #D1D0CC; background-color:#F7F7F7;}
34.ss{font-size:95%;}
35table {position:relative;display:inline;background:#E8E9EE}
36td {height:25px}
37.id {font-weight:bold;padding-left:5px}
38div#nifty {background:#E7E9EE;margin-top:40px;position:relative;float:left;width:617px}
39div.nifty{margin-top:0;background:#E7E9EE}
40b.rtop,b.rbottom {display:block;background:#FFF}
41b.rtop b {display:block;height:1px;overflow:hidden;background:#FFF}
42b.rbottom b {display:block;height:1px;overflow:hidden;background:#E7E9EE}
43b.r1 {margin:0 5px}
44b.r2 {margin:0 3px}
45b.r3 {margin:0 2px}
46b.rtop b.r4,b.rbottom b.r4 {margin:0 1px;height:2px}
47.col1,.col2 {padding-left:15px;padding-right:15px;margin-left:10px;line-height:14px;color:#848484;position:relative;width:250px;height:270px;display:inline;float:left}
48 .col3 {width:300px;padding-left:150px;padding-right:150px;height:190px;display:block;float:leftcolor:#848484}
49#header {float:left;width:100%;line-height:normal;}
50#header ul {margin:0;padding:8px 10px 0;list-style:none;color:#818183}
51#header li {float:left;background:url("norm_right.gif") no-repeat right top;margin-right:5px;padding:0}
52#header a {display:block;background:url("norm_left.gif") no-repeat left top;padding:3px 8px 2px;color:#B1B97D}
53#header #current {background-image:url("./setup_images/tab_activeobjectright.gif")}
54#header #current a {background-image:url("./setup_images/tab_activeobjectleft.gif");padding:3px 8px 2px;font-weight:bold;color:#867C1D}
55#header #inactive {padding:3px 3px 2px 5px;font-weight:bold}
56a.deleteDeep:hover
57{
58text-decoration:none;
59background-color:#9a1818;
60color:#fff;
61}
62a.deleteShallow:hover
63{
64text-decoration:none;
65background-color:#f3e508;
66color:#000;
67}
68a.deleteCancel:hover
69{
70text-decoration:none;
71background-color:#bee8b6;
72color:#000;
73}
74.nav
75{
76padding-left:80px;
77} \ No newline at end of file