mitmproxy/doc-src/02-docstyle.css

138 lines
1.9 KiB
CSS
Raw Normal View History

2010-02-16 04:09:07 +00:00
a {
color: #3F8ED8;
2011-03-19 06:47:19 +00:00
text-decoration: none;
2010-02-16 04:09:07 +00:00
}
#hd.doc {
-x-system-font:none;
font-family: Helvetica,Arial,Tahoma,Verdana,Sans-Serif;
color: #444444;
2010-02-16 04:09:07 +00:00
margin: 0;
margin-bottom: 1em;
2010-02-16 04:09:07 +00:00
}
2011-08-03 07:15:01 +00:00
#hd.doc h1 {
2010-02-16 04:09:07 +00:00
letter-spacing: 3px;
font-size: 2.5em;
2010-02-16 04:09:07 +00:00
margin: 0.3em 0;
font-weight: normal;
}
2011-03-19 06:47:19 +00:00
#nav {
float: right;
}
2010-02-16 04:09:07 +00:00
#bd {
font: 16px/21px "HelveticaNeue","Helvetica Neue",Helvetica,Arial,sans-serif;
line-height: 1.5;
color: #444444;
}
2011-08-06 01:19:46 +00:00
#bd h1, #bd h2, #bd h3 {
font-family: "Georgia","Times New Roman",Helvetica,Arial,sans-serif;
font-weight: normal;
2011-08-06 01:19:46 +00:00
color: #181818;
2010-02-16 04:09:07 +00:00
}
#bd h1 {
2011-08-06 01:19:46 +00:00
font-size: 1.9em;
border-bottom: 2px solid #ff7033;
2010-02-16 04:09:07 +00:00
margin-top: 5px;
margin-bottom: 5px;
}
#bd h2 {
2011-08-06 01:19:46 +00:00
font-size: 1.4em;
2011-03-19 06:47:19 +00:00
border-bottom: 1px solid #cccccc;
2010-02-16 04:09:07 +00:00
margin-top: 5px;
margin-bottom: 5px;
}
2011-08-05 01:26:39 +00:00
#bd h3 {
margin-bottom: 0px;
}
2011-08-03 07:15:01 +00:00
#bd p {
margin: 1em 0;
2011-08-05 01:26:39 +00:00
margin-top: 0.5em;
2011-08-03 07:15:01 +00:00
}
2011-08-04 22:23:32 +00:00
/* Keyboard shortcuts */
#bd em {
font-weight: bold;
2011-08-05 01:26:39 +00:00
color: #00A700;
2011-08-04 22:23:32 +00:00
font-style: normal;
}
#ft.doc {
2010-02-16 04:09:07 +00:00
color: #aaa;
2011-03-19 06:47:19 +00:00
border-top: 1px solid #aaa;
clear: both;
margin-top: 2em;
font-size: 0.8em;
letter-spacing: 0.5px;
2010-02-16 04:09:07 +00:00
}
.faq .question {
font-size: 1.1em;
font-weight: bold;
2010-02-16 04:09:07 +00:00
}
pre {
font-size: 0.9em;
line-height: 1.4;
padding: 10px;
2011-03-19 06:47:19 +00:00
background-color: #dddddd;
2011-08-03 07:15:01 +00:00
margin: 1em 0;
2010-02-16 04:09:07 +00:00
}
.terminal {
2011-08-05 01:26:39 +00:00
color: #c0c0c0;
font-size: 1em;
background: #000000;
}
.docindex {
font-size: 1.3em;
line-height: 1.3;
margin-top: 0.1em;
margin-bottom: 0;
2011-03-19 06:47:19 +00:00
margin-left: 0px;
}
.docindex li {
list-style-position: inside;
margin-left: 0;
}
.docindex ul {
margin-left: 2em;
margin-top: 0.1em;
margin-bottom: 0.1em;
2010-02-16 04:09:07 +00:00
}
li a {
text-decoration: none;
2010-02-16 04:09:07 +00:00
}
.highlight {
font-size: 14px;
2010-02-16 04:09:07 +00:00
}
2011-08-05 01:26:39 +00:00
.example_legend{
line-height: 1;
font-size: 12px;
}
.example pre {
margin: 0;
}
.kvtable th {
text-align: left;
white-space: nowrap;
}