added C
This commit is contained in:
parent
68db7d0f82
commit
9da162aaef
24
css/main.css
24
css/main.css
|
|
@ -7,14 +7,14 @@
|
||||||
width: 250px;
|
width: 250px;
|
||||||
}
|
}
|
||||||
|
|
||||||
#menubox{
|
#menubox {
|
||||||
height: 100%;
|
height: 100%;
|
||||||
top: 0px;
|
top: 0px; left : 320px;
|
||||||
left: 320px;
|
|
||||||
position: fixed;
|
position: fixed;
|
||||||
border-left-width: 2px;
|
border-left-width: 2px;
|
||||||
border-color: black;
|
border-color: black;
|
||||||
border-left-style: solid;
|
border-left-style: solid;
|
||||||
|
left: 320px;
|
||||||
}
|
}
|
||||||
|
|
||||||
.splitable {
|
.splitable {
|
||||||
|
|
@ -23,4 +23,16 @@
|
||||||
|
|
||||||
.notsplitable {
|
.notsplitable {
|
||||||
|
|
||||||
|
}
|
||||||
|
|
||||||
|
#bottom-right {
|
||||||
|
right: 0;
|
||||||
|
bottom: 0;
|
||||||
|
position: absolute;
|
||||||
|
}
|
||||||
|
|
||||||
|
#bottom-left {
|
||||||
|
left: 0;
|
||||||
|
bottom: 0;
|
||||||
|
position: absolute;
|
||||||
}
|
}
|
||||||
|
|
@ -45,7 +45,7 @@
|
||||||
</ul>
|
</ul>
|
||||||
</div>
|
</div>
|
||||||
<script type="text/javascript">
|
<script type="text/javascript">
|
||||||
$("#menu").menu();
|
$("#menu").menu();
|
||||||
$("ul").css("width", "250px")
|
$("ul").css("width", "250px")
|
||||||
</script>
|
</script>
|
||||||
<div id="crafting">
|
<div id="crafting">
|
||||||
|
|
@ -57,4 +57,7 @@
|
||||||
<span style="display: inline-block; width: 90%;"></span> <br>
|
<span style="display: inline-block; width: 90%;"></span> <br>
|
||||||
</div>
|
</div>
|
||||||
</body>
|
</body>
|
||||||
|
<div id="container">
|
||||||
|
<div id="bottom-left">Inspiration Pyramidalist<br>© MasterGordon & Ph3nix</div>
|
||||||
|
</div>
|
||||||
</html>
|
</html>
|
||||||
Loading…
Reference in New Issue