hy/site/less/layout.less

52 lines
814 B
Plaintext
Raw Normal View History

2013-03-12 03:02:30 +01:00
.reset {
padding: 0px;
margin: 0px;
}
body, html {
2013-03-12 03:02:30 +01:00
height: 100%;
background-color: #141414;
color: #DCDCDC;
font-family: monospace;
.reset;
}
a {
color: #DCDCDC;
2013-03-10 20:30:49 +01:00
}
2013-03-12 03:02:30 +01:00
h1 {
text-align: center;
.reset;
}
2013-03-10 20:30:49 +01:00
.repl {
width: 49.9%;
height: 90%;
2013-03-12 03:02:30 +01:00
.reset;
2013-03-10 20:30:49 +01:00
}
#python-repl {
.repl;
float: right;
2013-03-10 20:30:49 +01:00
}
#hython-repl {
.repl;
float: left;
border-left: 1px solid #DCDCDC;
}
2013-03-12 03:02:30 +01:00
#hython-target {
display: none;
}
.clear {
clear: both;
}
#build-msgs {
border-top: 1px solid #DCDCDC;
height: 10%;
2013-03-10 20:30:49 +01:00
}