react-templates/playground/css/fiddle.css

90 lines
1.4 KiB
CSS
Raw Normal View History

2014-12-04 10:15:19 +01:00
body {
/*padding: 20px;*/
font-family: "Helvetica", "Arial", "FreeSans", "Verdana", "Tahoma", "Lucida Sans", "Lucida Sans Unicode", "Luxi Sans", sans-serif;
/*background: #f6f6f6 url(../img/initializing.png) 50% 50% no-repeat;*/
/*overflow: hidden;*/
2014-12-04 10:15:19 +01:00
padding: 0;
margin: 0;
position: relative;
font-size: 14px;
height: 100%;
}
html {
height: 100%;
}
#container {
height: 100%;
2014-12-04 10:15:19 +01:00
}
#header {
height: 48px;
/*background: #4679bd;*/
background: #222;
}
#header-title {
color: #00d8ff;
font-size: 24px;
line-height: 50px;
height: 50px;
display: inline-block;
}
#buttons-bar {
padding-left: 40px;
display: inline-block;
}
.fiddle {
height: 100%;
2014-12-04 10:15:19 +01:00
}
.large-text-area {
height: 90%;
width: 100%;
display: block;
2014-12-04 10:15:19 +01:00
margin: 10px;
}
.result-area {
width: 50%;
display: table-cell;
vertical-align: top;
2014-12-04 10:15:19 +01:00
}
.sample-view {
margin: 10px;
}
.sample-view button {
margin: 5px;
}
.sample-view input[type=checkbox] {
margin-right: 5px;
}
.playground {
display: table;
height: 100%;
}
.row {
display: table-row;
height: 50%;
2014-12-04 10:15:19 +01:00
}
.code-area {
/*background-color: rgb(181, 181, 181);*/
width: 50%;
height: 50%;
/*height: 166px;*/
display: table-cell;
/*float: left;*/
2014-12-04 10:15:19 +01:00
/*margin: 2px;*/
/*padding: 10px;*/
}
/*position: relative; min-height: 100%;*/