]> git.argeo.org Git - gpl/argeo-slc.git/blob - server/org.argeo.slc.siteserver/bundles/simple-webapp.war/styles/springsource.css
Change bundle structure
[gpl/argeo-slc.git] / server / org.argeo.slc.siteserver / bundles / simple-webapp.war / styles / springsource.css
1 body, div, td {
2 font-family:Arial, Helvetica, sans-serif;
3 font-size:12px;
4 color:#666;
5 }
6
7 body {
8 background-color: #fff;
9 background-image: url(../images/springsource_banner.png);
10 background-position: top center;
11 background-repeat: no-repeat;
12 text-align:center;
13 min-width:600px;
14 margin-left: auto;
15 margin-right: auto;
16 }
17
18 h1{
19 font-family:Helvetica, sans-serif;
20 color:#7db223;
21 font-size:20px;
22 line-height:40px;
23 }
24
25 h2{
26 font-family:Helvetica, sans-serif;
27 color:#7db223;
28 font-size:18px;
29 line-height:36px;
30 }
31
32 h3{
33 font-family:Helvetica, sans-serif;
34 color:#7db223;
35 font-size:15px;
36 line-height:32px;
37 }
38
39 a:link{color:#7db223; text-decoration:underline; font-size:13px;}
40 a:hover{color:#456314; text-decoration:underline; font-size:13px;}
41 a:active{color:#7db223; text-decoration:underline; font-size:13px;}
42 a:visited{color:#7db223; text-decoration:underline; font-size:13px;}
43
44 ul {
45 list-style: disc url(../images/bullet.gif);
46 }
47
48 li {
49 padding-top:5px;
50 }
51
52 li ul {
53 list-style: square url(images/sub-bullet.gif);
54 }
55
56 li ul li ul {
57 list-style: circle none;
58 }
59
60 #main_wrapper {
61 margin:0 auto;
62 position:relative;
63 top: 85px;
64 left:20px;
65 width:600px;
66 text-align:left;
67 }
68
69 table {
70 background:#e0e7d3;
71 margin: 0;
72 border: 4px solid #e0e7d3;
73 border-collapse: collapse;
74 }
75
76 table table {
77 margin: -5px 0;
78 border: 0px solid #e0e7d3;
79 width:100%;
80 }
81
82 table td, table th {
83 padding:8px;
84 }
85
86 table th {
87 font-size:12px;
88 text-align: left;
89 font-weight: bold;
90 }
91
92 table thead {
93 font-weight:bold;
94 font-style:italic;
95 background-color:#c9d3b8;
96 }
97
98 caption {
99 caption-side: top;
100 width: auto;
101 text-align: left;
102 font-size:12px;
103 color:#848f73;
104 padding-bottom:4px;
105 }
106
107
108 fieldset {
109 background:#e0e7d3;
110 padding:8px;
111 padding-bottom:22px;
112 border: none;
113 width:560px;
114 }
115
116 fieldset label {
117 width:70px;
118 float:left;
119 margin-top:1.7em;
120 margin-left:20px;
121 }
122
123 fieldset textfield {
124 margin:3px;
125 height:20px;
126 background:#e4eadb;
127 }
128
129 fieldset textarea {
130 margin:3px;
131 height:165px;
132 background:#e4eadb;
133 }
134
135 fieldset input {
136 margin:3px;
137 height:20px;
138 background:#e4eadb;
139 }
140
141 fieldset table{width:100%;}
142 fieldset th{padding-left:25px;}
143
144 .footer {
145 background:#fff;
146 border:none;
147 margin-top:20px;
148 border-top:1px solid #999999;
149 width:100%;
150 }
151
152 .footer td {color:#999999;}
153
154 .footer a:link {color: #7db223;}