પૃષ્ઠભૂમિ
દ્વારા અર્થ જણાવો background-color
અને ઢાળ સાથે શણગાર ઉમેરો.
પૃષ્ઠભૂમિ રંગ
સંદર્ભિત ટેક્સ્ટ રંગ વર્ગોની જેમ, કોઈપણ સંદર્ભિત વર્ગમાં તત્વની પૃષ્ઠભૂમિ સેટ કરો. પૃષ્ઠભૂમિ ઉપયોગિતાઓ સેટ થતી નથીcolor
, તેથી કેટલાક કિસ્સાઓમાં તમે .text-*
રંગ ઉપયોગિતાઓનો ઉપયોગ કરવા માંગો છો .
<div class="p-3 mb-2 bg-primary text-white">.bg-primary</div>
<div class="p-3 mb-2 bg-secondary text-white">.bg-secondary</div>
<div class="p-3 mb-2 bg-success text-white">.bg-success</div>
<div class="p-3 mb-2 bg-danger text-white">.bg-danger</div>
<div class="p-3 mb-2 bg-warning text-dark">.bg-warning</div>
<div class="p-3 mb-2 bg-info text-dark">.bg-info</div>
<div class="p-3 mb-2 bg-light text-dark">.bg-light</div>
<div class="p-3 mb-2 bg-dark text-white">.bg-dark</div>
<div class="p-3 mb-2 bg-body text-dark">.bg-body</div>
<div class="p-3 mb-2 bg-white text-dark">.bg-white</div>
<div class="p-3 mb-2 bg-transparent text-dark">.bg-transparent</div>
પૃષ્ઠભૂમિ ઢાળ
વર્ગ ઉમેરીને .bg-gradient
, બેકગ્રાઉન્ડમાં પૃષ્ઠભૂમિ છબી તરીકે રેખીય ઢાળ ઉમેરવામાં આવે છે. આ ઢાળ અર્ધ-પારદર્શક સફેદથી શરૂ થાય છે જે તળિયે ઝાંખું થઈ જાય છે.
શું તમને તમારા કસ્ટમ CSS માં ગ્રેડિયન્ટની જરૂર છે? ફક્ત ઉમેરો background-image: var(--bs-gradient);
.
અસ્પષ્ટતા
v5.1.0 માં ઉમેરાયેલ
v5.1.0 મ��જબ, background-color
ઉપયોગિતાઓ CSS વેરીએબલનો ઉપયોગ કરીને Sass સાથે જનરેટ થાય છે. આ સંકલન અને ગતિશીલ આલ્ફા પારદર્શિતા ફેરફારો વિના રીઅલ-ટાઇમ રંગ ફેરફારો માટે પરવાનગી આપે છે.
તે કેવી રીતે કામ કરે છે
અમારી ડિફૉલ્ટ .bg-success
ઉપયોગિતાને ધ્યાનમાં લો.
.bg-success {
--bs-bg-opacity: 1;
background-color: rgba(var(--bs-success-rgb), var(--bs-bg-opacity)) !important;
}
--bs-success
અમે અમારા (ની કિંમત સાથે ) CSS વેરીએબલના RGB વર્ઝનનો ઉપયોગ કરીએ છીએ અને આલ્ફા પારદર્શિતા માટે ( સ્થાનિક CSS વેરીએબલને કારણે ડિફૉલ્ટ મૂલ્ય સાથે 25, 135, 84
) બીજું CSS ચલ જોડીએ છીએ. તેનો અર્થ એ છે કે તમે હવે ગમે ત્યારે ઉપયોગ કરો છો, તમારી ગણતરી કરેલ કિંમત છે . દરેક વર્ગની અંદર સ્થાનિક CSS વેરીએબલ વારસાગત સમસ્યાઓને ટાળે છે જેથી ઉપયોગિતાઓના નેસ્ટેડ ઉદાહરણોમાં આપમેળે સંશોધિત આલ્ફા પારદર્શિતા હોતી નથી.--bs-bg-opacity
1
.bg-success
color
rgba(25, 135, 84, 1)
.bg-*
ઉદાહરણ
તે અસ્પષ્ટતાને બદલવા માટે, --bs-bg-opacity
કસ્ટમ શૈલીઓ અથવા ઇનલાઇન શૈલીઓ દ્વારા ઓવરરાઇડ કરો.
<div class="bg-success p-2 text-white">This is default success background</div>
<div class="bg-success p-2" style="--bs-bg-opacity: .5;">This is 50% opacity success background</div>
અથવા, કોઈપણ .bg-opacity
ઉપયોગિતાઓમાંથી પસંદ કરો:
<div class="bg-success p-2 text-white">This is default success background</div>
<div class="bg-success p-2 text-white bg-opacity-75">This is 75% opacity success background</div>
<div class="bg-success p-2 text-dark bg-opacity-50">This is 50% opacity success background</div>
<div class="bg-success p-2 text-dark bg-opacity-25">This is 25% opacity success background</div>
<div class="bg-success p-2 text-dark bg-opacity-10">This is 10% opacity success background</div>
સસ
નીચેની Sass કાર્યક્ષમતા ઉપરાંત, રંગો અને વધુ માટે અમારી સમાવિષ્ટ CSS કસ્ટમ પ્રોપર્ટીઝ (ઉર્ફ CSS ચલ) વિશે વાંચવાનું વિચારો.
ચલો
મોટાભાગની background-color
ઉપયોગિતાઓ અમારા થીમ રંગો દ્વારા જનરેટ કરવામાં આવે છે, જે અમારા સામાન્ય કલર પેલેટ વેરીએબલ્સમાંથી ફરીથી સોંપવામાં આવે છે.
$blue: #0d6efd;
$indigo: #6610f2;
$purple: #6f42c1;
$pink: #d63384;
$red: #dc3545;
$orange: #fd7e14;
$yellow: #ffc107;
$green: #198754;
$teal: #20c997;
$cyan: #0dcaf0;
$primary: $blue;
$secondary: $gray-600;
$success: $green;
$info: $cyan;
$warning: $yellow;
$danger: $red;
$light: $gray-100;
$dark: $gray-900;
$gradient: linear-gradient(180deg, rgba($white, .15), rgba($white, 0));
ગ્રેસ્કેલ રંગો પણ ઉપલબ્ધ છે, પરંતુ કોઈપણ ઉપયોગિતાઓ જનરેટ કરવા માટે માત્ર સબસેટનો ઉપયોગ કરવામાં આવે છે.
$white: #fff;
$gray-100: #f8f9fa;
$gray-200: #e9ecef;
$gray-300: #dee2e6;
$gray-400: #ced4da;
$gray-500: #adb5bd;
$gray-600: #6c757d;
$gray-700: #495057;
$gray-800: #343a40;
$gray-900: #212529;
$black: #000;
નકશો
થીમ રંગોને પછી સાસ નકશામાં મૂકવામાં આવે છે જેથી અમે અમારી ઉપયોગિતાઓ, ઘટક સંશોધકો અને વધુ જનરેટ કરવા માટે તેમના પર લૂપ કરી શકીએ.
$theme-colors: (
"primary": $primary,
"secondary": $secondary,
"success": $success,
"info": $info,
"warning": $warning,
"danger": $danger,
"light": $light,
"dark": $dark
);
ગ્રેસ્કેલ રંગો સાસ નકશા તરીકે પણ ઉપલબ્ધ છે. આ નકશાનો ઉપયોગ કોઈપણ ઉપયોગિતાઓ બનાવવા માટે થતો નથી.
$grays: (
"100": $gray-100,
"200": $gray-200,
"300": $gray-300,
"400": $gray-400,
"500": $gray-500,
"600": $gray-600,
"700": $gray-700,
"800": $gray-800,
"900": $gray-900
);
RGB રંગો અલગ સાસ નકશામાંથી જનરેટ થાય છે:
$theme-colors-rgb: map-loop($theme-colors, to-rgb, "$value");
અને પૃષ્ઠભૂમિ રંગની અસ્પષ્ટતા તેમના પોતાના નકશા સાથે તેના પર બિલ્ડ કરે છે જે ઉપયોગિતાઓ API દ્વારા ઉપયોગમાં લેવાય છે:
$utilities-bg: map-merge(
$utilities-colors,
(
"black": to-rgb($black),
"white": to-rgb($white),
"body": to-rgb($body-bg)
)
);
$utilities-bg-colors: map-loop($utilities-bg, rgba-css-var, "$key", "bg");
મિક્સિન્સ
અમારી પૃષ્ઠભૂમિ ઉપયોગિતાઓ જનરેટ કરવા માટે કોઈ મિક્સિન્સનો ઉપયોગ કરવામાં આવતો નથી , પરંતુ અમારી પાસે અન્ય પરિસ્થિતિઓ માટે કેટલાક વધારાના મિશ્રણો છે જ્યાં તમે તમારા પોતાના ગ્રેડિએન્ટ્સ બનાવવા માંગો છો.
@mixin gradient-bg($color: null) {
background-color: $color;
@if $enable-gradients {
background-image: var(--#{$variable-prefix}gradient);
}
}
// Horizontal gradient, from left to right
//
// Creates two color stops, start and end, by specifying a color and position for each color stop.
@mixin gradient-x($start-color: $gray-700, $end-color: $gray-800, $start-percent: 0%, $end-percent: 100%) {
background-image: linear-gradient(to right, $start-color $start-percent, $end-color $end-percent);
}
// Vertical gradient, from top to bottom
//
// Creates two color stops, start and end, by specifying a color and position for each color stop.
@mixin gradient-y($start-color: $gray-700, $end-color: $gray-800, $start-percent: null, $end-percent: null) {
background-image: linear-gradient(to bottom, $start-color $start-percent, $end-color $end-percent);
}
@mixin gradient-directional($start-color: $gray-700, $end-color: $gray-800, $deg: 45deg) {
background-image: linear-gradient($deg, $start-color, $end-color);
}
@mixin gradient-x-three-colors($start-color: $blue, $mid-color: $purple, $color-stop: 50%, $end-color: $red) {
background-image: linear-gradient(to right, $start-color, $mid-color $color-stop, $end-color);
}
@mixin gradient-y-three-colors($start-color: $blue, $mid-color: $purple, $color-stop: 50%, $end-color: $red) {
background-image: linear-gradient($start-color, $mid-color $color-stop, $end-color);
}
@mixin gradient-radial($inner-color: $gray-700, $outer-color: $gray-800) {
background-image: radial-gradient(circle, $inner-color, $outer-color);
}
@mixin gradient-striped($color: rgba($white, .15), $angle: 45deg) {
background-image: linear-gradient($angle, $color 25%, transparent 25%, transparent 50%, $color 50%, $color 75%, transparent 75%, transparent);
}
ઉપયોગિતાઓ API
પૃષ્ઠભૂમિ ઉપયોગિતાઓ અમારી યુટિલિટીઝ API માં જાહેર કરવામાં આવી છે scss/_utilities.scss
. ઉપયોગિતા API નો ઉપયોગ કેવી રીતે કરવો તે જાણો.
"background-color": (
property: background-color,
class: bg,
local-vars: (
"bg-opacity": 1
),
values: map-merge(
$utilities-bg-colors,
(
"transparent": transparent
)
)
),
"bg-opacity": (
css-var: true,
class: bg-opacity,
values: (
10: .1,
25: .25,
50: .5,
75: .75,
100: 1
)
),