Skip to content

Commit c91e1a4

Browse files
committed
version 2.0.0 basically finish the project!
1 parent 1a93dbe commit c91e1a4

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

50 files changed

+600
-244
lines changed
Binary file not shown.

out/artifacts/SoftwareDeveloping_PJ_war_exploded/css/bootstrap.css

Lines changed: 3 additions & 3 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

out/artifacts/SoftwareDeveloping_PJ_war_exploded/css/theme.css

Lines changed: 25 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -244,3 +244,28 @@ h1{
244244
background-color: rgb(104,88,91) !important;
245245
border-color: rgb(104,88,91) !important;
246246
}
247+
248+
a.badge:hover{
249+
color: rgba(254,255,157,0.9);
250+
}
251+
252+
svg.uncollected{
253+
stroke: rgb(104, 88, 91) !important;
254+
stroke-width: 2;
255+
}
256+
257+
.collected{
258+
fill: rgb(104, 88, 91) !important;
259+
}
260+
261+
.bgcolor4 a:link{fill: rgb(104, 88, 91) !important;}
262+
.bgcolor4 a:visited{fill: rgb(104, 88, 91) !important;}
263+
.bgcolor4 a:hover{color: rgb(250,226,180) !important;}
264+
.bgcolor4 a:active{fill: rgb(104, 88, 91) !important;}
265+
266+
.myColor{
267+
color: rgb(104,88,91) !important;;
268+
}
269+
270+
a.btn-outline-white
271+

out/artifacts/SoftwareDeveloping_PJ_war_exploded/index.jsp

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -74,7 +74,6 @@
7474
</div>
7575
</div>
7676

77-
7877
<script type="text/javascript" src="/SoftwareDeveloping_PJ_war_exploded/js/jquery.min.js"></script>
7978
<script type="text/javascript" src="/SoftwareDeveloping_PJ_war_exploded/js/popper.min.js"></script>
8079
<script type="text/javascript" src="/SoftwareDeveloping_PJ_war_exploded/js/bootstrap.js"></script>

out/artifacts/SoftwareDeveloping_PJ_war_exploded/js/ajaxCollectedImages.js

Lines changed: 108 additions & 50 deletions
Large diffs are not rendered by default.

0 commit comments

Comments
 (0)