@@ -905,38 +905,48 @@ button.close{padding:0;cursor:pointer;background:transparent;border:0;-webkit-ap
905
905
906
906
body
907
907
{
908
- background : url ("images/bg.jpg" ) repeat;
908
+ background : url ("images/bg.jpg" ) fixed repeat;
909
+ color : # 193954 ;
909
910
font-size : 0.875em ;
910
911
line-height : 1.429em ;
911
912
}
912
913
913
914
h1 , h2 , h3 , h4 , h5 , h6
914
915
{
915
916
font-family : "Open Sans" , "Helvetica Neue" , Helvetica, Arial, sans-serif;
917
+ font-weight : normal;
918
+ }
919
+
920
+ .nowrap
921
+ {
922
+ white-space : nowrap;
916
923
}
917
924
918
925
.sitewrapper
919
926
{
920
927
background : # fff ;
921
928
padding-top : 4.286em ;
922
- margin-bottom : 4.286em ;
929
+
930
+ -webkit-box-shadow : 0 0 12px 5px # e7e7e7 ;
931
+ -moz-box-shadow : 0 0 12px 5px # e7e7e7 ;
932
+ box-shadow : 0 0 12px 5px # e7e7e7 ;
923
933
}
924
934
925
935
.sitewrapper > header
926
936
{
927
937
color : # 2184be ;
928
938
position : relative;
929
939
text-align : center;
930
- min-height : 22.857em ;
931
- padding-top : 2.857em ;
940
+ /* min-height: 22.857em;*/
941
+ padding : 2.857em 1.429 em 4.286 em ;
932
942
margin : 0 ;
933
943
934
- background-color : # f9f9f9 ;
935
- background-image : -moz-linear-gradient (deg45 , # f9f9f9 , # f3f3f3 );
936
- background-image : -ms-linear-gradient (deg45 , # f9f9f9 , # f3f3f3 );
937
- background-image : -o-linear-gradient (deg45 , # f9f9f9 , # f3f3f3 );
938
- background-image : -webkit-linear-gradient (deg45 , # f9f9f9 , # f3f3f3 );
939
- background-image : linear-gradient (deg45 , # f9f9f9 , # f3f3f3 );
944
+ background-color : # eee ;
945
+ background-image : -moz-linear-gradient (0 deg , # eee 0 % , # f3f3f3 70 % );
946
+ background-image : -ms-linear-gradient (0 deg , # eee 0 % , # f3f3f3 70 % );
947
+ background-image : -o-linear-gradient (0 deg , # eee 0 % , # f3f3f3 70 % );
948
+ background-image : -webkit-linear-gradient (0 deg , # eee 0 % , # f3f3f3 70 % );
949
+ background-image : linear-gradient (0 deg , # eee 0 % , # f3f3f3 70 % );
940
950
}
941
951
942
952
.sitewrapper > header > h1
@@ -945,13 +955,20 @@ h1, h2, h3, h4, h5, h6
945
955
font-weight : normal;
946
956
line-height : 1.167em ;
947
957
margin-bottom : 0.4em ;
958
+
959
+ -webkit-text-shadow : 2px 2px 3px rgba (100 , 100 , 115 , 0.45 );
960
+ text-shadow : 2px 2px 3px rgba (100 , 100 , 115 , 0.45 );
948
961
}
949
962
950
- .sitewrapper > header > p . lead
963
+ .sitewrapper > header > p
951
964
{
952
965
font-size : 2.429em ;
953
966
line-height : 1.235em ;
954
- margin-bottom : 0.882em ;
967
+ margin : 0 auto 0.882em ;
968
+ width : 60% ;
969
+
970
+ -webkit-text-shadow : 2px 2px 3px rgba (100 , 100 , 115 , 0.45 );
971
+ text-shadow : 2px 2px 3px rgba (100 , 100 , 115 , 0.45 );
955
972
}
956
973
957
974
.sitewrapper > header > .btn
@@ -968,6 +985,9 @@ h1, h2, h3, h4, h5, h6
968
985
background-image : -o-linear-gradient (# 39c, # 69c );
969
986
background-image : -webkit-linear-gradient (# 39c, # 69c );
970
987
background-image : linear-gradient (# 39c, # 69c );
988
+
989
+ -webkit-text-shadow : 1px 1px 2px rgba (244 , 244 , 244 , 0.65 );
990
+ text-shadow : 1px 1px 2px rgba (244 , 244 , 244 , 0.65 );
971
991
}
972
992
973
993
.sitewrapper > header > .btn : hover ,
@@ -978,6 +998,7 @@ h1, h2, h3, h4, h5, h6
978
998
979
999
.sitewrapper > .socialbar
980
1000
{
1001
+ background : # eee ;
981
1002
padding : 1.071em 1.429em ;
982
1003
text-align : center;
983
1004
}
@@ -990,14 +1011,44 @@ h1, h2, h3, h4, h5, h6
990
1011
991
1012
.sitewrapper > .content
992
1013
{
993
- padding : 40 px 0 100 px ;
1014
+ padding : 2.857 em 0 4.286 em ;
994
1015
}
995
1016
996
- .sitewrapper > footer
1017
+ .sitewrapper > . content . startpage
997
1018
{
998
- padding : 20 px 30 px ;
1019
+ text-align : center ;
999
1020
}
1000
1021
1022
+ .sitewrapper > .content .startpage h2
1023
+ {
1024
+ font-size : 1.714em ;
1025
+ line-height : 1.208em ;
1026
+ margin : 0.833em 0 0.667em ;
1027
+ }
1028
+
1029
+ .sitewrapper > .content .startpage p
1030
+ {
1031
+ font-size : 1.143em ;
1032
+ line-height : 1.250em ;
1033
+ }
1034
+
1035
+ body > footer
1036
+ {
1037
+ padding : 3.571em 1.429em ;
1038
+ text-align : center;
1039
+ }
1040
+
1041
+ body > footer > .links
1042
+ {
1043
+ margin : 0 ;
1044
+ padding : 0 ;
1045
+ }
1046
+
1047
+ body > footer > .links > li
1048
+ {
1049
+ display : inline;
1050
+ }
1051
+
1001
1052
.navbar > .navbar-inner
1002
1053
{
1003
1054
background : none # 2184be ;
@@ -1021,8 +1072,8 @@ h1, h2, h3, h4, h5, h6
1021
1072
1022
1073
.navbar > .navbar-inner h1 > a
1023
1074
{
1024
- display : inline-block;
1025
1075
color : # fff ;
1076
+ display : inline-block;
1026
1077
padding : 1em ;
1027
1078
text-decoration : none;
1028
1079
}
@@ -1052,6 +1103,7 @@ h1, h2, h3, h4, h5, h6
1052
1103
{
1053
1104
color : # fff ;
1054
1105
display : block;
1106
+ font-family : "Open Sans" , "Helvetica Neue" , Helvetica, Arial, sans-serif;
1055
1107
padding : 1.429em 1.071em ;
1056
1108
text-decoration : none;
1057
1109
}
@@ -1105,51 +1157,53 @@ h1, h2, h3, h4, h5, h6
1105
1157
1106
1158
@media (max-width : 1199px )
1107
1159
{
1160
+ .sitewrapper > header > p
1161
+ {
1162
+ width : 80% ;
1163
+ }
1108
1164
}
1109
1165
1110
1166
@media (max-width : 979px )
1111
1167
{
1112
- .sitewrapper > header
1168
+ .sitewrapper
1113
1169
{
1114
- padding : 0 ;
1170
+ padding-top : 0 ;
1171
+ margin : 0 -1.429em ;
1172
+ width : auto;
1173
+
1174
+ -webkit-box-shadow : none;
1175
+ -moz-box-shadow : none;
1176
+ box-shadow : none;
1115
1177
}
1116
1178
1117
- .container .startpage h2
1179
+ .sitewrapper > .content .startpage h2
1180
+ {
1181
+ font-size : 20px ;
1182
+ }
1183
+
1184
+ .navbar
1118
1185
{
1119
- font-size : 20 px ;
1186
+ margin-bottom : 0 ;
1120
1187
}
1121
1188
}
1122
1189
1123
1190
@media (max-width : 767px )
1124
1191
{
1125
- .sitewrapper > header
1126
- {
1127
- margin : -20px -20px 0 ;
1128
- }
1129
-
1130
1192
.sitewrapper > .content
1131
1193
{
1132
- padding : 40px 20px 100px ;
1194
+ padding-left : 1.429em ;
1195
+ padding-right : 1.429em ;
1133
1196
}
1134
1197
1135
- .sitewrapper > .content ,
1136
- .sitewrapper > footer
1137
- {
1138
- margin : 0 -20px ;
1139
- }
1140
-
1141
- .container .startpage h2
1198
+ .sitewrapper > .content .startpage h2
1142
1199
{
1143
1200
font-size : 28px ;
1144
1201
}
1145
- }
1146
1202
1147
- @media (max-width : 479px )
1148
- {
1149
1203
.navbar > .navbar-inner h1
1150
1204
{
1151
1205
float : none;
1152
- margin-top : 0.5em ;
1206
+ margin : 0.5em 0 0 ;
1153
1207
text-align : center;
1154
1208
width : 100% ;
1155
1209
}
@@ -1162,7 +1216,7 @@ h1, h2, h3, h4, h5, h6
1162
1216
.navbar > .navbar-inner nav
1163
1217
{
1164
1218
float : none;
1165
- margin-bottom : 0.714em ;
1219
+ margin : 0 0 0.714em ;
1166
1220
text-align : center;
1167
1221
width : 100% ;
1168
1222
}
@@ -1172,3 +1226,8 @@ h1, h2, h3, h4, h5, h6
1172
1226
padding : 0.714em 1.071em ;
1173
1227
}
1174
1228
}
1229
+
1230
+ @media (max-width : 479px )
1231
+ {
1232
+
1233
+ }
0 commit comments