Skip to content

Commit 5a509d5

Browse files
committed
Update web site design
1 parent 1e26126 commit 5a509d5

19 files changed

Lines changed: 84 additions & 57 deletions

css/style.css

Lines changed: 84 additions & 57 deletions
Original file line numberDiff line numberDiff line change
@@ -5,16 +5,51 @@
55
/* Designed By: Santhosh */
66
/* Homepage: www.themebin.com */
77
/*-------------------------------------------------------------*/
8+
@font-face {
9+
font-family: "Intel Clear";
10+
src: url("../fonts/IntelClearLatn/IntelClear_WLat_Rg.eot");
11+
src: url("../fonts/IntelClearLatn/IntelClear_WLat_Rg.eot?#iefix") format('embedded-opentype'), /* IE6-8 */
12+
url("../fonts/IntelClearLatn/IntelClear_WLat_Rg.woff") format('woff'),
13+
url("../fonts/IntelClearLatn/IntelClear_WLat_Rg.ttf") format('truetype'); /* Safari, Android, iOS */
14+
}
15+
16+
@font-face {
17+
font-family: "Intel Clear";
18+
src: url("../fonts/IntelClearLatn/IntelClear_WLat_Bd.eot");
19+
src: url("../fonts/IntelClearLatn/IntelClear_WLat_Bd.eot?#iefix") format('embedded-opentype'), /* IE6-8 */
20+
url("../fonts/IntelClearLatn/IntelClear_WLat_Bd.woff") format('woff'),
21+
url("../fonts/IntelClearLatn/IntelClear_WLat_Bd.ttf") format('truetype'); /* Safari, Android, iOS */
22+
font-weight: bold;
23+
}
24+
25+
@font-face {
26+
font-family: "Intel Clear";
27+
src: url("../fonts/IntelClearLatn/IntelClear_WLat_It.eot");
28+
src: url("../fonts/IntelClearLatn/IntelClear_WLat_It.eot?#iefix") format('embedded-opentype'), /* IE6-8 */
29+
url("../fonts/IntelClearLatn/IntelClear_WLat_It.woff") format('woff'),
30+
url("../fonts/IntelClearLatn/IntelClear_WLat_It.ttf") format('truetype'); /* Safari, Android, iOS */
31+
font-style: italic;
32+
}
33+
34+
@font-face {
35+
font-family: "Intel Clear";
36+
src: url("../fonts/IntelClearLatn/IntelClear_WLat_BdIt.eot");
37+
src: url("../fonts/IntelClearLatn/IntelClear_WLat_BdIt.eot?#iefix") format('embedded-opentype'), /* IE6-8 */
38+
url("../fonts/IntelClearLatn/IntelClear_WLat_BdIt.woff") format('woff'),
39+
url("../fonts/IntelClearLatn/IntelClear_WLat_BdIt.ttf") format('truetype'); /* Safari, Android, iOS */
40+
font-style: italic;
41+
font-weight: bold;
42+
}
843

944
body {
10-
font: 75%/150% Verdana, Arial, Helvetica, sans-serif;
45+
font: 85%/150% "Intel Clear", sans-serif;
1146
color: #000;
12-
background: #ffffff;
47+
background-color: #E9E9E9;
1348
text-align: justify;
1449
margin: 0;
1550
}
16-
/* HTML */
1751

52+
/* HTML */
1853
h1 {
1954
margin: 0;
2055
}
@@ -27,13 +62,16 @@ h3 {
2762
color: #000;
2863
}
2964
a {
30-
color:#000;
31-
}
65+
color: #0068B5;
66+
text-decoration: none;
67+
}
68+
3269
a:hover {
33-
color:#551A8B;
70+
color: #00285A;
71+
text-decoration: none;
3472
}
35-
/* Wrap */
3673

74+
/* Wrap */
3775
#wrap {
3876
width: 1000px;
3977
margin: 0 auto;
@@ -44,18 +82,19 @@ a:hover {
4482
width: 990px;
4583
margin: 0 auto;
4684
}
47-
/* Header */
4885

86+
/* Header */
4987
#header {
5088
height: 100px;
51-
background: #006ac8;
89+
background: #0068B5;
5290
margin-top: 5px;
5391
border-bottom: solid 1px #ffffff;
5492
position: relative;
5593
color: #fff;
94+
border-radius: 2px;
5695
}
5796
#logo {
58-
font-size: 30px;
97+
font-size: 32px;
5998
color: #fff;
6099
padding-left: 20px;
61100
padding-top: 30px;
@@ -69,20 +108,23 @@ a:hover {
69108
margin-left: 20px;
70109
width: 600px;
71110
}
72-
/* Navbar */
73111

112+
/* Navbar */
74113
#nav {
75114
height: 30px;
76-
background: #006ac8;
115+
background: #0068B5;
77116
position: relative;
117+
border-radius: 2px;
78118
}
119+
79120
#nbar {
80121
position: relative;
81122
width: auto;
82123
height: 30px;
83124
margin: 0;
84125
padding : 0 0 0 0;
85126
font: bold 12px/25px Verdana, Arial, Tahoma, Sans-serif;
127+
box-shadow: 0 2px 4px rgba(0, 0, 0, 0.2);
86128
}
87129
#nbar ul {
88130
float: left;
@@ -108,29 +150,31 @@ a:hover {
108150
color: #fff;
109151
}
110152
#content-wrap {
111-
margin-top: 5px;
153+
margin-top: 10px;
112154
}
113-
/* Content */
114155

156+
/* Content */
115157
#content {
116158
width: 670px;
117-
padding: 20px 5px 5px 5px;
159+
padding: 5px 5px 5px 5px;
118160
}
119161
#content h1 {
120162
font-size: 18px;
121-
color: #006ac8;
163+
color: #0068B5;
122164
border-bottom: dotted 1px #ccc;
123165
}
166+
.section {
167+
margin-top: 20px;
168+
}
124169

125170
/* document (rst generates this...) */
126-
127171
#document {
128172
width: 630px;
129173
padding: 20px 5px 5px 5px;
130174
}
131175
#document h1 {
132176
font-size: 18px;
133-
color: #006ac8;
177+
color: #0068B5;
134178
border-bottom: dotted 1px #ccc;
135179
}
136180

@@ -163,36 +207,36 @@ a:hover {
163207
padding-bottom: 5px;
164208
background: url(more.png) no-repeat;
165209
}
166-
/* Sidebar */
167210

211+
/* Sidebar */
168212
#sidebar {
169213
width: 270px;
170214
float: right;
171215
padding: 5px 5px 5px 5px;
172-
border-left: solid 1px #CCCCCC;
173-
border-bottom: dotted 1px #CCCCCC;
174216
}
175217
#sidebar ul.menu {
176218
list-style: none;
177219
text-decoration: none;
178-
margin : 3px 0 2px 0;
220+
margin : 5px 0 2px 0;
179221
padding: 0;
180222
}
181223
#sidebar ul.menu li {
182224
background:url(bullet.png) no-repeat;
183-
padding : 2px 0 0px 15px;
225+
padding : 5px 0 0px 30px;
184226
margin : 0 2px;
185227
}
186228
#sidebar ul.menu a {
187229
text-decoration : none;
188230
background-image : none;
231+
font-size: 105%;
189232
}
190233
#sidebar ul.menu a:hover {
191-
color:#551A8B;
234+
color:#00285A;
192235
}
193236
#sidebar h1 {
194-
font-size: 14px;
237+
font-size: 18px;
195238
color: #34689C;
239+
padding: 0 0 0 20px;
196240
}
197241
#left_sidebar {
198242
width: 160px;
@@ -208,8 +252,8 @@ a:hover {
208252
/* border-bottom: solid 1px #D9D9D9;*/
209253
margin-bottom: 5px;
210254
}
211-
/* Addition Stuffs */
212255

256+
/* Addition Stuffs */
213257
blockquote {
214258
background: #F2F2F2 url(quote.png) no-repeat left top;
215259
border-left: solid 5px #D7D7D7;
@@ -221,19 +265,21 @@ code {
221265
text-align : left;
222266
display : block;
223267
overflow : auto;
224-
font : 1.1em/1.5em 'Lucida Console', 'courier new', monospace;
268+
font : 0.95em/1.5em 'Lucida Console', 'courier new', monospace;
225269
background: #f8f4f1;
226-
border : 1px dashed #D7C3C3;
270+
border-radius: 2px;
271+
box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
227272
}
228273
pre {
229274
margin : 4px 8px;
230275
padding : 8px;
231276
text-align : left;
232277
display : block;
233278
overflow : auto;
234-
font : 1.1em/1.5em 'Lucida Console', 'courier new', monospace;
279+
font : 0.95em/1.5em 'Lucida Console', 'courier new', monospace;
235280
background: #f8f4f1;
236-
border : 1px dashed #D7C3C3;
281+
border-radius: 2px;
282+
box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
237283
}
238284
ul, ol {
239285
margin: 5px 20px;
@@ -245,32 +291,11 @@ ul span, ol span {
245291
}
246292

247293
tt {
248-
font : 1.1em/1.5em 'Lucida Console', 'courier new', monospace;
294+
font : 1.0em/1.5em 'Lucida Console', 'courier new', monospace;
295+
word-wrap: break-word;
249296
}
250297

251-
252-
/* Ads CSS */
253-
254-
#side_ad {
255-
width: 300px;
256-
height: 250px;
257-
margin: 0 auto;
258-
background: #F8F8F8;
259-
}
260-
#side_sky_ad {
261-
width: 160px;
262-
height: 600px;
263-
margin: 0 auto;
264-
background: #F8F8F8;
265-
}
266-
#banner_ad {
267-
width: 468px;
268-
height: 60px;
269-
margin: 0 auto;
270-
background: #F8F8F8;
271-
}
272298
/* Images */
273-
274299
img {
275300
border: none;
276301
background: #EBEBEB;
@@ -283,8 +308,8 @@ img.float-left {
283308
margin : 5px 10px 10px 0;
284309
padding: 2px;
285310
}
286-
/* Forms and Text Fields */
287311

312+
/* Forms and Text Fields */
288313
form {
289314
margin : 10px;
290315
padding : 0 5px;
@@ -324,16 +349,18 @@ input.button {
324349
background : #fff;
325350
color : #131212;
326351
}
327-
/* Footer */
328352

353+
/* Footer */
329354
#footer {
330355
height: 30px;
331356
padding-top: 5px;
332357
margin: 0;
333358
text-align: center;
334359
border-top: solid 2px #6699CC;
335-
background: #006ac8;
360+
background: #0068B5;
336361
color: #fff;
362+
box-shadow: 0 2px 4px rgba(0, 0, 0, 0.2);
363+
border-radius: 2px;
337364
}
338365
#footer a {
339366
color:#fff;
@@ -344,4 +371,4 @@ input.button {
344371
.clearfix {
345372
clear:both;
346373
overflow: hidden
347-
}
374+
}
32.6 KB
Binary file not shown.
80.4 KB
Binary file not shown.
40.3 KB
Binary file not shown.
30.7 KB
Binary file not shown.
76.1 KB
Binary file not shown.
38.5 KB
Binary file not shown.
30.7 KB
Binary file not shown.
76.2 KB
Binary file not shown.
38.5 KB
Binary file not shown.

0 commit comments

Comments
 (0)