initial commit

This commit is contained in:
lopar
2018-01-28 18:40:49 +02:00
commit 46c75d1542
8193 changed files with 183296 additions and 0 deletions
+37
View File
@@ -0,0 +1,37 @@
#userInformation {
width:250px;
}
#userStats {
width:200px;
}
#incentoryMain {
width:100%;
}
.invb1 {
color: #003388;
font-weight: bold;
cursor:pointer;
}
.invb1:hover {
color: #0066ff;
background-color:#bfbfbf;
}
.invb2 {
color: #003388;
background-color:#a5a5a5;
font-weight: bold;
cursor:pointer;
}
.invb2:hover {
color: #0066ff;
}
.itmInv {
}