test.css
650 Bytes
/* Fixes navigation panel overlaying content */
body {
padding-top: 100px;
background: #ccc;
}
/* Hack to avoid name clash between pygments and mathjax */
.MathJax .mo,
.MathJax .mi {
color: inherit;
}
.panel {
margin-top: 70px;
margin-bottom: 70px;
}
.drop-shadow {
-webkit-box-shadow: 0 0 5px 2px rgba(0, 0, 0, .5);
box-shadow: 0px 2px 10px 3px rgba(0, 0, 0, .2);
border-radius:5px;
}
textarea {
font-family: monospace !important;
}
/* make markdown tables beautiful */
table {
border-collapse: collapse;
margin-left: 50px;
}
thead, tbody, td, th {
padding: 5px;
border-bottom: 1px solid #ddd;
}