hoodcms 5.0.13 → 6.0.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/src/css/login.css CHANGED
@@ -11404,6 +11404,171 @@ textarea.form-control-lg {
11404
11404
  list-style-type: none;
11405
11405
  }
11406
11406
 
11407
+ .hood-image,
11408
+ .img {
11409
+ position: relative;
11410
+ background-repeat: no-repeat;
11411
+ background-position: center;
11412
+ background-size: cover;
11413
+ }
11414
+ .hood-image img,
11415
+ .img img {
11416
+ display: none !important;
11417
+ }
11418
+ .hood-image.darkened::before,
11419
+ .img.darkened::before {
11420
+ position: absolute;
11421
+ top: 0;
11422
+ right: 0;
11423
+ bottom: 0;
11424
+ left: 0;
11425
+ width: 100%;
11426
+ height: 100%;
11427
+ content: "";
11428
+ background-color: rgba(0, 0, 0, 0.5);
11429
+ }
11430
+ .hood-image.lightened::before,
11431
+ .img.lightened::before {
11432
+ position: absolute;
11433
+ top: 0;
11434
+ right: 0;
11435
+ bottom: 0;
11436
+ left: 0;
11437
+ width: 100%;
11438
+ height: 100%;
11439
+ content: "";
11440
+ background-color: rgba(255, 255, 255, 0.5);
11441
+ }
11442
+ .hood-image.loading i,
11443
+ .img.loading i {
11444
+ position: absolute;
11445
+ top: 50%;
11446
+ transform: translateY(-50%);
11447
+ }
11448
+ .hood-image.loading::before,
11449
+ .img.loading::before {
11450
+ position: absolute;
11451
+ top: 0;
11452
+ right: 0;
11453
+ bottom: 0;
11454
+ left: 0;
11455
+ width: 100%;
11456
+ height: 100%;
11457
+ content: "";
11458
+ background-color: rgba(255, 255, 255, 0.5);
11459
+ }
11460
+ .hood-image.contain,
11461
+ .img.contain {
11462
+ background-size: contain;
11463
+ }
11464
+ .hood-image.auto,
11465
+ .img.auto {
11466
+ background-size: auto;
11467
+ }
11468
+ .hood-image.img-xxs,
11469
+ .img.img-xxs {
11470
+ width: 1.5rem;
11471
+ height: 1.5rem;
11472
+ }
11473
+ .hood-image.img-xs,
11474
+ .img.img-xs {
11475
+ width: 3.25rem;
11476
+ height: 3.25rem;
11477
+ }
11478
+ .hood-image.img-sm,
11479
+ .img.img-sm {
11480
+ width: 5rem;
11481
+ height: 5rem;
11482
+ }
11483
+ .hood-image.img-md,
11484
+ .img.img-md {
11485
+ width: 10rem;
11486
+ height: 10rem;
11487
+ }
11488
+ .hood-image.img-lg,
11489
+ .img.img-lg {
11490
+ width: 20rem;
11491
+ height: 20rem;
11492
+ }
11493
+ .hood-image.img-xl,
11494
+ .img.img-xl {
11495
+ width: 40rem;
11496
+ height: 40rem;
11497
+ }
11498
+ .hood-image.img-full,
11499
+ .img.img-full {
11500
+ display: block;
11501
+ width: 100%;
11502
+ }
11503
+ .hood-image.img-4x3::after, .hood-image.img-3x1::after, .hood-image.img-16x9::after, .hood-image.img-9x16::after, .hood-image.img-1x1::after, .hood-image.img-square::after, .hood-image.img-standard::after, .hood-image.img-wide::after, .hood-image.img-mobile-card::after,
11504
+ .img.img-4x3::after,
11505
+ .img.img-3x1::after,
11506
+ .img.img-16x9::after,
11507
+ .img.img-9x16::after,
11508
+ .img.img-1x1::after,
11509
+ .img.img-square::after,
11510
+ .img.img-standard::after,
11511
+ .img.img-wide::after,
11512
+ .img.img-mobile-card::after {
11513
+ display: block;
11514
+ padding-top: 100%;
11515
+ content: "";
11516
+ background-size: contain;
11517
+ }
11518
+ .hood-image.img-4x3::after,
11519
+ .img.img-4x3::after {
11520
+ padding-top: 75%;
11521
+ }
11522
+ .hood-image.img-3x1::after, .hood-image.img-standard::after,
11523
+ .img.img-3x1::after,
11524
+ .img.img-standard::after {
11525
+ padding-top: 33%;
11526
+ }
11527
+ .hood-image.img-16x9::after, .hood-image.img-wide::after,
11528
+ .img.img-16x9::after,
11529
+ .img.img-wide::after {
11530
+ padding-top: 56.25%;
11531
+ }
11532
+ .hood-image.img-9x16::after, .hood-image.img-mobile-card::after,
11533
+ .img.img-9x16::after,
11534
+ .img.img-mobile-card::after {
11535
+ padding-top: 151.3%;
11536
+ }
11537
+ .hood-image.img-circle,
11538
+ .img.img-circle {
11539
+ border-radius: 50%;
11540
+ }
11541
+
11542
+ .post-content::before, .post-content::after,
11543
+ #post-content::before,
11544
+ #post-content::after {
11545
+ display: table;
11546
+ content: " ";
11547
+ }
11548
+ .post-content::after,
11549
+ #post-content::after {
11550
+ clear: both;
11551
+ }
11552
+ .post-content img,
11553
+ #post-content img {
11554
+ max-width: 100%;
11555
+ }
11556
+
11557
+ .hood-bg-image {
11558
+ position: absolute;
11559
+ top: 0;
11560
+ right: 0;
11561
+ bottom: 0;
11562
+ left: 0;
11563
+ overflow: hidden;
11564
+ background-size: cover;
11565
+ backface-visibility: hidden;
11566
+ backface-visibility: hidden;
11567
+ }
11568
+ .hood-bg-image img {
11569
+ display: none !important;
11570
+ }
11571
+
11407
11572
  body .login-container {
11408
11573
  flex-shrink: 0;
11409
11574
  max-width: 42rem;