This commit is contained in:
olebeck 2022-09-19 23:12:54 +02:00
parent 21a760ff93
commit 3d12fc4db7
2 changed files with 25 additions and 23 deletions

View File

@ -103,7 +103,7 @@
<meta charset="utf-8"> <meta charset="utf-8">
<meta name="robots" content="all"> <meta name="robots" content="all">
<meta name="viewport" content="width=1000; user-scalable=0;"/> <meta name="viewport" content="width=1000, user-scalable=0"/>
<meta name="Description" content="<?php echo $descsocial?>"/> <meta name="Description" content="<?php echo $descsocial?>"/>
<meta property="og:image" content="<?php echo $image ?>"/> <meta property="og:image" content="<?php echo $image ?>"/>

View File

@ -11,12 +11,7 @@
font-weight: bold; font-weight: bold;
float: left; float: left;
height: 40px; height: 40px;
} display: flex;
.sitename > span {
height: 100%;
display: inline-block;
position: absolute;
} }
.sitemap { .sitemap {
@ -69,6 +64,8 @@
background-color: #00CCCC; background-color: #00CCCC;
z-index: 10; z-index: 10;
position: relative; position: relative;
display: flex;
justify-content: space-between;
} }
@ -163,7 +160,8 @@
.psm-game > img{ .psm-game > img{
float: left; float: left;
margin-right:0.5rem; margin: auto 0.5rem auto 0.5rem;
border-radius: 10px;
} }
.psm-game a:link, a:visited{ .psm-game a:link, a:visited{
@ -178,24 +176,23 @@
text-decoration: underline; text-decoration: underline;
} }
.psm-game{ .psm-game{
display: flex; display: flex;
padding: 5px; padding: 5px;
width: 20%; width: 20%;
min-width: 400px; min-width: 400px;
height: 150px; height: 150px;
margin: 10px; margin: 10px;
background-color: #0094ff; background-color: #0094ff;
color: white; color: white;
border-radius: 5px; border-radius: 10px;
text-align: left; text-align: left;
overflow: hidden; overflow: hidden;
white-space: nowrap; white-space: nowrap;
vertical-align: middle; vertical-align: middle;
text-decoration: none; text-decoration: none;
} }
.psm-game:hover{ .psm-game:hover{
@ -206,11 +203,16 @@
.psm-game-info { .psm-game-info {
display: flex; display: flex;
flex-direction: column; flex-direction: column;
margin-top: 0.5rem;
} }
.psm-game-info > object > a { .psm-game-info > object > a {
padding-left: 4px; padding-left: 4px;
} }
.psm-game-info > table {
display: block;
}
.psm-meta { .psm-meta {
backdrop-filter: blur(10px); backdrop-filter: blur(10px);