react-templates/playground/css/fiddle.css

137 lines
2.2 KiB
CSS
Raw Normal View History

2014-12-08 11:45:32 +01:00
html {
height: 100%;
}
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;
2014-12-08 11:45:32 +01:00
/*position: relative;*/
2014-12-04 10:15:19 +01:00
font-size: 14px;
2014-12-08 11:45:32 +01:00
/*height: 100%;*/
display: block;
}
2014-12-08 11:45:32 +01:00
#container {
height: 100%;
}
2014-12-08 11:45:32 +01:00
.playground-container {
position: absolute;
top: 48px;
bottom: 0;
left: 0;
right: 0;
background: #DFDFD5;
2014-12-04 10:15:19 +01:00
}
#header {
height: 48px;
/*background: #4679bd;*/
background: #222;
}
#header-title {
color: #00d8ff;
font-size: 24px;
2014-12-08 13:48:12 +01:00
line-height: 48px;
/*height: 50px;*/
padding-left: 10px;
vertical-align: middle;
2014-12-04 10:15:19 +01:00
display: inline-block;
}
2014-12-08 13:48:12 +01:00
.title-link, .title-link:hover, .title-link:visited {
text-decoration: none;
color: #00d8ff;
}
#buttons-bar {
padding-left: 40px;
display: inline-block;
}
2014-12-08 13:48:12 +01:00
#buttons-bar button, #buttons-bar div {
margin-right: 10px;
}
.toolbar-dropdown {
display: inline-block;
}
.button-icon {
margin-right: 5px;
}
.fiddle {
height: 100%;
2014-12-04 10:15:19 +01:00
}
2014-12-09 14:31:25 +01:00
.CodeMirror {
height: 100%;
/*border: 1px solid black;*/
}
2014-12-04 10:15:19 +01:00
.large-text-area {
width: 100%;
2014-12-09 14:31:25 +01:00
height: 100%;
/*height: 300px;*/
2014-12-08 11:45:32 +01:00
/*display: block;*/
/*margin: 10px;*/
2014-12-04 10:15:19 +01:00
}
.result-area {
width: 50%;
display: table-cell;
vertical-align: top;
2014-12-08 13:48:12 +01:00
padding: 5px;
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%;
2014-12-08 11:45:32 +01:00
width: 100%;
}
2014-12-08 11:45:32 +01:00
.fiddle-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;*/
2014-12-08 11:45:32 +01:00
padding: 1px;
2014-12-04 10:15:19 +01:00
}
2014-12-10 13:14:22 +01:00
.error-panel {
/*padding: 4px; */
padding-left: 20px;
/* position: static; */
color: red;
background: #f7f7f7;
border-bottom: 1px solid #000;
}
2014-12-04 10:15:19 +01:00
/*position: relative; min-height: 100%;*/