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

@ -244,7 +244,7 @@ input[type="text"]:focus, textarea:focus
{ {
border:#888 1px solid!important; border:#888 1px solid!important;
} }
p.fileinfo a:hover figcaption.fileinfo a:hover
{ {
text-decoration: underline; text-decoration: underline;
} }

View file

@ -401,10 +401,10 @@ p.intro a {color: #ffffff !important}
A.post_no {color:#989898} A.post_no {color:#989898}
p.fileinfo figcaption.fileinfo
{color: #989898 !important} {color: #989898 !important}
p.fileinfo a:link{ figcaption.fileinfo a:link{
color: #989898; color: #989898;
} !important; } !important;
max-width: 50%; max-width: 50%;
@ -422,10 +422,10 @@ p.intro a {color: #ffffff !important}
A.post_no {color:#989898} A.post_no {color:#989898}
p.fileinfo figcaption.fileinfo
{color: #989898 !important} {color: #989898 !important}
p.fileinfo a:link{ figcaption.fileinfo a:link{
color: #989898; color: #989898;
} }

View file

@ -253,7 +253,7 @@ input[type="text"]:focus, textarea:focus
{ {
border:#888 1px solid!important; border:#888 1px solid!important;
} }
p.fileinfo a:hover figcaption.fileinfo a:hover
{ {
text-decoration: underline; text-decoration: underline;
} }

View file

@ -41,11 +41,11 @@ div.banner {
font-size: 12px; font-size: 12px;
} }
p.fileinfo { figcaption.fileinfo {
text-decoration: underline; text-decoration: underline;
} }
p.fileinfo span.unimportant, p.fileinfo a { figcaption.fileinfo span.unimportant, figcaption.fileinfo a {
font-size: 12px; font-size: 12px;
} }

View file

@ -64,7 +64,7 @@ form table tr th {
font-weight: bold; font-weight: bold;
} }
p.fileinfo span.unimportant, p.fileinfo a { figcaption.fileinfo span.unimportant, figcaption.fileinfo a {
font-size: 10pt; font-size: 10pt;
} }

View file

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

View file

@ -1,7 +1,7 @@
/*cyberpunk mod of ferus by kalyx /*cyberpunk mod of ferus by kalyx
B332E6 = dark purp B332E6 = dark purp
33cccc = teal 33cccc = teal
00ff00 = green 00ff00 = green
FF46D2 = pink FF46D2 = pink
dark blue = 00080C dark blue = 00080C
@ -14,7 +14,7 @@ body {
font-size: 11px; font-size: 11px;
/*text-shadow: 0px 0px 3px #FF46D2;*/ /*text-shadow: 0px 0px 3px #FF46D2;*/
} }
@font-face @font-face
{ {
font-family: 'lain'; font-family: 'lain';
src: url('./fonts/nrdyyh.woff') format('woff'), src: url('./fonts/nrdyyh.woff') format('woff'),
@ -61,7 +61,7 @@ a:link, a:visited, p.intro a.email span.name
-ms-transition: 0.15s text-shadow, 0.15s color; -ms-transition: 0.15s text-shadow, 0.15s color;
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; -moz-transition: 0.15s border-color;
-webkit-transition: 0.15s border-color; -webkit-transition: 0.15s border-color;
@ -70,7 +70,7 @@ input[type="text"], textarea
-ms-transition: 0.15s border-color; -ms-transition: 0.15s border-color;
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; -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; -webkit-transition: 0.15s border-color, 0.15s background-color, 0.15s color;
@ -94,7 +94,7 @@ a.post_no {
color: #33cccc; color: #33cccc;
text-decoration: none; text-decoration: none;
} }
span.quote span.quote
{ {
color:#00ff00; color:#00ff00;
} }
@ -196,7 +196,7 @@ input[type="submit"]:hover {
color: #FF46D2; color: #FF46D2;
border-radius: 5px; border-radius: 5px;
} }
p.fileinfo a:hover { figcaption.fileinfo a:hover {
text-decoration: underline; text-decoration: underline;
} }
span.trip { span.trip {

View file

@ -136,7 +136,7 @@ input[type="submit"]:hover {
input[type="text"]:focus { input[type="text"]:focus {
border:#aaa 1px solid; border:#aaa 1px solid;
} }
p.fileinfo a:hover { figcaption.fileinfo a:hover {
text-decoration: underline; text-decoration: underline;
} }
span.trip { span.trip {

View file

@ -136,7 +136,7 @@ input[type="submit"]:hover {
input[type="text"]:focus { input[type="text"]:focus {
border:#aaa 1px solid; border:#aaa 1px solid;
} }
p.fileinfo a:hover { figcaption.fileinfo a:hover {
text-decoration: underline; text-decoration: underline;
} }
span.trip { span.trip {

View file

@ -113,7 +113,7 @@ form table tr td div label {
.unimportant, .unimportant * { .unimportant, .unimportant * {
font-size: 10px; font-size: 10px;
} }
p.fileinfo { figcaption.fileinfo {
display: block; display: block;
margin: 0; margin: 0;
padding-right: 7em; padding-right: 7em;

View file

@ -1,7 +1,7 @@
/*cyberpunk mod of ferus by kalyx /*cyberpunk mod of ferus by kalyx
B332E6 = dark purp B332E6 = dark purp
293728 = teal 293728 = teal
59B451 = green 59B451 = green
FF46D2 = pink FF46D2 = pink
dark blue = 293728 dark blue = 293728
@ -19,13 +19,13 @@ div.boardlist{
} }
@font-face @font-face
{ {
font-family: 'lain'; font-family: 'lain';
src: url('./fonts/nrdyyh.woff') format('woff'), src: url('./fonts/nrdyyh.woff') format('woff'),
url('./fonts/tojcxo.TTF') format('truetype'); url('./fonts/tojcxo.TTF') format('truetype');
} }
@font-face @font-face
{ {
font-family: 'DejaVuSansMono'; font-family: 'DejaVuSansMono';
src: url('./fonts/DejaVuSansMono.ttf') format('truetype'); src: url('./fonts/DejaVuSansMono.ttf') format('truetype');
@ -79,7 +79,7 @@ a:link, a:visited, p.intro a.email span.name
-ms-transition: 0.15s text-shadow, 0.15s color; -ms-transition: 0.15s text-shadow, 0.15s color;
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; -moz-transition: 0.15s border-color;
-webkit-transition: 0.15s border-color; -webkit-transition: 0.15s border-color;
@ -88,7 +88,7 @@ input[type="text"], textarea
-ms-transition: 0.15s border-color; -ms-transition: 0.15s border-color;
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; -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; -webkit-transition: 0.15s border-color, 0.15s background-color, 0.15s color;
@ -112,7 +112,7 @@ a.post_no {
color: #293728; color: #293728;
text-decoration: none; text-decoration: none;
} }
span.quote span.quote
{ {
color:#4CADA7; color:#4CADA7;
} }
@ -214,7 +214,7 @@ input[type="submit"]:hover {
color: #FF46D2; color: #FF46D2;
border-radius: 0px; border-radius: 0px;
} }
p.fileinfo a:hover { figcaption.fileinfo a:hover {
text-decoration: underline; text-decoration: underline;
} }
span.trip { span.trip {

Binary file not shown.

View file

@ -25,7 +25,7 @@ div.boardlist{
background-color: #000!important; background-color: #000!important;
} }
@font-face @font-face
{ {
font-family: 'lain'; font-family: 'lain';
src: url('./fonts/nrdyyh.woff') format('woff'), src: url('./fonts/nrdyyh.woff') format('woff'),
@ -74,7 +74,7 @@ a.post_no {
color: #d2738a; color: #d2738a;
text-decoration: none; text-decoration: none;
} }
span.quote span.quote
{ {
color:#d2738a; color:#d2738a;
} }
@ -172,7 +172,7 @@ input[type="submit"]:hover {
color: rgb(193, 180, 146); color: rgb(193, 180, 146);
/*border-radius: 5px;*/ /*border-radius: 5px;*/
} }
p.fileinfo a:hover { figcaption.fileinfo a:hover {
text-decoration: underline; text-decoration: underline;
} }
span.trip { span.trip {
@ -216,11 +216,11 @@ table.modlog tr th {
#options_div { #options_div {
background-color: #000000; background-color: #000000;
} }
.options_tab_icon { .options_tab_icon {
color: #c1b492; color: #c1b492;
} }
.options_tab_icon.active { .options_tab_icon.active {
color: #d2738a; color: #d2738a;
} }

View file

@ -50,11 +50,11 @@ form table tr th {
font-family: serif; font-family: serif;
} }
p.fileinfo { figcaption.fileinfo {
text-decoration: underline; text-decoration: underline;
} }
p.fileinfo span.unimportant, p.fileinfo a { figcaption.fileinfo span.unimportant, figcaption.fileinfo a {
font-size: 12px; font-size: 12px;
} }

View file

@ -4,7 +4,7 @@ body {
font-family: monospace; font-family: monospace;
font-size: 11px; font-size: 11px;
} }
@font-face @font-face
{ {
font-family: 'lain'; font-family: 'lain';
src: url('./fonts/nrdyyh.woff') format('woff'), src: url('./fonts/nrdyyh.woff') format('woff'),
@ -41,7 +41,7 @@ a.post_no {
color: #B332E6; color: #B332E6;
text-decoration: none; text-decoration: none;
} }
span.quote span.quote
{ {
color:#00ff00; color:#00ff00;
} }
@ -127,7 +127,7 @@ input[type="submit"]:hover {
border: #888888 1px solid; border: #888888 1px solid;
color: #00FF00; color: #00FF00;
} }
p.fileinfo a:hover { figcaption.fileinfo a:hover {
text-decoration: underline; text-decoration: underline;
} }
span.trip { span.trip {

View file

@ -1,7 +1,7 @@
/*cyberpunk mod of ferus by kalyx /*cyberpunk mod of ferus by kalyx
B332E6 = dark purp B332E6 = dark purp
293728 = teal 293728 = teal
59B451 = green 59B451 = green
FF46D2 = pink FF46D2 = pink
dark blue = 293728 dark blue = 293728
@ -19,13 +19,13 @@ div.boardlist{
} }
@font-face @font-face
{ {
font-family: 'lain'; font-family: 'lain';
src: url('./fonts/nrdyyh.woff') format('woff'), src: url('./fonts/nrdyyh.woff') format('woff'),
url('./fonts/tojcxo.TTF') format('truetype'); url('./fonts/tojcxo.TTF') format('truetype');
} }
@font-face @font-face
{ {
font-family: 'DejaVuSansMono'; font-family: 'DejaVuSansMono';
src: url('./fonts/DejaVuSansMono.ttf') format('truetype'); src: url('./fonts/DejaVuSansMono.ttf') format('truetype');
@ -79,7 +79,7 @@ a:link, a:visited, p.intro a.email span.name
-ms-transition: 0.15s text-shadow, 0.15s color; -ms-transition: 0.15s text-shadow, 0.15s color;
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; -moz-transition: 0.15s border-color;
-webkit-transition: 0.15s border-color; -webkit-transition: 0.15s border-color;
@ -88,7 +88,7 @@ input[type="text"], textarea
-ms-transition: 0.15s border-color; -ms-transition: 0.15s border-color;
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; -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; -webkit-transition: 0.15s border-color, 0.15s background-color, 0.15s color;
@ -112,7 +112,7 @@ a.post_no {
color: #293728; color: #293728;
text-decoration: none; text-decoration: none;
} }
span.quote span.quote
{ {
color:#4CADA7; color:#4CADA7;
} }
@ -214,7 +214,7 @@ input[type="submit"]:hover {
color: #FF46D2; color: #FF46D2;
border-radius: 0px; border-radius: 0px;
} }
p.fileinfo a:hover { figcaption.fileinfo a:hover {
text-decoration: underline; text-decoration: underline;
} }
span.trip { span.trip {

View file

@ -113,7 +113,7 @@ div.post.reply div.body a:visited {
#options_div {background-color: #191919;} #options_div {background-color: #191919;}
p.fileinfo {margin: 0 10px 0 0;} figcaption.fileinfo {margin: 0 10px 0 0;}
.post-image {margin: 5px 20px 10px 0;} .post-image {margin: 5px 20px 10px 0;}
@ -325,7 +325,7 @@ tr.tblhead > th {
} }
fieldset { fieldset {
border: 1px solid gray; border: 1px solid gray;
} }
@media screen and (max-width: 700px) { @media screen and (max-width: 700px) {

View file

@ -256,7 +256,7 @@ input[type="text"]:focus, textarea:focus
{ {
border:#888 1px solid!important; border:#888 1px solid!important;
} }
p.fileinfo a:hover figcaption.fileinfo a:hover
{ {
text-decoration: underline; text-decoration: underline;
} }

View file

@ -2,27 +2,27 @@
* dark.css * dark.css
* Stolen from circlepuller who stole it from derpcat * Stolen from circlepuller who stole it from derpcat
*/ */
body body
{ {
background: #1E1E1E; background: #1E1E1E;
color: #999999; color: #999999;
font-family: sans-serif; font-family: sans-serif;
font-size: 11px; font-size: 11px;
} }
span.quote span.quote
{ {
color:#B8D962; color:#B8D962;
} }
@font-face @font-face
{ {
font-family: 'lain'; font-family: 'lain';
src: url('./fonts/nrdyyh.woff') format('woff'), src: url('./fonts/nrdyyh.woff') format('woff'),
url('./fonts/tojcxo.TTF') format('truetype'); url('./fonts/tojcxo.TTF') format('truetype');
} }
h1 h1
{ {
font-family: 'lain', tahoma; font-family: 'lain', tahoma;
letter-spacing: -2px; letter-spacing: -2px;
@ -30,20 +30,20 @@ h1
text-align: center; text-align: center;
color: #32DD72; color: #32DD72;
} }
header div.subtitle header div.subtitle
{ {
color: #32DD72; color: #32DD72;
} }
div.title div.title
{ {
color: #32DD72; color: #32DD72;
font-family: Arial, Helvetica, sans-serif; font-family: Arial, Helvetica, sans-serif;
} }
div.title p div.title p
{ {
font-size: 10px; font-size: 10px;
} }
a:link, a:visited, p.intro a.email span.name a:link, a:visited, p.intro a.email span.name
{ {
color: #CCCCCC; color: #CCCCCC;
text-decoration: none; text-decoration: none;
@ -58,7 +58,7 @@ a:link, a:visited, p.intro a.email span.name
-ms-transition: 0.15s text-shadow, 0.15s color; -ms-transition: 0.15s text-shadow, 0.15s color;
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; -moz-transition: 0.15s border-color;
-webkit-transition: 0.15s border-color; -webkit-transition: 0.15s border-color;
@ -67,7 +67,7 @@ input[type="text"], textarea
-ms-transition: 0.15s border-color; -ms-transition: 0.15s border-color;
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; -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; -webkit-transition: 0.15s border-color, 0.15s background-color, 0.15s color;
@ -76,23 +76,23 @@ input[type="submit"]
-ms-transition: 0.15s border-color, 0.15s background-color, 0.15s color; -ms-transition: 0.15s border-color, 0.15s background-color, 0.15s color;
transition: 0.15s border-color, 0.15s background-color, 0.15s color; transition: 0.15s border-color, 0.15s background-color, 0.15s color;
} }
a:link:hover, a:visited:hover a:link:hover, a:visited:hover
{ {
color: #32DD72; color: #32DD72;
font-family: sans-serif; font-family: sans-serif;
text-decoration: none; text-decoration: none;
text-shadow: 0px 0px 5px #fff; text-shadow: 0px 0px 5px #fff;
} }
a.post_no a.post_no
{ {
color: #AAA; color: #AAA;
text-decoration: none; text-decoration: none;
} }
p.intro a.post_no:hover p.intro a.post_no:hover
{ {
color: #32DD72!important; color: #32DD72!important;
} }
div.post.reply div.post.reply
{ {
background: #181818; background: #181818;
border: #555555 0px solid; border: #555555 0px solid;
@ -117,59 +117,59 @@ div.sidearrows
display:none; display:none;
} }
div.post.reply.highlighted div.post.reply.highlighted
{ {
background: #555; background: #555;
border: transparent 1px solid; border: transparent 1px solid;
} }
div.post.reply div.body a:link, div.post.reply div.body a:visited div.post.reply div.body a:link, div.post.reply div.body a:visited
{ {
color: #CCCCCC; color: #CCCCCC;
} }
div.post.reply div.body a:link:hover, div.post.reply div.body a:visited:hover div.post.reply div.body a:link:hover, div.post.reply div.body a:visited:hover
{ {
color: #32DD72; color: #32DD72;
} }
p.intro span.subject p.intro span.subject
{ {
font-size: 12px; font-size: 12px;
font-family: sans-serif; font-family: sans-serif;
color: #446655; color: #446655;
font-weight: 800; font-weight: 800;
} }
p.intro span.name p.intro span.name
{ {
color: #32DD72; color: #32DD72;
font-weight: 800; font-weight: 800;
} }
p.intro a.capcode, p.intro a.nametag p.intro a.capcode, p.intro a.nametag
{ {
color: magenta; color: magenta;
margin-left: 0; margin-left: 0;
} }
p.intro a.email, p.intro a.email span.name, p.intro a.email:hover, p.intro a.email:hover span.name p.intro a.email, p.intro a.email span.name, p.intro a.email:hover, p.intro a.email:hover span.name
{ {
color: #32ddaf; color: #32ddaf;
} }
input[type="text"], textarea, select input[type="text"], textarea, select
{ {
background: #333333!important; background: #333333!important;
color: #CCCCCC!important; color: #CCCCCC!important;
border: #666666 1px solid!important; border: #666666 1px solid!important;
} }
input[type="password"] input[type="password"]
{ {
background: #333333!important; background: #333333!important;
color: #CCCCCC!important; color: #CCCCCC!important;
border: #666666 1px solid!important; border: #666666 1px solid!important;
} }
form table tr th form table tr th
{ {
background: #333333!important; background: #333333!important;
color: #AAAAAA!important; color: #AAAAAA!important;
border: #333333 1px solid!important;; border: #333333 1px solid!important;;
} }
div.banner div.banner
{ {
background: #E04000; background: #E04000;
border: 1px solid hsl(17, 100%, 60%); border: 1px solid hsl(17, 100%, 60%);
@ -180,31 +180,31 @@ div.banner
margin-left: auto; margin-left: auto;
margin-right: auto; margin-right: auto;
} }
div.banner a div.banner a
{ {
color:#000; color:#000;
} }
input[type="submit"] input[type="submit"]
{ {
background: #333333; background: #333333;
border: #666 1px solid; border: #666 1px solid;
color: #CCCCCC; color: #CCCCCC;
} }
input[type="submit"]:hover input[type="submit"]:hover
{ {
background: #555; background: #555;
border: #888 1px solid; border: #888 1px solid;
color: #32DD72; color: #32DD72;
} }
input[type="text"]:focus, textarea:focus input[type="text"]:focus, textarea:focus
{ {
border:#888 1px solid!important; border:#888 1px solid!important;
} }
p.fileinfo a:hover figcaption.fileinfo a:hover
{ {
text-decoration: underline; text-decoration: underline;
} }
span.trip span.trip
{ {
color: #AAA; color: #AAA;
} }
@ -214,7 +214,7 @@ span.trip
border-bottom: 0px solid #666; border-bottom: 0px solid #666;
widh:100%; widh:100%;
} }
div.pages div.pages
{ {
color: #AAA; color: #AAA;
background: #333; background: #333;
@ -222,21 +222,21 @@ div.pages
font-family: sans-serif; font-family: sans-serif;
font-size: 10pt; font-size: 10pt;
} }
div.pages a.selected div.pages a.selected
{ {
color: #CCC; color: #CCC;
} }
hr hr
{ {
height: 0px; height: 0px;
border: #333 1px solid; border: #333 1px solid;
} }
div.boardlist div.boardlist
{ {
color: #999; color: #999;
} }
div.ban div.ban
{ {
background-color: #1e1e1e; background-color: #1e1e1e;
border: 1px solid #555; border: 1px solid #555;
@ -245,7 +245,7 @@ div.ban
border-radius: 2px; border-radius: 2px;
text-align: left!important; text-align: left!important;
} }
div.ban h2 div.ban h2
{ {
background: #333; background: #333;
color: #32DD72; color: #32DD72;
@ -253,17 +253,17 @@ div.ban h2
font-size: 12pt; font-size: 12pt;
border-bottom: 1px solid #555; border-bottom: 1px solid #555;
} }
div.ban h2:not(:nth-child(1)) div.ban h2:not(:nth-child(1))
{ {
border-top: 1px solid #555; border-top: 1px solid #555;
} }
table.modlog tr th table.modlog tr th
{ {
background: #333; background: #333;
color: #AAA; color: #AAA;
} }
div.report div.report
{ {
color: #666; color: #666;
} }
@ -276,7 +276,7 @@ div.report
-ms-border-radius: 2px; -ms-border-radius: 2px;
border-radius: 2px; border-radius: 2px;
} }
.blur .blur
{ {
filter: blur(20px); filter: blur(20px);
-webkit-filter: blur(23px); -webkit-filter: blur(23px);
@ -287,15 +287,15 @@ div.report
} }
/* options.js */ /* options.js */
#options_div #options_div
{ {
background: #333333; background: #333333;
} }
.options_tab_icon .options_tab_icon
{ {
color: #AAAAAA; color: #AAAAAA;
} }
.options_tab_icon.active .options_tab_icon.active
{ {
color: #FFFFFF; color: #FFFFFF;
} }

View file

@ -213,11 +213,11 @@ form table tr td div label {
.file:not(.multifile) { .file:not(.multifile) {
float: none; float: none;
} }
p.fileinfo { figcaption.fileinfo {
display: block; display: block;
margin: 0 0 0 20px; margin: 0 0 0 20px;
} }
div.post p.fileinfo { div.post figcaption.fileinfo {
padding-left: 5px; padding-left: 5px;
} }
div.banner { div.banner {

View file

@ -116,7 +116,7 @@ form table tr td div label {
.unimportant, .unimportant * { .unimportant, .unimportant * {
font-size: 10px; font-size: 10px;
} }
p.fileinfo { figcaption.fileinfo {
display: block; display: block;
margin: 0; margin: 0;
padding-right: 7em; padding-right: 7em;

View file

@ -58,7 +58,7 @@ input[type="text"], input[type="password"], textarea, input[type="submit"], inpu
font-weight: bold; font-weight: bold;
} }
p.fileinfo span.unimportant, p.fileinfo a { figcaption.fileinfo span.unimportant, figcaption.fileinfo a {
font-size: 10pt; font-size: 10pt;
} }

View file

@ -70,7 +70,7 @@ form[name="postcontrols"] {
font-weight: 800; font-weight: 800;
} }
p.fileinfo span.unimportant, p.fileinfo a { figcaption.fileinfo span.unimportant, figcaption.fileinfo a {
font-size: 12px; font-size: 12px;
} }

View file

@ -110,7 +110,7 @@ form table tr td div label {
.unimportant, .unimportant * { .unimportant, .unimportant * {
font-size: 10px; font-size: 10px;
} }
p.fileinfo { figcaption.fileinfo {
display: block; display: block;
margin: 0px; margin: 0px;
padding-right: 7em; padding-right: 7em;

View file

@ -379,6 +379,8 @@ form table tr td div.center {
.file { .file {
float: left; float: left;
margin: 0px;
display: table;
} }
.file:not(.multifile) .post-image { .file:not(.multifile) .post-image {
@ -389,8 +391,8 @@ form table tr td div.center {
float: none; float: none;
} }
p.fileinfo { figcaption.fileinfo {
display: block; display: table-caption;
margin: 0.2em 0px; margin: 0.2em 0px;
} }

View file

@ -122,7 +122,7 @@ input[type="submit"]:hover {
border-color:#00FF00; border-color:#00FF00;
color: #00FF00; color: #00FF00;
} }
p.fileinfo a:hover { figcaption.fileinfo a:hover {
text-decoration: underline; text-decoration: underline;
} }
span.trip { span.trip {

View file

@ -121,7 +121,7 @@ input[type="submit"]:hover {
background: #111111; background: #111111;
border: 1px dotted; border: 1px dotted;
} }
p.fileinfo a:hover { figcaption.fileinfo a:hover {
text-decoration: underline; text-decoration: underline;
} }
div.pages { div.pages {

View file

@ -229,7 +229,7 @@ input[type="submit"]:hover {
input[type="text"]:focus { input[type="text"]:focus {
border:#aaa 1px solid; border:#aaa 1px solid;
} }
p.fileinfo a:hover { figcaption.fileinfo a:hover {
text-decoration: underline; text-decoration: underline;
} }
span.trip { span.trip {

View file

@ -190,12 +190,12 @@ form table tr td div label {
float: none; float: none;
} }
p.fileinfo { figcaption.fileinfo {
display: block; display: block;
margin: 0 0 0 20px; margin: 0 0 0 20px;
} }
div.post p.fileinfo { div.post figcaption.fileinfo {
padding-left: 5px; padding-left: 5px;
} }
@ -1446,7 +1446,7 @@ input[type="submit"]:hover {
input[type="text"]:focus { input[type="text"]:focus {
border:#aaa 1px solid; border:#aaa 1px solid;
} }
p.fileinfo a:hover { figcaption.fileinfo a:hover {
text-decoration: underline; text-decoration: underline;
} }
span.trip { span.trip {

View file

@ -109,7 +109,7 @@ form table tr td div label {
.unimportant, .unimportant * { .unimportant, .unimportant * {
font-size: 10px; font-size: 10px;
} }
p.fileinfo { figcaption.fileinfo {
display: block; display: block;
margin: 0px; margin: 0px;
padding-right: 7em; padding-right: 7em;