50 lines
780 B
Stylus
50 lines
780 B
Stylus
html, body
|
|
height: 100%
|
|
margin: 0
|
|
padding: 0
|
|
background-color: white
|
|
color: black
|
|
|
|
|
|
div
|
|
margin: 0
|
|
padding: 0
|
|
|
|
|
|
/***********************************************/
|
|
/* CSS3 Close button */
|
|
/***********************************************/
|
|
|
|
.btnClose
|
|
top: 0
|
|
right: 0
|
|
bottom: 0
|
|
width: 20px
|
|
height: 20px
|
|
text-decoration: none
|
|
border: none
|
|
background-color: #fcfcfc
|
|
-moz-border-radius: 10px
|
|
-webkit-border-radius: 10px
|
|
border-radius: 10px
|
|
margin-left: 5px
|
|
font-weight: bold
|
|
|
|
.tabbable
|
|
cursor: pointer
|
|
position: absolute
|
|
top:0
|
|
left:0
|
|
bottom: 0
|
|
right: 0
|
|
width: 100%
|
|
height: 100%
|
|
color: black
|
|
|
|
.tab-content
|
|
position: absolute
|
|
top: 42px
|
|
left: 0
|
|
right: 0
|
|
bottom: 3px
|
|
width: 100% |