forked from leftypol/leftypol
stylesheets: do not expand fileinfo beyond image width. Fix #188
This commit is contained in:
parent
a1d5f755b1
commit
d23bfb6af5
30 changed files with 114 additions and 112 deletions
|
@ -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 {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue