2
2
3
3
body {
4
4
overflow : hidden; /* hiding scollbars for when the canvas is huge */
5
- color : # 808080 ; font : normal normal 100% / 100% Helvetica, Arial, Verdana, Tahoma, sans-serif;
5
+ color : # 707070 ; font : normal normal 100% / 100% Helvetica, Arial, Verdana, Tahoma, sans-serif;
6
6
}
7
7
8
8
.masthead { position : relative; margin : auto; }
@@ -34,45 +34,45 @@ h1 span { display:none; }
34
34
position : fixed;
35
35
z-index : 9999 ;
36
36
width : 100% ;
37
- display : none;
37
+ /* display:none;*/
38
38
}
39
39
40
40
41
41
.top , .bottom {
42
- height : 15 % ; }
42
+ height : 10 % ; }
43
43
44
44
.left , .right {
45
45
width : 15% ; }
46
46
47
47
48
48
.top {
49
- background-image : -moz-linear-gradient (100% 100% 90deg , rgba (255 , 255 , 255 , 0 ), # ffffff );
50
- background-image : -webkit-gradient (linear, 0% 0% , 0% 100% , from (# ffffff ), to (rgba (255 , 255 , 255 , 0 )));
49
+ background-image : -moz-linear-gradient (100% 100% 90deg , rgba (255 , 255 , 255 , 0 ), rgba ( 55 , 55 , 55 , .15 ) );
50
+ background-image : -webkit-gradient (linear, 0% 0% , 0% 100% , from (rgba ( 55 , 55 , 55 , .15 ) ), to (rgba (255 , 255 , 255 , 0 )));
51
51
top : 0 ;
52
52
left : 0 ;
53
53
}
54
54
55
55
.bottom {
56
- background-image : -moz-linear-gradient (100% 100% 90deg , # ffffff , rgba (255 , 255 , 255 , 0 ) );
57
- background-image : -webkit-gradient (linear, 0% 0% , 0% 100% , from (rgba (255 , 255 , 255 , 0 )), to (# ffffff ));
56
+ background-image : -moz-linear-gradient (100% 100% 90deg , rgba ( 55 , 55 , 55 , .15 ) , rgba (255 , 255 , 255 , 0 ) );
57
+ background-image : -webkit-gradient (linear, 0% 0% , 0% 100% , from (rgba (255 , 255 , 255 , 0 )), to (rgba ( 55 , 55 , 55 , .15 ) ));
58
58
bottom : 0 ;
59
59
}
60
60
61
61
.left {
62
- background-image : -moz-linear-gradient (100% 100% 180deg , rgba (255 , 255 , 255 , 0 ), # ffffff );
63
- background-image : -webkit-gradient (linear, left center, right center, from (# ffffff ), to (rgba (255 , 255 , 255 , 0 )));
62
+ background-image : -moz-linear-gradient (100% 100% 180deg , rgba (255 , 255 , 255 , 0 ), rgba ( 55 , 55 , 55 , .15 ) );
63
+ background-image : -webkit-gradient (linear, left center, right center, from (rgba ( 55 , 55 , 55 , .15 ) ), to (rgba (255 , 255 , 255 , 0 )));
64
64
left : 0 ;
65
65
}
66
66
67
67
.right {
68
- background-image : -moz-linear-gradient (100% 100% 180deg , # ffffff , rgba (255 , 255 , 255 , 0 ) );
69
- background-image : -webkit-gradient (linear, right center, left center, from (# ffffff ), to (rgba (255 , 255 , 255 , 0 )));
68
+ background-image : -moz-linear-gradient (100% 100% 180deg , rgba ( 55 , 55 , 55 , .15 ) , rgba (255 , 255 , 255 , 0 ) );
69
+ background-image : -webkit-gradient (linear, right center, left center, from (rgba ( 55 , 55 , 55 , .15 ) ), to (rgba (255 , 255 , 255 , 0 )));
70
70
right : 0 ;
71
71
}
72
72
73
73
74
74
.content {
75
- width : 570 px ;
75
+ width : 680 px ;
76
76
margin : 0px auto;
77
77
padding : 350px 0 50px 10px ;
78
78
display : block;
@@ -81,15 +81,16 @@ h1 span { display:none; }
81
81
}
82
82
83
83
.content p {
84
- font-size : 25 px ;
84
+ font-size : 22 px ;
85
85
font-weight : normal;
86
- line-height : 33 px ;
87
- margin-bottom : 20 px ;
86
+ line-height : 32 px ;
87
+ margin-bottom : 16 px ;
88
88
}
89
89
90
90
.content p em {
91
91
color : # 333333 ;
92
92
font-weight : bold;
93
+ font-style : normal;
93
94
}
94
95
/*
95
96
.content a{
@@ -135,14 +136,14 @@ h1 span { display:none; }
135
136
.content a {
136
137
color : # 6198bf ;
137
138
text-decoration : none;
138
- padding : 0 px 10px 5px 10px ;
139
+ padding : 3 px 10px 5px 10px ;
139
140
margin : 0 -3px 0 -3px ;
140
141
position : relative;
141
142
z-index : 10000 ;
142
143
right : 0 ;
143
144
bottom : 0 ;
144
145
-webkit-transition-property : -webkit-box-shadow, background;
145
- -webkit-transition-duration : 0.05 s , 0.05 s ;
146
+ -webkit-transition-duration : 0.15 s , 0.25 s ;
146
147
-webkit-transition-timing-function : linear, ease-in;
147
148
}
148
149
.content a : hover {
@@ -152,17 +153,17 @@ h1 span { display:none; }
152
153
-webkit-border-radius : 0px ;
153
154
border-radius : 0px ;
154
155
-moz-box-shadow : 2px -2px 5px rgba (0 , 0 , 0 , .25 );
155
- -webkit-box-shadow : 2px -2 px 5 px rgba (0 , 0 , 0 , .25 );
156
+ -webkit-box-shadow : 2px -3 px 4 px rgba (0 , 0 , 0 , .1 );
156
157
box-shadow : 2px -2px 5px rgba (0 , 0 , 0 , .25 );
157
- /* background: -webkit-gradient(linear, left top, left bottom, from(#fff ), to(#f2f2f2 ));*/
158
- /* background: -moz-linear-gradient(top, #fff, #f2f2f2);*/
158
+ background : -webkit-gradient (linear, left top, left bottom, from (# fafafa ), to (# fff ));* /
159
+ background: - moz- linear- gradient(to p, # fff , # f2f2f2 );* /
159
160
background: white;
160
161
/*filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#f5f5f5', endColorstr='#e2e2e2');*/
161
162
162
163
}
163
164
.content a : active {
164
165
-moz-box-shadow : 2px -2px 2px rgba (0 , 0 , 0 , .1 );
165
- -webkit-box-shadow : 2px -2px 2px rgba (0 , 0 , 0 , .1 );
166
+ -webkit-box-shadow : 2px -2px 2px rgba (0 , 0 , 0 , .05 );
166
167
box-shadow : 2px -2px 2px rgba (0 , 0 , 0 , .1 );
167
168
/*background: -webkit-gradient(linear, left top, left bottom, from(#eeeeee), to(#fff));*/
168
169
/* background: -moz-linear-gradient(top, #f2f2f2, #fff);*/
0 commit comments