Source code of Leftypol imageboard
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
 

71 lines
1.4 KiB

<!doctype html>
<html>
<head>
<meta http-equiv="Content-type" content="text/html; charset=utf-8" />
<meta name="viewport" content="width=device-width,initial-scale=1.0">
<link rel="stylesheet" media="screen" href="{{ config.url_stylesheet }}">
<style type="text/css">
.sidebar {
width: 200px;
border-right-color: gray;
border-right-style: solid;
border-width: 2px;
margin-right: 15px;
}
.content {
width: 100%;
}
body {
display: flex;
height: 100vh;
}
fieldset {
margin: 10px;
}
legend {
width: 100%;
margin-left: -15px;
background: #98E;
border: 1px solid white;
color: white;
font-weight: bold;
padding: 5px 5px
}
ul {
margin: 0;
padding: 0
}
li {
list-style: none;
padding: 0 4px;
margin: 0 4px
}
li a.system {
font-weight: bold;
}
@media (max-width:768px) {
.sidebar {
display: none;
}
footer {
display: none;
}
}
</style>
<title>{{ settings.title }}</title>
</head>
<body>
{% include 'themes/categories/' ~ settings.file_sidebar %}
{% include 'themes/categories/' ~ settings.file_news %}
</body>
</html>