pequeno arranjo

l29utp0 3 years ago
parent 0450f2313d
commit 36141bdc41
  1. 6
      gulp/res/css/style.css
  2. 2
      gulp/res/css/themes/favela.css
  3. 4
      gulp/res/css/themes/vapor.css
  4. 4
      views/custompages/faq.pug

@ -3151,6 +3151,12 @@ row.wrap.sb .col {
max-width: 100%
}
.centerpiece {
display: block;
margin: auto;
max-width: 100%
}
span.title {
color: var(--title-color);
}

@ -135,7 +135,7 @@ body {
background: url(/css/themes/favelafundo.jpg) repeat 0 0 azure
}
.logo {
.centerpiece {
content: url(/asset/br/5da6fb306dd164cdb229d61642fbd971f288a2fd8409efac82361fadb4c0b978.png);
}

@ -71,7 +71,7 @@ a:active, a:hover {
filter: invert(90%) sepia(100%) saturate(100) hue-rotate(194deg);
}
.logo {
.centerpiece {
content: url(https://ptchan.org/asset/i/5ba0114fa31dd25b779bdd9b5caa11511eb597ef398130ed68ab744f382a1013.png);
content: url(/asset/i/5ba0114fa31dd25b779bdd9b5caa11511eb597ef398130ed68ab744f382a1013.png);
}

@ -99,7 +99,7 @@ block content
tr
td
p
img.logo(src='https://ptchan.org/asset/i/16caeeac9cb82821b7e82278f867c6e1630e79d7145849036db763aeeb561549.png' title='O australiano.')
img.centerpiece(src='https://ptchan.org/asset/i/16caeeac9cb82821b7e82278f867c6e1630e79d7145849036db763aeeb561549.png' title='O australiano.')
br
| O ptchan existe também graças ao
a(href='https://gitgud.io/fatchan/jschan/' target='_blank') australiano do jschan
@ -167,7 +167,7 @@ block content
tr
td
p
img.logo(src='/misc/captcha.png' title='Usa o cérebro')
img.centerpiece(src='/misc/captcha.png' title='Usa o cérebro')
.table-container.flex-center.mv-5
.anchor#name-formatting
table

Loading…
Cancel
Save