2011-09-09 07:41:45 +00:00
|
|
|
@import "opacity";
|
2011-06-14 16:05:12 +00:00
|
|
|
|
2011-09-09 07:41:45 +00:00
|
|
|
.fullscreen {
|
|
|
|
position: fixed;
|
|
|
|
z-index: 999999;
|
|
|
|
top: 0;
|
|
|
|
left: 0;
|
|
|
|
width: 100%;
|
|
|
|
height: 100%;
|
|
|
|
background-color: #ffffff;
|
2011-09-18 15:14:34 +00:00
|
|
|
//@include opacity(0.9);
|
2011-09-09 07:41:45 +00:00
|
|
|
.inner {
|
|
|
|
position: relative;
|
|
|
|
top: 50%;
|
|
|
|
left: 50%;
|
|
|
|
margin: -32px 0 0 -32px;
|
|
|
|
}
|
2011-06-14 16:05:12 +00:00
|
|
|
}
|