Proyectos de Subversion Moodle

Rev

Rev 1 | Mostrar el archivo completo | | | Autoría | Ultima modificación | Ver Log |

Rev 1 Rev 1441
Línea 34... Línea 34...
34
$gray-900: #212121 !default;
34
$gray-900: #212121 !default;
35
$black: #0b0b0b !default;
35
$black: #0b0b0b !default;
Línea 36... Línea 36...
36
 
36
 
37
 
37
 
38
//Dark mode
38
//Dark mode
39
$dm-white: #fff !default;
39
$dm-white: #d9d9db !default;
40
$dm-gray-900: #E8EAED !default;
40
$dm-gray-900: #b3b3b6 !default;
41
$dm-gray-800: #aeb3b8 !default;
41
$dm-gray-800: #8c8c92 !default;
42
$dm-gray-700: #9AA0A6 !default;
42
$dm-gray-700: #797980 !default;
43
$dm-gray-600: #3C4043 !default;
43
$dm-gray-600: #66666d !default;
44
$dm-gray-500: #2E3134 !default;
44
$dm-gray-500: #53535b !default;
45
$dm-gray-400: #282A2D !default;
45
$dm-gray-400: #404049 !default;
46
$dm-gray-300: #202124 !default;
46
$dm-gray-300: #3a3a42 !default;
47
$dm-gray-200: #17181B !default;
47
$dm-gray-200: #2d2d33 !default;
Línea 48... Línea 48...
48
$dm-gray-100: #121215 !default;
48
$dm-gray-100: #202025 !default;
49
$dm-black: #090c11 !default;
49
$dm-black: #0d0d0f !default;
50
 
50
 
Línea 56... Línea 56...
56
$body-color: $gray-900 !default;
56
$body-color: $gray-900 !default;
57
$body-color-secondary: $gray-700 !default;
57
$body-color-secondary: $gray-700 !default;
58
$body-color-light: $gray-600 !default;
58
$body-color-light: $gray-600 !default;
59
$container-bg: $body-bg !default;
59
$container-bg: $body-bg !default;
60
//Dark Mode
60
//Dark Mode
61
$dm-body-bg: #181a1f !default;
61
$dm-body-bg: #131316 !default;
62
$dm-body-color: $dm-gray-900 !default;
62
$dm-body-color: $dm-gray-900 !default;
63
$dm-body-color-secondary: $dm-gray-700 !default;
63
$dm-body-color-secondary: $dm-gray-700 !default;
64
$dm-body-color-light: #798590 !default;
64
$dm-body-color-light: #797980 !default;
65
$dm-container-bg: $dm-body-bg !default;
65
$dm-container-bg: $dm-body-bg !default;
Línea 66... Línea 66...
66
 
66
 
67
// Colors
67
// Colors
68
$blue-900: #032574 !default;
68
$blue-900: #032574 !default;
Línea 191... Línea 191...
191
$topbar-bg-2: $body-bg !default;
191
$topbar-bg-2: $body-bg !default;
Línea 192... Línea 192...
192
 
192
 
193
$dm-topbar-bg: $primary-color-800 !default;
193
$dm-topbar-bg: $primary-color-800 !default;
Línea -... Línea 194...
-
 
194
$dm-topbar-bg-2: $dm-body-bg !default;
-
 
195
 
-
 
196
// Top Bar
-
 
197
$navbar-height: 60px !default;
-
 
198
$topbar-padding-x: 2px !default;
-
 
199
$topbar-padding-y: 2px !default;
-
 
200
$topbar-fixed-btn: $navbar-height+10 !default;
-
 
201
$topbar-text: $body-color !default;
-
 
202
 
-
 
203
$topbar-btn-text: $body-color !default;
-
 
204
$topbar-btn: $gray-200 !default;
-
 
205
$topbar-btn-hover: $container-bg !default;
-
 
206
$topbar-btn-hover-text: $primary-color-600 !default;
-
 
207
 
-
 
208
 
-
 
209
$dm-topbar-bg: #06090c !default;
-
 
210
$dm-topbar-text: $dm-gray-900 !default;
-
 
211
 
-
 
212
$dm-topbar-btn: $dm-container-bg !default;
-
 
213
$dm-topbar-btn-text: $dm-gray-900 !default;
-
 
214
$dm-topbar-btn-hover: $dm-gray-100 !default;
194
$dm-topbar-bg-2: $dm-body-bg !default;
215
$dm-topbar-btn-hover-text: $dm-gray-700 !default;
195
 
216
 
196
// scss-docs-start theme-colors-map
217
// scss-docs-start theme-colors-map
197
$theme-colors: ("primary-color-100": $primary-color-100,
218
$theme-colors: ("primary-color-100": $primary-color-100,
198
  "primary-color-200": $primary-color-200,
219
  "primary-color-200": $primary-color-200,
Línea 203... Línea 224...
203
  "primary-color-700": $primary-color-700,
224
  "primary-color-700": $primary-color-700,
204
  "primary-color-800": $primary-color-800,
225
  "primary-color-800": $primary-color-800,
205
  "primary-color-900": $primary-color-900,
226
  "primary-color-900": $primary-color-900,
206
  "main-theme-color": $primary-color-600,
227
  "main-theme-color": $primary-color-600,
207
  "footer-color": $primary-color-900,
228
  "footer-color": $primary-color-900,
-
 
229
  "footer-text-color": $primary-color-100,
208
  "topbar-color": $topbar-bg,
230
  "topbar-color": $topbar-bg,
209
  "topbar-color-2": $topbar-bg-2,
231
  "topbar-color-2": $topbar-bg-2,
210
  "dm-topbar-color": $dm-topbar-bg,
232
  "dm-topbar-color": $dm-topbar-bg,
211
  "dm-topbar-color-2": $dm-topbar-bg-2,
233
  "dm-topbar-color-2": $dm-topbar-bg-2,
-
 
234
  "topbar-btn-text":  $topbar-btn-text,
-
 
235
  "topbar-btn-hover":  $topbar-btn-hover,
-
 
236
  "topbar-btn-hover-text":  $topbar-btn-hover-text,
-
 
237
  "dm-topbar-btn-text":  $dm-topbar-btn-text,
-
 
238
  "dm-topbar-btn-hover":  $dm-topbar-btn-hover,
-
 
239
  "dm-topbar-btn-hover-text":  $dm-topbar-btn-hover-text,
212
  "btn-primary-color-bg": $primary-color-600,
240
  "btn-primary-color-bg": $primary-color-600,
213
  "btn-primary-color-text": $white,
241
  "btn-primary-color-text": $white,
214
  "btn-primary-color-bg-hover": $primary-color-500,
242
  "btn-primary-color-bg-hover": $primary-color-500,
215
  "btn-primary-color-bg-hover-text": $white,
243
  "btn-primary-color-bg-hover-text": $white,
216
  "btn-secondary-color-bg": $gray-100,
244
  "btn-secondary-color-bg": $gray-100,
217
  "btn-secondary-color-text": $gray-800,
245
  "btn-secondary-color-text": $gray-800,
218
  "btn-secondary-color-bg-hover": $gray-200,
246
  "btn-secondary-color-bg-hover": $gray-200,
219
  "btn-secondary-color-bg-hover-text": $gray-800,
247
  "btn-secondary-color-bg-hover-text": $gray-800,
220
  "main-theme-color-gradient": $primary-color-200,
248
  // "main-theme-color-gradient": $primary-color-200,
221
  "main-theme-color-gradient-2": $primary-color-400,
249
  // "main-theme-color-gradient-2": $primary-color-400,
222
  "gray-100": $gray-100,
250
  "gray-100": $gray-100,
223
  "gray-200": $gray-200,
251
  "gray-200": $gray-200,
224
  "gray-300": $gray-300,
252
  "gray-300": $gray-300,
225
  "gray-400": $gray-400,
253
  "gray-400": $gray-400,
226
  "gray-500": $gray-500,
254
  "gray-500": $gray-500,
Línea 389... Línea 417...
389
$line-height-sm: 1.5 !default;
417
$line-height-sm: 1.5 !default;
Línea 390... Línea 418...
390
 
418
 
391
$border-width: 1px !default;
419
$border-width: 1px !default;
392
$border-color: $gray-300 !default;
420
$border-color: $gray-300 !default;
393
//Dark Mode
421
//Dark Mode
Línea 394... Línea 422...
394
$dm-border-color: #262a30 !default;
422
$dm-border-color: #414349 !default;
395
 
423
 
396
// Allows for customizing button radius independently from global border radius
424
// Allows for customizing button radius independently from global border radius
397
$btn-border-radius: 20px !default;
425
$btn-border-radius: 20px !default;
Línea 415... Línea 443...
415
$box-shadow: rgba(50, 50, 93, 0.25) 0px 2px 5px -1px,
443
$box-shadow: rgba(50, 50, 93, 0.25) 0px 2px 5px -1px,
416
rgba(0, 0, 0, 0.3) 0px 1px 3px -1px !default;
444
rgba(0, 0, 0, 0.3) 0px 1px 3px -1px !default;
417
$box-shadow-lg: rgba(0, 0, 0, 0.15) 0px 15px 25px,
445
$box-shadow-lg: rgba(0, 0, 0, 0.15) 0px 15px 25px,
418
rgba(0, 0, 0, 0.05) 0px 5px 10px !default;
446
rgba(0, 0, 0, 0.05) 0px 5px 10px !default;
Línea -... Línea 447...
-
 
447
 
-
 
448
$dm-box-shadow-lg: rgb(0 0 0 / 35%) 0 15px 35px,
-
 
449
rgb(0 0 0 / 12%) 0 5px 10px,
-
 
450
rgb(0 0 0 / 20%) 0 2px 3px !default;
419
 
451
 
420
$component-active-color: var(--main-theme-color) !default;
452
$component-active-color: var(--main-theme-color) !default;
Línea 421... Línea 453...
421
$component-active-bg: $primary-color-100 !default;
453
$component-active-bg: $primary-color-100 !default;
422
 
454
 
Línea 682... Línea 714...
682
$input-padding-x-lg: $input-btn-padding-x-lg !default;
714
$input-padding-x-lg: $input-btn-padding-x-lg !default;
683
$input-font-size-lg: $input-btn-font-size-lg !default;
715
$input-font-size-lg: $input-btn-font-size-lg !default;
684
$input-line-height-lg: $input-btn-line-height-lg !default;
716
$input-line-height-lg: $input-btn-line-height-lg !default;
Línea 685... Línea 717...
685
 
717
 
686
$input-bg: $container-bg !default;
718
$input-bg: $container-bg !default;
687
$dm-input-bg: #14161f !default;
719
$dm-input-bg: $dm-gray-100 !default;
688
$input-disabled-bg: $gray-200 !default;
720
$input-disabled-bg: $gray-200 !default;
689
$dm-input-disabled-bg: $dm-gray-200 !default;
721
$dm-input-disabled-bg: $dm-gray-200 !default;
690
$input-color: $gray-800 !default;
722
$input-color: $gray-800 !default;
691
$dm-input-color: $dm-gray-800 !default;
723
$dm-input-color: $dm-gray-800 !default;
Línea 993... Línea 1025...
993
$nav-tabs-border-color: $gray-300 !default;
1025
$nav-tabs-border-color: $gray-300 !default;
994
$nav-tabs-border-width: $border-width !default;
1026
$nav-tabs-border-width: $border-width !default;
995
$nav-tabs-border-radius: $btn-border-radius !default;
1027
$nav-tabs-border-radius: $btn-border-radius !default;
996
$nav-tabs-link-hover-border-color: $gray-200 $gray-200 $nav-tabs-border-color !default;
1028
$nav-tabs-link-hover-border-color: $gray-200 $gray-200 $nav-tabs-border-color !default;
997
$nav-tabs-link-active-color: var(--main-theme-color) !default;
1029
$nav-tabs-link-active-color: var(--main-theme-color) !default;
998
$nav-tabs-link-active-bg: $primary-color-200 !default;
1030
$nav-tabs-link-active-bg: var(--primary-color-200) !default;
999
$nav-tabs-link-active-border-color: $gray-300 $gray-300 $nav-tabs-link-active-bg !default;
1031
$nav-tabs-link-active-border-color: $gray-300 $gray-300 $nav-tabs-link-active-bg !default;
1000
$nav-tabs-link-hover-bg: $white !default;
1032
$nav-tabs-link-hover-bg: $white !default;
1001
$nav-tabs-link-hover-color: $body-color-light !default;
1033
$nav-tabs-link-hover-color: $body-color-light !default;
Línea 1002... Línea 1034...
1002
 
1034
 
Línea 1077... Línea 1109...
1077
$dm-dropdown-link-color: $primary-color-400 !default;
1109
$dm-dropdown-link-color: $primary-color-400 !default;
1078
$dm-dropdown-link-hover-color: $dm-gray-900 !default;
1110
$dm-dropdown-link-hover-color: $dm-gray-900 !default;
1079
$dm-dropdown-link-hover-bg: #2d333b !default;
1111
$dm-dropdown-link-hover-bg: #2d333b !default;
1080
$dm-dropdown-link-active-color: $dm-gray-900 !default;
1112
$dm-dropdown-link-active-color: $dm-gray-900 !default;
1081
$dm-dropdown-link-active-bg: $dm-gray-200 !default;
1113
$dm-dropdown-link-active-bg: $dm-gray-200 !default;
1082
$dm-dropdown-link-disabled-color: $dm-gray-400 !default;
1114
$dm-dropdown-link-disabled-color: $dm-gray-700 !default;
1083
$dm-dropdown-header-color: $dm-gray-700 !default;
1115
$dm-dropdown-header-color: $dm-gray-700 !default;
1084
$dm-dropdown-text: $dm-gray-900 !default;
1116
$dm-dropdown-text: $dm-gray-900 !default;
Línea 1406... Línea 1438...
1406
$progress-font-size: 11px !default;
1438
$progress-font-size: 11px !default;
1407
$progress-bg: $gray-300 !default;
1439
$progress-bg: $gray-300 !default;
1408
$progress-border-radius: $btn-border-radius !default;
1440
$progress-border-radius: $btn-border-radius !default;
1409
$progress-box-shadow: inset 0 .1rem .1rem rgba($black, .1) !default;
1441
$progress-box-shadow: inset 0 .1rem .1rem rgba($black, .1) !default;
1410
$progress-bar-color: $white !default;
1442
$progress-bar-color: $white !default;
1411
$progress-bar-bg: var(--main-theme-color) !default;
1443
$progress-bar-bg: $primary-color-600 !default;
1412
$progress-bar-animation-timing: 1s linear infinite !default;
1444
$progress-bar-animation-timing: 1s linear infinite !default;
1413
$progress-bar-transition: width .6s ease !default;
1445
$progress-bar-transition: width .6s ease !default;
Línea 1414... Línea 1446...
1414
 
1446
 
1415
// Dark mode.
1447
// Dark mode.
Línea 1671... Línea 1703...
1671
$dm-drawer-hr: $dm-border-color !default;
1703
$dm-drawer-hr: $dm-border-color !default;
1672
$dm-drawer-link: $dm-body-color-secondary !default;
1704
$dm-drawer-link: $dm-body-color-secondary !default;
1673
$dm-drawer-link-hover-bg: $dm-drawer-nav-box-bg !default;
1705
$dm-drawer-link-hover-bg: $dm-drawer-nav-box-bg !default;
Línea 1674... Línea -...
1674
 
-
 
1675
 
-
 
1676
// Top Bar
-
 
1677
$navbar-height: 60px !default;
-
 
1678
$topbar-padding-x: 2px !default;
-
 
1679
$topbar-padding-y: 2px !default;
-
 
1680
$topbar-fixed-btn: $navbar-height+10 !default;
-
 
1681
$topbar-text: $body-color !default;
-
 
1682
$topbar-link: $link-color !default;
-
 
1683
$topbar-link-hover: $link-hover-color !default;
-
 
1684
 
-
 
1685
$topbar-btn-text: $body-color !default;
-
 
1686
$topbar-btn: $gray-200 !default;
-
 
1687
$topbar-btn-hover: $container-bg !default;
-
 
1688
$topbar-btn-hover-text: var(--main-theme-color) !default;
-
 
1689
 
-
 
1690
 
-
 
1691
$dm-topbar-bg: #06090c !default;
-
 
1692
$dm-topbar-text: $dm-gray-900 !default;
-
 
1693
 
-
 
1694
$dm-topbar-btn-text: $dm-gray-900 !default;
-
 
1695
$dm-topbar-btn: $dm-container-bg !default;
-
 
1696
$dm-topbar-btn-hover: $dm-gray-200 !default;
-
 
1697
$dm-topbar-btn-hover-text: $dm-gray-700 !default;
1706
 
1698
 
1707
 
Línea 1699... Línea 1708...
1699
$page-margin: 80px !default;
1708
$page-margin: 80px !default;
1700
$page-margin--sm: 60px !default;
1709
$page-margin--sm: 60px !default;
1701
 
1710
 
1702
$footer-bg: var(--footer-color) !default;
1711
$footer-bg: var(--footer-color) !default;
1703
$footer-border: rgba($white, .1) !default;
1712
$footer-border: rgba($white, .1) !default;
Línea 1704... Línea 1713...
1704
$footer-text-color: $white !default;
1713
$footer-text-color: var(--footer-text-color) !default;
Línea 1705... Línea -...
1705
$footer-link-color: $white !default;
-
 
1706
$footer-link-color-hover: rgba($white, .6) !default;
1714
$footer-link-color: var(--footer-text-color) !default;
1707
 
1715
$footer-link-color-hover: rgba($white, .6) !default;
Línea 1708... Línea 1716...
1708
 
1716
 
1709
$max-course-card-text-height: 127px !default;
1717