getting better
[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, div.body_item_fullwidth {
52         position:relative;
53         margin-left:35px;
54         margin-top:20px;
55         width:670px;
56         border:1px solid #737F76;
57 }
58 div.body_item_fullwidth {
59         width:900px;
60 }
61 div.sidebar_item {
62         position:relative;
63         margin-top:20px;
64         width:240px;
65         border:1px solid #737F76;
66 }
67 div.body_item_title {
68         font-size:10pt;
69         padding:5px 0px 5px 0px;
70         border-bottom:1px solid #737F76;
71         font-weight:bold;
72         background-color:#B2B29B;
73         color:#42342C;
74 }
75 div.body_item_content {
76         font-size:9pt;
77         padding:5px 10px 5px 10px;
78         background-color:#DFE5E1;
79 }
80 div.sidebar_box {
81         position:absolute;
82         right:35px;
83         //border:1px solid black;
84         height:300px;
85         top:0px;
86         width:240px;
87         float:right;
88 }
89 div.footerbox {
90         background-color:#294359;
91         width:1000px;
92         margin:0 auto;
93         margin-bottom:25px;
94         color:#DFE5E1;  
95         font-size:8pt;
96         text-align:left;
97 }
98 div.footertext_left {
99         position:relative;
100         padding:10px;
101         float:left;
102 }
103 div.footertext_right {
104         position:relative;
105         text-align:right;
106         padding:10px;
107         right:10px;
108 }
109 table.sections_box {
110         margin:0 auto;
111         font-size:8pt;
112         text-align:center;
113         margin-top:-11px;
114 }
115 td.section_item td.section_left td.section_right {
116         height:26px;
117         margin:0px;
118         padding:0px;
119 }
120 td.section_item {
121         height:26px;
122         line-height:25px;
123         background-image:url(../images/tabback.png);
124         background-repeat:repeat-x;
125         z-index:0;
126         //color:#42342C;
127 }
128 td.section_left {
129         width:11px;
130         background-image:url(../images/tableft.png);
131 }
132 td.section_right {
133         width:11px;
134         background-image:url(../images/tabright.png);
135 }
136 td.section_select_left {
137         width:10px;
138         background-image:url(../images/tableftselect.png);
139 }
140 td.section_select_right {
141         width:10px;
142         background-image:url(../images/tabrightselect.png);
143 }
144 td {
145         vertical-align:top;
146 }
147 td.break {
148         width:25px;
149         border-left:1px solid #B2B29B;
150 }
151 #col1 {
152         width:90px;
153 }
154 #col2 { 
155         width:70px;
156 }
157 #col3 {
158         width:90px;
159 }
160 #col4 {
161         width:90px;
162 }
163 #col5 {
164         color:#42342C;
165         text-align:right;
166         width:365px;
167 }
168 a {
169         color:#294359;
170         text-decoration:none;
171         font-weight:bold;
172 }
173 a.title_link {
174         color:#DFE5E1;
175 }
176 a.nav_menu_item {
177         color:#294359;
178         font-size:8pt;
179         padding:1px;
180         font-weight:normal;
181 }
182 a.nav_menu_item:hover {
183         background-color:#294359;
184         color:#DFE5E1;
185 }
186 div.site_title {
187         margin-top:5px;
188         margin-bottom:2px;
189 }
190 ul.news_list {
191         //list-style-position:inside;
192         padding-left:15px;
193 }
194
195 p.blog_footer {
196         color:#737F76;
197         text-align:right;
198 }
199 span.item_title_left {
200         position:relative;
201         background-color:#294359;
202         color:#DFE5E1;
203         padding:5px;
204         padding-right:30px;
205         padding-left:15px;
206         background-image:url(../images/subheading_title_transition.png);
207         background-position:top right;
208         background-repeat:no-repeat;
209 }
210 span.item_title_right {
211         position:absolute;
212         right:10px;;
213         color:#42342C;
214 }
215

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