Stub out infobox

This commit is contained in:
Bryan Housel
2015-03-31 22:49:02 -04:00
parent f8bd67c169
commit 52af8d3cbc
4 changed files with 75 additions and 0 deletions
+14
View File
@@ -2149,6 +2149,20 @@ img.wiki-image {
stroke-width: 5;
}
/* Info Box
------------------------------------------------------- */
.infobox {
position: absolute;
overflow: hidden;
top: 220px;
width: 200px;
height: 150px;
z-index: 5;
background:rgba(0,0,0,.8);
border-radius: 0 0 0 4px;
}
/* About Section
------------------------------------------------------- */