-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Commit from GitHub Actions (versions:2022.0)
- Loading branch information
Showing
517 changed files
with
301,064 additions
and
8 deletions.
There are no files selected for viewing
12,057 changes: 12,057 additions & 0 deletions
12,057
cre/versions/u22.04/assets/public/bootstrap/css/bootstrap.css
Large diffs are not rendered by default.
Oops, something went wrong.
6 changes: 6 additions & 0 deletions
6
cre/versions/u22.04/assets/public/bootstrap/css/bootstrap.min.css
Large diffs are not rendered by default.
Oops, something went wrong.
1 change: 1 addition & 0 deletions
1
cre/versions/u22.04/assets/public/bootstrap/css/bootstrap.min.css.map
Large diffs are not rendered by default.
Oops, something went wrong.
30 changes: 30 additions & 0 deletions
30
cre/versions/u22.04/assets/public/bootstrap/css/colors.css
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,30 @@ | ||
:root { | ||
--blue: #007bff; | ||
--indigo: #6610f2; | ||
--purple: #6f42c1; | ||
--pink: #e83e8c; | ||
--red: #dc3545; | ||
--orange: #fd7e14; | ||
--yellow: #ffc107; | ||
--green: #28a745; | ||
--teal: #20c997; | ||
--cyan: #17a2b8; | ||
--white: #fff; | ||
--gray: #6c757d; | ||
--gray-dark: #343a40; | ||
--primary: #007bff; | ||
--secondary: #6c757d; | ||
--success: #28a745; | ||
--info: #17a2b8; | ||
--warning: #ffc107; | ||
--danger: #dc3545; | ||
--light: #f8f9fa; | ||
--dark: #343a40; | ||
--breakpoint-xs: 0; | ||
--breakpoint-sm: 576px; | ||
--breakpoint-md: 768px; | ||
--breakpoint-lg: 992px; | ||
--breakpoint-xl: 1200px; | ||
--font-family-sans-serif: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol"; | ||
--font-family-monospace: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace; | ||
} |
143 changes: 143 additions & 0 deletions
143
cre/versions/u22.04/assets/public/bootstrap/css/glass.css
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,143 @@ | ||
.navbar, .navbar-inverse { | ||
opacity: 0.7; | ||
box-shadow: 5px 3px 30px black; | ||
o2verflow: hidden; | ||
margin: 20px 70px; | ||
} | ||
|
||
.panel-group .panel.glass70 { | ||
border-radius: 8px; | ||
margin-bottom: 20px; | ||
} | ||
|
||
.tab { | ||
background-color: unset; | ||
margin: 0px 20px; | ||
} | ||
|
||
.tab button | ||
{ | ||
z-index: 1; | ||
position: relative; | ||
} | ||
|
||
.tab button.tablinks { | ||
background-color: rgba(255,255,255,0.5); | ||
b2ox-shadow: 5px 3px 30px black; | ||
o2verflow: hidden; | ||
} | ||
|
||
.tab button.tablinks:disabled { | ||
background-color: rgba(200,200,200,0.1); | ||
color: rgba(255,255,255,0.7); | ||
} | ||
|
||
.tab button.tablinks:disabled:hover { | ||
background-color: rgba(200,200,200,0.1); | ||
color: rgba(255,255,255,0.7); | ||
} | ||
|
||
.tab button.tablinks:hover { | ||
background-color: rgba(240,240,240,0.75); | ||
} | ||
|
||
.tab button.tablinks.button-active { | ||
background-color: rgba(220,220,220,0.9); | ||
color: rgba(0,0,0,0.9); | ||
font-weight: bold; | ||
} | ||
|
||
.side-box { | ||
o2pacity: 0.5; | ||
margin: 20px; | ||
padding: 20px; | ||
border-radius: 8px; | ||
b2ackground-color: #fff; | ||
background-color: rgba(255,255,255,0.6); | ||
color: #111; | ||
backdrop-filter: blur(16px) saturate(180%); | ||
-webkit-backdrop-filter: blur(16px) saturate(180%); | ||
box-shadow: 5px 3px 30px black; | ||
overflow: hidden; | ||
min-height: 375px; | ||
} | ||
|
||
.side-box h3 { | ||
margin-top: 0px; | ||
} | ||
|
||
.side-box .thumbnail { | ||
o2pacity: 1.0; | ||
b2ackground: #FFF; | ||
background-color: rgba(255,255,255,0); | ||
} | ||
|
||
|
||
|
||
.glass70 { | ||
position: relative; | ||
o2pacity: 0.7; | ||
margin: 20px; | ||
padding: 20px; | ||
border-radius: 8px; | ||
b2ackground-color: #fff; | ||
background-color: rgba(255,255,255,0.7); | ||
color: #111; | ||
backdrop-filter: blur(4px) saturate(180%); | ||
-webkit-backdrop-filter: blur(16px) saturate(180%); | ||
box-shadow: 5px 3px 30px black; | ||
overflow: hidden; | ||
} | ||
.glass70.map { | ||
padding: 45px 10px 45px 45px; | ||
} | ||
|
||
.glass70.tabbody { | ||
margin: 0px 20px; | ||
padding: 20px; | ||
box-shadow: 5px 3px 30px black; | ||
overflow: hidden; | ||
border-radius: 0px 8px 8px 8px; | ||
} | ||
|
||
.glass70::before { | ||
content: ''; | ||
m2argin: -35px; | ||
position: absolute; | ||
top: 0; | ||
right: 0; | ||
bottom: 0; | ||
left: 0; | ||
filter: blur(20px); | ||
z-index: -1; | ||
} | ||
|
||
.glass70 h1 { | ||
margin-top: 0px; | ||
margin-bottom: 20px; | ||
} | ||
|
||
|
||
.modal-content { | ||
p2osition: relative; | ||
m2argin: 20px; | ||
p2adding: 20px; | ||
border-radius: 8px; | ||
background-color: rgba(255,255,255,0.7); | ||
color: #111; | ||
backdrop-filter: blur(4px) saturate(180%); | ||
-webkit-backdrop-filter: blur(16px) saturate(180%); | ||
box-shadow: 5px 3px 30px black; | ||
o2verflow: hidden; | ||
} | ||
|
||
.content-modal { | ||
p2osition: relative; | ||
m2argin: 20px; | ||
p2adding: 20px; | ||
background-color: rgba(255,255,255); | ||
} | ||
|
||
.modal-80 { | ||
width: 80%; | ||
} |
Oops, something went wrong.