librecat/themes/minimalpunk/css/main.css.php

33 lines
642 B
PHP
Executable File

<?php include("../colors.php"); ?>
@font-face{
font-family: liberation-sans;
src: url(/themes/minimalpunk/assets/liberation-sans-Regular.ttf) format("truetype");
}
@font-face{
font-family: liberation-sans;
font-weight: bold;
src: url(/themes/minimalpunk/assets/liberation-sans-Bold.ttf) format("truetype");
}
body{
font-family: liberation-sans;
background-color: <?= $color_bg ?>;
color: white;
}
a{
color: white;
}
input{
background-color: <?= $color_3 ?>;
color: white;
border: none;
padding: 10px 20px;
}
body{
background-image: url("/themes/minimalpunk/assets/logo_1000px.png"):
background-size: 100px 100px;
}