Revision 9df24f38 cloudcms/static/cloudcms/css/styles.css

b/cloudcms/static/cloudcms/css/styles.css
1288 1288
.row:after {
1289 1289
  clear: both;
1290 1290
}
1291
.footer:hover a {
1292
  color: #808080 !important;
1291
.footer {
1292
  zoom: 1;
1293
  color: #b3b3b3;
1293 1294
  -webkit-transition: color 0.15s linear;
1294 1295
  transition: color 0.15s linear;
1295 1296
  -webkit-transition: color 0.15s linear;
1296 1297
  transition: color 0.15s linear;
1297 1298
}
1299
.footer:before, .footer:after {
1300
  display: table;
1301
  content: "";
1302
  zoom: 1;
1303
}
1304
.footer:after {
1305
  clear: both;
1306
}
1298 1307
.footer a {
1299
  color: #b3b3b3;
1300 1308
  -webkit-transition: color 0.15s linear;
1301 1309
  transition: color 0.15s linear;
1302 1310
  -webkit-transition: color 0.15s linear;
1303 1311
  transition: color 0.15s linear;
1312
}
1313
.footer:hover {
1314
  color: #808080 !important;
1315
}
1316
.footer:hover a {
1317
  color: #808080 !important;
1318
}
1319
.footer a {
1320
  color: #b3b3b3;
1304 1321
  text-decoration: none;
1305 1322
}
1306 1323
.footer a:hover {
1307
  color: #000000;
1324
  color: #000 !important;
1308 1325
}
1309 1326
.footer li {
1310 1327
  margin-bottom: 11px;
......
1322 1339
  width: 140px;
1323 1340
  margin-right: 0;
1324 1341
}
1342
.footer .top.row, .footer .last.row {
1343
  zoom: 1;
1344
  margin-left: -22px;
1345
  zoom: 1;
1346
  margin-left: -22px;
1347
  margin: 20px 0;
1348
}
1349
.footer .top.row:before,
1350
.footer .last.row:before,
1351
.footer .top.row:after,
1352
.footer .last.row:after {
1353
  display: table;
1354
  content: "";
1355
  zoom: 1;
1356
}
1357
.footer .top.row:after, .footer .last.row:after {
1358
  clear: both;
1359
}
1360
.footer .top.row:before,
1361
.footer .last.row:before,
1362
.footer .top.row:after,
1363
.footer .last.row:after {
1364
  display: table;
1365
  content: "";
1366
  zoom: 1;
1367
}
1368
.footer .top.row:after, .footer .last.row:after {
1369
  clear: both;
1370
}
1371
.footer .top.row .col, .footer .last.row .col {
1372
  display: inline;
1373
  float: left;
1374
  margin-left: 22px;
1375
  width: 306px;
1376
}
1377
.footer .top.row .col.first, .footer .last.row .col.first {
1378
  margin-left: 0 !important;
1379
}
1380
.footer .top.row .col.last, .footer .last.row .col.last {
1381
  display: inline;
1382
  float: left;
1383
  margin-left: 22px;
1384
  width: 142px;
1385
}
1386
.footer .top.row {
1387
  margin-top: 0;
1388
}
1389
.footer .last.row {
1390
  text-align: left;
1391
  font-size: 0.8em;
1392
  margin-bottom: 0;
1393
}
1325 1394
.footer .bottom.row .col {
1326 1395
  display: inline;
1327 1396
  float: left;

Also available in: Unified diff