Skip to content

Commit

Permalink
updated
Browse files Browse the repository at this point in the history
  • Loading branch information
jcponce committed Feb 29, 2024
1 parent a927b43 commit 8a7af84
Show file tree
Hide file tree
Showing 25 changed files with 155 additions and 1,722 deletions.
1 change: 1 addition & 0 deletions velfields/Aizawa/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,7 @@
<!-- This line removes any default padding and style.
You might only need one of these values set. -->
<link rel="stylesheet" type="text/css" href="style.css">
<link rel="stylesheet" type="text/css" href="../libraries/message.css">
<link rel="icon" type="image/png" href="https://jcponce.github.io/images/icon/infinity32.png" sizes="32x32">
<link rel="icon" type="image/png" href="https://jcponce.github.io/images/icon/infinity16.png" sizes="16x16">
<!-- Global site tag (gtag.js) - Google Analytics -->
Expand Down
142 changes: 0 additions & 142 deletions velfields/Aizawa/style.css
Original file line number Diff line number Diff line change
Expand Up @@ -90,146 +90,4 @@ ul .green {

ul .orange {
color: rgb(255, 128, 0);
}


.support {
position: fixed;
font-size: 1.2em;
left: 10;
bottom: 25;
}

.support a {
color: aqua;
}

.support a:hover {
color:rgba(4, 112, 162, .976);
}


.modal {
display: none;
position: fixed;
z-index: 9998;
padding-top: 70px;
left: 0;
top: 0;
width: 100%;
height: 100%;
overflow: auto;
background-color: #000;
background-color: rgba(0, 0, 0, .4)
}

.modal-content {
position: relative;
background-color: #f2f2f2;
margin: auto;
padding: 0;
border: 1px solid #888;
width: 80%;
box-shadow: 0 4px 8px 0 rgba(0, 0, 0, .2), 0 6px 20px 0 rgba(0, 0, 0, .19);
-webkit-animation-name: animatetop;
-webkit-animation-duration: .4s;
animation-name: animatetop;
animation-duration: .4s;
font-size: 17px;
font-family: Verdana, Geneva, Tahoma, sans-serif;
line-height: 1.6em;
color: #262626
}

.button-container {
position: relative;
display: flex;
flex-wrap: wrap;
justify-content: center;
align-items: center
}

.button-container button {
margin-top: 10;
margin-left: 7px;
margin-right: 7px;
margin-bottom: 10px
}

#modal-link {
padding: 9px;
background-color: #d8d8d8;
border: 1px #d8d8d8;
border-radius: 8px;
font-weight: 700;
font-size: 17px;
text-decoration: none !important
}

#modal-link a {
text-decoration: none !important;
color: #000 !important
}

#modal-link a:hover {
color: rgba(4, 112, 162, .976) !important
}

@-webkit-keyframes animatetop {
from {
top: -300px;
opacity: 0
}

to {
top: 0;
opacity: 1
}
}

@keyframes animatetop {
from {
top: -300px;
opacity: 0
}

to {
top: 0;
opacity: 1
}
}

.close {
margin-top: 10px;
color: #fff;
float: right;
font-size: 48px;
font-weight: 700
}

.close:focus,
.close:hover {
color: #000;
text-decoration: none;
cursor: pointer
}

.modal-header {
padding: 2px 16px;
background-color: #595959;
color: #f7f7f7f3;
text-align: center;
font-size: 1.5em
}

.modal-body {
padding: 2px 16px
}

.modal-footer {
padding: 20px 20px 20px 20px;
background-color: #595959;
color: #f7f7f7f3;
text-align: center !important;
font-weight: 700
}
1 change: 1 addition & 0 deletions velfields/Chen/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,7 @@
<link rel="icon" type="image/png" href="https://jcponce.github.io/images/icon/infinity32.png" sizes="32x32">
<link rel="icon" type="image/png" href="https://jcponce.github.io/images/icon/infinity16.png" sizes="16x16">
<link rel="stylesheet" type="text/css" href="style.css">
<link rel="stylesheet" type="text/css" href="../libraries/message.css">
<!-- Global site tag (gtag.js) - Google Analytics -->
<script async src="https://www.googletagmanager.com/gtag/js?id=G-JPYTNF6MB4"></script>
<script>
Expand Down
151 changes: 1 addition & 150 deletions velfields/Chen/style.css
Original file line number Diff line number Diff line change
Expand Up @@ -90,153 +90,4 @@ ul .green{
}
ul .orange{
color: rgb(255,128,0);
}


.support {
position: fixed;
font-size: 1.2em;
left: 10;
bottom: 25;
}

.support a {
color: aqua;
}

.support a:hover {
color:rgba(4, 112, 162, .976);
}


.modal {
display: none;
position: fixed;
z-index: 9998;
padding-top: 70px;
left: 0;
top: 0;
width: 100%;
height: 100%;
overflow: auto;
background-color: #000;
background-color: rgba(0, 0, 0, .4)
}

.modal-content {
position: relative;
background-color: #f2f2f2;
margin: auto;
padding: 0;
border: 1px solid #888;
width: 80%;
box-shadow: 0 4px 8px 0 rgba(0, 0, 0, .2), 0 6px 20px 0 rgba(0, 0, 0, .19);
-webkit-animation-name: animatetop;
-webkit-animation-duration: .4s;
animation-name: animatetop;
animation-duration: .4s;
font-size: 18px;
font-family: Verdana, Geneva, Tahoma, sans-serif;
line-height: 1.6em;
color: #262626
}

.button-container {
position: relative;
display: flex;
flex-wrap: wrap;
justify-content: center;
align-items: center
}

.button-container button {
margin-top: 10;
margin-left: 7px;
margin-right: 7px;
margin-bottom: 10px
}

#modal-link {
padding: 9px;
background-color: #d8d8d8;
border: 1px #d8d8d8;
border-radius: 8px;
font-weight: 700;
font-size: 1em;
text-decoration: none !important
}

#modal-link a {
text-decoration: none !important;
color: #000 !important
}

#modal-link a:hover {
color: rgba(4, 112, 162, .976) !important
}

@-webkit-keyframes animatetop {
from {
top: -300px;
opacity: 0
}

to {
top: 0;
opacity: 1
}
}

@keyframes animatetop {
from {
top: -300px;
opacity: 0
}

to {
top: 0;
opacity: 1
}
}

.close {
margin-top: 10px;
color: #fff;
float: right;
font-size: 48px;
font-weight: 700
}

.close:focus,
.close:hover {
color: #000;
text-decoration: none;
cursor: pointer
}

.modal-header {
padding: 2px 16px;
background-color: #595959;
color: #f7f7f7f3;
text-align: center;
font-size: 1.5em
}

.modal-body {
padding: 2px 16px
}

.modal-footer {
padding: 20px 20px 20px 20px;
background-color: #595959;
color: #f7f7f7f3;
text-align: center !important;
font-weight: 700
}







}
1 change: 1 addition & 0 deletions velfields/Dadras/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,7 @@
<!-- This line removes any default padding and style.
You might only need one of these values set. -->
<link rel="stylesheet" type="text/css" href="style.css">
<link rel="stylesheet" type="text/css" href="../libraries/message.css">
<link rel="icon" type="image/png" href="https://jcponce.github.io/images/icon/infinity32.png" sizes="32x32">
<link rel="icon" type="image/png" href="https://jcponce.github.io/images/icon/infinity16.png" sizes="16x16">
<!-- Global site tag (gtag.js) - Google Analytics -->
Expand Down
Loading

0 comments on commit 8a7af84

Please sign in to comment.