Procházet zdrojové kódy

More layout work

tags/v0.0.1
Fen Dweller před 7 roky
rodič
revize
3a65b04d00
V databázi nebyl nalezen žádný známý klíč pro tento podpis ID GPG klíče: E80B35A6F11C3656
2 změnil soubory, kde provedl 30 přidání a 4 odebrání
  1. +22
    -0
      gorge.css
  2. +8
    -4
      gorge.html

+ 22
- 0
gorge.css Zobrazit soubor

@@ -20,10 +20,31 @@ body.dark {
font-size: 60px;
}

#top-bar {
background-color: #322;
position: absolute;
width: 100%;
height: 10%;
top: 0%;
left: 0%;
text-align: center;
margin: auto;
}

#resources-area {
position: absolute;
text-align: center;
width: 20%;
left: 0%;
top: 10%;
margin: auto;
}

#buildings-area {
position: absolute;
width: 20%;
right: 5%;
top: 10%;
height: 100%;
overflow-y: scroll;
}
@@ -78,6 +99,7 @@ body.dark {
position: absolute;
width: 20%;
right: 35%;
top: 10%;
}

#upgrades-list {


+ 8
- 4
gorge.html Zobrazit soubor

@@ -18,11 +18,15 @@
</head>

<body class="dark">
<div id="resources">Resources</div>
<div id="resource-food">Food: 0</div>
<div id="productivity"></div>
<div id="top-bar">
vidya gaem
</div>
<div id="resources-area">
<div id="resources">Resources</div>
<div id="resource-food">Food: 0</div>
<div id="productivity"></div>
</div>
<button id="tasty-micro">Eat Micro</button>

<div id="buildings-area">
<div id="buildings">Buildings</div>
</div>


Načítá se…
Zrušit
Uložit