minor update
[ucc-www.git] / style / uccstyle.css
1 body {
2         background-color:#737F76;
3         background-image:url(../images/bgfade.png);
4         background-repeat: repeat-x;
5         background-position:0px 150px;
6         margin:0px;
7         font-family: sans-serif;
8         color:#294359;
9
10         text-align:center; /* ie hack */
11         min-width:1000px; /* moz ?hack */
12 }
13 div.header {
14         height:150px;
15         margin:0px;
16         padding:0px;
17         background-color:#DFE5E1;
18 }
19 div.header_block {
20         position:relative;
21         margin: 0 auto;
22         width:1000px;
23         text-align:left;
24         top:10px;
25         height:130px;
26         margin-bottom:5px;
27 }
28 div.header_logo {
29         position:absolute;
30         background-image:url(../images/headerlogo.png);
31         height:100px;
32         width:142px;
33         top:5px;
34 }
35 div.nav_menu {
36         position:absolute;
37         left:155px;
38         top:1px;
39         line-height:15px;
40 }
41 div.body_box {
42         position:relative;
43         margin:0 auto;
44         margin-top:35px;
45         width:1000px;
46         text-align:left;
47         border:1px solid #DFE5E1;
48         background-color:#FFFFFF;
49         padding-bottom:25px;
50 }
51 div.body_item {
52         position:relative;
53         margin-left:35px;
54         margin-top:20px;
55         width:670px;
56         border:1px solid #737F76;
57 }
58 div.sidebar_item {
59         position:relative;
60         margin-top:20px;
61         width:240px;
62         border:1px solid #737F76;
63 }
64 div.body_item_title {
65         font-size:10pt;
66         padding:5px 0px 5px 0px;
67         border-bottom:1px solid #737F76;
68         font-weight:bold;
69         background-color:#B2B29B;
70         color:#42342C;
71 }
72 div.body_item_content {
73         font-size:9pt;
74         padding:5px 10px 5px 10px;
75         background-color:#DFE5E1;
76 }
77 div.sidebar_box {
78         position:absolute;
79         right:35px;
80         //border:1px solid black;
81         height:300px;
82         top:0px;
83         width:240px;
84         float:right;
85 }
86 div.footerbox {
87         background-color:#294359;
88         width:1000px;
89         margin:0 auto;
90         margin-bottom:25px;
91         color:#DFE5E1;  
92         font-size:8pt;
93         text-align:left;
94 }
95 div.footertext_left {
96         position:relative;
97         padding:10px;
98         float:left;
99 }
100 div.footertext_right {
101         position:relative;
102         text-align:right;
103         padding:10px;
104         right:10px;
105 }
106 table.sections_box {
107         margin:0 auto;
108         font-size:8pt;
109         text-align:center;
110         margin-top:-11px;
111 }
112 td.section_item td.section_left td.section_right {
113         height:26px;
114         margin:0px;
115         padding:0px;
116 }
117 td.section_item {
118         height:26px;
119         line-height:25px;
120         background-image:url(../images/tabback.png);
121         background-repeat:repeat-x;
122         z-index:0;
123         //color:#42342C;
124 }
125 td.section_left {
126         width:11px;
127         background-image:url(../images/tableft.png);
128 }
129 td.section_right {
130         width:11px;
131         background-image:url(../images/tabright.png);
132 }
133 td.section_select_left {
134         width:10px;
135         background-image:url(../images/tableftselect.png);
136 }
137 td.section_select_right {
138         width:10px;
139         background-image:url(../images/tabrightselect.png);
140 }
141 td {
142         vertical-align:top;
143 }
144 td.break {
145         width:25px;
146         border-left:1px solid #B2B29B;
147 }
148 #col1 {
149         width:90px;
150 }
151 #col2 { 
152         width:70px;
153 }
154 #col3 {
155         width:90px;
156 }
157 #col4 {
158         width:90px;
159 }
160 #col5 {
161         color:#42342C;
162         text-align:right;
163         width:365px;
164 }
165 a {
166         color:#294359;
167         text-decoration:none;
168         font-weight:bold;
169 }
170 a.title_link {
171         color:#DFE5E1;
172 }
173 a.nav_menu_item {
174         color:#294359;
175         font-size:8pt;
176         padding:1px;
177         font-weight:normal;
178 }
179 a.nav_menu_item:hover {
180         background-color:#294359;
181         color:#DFE5E1;
182 }
183 div.site_title {
184         margin-top:5px;
185         margin-bottom:2px;
186 }
187 ul.news_list {
188         //list-style-position:inside;
189         padding-left:15px;
190 }
191
192 p.blog_footer {
193         color:#737F76;
194         text-align:right;
195 }
196 span.item_title_left {
197         position:relative;
198         background-color:#294359;
199         color:#DFE5E1;
200         padding:5px;
201         padding-right:30px;
202         padding-left:15px;
203         background-image:url(../images/subheading_title_transition.png);
204         background-position:top right;
205         background-repeat:no-repeat;
206 }
207 span.item_title_right {
208         position:absolute;
209         right:10px;;
210         color:#42342C;
211 }
212

UCC git Repository :: git.ucc.asn.au