添加项目文件。
This commit is contained in:
45
TightWiki/wwwroot/lib/bootstrap/dist/css/journal/_bootswatch.scss
vendored
Normal file
45
TightWiki/wwwroot/lib/bootstrap/dist/css/journal/_bootswatch.scss
vendored
Normal file
@@ -0,0 +1,45 @@
|
||||
// Journal 5.3.3
|
||||
// Bootswatch
|
||||
|
||||
|
||||
// Variables
|
||||
|
||||
$web-font-path: "https://fonts.googleapis.com/css2?family=News+Cycle:wght@400;700&display=swap" !default;
|
||||
@if $web-font-path {
|
||||
@import url("#{$web-font-path}");
|
||||
}
|
||||
|
||||
// Navbar
|
||||
|
||||
.navbar {
|
||||
font-family: $headings-font-family;
|
||||
font-size: 18px;
|
||||
font-weight: $headings-font-weight;
|
||||
}
|
||||
|
||||
.navbar-brand {
|
||||
padding-top: .5rem;
|
||||
font-size: inherit;
|
||||
font-weight: $headings-font-weight;
|
||||
text-transform: uppercase;
|
||||
}
|
||||
|
||||
// Buttons
|
||||
|
||||
.btn {
|
||||
font-family: $headings-font-family;
|
||||
font-weight: $headings-font-weight;
|
||||
|
||||
&-secondary,
|
||||
&-warning {
|
||||
color: $white;
|
||||
}
|
||||
}
|
||||
|
||||
// Navs
|
||||
|
||||
.pagination {
|
||||
a:hover {
|
||||
text-decoration: none;
|
||||
}
|
||||
}
|
||||
60
TightWiki/wwwroot/lib/bootstrap/dist/css/journal/_variables.scss
vendored
Normal file
60
TightWiki/wwwroot/lib/bootstrap/dist/css/journal/_variables.scss
vendored
Normal file
@@ -0,0 +1,60 @@
|
||||
// Journal 5.3.3
|
||||
// Bootswatch
|
||||
|
||||
$theme: "journal" !default;
|
||||
|
||||
//
|
||||
// Color system
|
||||
//
|
||||
|
||||
$white: #fff !default;
|
||||
$gray-100: #f8f9fa !default;
|
||||
$gray-200: #eee !default;
|
||||
$gray-300: #dee2e6 !default;
|
||||
$gray-400: #ced4da !default;
|
||||
$gray-500: #aaa !default;
|
||||
$gray-600: #777 !default;
|
||||
$gray-700: #495057 !default;
|
||||
$gray-800: #333 !default;
|
||||
$gray-900: #222 !default;
|
||||
$black: #000 !default;
|
||||
|
||||
$blue: #eb6864 !default;
|
||||
$indigo: #6610f2 !default;
|
||||
$purple: #6f42c1 !default;
|
||||
$pink: #e83e8c !default;
|
||||
$red: #f57a00 !default;
|
||||
$orange: #fd7e14 !default;
|
||||
$yellow: #f5e625 !default;
|
||||
$green: #22b24c !default;
|
||||
$teal: #20c997 !default;
|
||||
$cyan: #369 !default;
|
||||
|
||||
$primary: $blue !default;
|
||||
$secondary: $gray-500 !default;
|
||||
$success: $green !default;
|
||||
$info: $cyan !default;
|
||||
$warning: $yellow !default;
|
||||
$danger: $red !default;
|
||||
$light: $gray-100 !default;
|
||||
$dark: $gray-900 !default;
|
||||
|
||||
$min-contrast-ratio: 1.28 !default;
|
||||
|
||||
// Fonts
|
||||
|
||||
$headings-font-family: "News Cycle", "Arial Narrow Bold", sans-serif !default;
|
||||
$headings-font-weight: 700 !default;
|
||||
$headings-line-height: 1.1 !default;
|
||||
|
||||
// Buttons
|
||||
|
||||
$input-btn-padding-x: 1rem !default;
|
||||
|
||||
// Navbar
|
||||
|
||||
// Pagination
|
||||
|
||||
$pagination-hover-color: $white !default;
|
||||
$pagination-hover-bg: $primary !default;
|
||||
$pagination-hover-border-color: $primary !default;
|
||||
12088
TightWiki/wwwroot/lib/bootstrap/dist/css/journal/bootstrap.css
vendored
Normal file
12088
TightWiki/wwwroot/lib/bootstrap/dist/css/journal/bootstrap.css
vendored
Normal file
File diff suppressed because it is too large
Load Diff
12
TightWiki/wwwroot/lib/bootstrap/dist/css/journal/bootstrap.min.css
vendored
Normal file
12
TightWiki/wwwroot/lib/bootstrap/dist/css/journal/bootstrap.min.css
vendored
Normal file
File diff suppressed because one or more lines are too long
1
TightWiki/wwwroot/lib/bootstrap/dist/css/journal/bootstrap.min.css.map
vendored
Normal file
1
TightWiki/wwwroot/lib/bootstrap/dist/css/journal/bootstrap.min.css.map
vendored
Normal file
File diff suppressed because one or more lines are too long
12062
TightWiki/wwwroot/lib/bootstrap/dist/css/journal/bootstrap.rtl.css
vendored
Normal file
12062
TightWiki/wwwroot/lib/bootstrap/dist/css/journal/bootstrap.rtl.css
vendored
Normal file
File diff suppressed because it is too large
Load Diff
12
TightWiki/wwwroot/lib/bootstrap/dist/css/journal/bootstrap.rtl.min.css
vendored
Normal file
12
TightWiki/wwwroot/lib/bootstrap/dist/css/journal/bootstrap.rtl.min.css
vendored
Normal file
File diff suppressed because one or more lines are too long
1
TightWiki/wwwroot/lib/bootstrap/dist/css/journal/bootstrap.rtl.min.css.map
vendored
Normal file
1
TightWiki/wwwroot/lib/bootstrap/dist/css/journal/bootstrap.rtl.min.css.map
vendored
Normal file
File diff suppressed because one or more lines are too long
Reference in New Issue
Block a user