jashkenas--coffeescript/documentation/css/docs.css

70 lines
1.2 KiB
CSS
Raw Normal View History

body {
2009-12-21 16:41:45 +00:00
font-size: 14px;
line-height: 20px;
background: #efefef;
color: #191933;
font-family: Arial, Helvetica, sans-serif;
}
div.container {
2009-12-21 16:41:45 +00:00
width: 850px;
margin: 50px 0 50px 50px;
}
p {
2009-12-21 16:41:45 +00:00
padding-left: 13px;
width: 625px;
}
2009-12-21 16:41:45 +00:00
a {
color: #000055;
}
h1, h2, h3, h4, h5, h6 {
2009-12-21 16:41:45 +00:00
padding-left: 13px;
margin-top: 40px;
}
2009-12-21 16:41:45 +00:00
br.clear {
height: 0;
clear: both;
}
2009-12-21 16:41:45 +00:00
b.header {
color: #000055;
display: block;
margin: 40px 0 5px 0;
font-size: 16px;
}
table, tr, td {
margin: 0; padding: 0;
}
td {
padding: 2px 12px 2px 0;
}
code, pre, tt {
font-family: Monaco, Consolas, "Lucida Console", monospace;
font-size: 12px;
line-height: 18px;
color: #555529;
}
code {
margin-left: 20px;
}
pre {
font-size: 12px;
2009-12-21 16:41:45 +00:00
padding: 0 0 0 12px;
margin: 0;
width: 410px;
float: left;
border-left: 1px dotted #559;
}
pre:first-child {
border-left: 0;
}
div.code {
position: relative;
border: 1px solid #cacaca;
background: #fff;
padding: 7px 0 10px 0;
-moz-border-radius: 5px; -webkit-border-radius: 5px; border-radius: 5px;
-webkit-box-shadow: 0px 0px 7px #cacaca;
}
div.code button {
position: absolute;
right: 8px; bottom: 8px;
}