Template:Nevada Home CSS

From 2011.igem.org

(Difference between revisions)
m
m
Line 78: Line 78:
.tabs li a.current { background: white; border-bottom: 0; position: relative; top: 2px; z-index: 2; }
.tabs li a.current { background: white; border-bottom: 0; position: relative; top: 2px; z-index: 2; }
-
.box-wrapper { -moz-box-shadow: 0 0 20px black; -webkit-box-shadow: 0 0 20px black; padding: 20px; background: white; border: 1px solid #ccc; margin: -1px 0 0 0; height: 810px; position: relative; }
+
.box-wrapper {  
 +
    -moz-box-shadow: 0 0 20px black;
 +
    -webkit-box-shadow: 0 0 20px black;
 +
    padding: 20px;
 +
    background-color: rgba(194,194,194,0.7);
 +
    /*border: 1px solid #ccc; */
 +
    border: rgba(0,0,0,0.6) solid 1px;
 +
    margin: -1px 0 0 0;
 +
    height: 810px;
 +
    position: relative;
 +
}
.content-box { overflow: hidden; position: absolute; top: 20px; left: 20px; width: 658px; height: 630px; }
.content-box { overflow: hidden; position: absolute; top: 20px; left: 20px; width: 658px; height: 630px; }

Revision as of 17:15, 23 September 2011