balls
This commit is contained in:
parent
56fd3d0ec1
commit
277d0a4b91
2 changed files with 2 additions and 3 deletions
|
@ -10,7 +10,8 @@ $baseUrl = empty($external) ? '' : '//' . $_SERVER['HTTP_HOST'];
|
||||||
<title><?=($title ?? 'flash.moe');?></title>
|
<title><?=($title ?? 'flash.moe');?></title>
|
||||||
<meta name="viewport" content="width=device-width, initial-scale=1, maximum-scale=1, user-scalable=no"/>
|
<meta name="viewport" content="width=device-width, initial-scale=1, maximum-scale=1, user-scalable=no"/>
|
||||||
<link href="<?=$baseUrl;?>/assets/2020v2.css" type="text/css" rel="stylesheet"/>
|
<link href="<?=$baseUrl;?>/assets/2020v2.css" type="text/css" rel="stylesheet"/>
|
||||||
<link href="//flash.moe/css/electrolize/style.css" type="text/css" rel="stylesheet"/>
|
<link href="<?=$baseUrl;?>/assets/sprite.css" type="text/css" rel="stylesheet"/>
|
||||||
|
<link href="<?=$baseUrl;?>/css/electrolize/style.css" type="text/css" rel="stylesheet"/>
|
||||||
<?php if(isset($styles) && is_array($styles)) foreach($styles as $style): ?>
|
<?php if(isset($styles) && is_array($styles)) foreach($styles as $style): ?>
|
||||||
<link href="<?=$style;?>" type="text/css" rel="stylesheet"/>
|
<link href="<?=$style;?>" type="text/css" rel="stylesheet"/>
|
||||||
<?php endforeach;?>
|
<?php endforeach;?>
|
||||||
|
|
|
@ -712,5 +712,3 @@ body {
|
||||||
line-height: 1.4em;
|
line-height: 1.4em;
|
||||||
pointer-events: none;
|
pointer-events: none;
|
||||||
}
|
}
|
||||||
|
|
||||||
@import "sprite.css";
|
|
||||||
|
|
Loading…
Reference in a new issue