Subversion Repositories bacoAlunos

Rev

Rev 1310 | Go to most recent revision | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 1310 Rev 1524
Line 4355... Line 4355...
4355
  position: relative;
4355
  position: relative;
4356
  top: -2px;
4356
  top: -2px;
4357
  right: -21px;
4357
  right: -21px;
4358
  color: inherit;
4358
  color: inherit;
4359
}
4359
}
-
 
4360
 
-
 
4361
@keyframes alert-success {
-
 
4362
    from { opacity: 1; }
-
 
4363
    to { opacity: 0.4; }
-
 
4364
}
-
 
4365
 
4360
.alert-success {
4366
.alert-success {
4361
  background-color: #dff0d8;
4367
    background-color: #dff0d8;
4362
  border-color: #d6e9c6;
4368
    border-color: #d6e9c6;
4363
  color: #468847;
4369
    color: #468847; }
-
 
4370
 
-
 
4371
 
-
 
4372
.alert-success
-
 
4373
{
-
 
4374
    background-color: #dff0d8;
-
 
4375
    border-color: #d6e9c6;
-
 
4376
    color: #3c763d;
-
 
4377
    animation: alert-success 0.5s cubic-bezier(.2, 0, 1, 1) infinite alternate;
-
 
4378
 
-
 
4379
    /*
-
 
4380
    -webkit-animation-name: waitPost !important;
-
 
4381
    -webkit-animation-iteration-count: infinite !important;
-
 
4382
    -webkit-animation-timing-function: cubic-bezier(.5, 0, 1, 1) !important;
-
 
4383
    -webkit-animation-duration: 1.7s !important;*/
-
 
4384
 
4364
}
4385
}
4365
.alert-success hr {
4386
.alert-success hr {
4366
  border-top-color: #c9e2b3;
4387
  border-top-color: #c9e2b3;
4367
}
4388
}
4368
.alert-success .alert-link {
4389
.alert-success .alert-link {
Line 4377... Line 4398...
4377
  border-top-color: #a6e1ec;
4398
  border-top-color: #a6e1ec;
4378
}
4399
}
4379
.alert-info .alert-link {
4400
.alert-info .alert-link {
4380
  color: #2d6987;
4401
  color: #2d6987;
4381
}
4402
}
-
 
4403
@keyframes alert-warning {
-
 
4404
    from { opacity: 1; }
-
 
4405
    to { opacity: 0.4; }
-
 
4406
}
-
 
4407
.alert-warning
-
 
4408
{
-
 
4409
    background-color: #fcf8e3;
-
 
4410
    border-color: #fbeed5;
-
 
4411
    color: #c09853;
-
 
4412
    animation: alert-warning 0.5s cubic-bezier(.2, 0, 1, 1) infinite alternate;
-
 
4413
 
-
 
4414
    /*
-
 
4415
    -webkit-animation-name: waitPost !important;
-
 
4416
    -webkit-animation-iteration-count: infinite !important;
-
 
4417
    -webkit-animation-timing-function: cubic-bezier(.5, 0, 1, 1) !important;
-
 
4418
    -webkit-animation-duration: 1.7s !important;*/
-
 
4419
 
-
 
4420
}
-
 
4421
 
-
 
4422
/*
4382
.alert-warning {
4423
.alert-warning {
4383
  background-color: #fcf8e3;
4424
  background-color: #fcf8e3;
4384
  border-color: #fbeed5;
4425
  border-color: #fbeed5;
4385
  color: #c09853;
4426
  color: #c09853;
4386
}
4427
}*/
4387
.alert-warning hr {
4428
.alert-warning hr {
4388
  border-top-color: #f8e5be;
4429
  border-top-color: #f8e5be;
4389
}
4430
}
4390
.alert-warning .alert-link {
4431
.alert-warning .alert-link {
4391
  color: #a47e3c;
4432
  color: #a47e3c;
4392
}
4433
}
-
 
4434
/*
4393
.alert-danger {
4435
.alert-danger {
4394
  background-color: #f2dede;
4436
  background-color: #f2dede;
4395
  border-color: #eed3d7;
4437
  border-color: #eed3d7;
4396
  color: #b94a48;
4438
  color: #b94a48;
-
 
4439
}*/
-
 
4440
@keyframes alert-danger {
-
 
4441
    from { opacity: 1; }
-
 
4442
    to { opacity: 0.4; }
-
 
4443
}
-
 
4444
.alert-danger
-
 
4445
{
-
 
4446
    background-color: #f2dede;
-
 
4447
    border-color: #eed3d7;
-
 
4448
    color: #b94a48;
-
 
4449
    animation: alert-danger 0.5s cubic-bezier(.2, 0, 1, 1) infinite alternate;
-
 
4450
 
-
 
4451
    /*
-
 
4452
    -webkit-animation-name: waitPost !important;
-
 
4453
    -webkit-animation-iteration-count: infinite !important;
-
 
4454
    -webkit-animation-timing-function: cubic-bezier(.5, 0, 1, 1) !important;
-
 
4455
    -webkit-animation-duration: 1.7s !important;*/
-
 
4456
 
4397
}
4457
}
4398
.alert-danger hr {
4458
.alert-danger hr {
4399
  border-top-color: #e6c1c7;
4459
  border-top-color: #e6c1c7;
4400
}
4460
}
4401
.alert-danger .alert-link {
4461
.alert-danger .alert-link {