mitmproxy/doc-src/02-docstyle.css

92 lines
1.3 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: #555555;
2010-02-16 04:09:07 +00:00
margin: 0;
margin-bottom: 1em;
2010-02-16 04:09:07 +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
line-height: 100%;
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 {
-x-system-font:none;
font-family: Helvetica,Arial,Tahoma,Verdana,Sans-Serif;
font-size: 1.6em;
color: #555555;
2010-02-16 04:09:07 +00:00
}
#bd h1 {
2011-03-19 06:47:19 +00:00
font-size: 1.4em;
border-bottom: 5px solid #ff7033;
2010-02-16 04:09:07 +00:00
margin-top: 5px;
margin-bottom: 5px;
2011-03-19 06:47:19 +00:00
color: #000000;
2010-02-16 04:09:07 +00:00
}
#bd h2 {
2011-03-19 06:47:19 +00:00
font-size: 1.1em;
border-bottom: 1px solid #cccccc;
2010-02-16 04:09:07 +00:00
margin-top: 5px;
margin-bottom: 5px;
2011-03-19 06:47:19 +00:00
color: #000000;
2010-02-16 04:09:07 +00:00
}
#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 {
padding: 10px;
2011-03-19 06:47:19 +00:00
background-color: #dddddd;
2010-02-16 04:09:07 +00:00
}
.docindex, .docindex ul {
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;
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
}