astora: nothing special
This commit is contained in:
parent
cefb8be600
commit
d2274ce015
@ -1,6 +1,6 @@
|
|||||||
@font-face {
|
@font-face {
|
||||||
font-family: "Silkscreen";
|
font-family: "Silkscreen";
|
||||||
src: url("../fonts/slkscr.ttf");
|
src: url("/assets/fonts/slkscr.ttf");
|
||||||
}
|
}
|
||||||
|
|
||||||
html {
|
html {
|
||||||
@ -41,7 +41,7 @@ header {
|
|||||||
padding-top: 25px;
|
padding-top: 25px;
|
||||||
margin-bottom: 25px;
|
margin-bottom: 25px;
|
||||||
|
|
||||||
background: url("images/blossom_leaves.png");
|
background: url("/assets/images/blossom_leaves.png");
|
||||||
background-size: 64px;
|
background-size: 64px;
|
||||||
image-rendering: pixelated;
|
image-rendering: pixelated;
|
||||||
}
|
}
|
||||||
@ -54,7 +54,7 @@ header {
|
|||||||
}
|
}
|
||||||
|
|
||||||
.sign {
|
.sign {
|
||||||
background: url("images/acacia_planks.png");
|
background: url("/assets/images/acacia_planks.png");
|
||||||
background-size: 112px;
|
background-size: 112px;
|
||||||
image-rendering: pixelated;
|
image-rendering: pixelated;
|
||||||
border-width: 0px;
|
border-width: 0px;
|
||||||
@ -125,31 +125,31 @@ h1 {
|
|||||||
|
|
||||||
|
|
||||||
#viewer {
|
#viewer {
|
||||||
margin-bottom: 20px;
|
margin-bottom: 20px;
|
||||||
}
|
}
|
||||||
|
|
||||||
.arrow {
|
.arrow {
|
||||||
border: solid black;
|
border: solid black;
|
||||||
border-width: 0 3px 3px 0;
|
border-width: 0 3px 3px 0;
|
||||||
display: inline-block;
|
display: inline-block;
|
||||||
padding: 3px;
|
padding: 3px;
|
||||||
}
|
}
|
||||||
|
|
||||||
.right {
|
.right {
|
||||||
transform: rotate(-45deg);
|
transform: rotate(-45deg);
|
||||||
-webkit-transform: rotate(-45deg);
|
-webkit-transform: rotate(-45deg);
|
||||||
}
|
}
|
||||||
|
|
||||||
.left {
|
.left {
|
||||||
transform: rotate(135deg);
|
transform: rotate(135deg);
|
||||||
-webkit-transform: rotate(135deg);
|
-webkit-transform: rotate(135deg);
|
||||||
}
|
}
|
||||||
|
|
||||||
.mini-sign {
|
.mini-sign {
|
||||||
text-align: center;
|
text-align: center;
|
||||||
text-decoration: none;
|
text-decoration: none;
|
||||||
display: inline-block;
|
display: inline-block;
|
||||||
background: url("images/acacia_planks.png");
|
background: url("/assets/images/acacia_planks.png");
|
||||||
background-size: 64px;
|
background-size: 64px;
|
||||||
image-rendering: pixelated;
|
image-rendering: pixelated;
|
||||||
border: none;
|
border: none;
|
||||||
|
@ -93,6 +93,11 @@
|
|||||||
device = "/dev/disk/by-uuid/4b47d83c-42da-4e78-b279-7726dfbdfde7";
|
device = "/dev/disk/by-uuid/4b47d83c-42da-4e78-b279-7726dfbdfde7";
|
||||||
fsType = "ext4";
|
fsType = "ext4";
|
||||||
};
|
};
|
||||||
|
|
||||||
|
"/mnt/ext2" = {
|
||||||
|
device = "/dev/disk/by-uuid/8f8f6576-5608-4474-acb5-409c59dff696";
|
||||||
|
fsType = "ext4";
|
||||||
|
};
|
||||||
};
|
};
|
||||||
|
|
||||||
swapDevices = [ ];
|
swapDevices = [ ];
|
||||||
|
@ -25,6 +25,8 @@
|
|||||||
git
|
git
|
||||||
nnn
|
nnn
|
||||||
htop
|
htop
|
||||||
|
pass
|
||||||
|
taskwarrior
|
||||||
|
|
||||||
gparted
|
gparted
|
||||||
|
|
||||||
@ -53,6 +55,7 @@
|
|||||||
imagemagick
|
imagemagick
|
||||||
blender
|
blender
|
||||||
ardour
|
ardour
|
||||||
|
olive-editor
|
||||||
|
|
||||||
calf
|
calf
|
||||||
zynaddsubfx
|
zynaddsubfx
|
||||||
|
Loading…
Reference in New Issue
Block a user