remove(beatrice-vuitton): remove forked content
parent
e517d6a82d
commit
253e1e004d
Binary file not shown.
Binary file not shown.
|
Before Width: | Height: | Size: 1.1 MiB |
|
|
@ -1,79 +0,0 @@
|
|||
|
||||
background-image: url(monogram.gif);
|
||||
background-color: #463731;
|
||||
|
||||
|
||||
/* background */
|
||||
body {
|
||||
background-image: url(monogram.gif);
|
||||
background-color: #463731; /* vuitton */
|
||||
background-position: center;
|
||||
background-repeat: repeat;
|
||||
background-size: 132px;
|
||||
|
||||
color: #fff;
|
||||
text-shadow: 1px 1px #000;
|
||||
|
||||
text-align: center;
|
||||
}
|
||||
|
||||
header {
|
||||
color: #e9992d; /* beatrice */
|
||||
}
|
||||
|
||||
|
||||
#bernkastel {
|
||||
color: #849bf3;
|
||||
}
|
||||
#lambdadelta {
|
||||
color: #ffe4f2;
|
||||
}
|
||||
#virgilia {
|
||||
color: #d1d0e3;
|
||||
|
||||
|
||||
|
||||
$keepall_total = disk_total_space("/Volumes/Keepall/");
|
||||
$keepall_free = disk_free_space("/Volumes/Keepall/");
|
||||
$keepall_used = getDifference($keepall_total, $keepall_free);
|
||||
$keepall_percent = getPercentageUsed($keepall_total, $keepall_used);
|
||||
|
||||
$neverfull_total = disk_total_space("/Volumes/Neverfull/");
|
||||
$neverfull_free = disk_free_space("/Volumes/Neverfull/");
|
||||
$neverfull_used = getDifference($neverfull_total, $neverfull_free);
|
||||
$neverfull_percent = getPercentageUsed($neverfull_total, $neverfull_used);
|
||||
|
||||
$speedy_total = disk_total_space("/Volumes/Speedy/");
|
||||
$speedy_free = disk_free_space("/Volumes/Speedy/");
|
||||
$speedy_used = getDifference($speedy_total, $speedy_free);
|
||||
$speedy_percent = getPercentageUsed($speedy_total, $speedy_used);
|
||||
|
||||
$pochette_total = disk_total_space("/Volumes/Pochette/");
|
||||
$pochette_free = disk_free_space("/Volumes/Pochette/");
|
||||
$pochette_used = getDifference($pochette_total, $pochette_free);
|
||||
$pochette_percent = getPercentageUsed($pochette_total, $pochette_used);
|
||||
|
||||
|
||||
<circle r="10" cx="10" cy="10" fill="#e6ddcc" />
|
||||
stroke="#312c4c"
|
||||
^-- damier azur
|
||||
|
||||
|
||||
|
||||
<h2>Witch's Tea Parties</h2>
|
||||
<h3>Bernkastel</h3>
|
||||
<h4>witch of miracles</h4>
|
||||
|
||||
|
||||
<h3>Lambdadelta</h3>
|
||||
<h4>witch of certainty</h4>
|
||||
|
||||
|
||||
<footer>
|
||||
<p id="virgilia">
|
||||
Real magic is the power to repair, to revive, to call back: <br />
|
||||
  happiness that has disappeared<br />
|
||||
  love that has gone cold<br />
|
||||
  a forgotten smile to a person's face.
|
||||
</p>
|
||||
</footer>
|
||||
Binary file not shown.
|
Before Width: | Height: | Size: 10 KiB |
Loading…
Reference in New Issue