stylesheets: do not expand fileinfo beyond image width. Fix #188

This commit is contained in:
Zankaria 2024-09-05 15:55:01 +02:00
parent a1d5f755b1
commit d23bfb6af5
30 changed files with 114 additions and 112 deletions

View file

@ -1,7 +1,7 @@
/*cyberpunk mod of ferus by kalyx
B332E6 = dark purp
33cccc = teal
33cccc = teal
00ff00 = green
FF46D2 = pink
dark blue = 00080C
@ -37,7 +37,7 @@ div.boardlist{
background-color: #0C0001;
}
@font-face
@font-face
{
font-family: 'lain';
src: url('./fonts/nrdyyh.woff') format('woff'),
@ -84,7 +84,7 @@ a:link, a:visited, p.intro a.email span.name
-ms-transition: 0.15s text-shadow, 0.15s color;
transition: 0.15s text-shadow, 0.15s color;
}
input[type="text"], textarea
input[type="text"], textarea
{
-moz-transition: 0.15s border-color;
-webkit-transition: 0.15s border-color;
@ -93,7 +93,7 @@ input[type="text"], textarea
-ms-transition: 0.15s border-color;
transition: 0.15s border-color;
}
input[type="submit"]
input[type="submit"]
{
-moz-transition: 0.15s border-color, 0.15s background-color, 0.15s color;
-webkit-transition: 0.15s border-color, 0.15s background-color, 0.15s color;
@ -117,7 +117,7 @@ a.post_no {
color: #33cccc;
text-decoration: none;
}
span.quote
span.quote
{
color:#00ff00;
}
@ -219,7 +219,7 @@ input[type="submit"]:hover {
color: #FF46D2;
border-radius: 5px;
}
p.fileinfo a:hover {
figcaption.fileinfo a:hover {
text-decoration: underline;
}
span.trip {