installer css
This commit is contained in:
parent
ef2eec4658
commit
e478233457
1
_crispage/scripts/update_0.21.0a.php
Normal file
1
_crispage/scripts/update_0.21.0a.php
Normal file
@ -0,0 +1 @@
|
||||
<?php $this->runScript(PACKAGE, "update_0.20.1a-rc0"); ?>
|
32
package.php
32
package.php
@ -160,3 +160,35 @@
|
||||
<?php
|
||||
}
|
||||
?>
|
||||
<style>
|
||||
body {
|
||||
font-family: "Verdana", "Tahoma", sans-serif;
|
||||
background: #ddd;
|
||||
border: 2px solid #007;
|
||||
padding: 8px;
|
||||
margin: 8px auto;
|
||||
max-width: 960px;
|
||||
}
|
||||
|
||||
body:before {
|
||||
content: "Crispage Package Manager";
|
||||
display: block;
|
||||
background: #007;
|
||||
color: #fff;
|
||||
padding: 6px;
|
||||
margin: -8px -8px 4px;
|
||||
}
|
||||
|
||||
button {
|
||||
border: 2px outset;
|
||||
background: #def;
|
||||
}
|
||||
|
||||
button:hover, button:active {
|
||||
background: #fed;
|
||||
}
|
||||
|
||||
button:active {
|
||||
border: 2px inset;
|
||||
}
|
||||
</style>
|
||||
|
Loading…
Reference in New Issue
Block a user