dataEconomy/static/css/index.css

73 lines
No EOL
1 KiB
CSS

body {
margin: 0 0 0 0;
}
#edit-pane {
position: fixed;
top: 0;
width: 40%;
height: 100%;
font-size: 16px;
}
#edit-pane #controls {
color: #2e2e2e;
position: absolute;
right: 0;
top: 0;
z-index: 1;
margin: 5px 5px 0 0;
}
#edit-pane #controls a {
font-weight: bold;
text-decoration: none;
color: #2e2e2e;
}
#editor {
width: 100%;
height: 100%;
font-size: 16px;
}
#preview {
position: absolute;
left: 40%;
top: 0;
right: 0;
bottom: 0;
}
#preview iframe {
height: 100%;
width: 100%;
border: none;
}
#stash-pane {
position: fixed;
top: 0;
width: 60%;
height: 100%;
font-size: 16px;
}
#stash-pane #controls {
color: #2e2e2e;
position: absolute;
right: 0;
top: 0;
z-index: 1;
margin: 5px 5px 0 0;
}
#stash-pane #controls a {
font-weight: bold;
text-decoration: none;
color: #2e2e2e;
}
th, td {
text-align: left;
padding: 8px;
border-bottom: 1px solid #ddd;
font-size: 16px;
}
tr:nth-child(even){background-color: #f2f2f2}
th {
background-color: #2e2e2e;
color: white;
}