SESSION SAVE: Jan 21 UI Fixes & Transparency Restoration. Updated Bible & Diaries.
This commit is contained in:
58
transparency_test.html
Normal file
58
transparency_test.html
Normal file
@@ -0,0 +1,58 @@
|
||||
<!DOCTYPE html>
|
||||
<html>
|
||||
|
||||
<head>
|
||||
<style>
|
||||
body {
|
||||
background-color: #ff00ff;
|
||||
/* MAGENTA BACKGROUND TO PROVE TRANSPARENCY */
|
||||
display: flex;
|
||||
flex-wrap: wrap;
|
||||
gap: 20px;
|
||||
padding: 20px;
|
||||
}
|
||||
|
||||
.container {
|
||||
border: 2px solid white;
|
||||
text-align: center;
|
||||
}
|
||||
|
||||
img {
|
||||
max-width: 400px;
|
||||
max-height: 400px;
|
||||
display: block;
|
||||
}
|
||||
|
||||
h2 {
|
||||
color: white;
|
||||
font-family: sans-serif;
|
||||
margin: 5px;
|
||||
}
|
||||
</style>
|
||||
</head>
|
||||
|
||||
<body>
|
||||
<div class="container">
|
||||
<h2>Duh Oče (Ghost Father)</h2>
|
||||
<img src="assets/slike/NOVE_SLIKE/Characters/starsa/Ghost/ghost_otac_cyan.png">
|
||||
</div>
|
||||
<div class="container">
|
||||
<h2>Duh Starša (Parents)</h2>
|
||||
<img
|
||||
src="assets/slike/NOVE_SLIKE/Characters/starsa/Ghost/MOJE_SLIKE_KONCNA_ostalo_parents_transparent_ghosts_clean.png">
|
||||
</div>
|
||||
<div class="container">
|
||||
<h2>Okvir (Frame)</h2>
|
||||
<img src="assets/slike/NOVE_SLIKE/UI/okvir_zarjavel.png">
|
||||
</div>
|
||||
<div class="container">
|
||||
<h2>Merilec (Gauge)</h2>
|
||||
<img src="assets/slike/NOVE_SLIKE/UI/merilec_zdravja.png">
|
||||
</div>
|
||||
<div class="container">
|
||||
<h2>Maska (Vignette)</h2>
|
||||
<img src="assets/slike/NOVE_SLIKE/UI/amnezija_maska.png" style="width:200px;">
|
||||
</div>
|
||||
</body>
|
||||
|
||||
</html>
|
||||
Reference in New Issue
Block a user