Skip to content

Commit

Permalink
Add HitL diffusion
Browse files Browse the repository at this point in the history
  • Loading branch information
zhanpenghe committed Dec 14, 2024
1 parent 33d5617 commit 07c5c12
Show file tree
Hide file tree
Showing 31 changed files with 7,511 additions and 0 deletions.
4 changes: 4 additions & 0 deletions uncertainty-diffusion/assets/css/font-awesome.min.css

Large diffs are not rendered by default.

74 changes: 74 additions & 0 deletions uncertainty-diffusion/assets/css/ie8.css
Original file line number Diff line number Diff line change
@@ -0,0 +1,74 @@
/*
Strata by HTML5 UP
html5up.net | @ajlkn
Free for personal and commercial use under the CCA 3.0 license (html5up.net/license)
*/

/* Button */

input[type="submit"],
input[type="reset"],
input[type="button"],
.button {
position: relative;
-ms-behavior: url("assets/js/ie/PIE.htc");
}

/* Form */

input[type="text"],
input[type="password"],
input[type="email"],
select,
textarea {
position: relative;
-ms-behavior: url("assets/js/ie/PIE.htc");
}

input[type="text"],
input[type="password"],
input[type="email"],
select {
height: 2.75em;
line-height: 2.75em;
}

input[type="checkbox"] + label:before,
input[type="radio"] + label:before {
display: none;
}

/* Image */

.image {
position: relative;
-ms-behavior: url("assets/js/ie/PIE.htc");
}

.image:before, .image:after {
display: none !important;
}

.image img {
position: relative;
-ms-behavior: url("assets/js/ie/PIE.htc");
}

/* Header */

#header {
background-image: url("../../images/bg.jpg");
background-repeat: no-repeat;
background-size: cover;
-ms-behavior: url("assets/js/ie/backgroundsize.min.htc");
}

#header h1 {
color: #ffffff;
}

/* Footer */

#footer .icons a {
color: #ffffff;
}
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading

0 comments on commit 07c5c12

Please sign in to comment.