dillo compatibility

This commit is contained in:
b1ek 2023-03-18 13:06:03 +10:00
parent 62df1af517
commit 9a7f8b7ea2
Signed by: blek
GPG Key ID: 14546221E3595D0C
2 changed files with 14 additions and 8 deletions

View File

@ -59,6 +59,9 @@ a:visited {
padding-left: 4px; padding-left: 4px;
line-height: 125%; line-height: 125%;
} }
.side_menu ul li {
font-size: 9pt;
}
.side_menu p { .side_menu p {
padding-left: 14px; padding-left: 14px;
} }
@ -132,10 +135,11 @@ a.web_link::before {
background-position: center; background-position: center;
content: ' '; content: ' ';
padding: 8px 8px; padding: 5px 5px;
margin-right: 4px; margin:0 4px;
transform: translateY(3px); transform: translateY(0px);
display: inline-block; display: inline-block;
} }
.nojs_hide {display: none;}

View File

@ -61,7 +61,7 @@ html(style='overflow-y:auto' lang='en_US')
| contact the maintainers and notify them of the issue. | contact the maintainers and notify them of the issue.
table(width='100%' height='100%' class='body_table') table(width='100%' height='100%' class='body_table')
tr tr
td(class='side_menu') td(class='side_menu' width='10%')
h1 h1
a(href='/') blek! Site a(href='/') blek! Site
hr(class='flag_hr') hr(class='flag_hr')
@ -77,11 +77,11 @@ html(style='overflow-y:auto' lang='en_US')
a(href=route) #{name} a(href=route) #{name}
hr hr
p This site is also available in: p(class='nojs_hide') This site is also available in:
p p(class='nojs_hide')
a(href='#' id='aussy_language') a(href='#' id='aussy_language')
span(class='flag_btn au_flag' title='Australian') span(class='flag_btn au_flag' title='Australian')
td(class='main_contents') td(class='main_contents' width='90%')
block content block content
block foot block foot
@ -99,5 +99,7 @@ html(style='overflow-y:auto' lang='en_US')
alert('Congratulations! You have spent 10 years on this page. Go fuck yourself.\n\nUwU'); alert('Congratulations! You have spent 10 years on this page. Go fuck yourself.\n\nUwU');
}, 1000 * 60 * 60 * 24 * 365 * 10); }, 1000 * 60 * 60 * 24 * 365 * 10);
$('.nojs_hide').css('display', 'block')
//- page js //- page js
block scripts block scripts