Newer
Older
KristifyThemes / discord / index.xml
@Sammy Sammy on 5 Jan 2023 1 KB [discord] Removed image
<frame id="_app" bg="black" >
    <frame id="_body" x="4" y="9" width="parent.w-4" height="parent.h-12" bg="black" />
    <frame id="_head" x="1" y="1" width="parent.w" height="6" bg="black">
            <label id="_title" text="" x="parent.w/2-self.w/2" y="2" font="2" bg="black" fg="blue" />
            <label id="_subtitle" text="" x="2" y="6" width="parent.w-3" height="1" bg="black" fg="white" />
    </frame>
    <pane bg="gray" x="1" y="parent.h" width="parent.w" height="1" />
    <label id="_importantMSG" text="" x="parent.w/2-self.w/2-1" y="parent.h" bg="gray" fg="white" />
    <frame id="_navigation" x="1" y="parent.h-2" width="parent.w" height="2" bg="gray">
        <button id="_navBack" onClick="navBack" text=" &#017; " x="parent.w/2-self.w-2" y="1" width="3" height="1" fg="black" bg="white" />
        <button id="_navNext" onClick="navNext" text=" &#016; " x="parent.w/2+self.w" y="1" width="3" height="1" fg="black" bg="white" />
        <label id="_curPage" text="" x="parent.w/2" y="1" fg="white" />
    </frame>
</frame>