363d1bb20f
This change is mostly for FB internal organizational reasons. Building is not effected beyond the fact that the target now lands in hphp/hhvm/hhvm rather than src/hhvm/hhvm.
92 linhas
1.4 KiB
CSS
92 linhas
1.4 KiB
CSS
|
|
a:link { color: navy; }
|
|
a:visited { color: navy; }
|
|
a:active { color: #FF6600; }
|
|
a:hover { color: #FF6600; }
|
|
|
|
body, th, td {
|
|
border: 0px solid #bdc7d8;
|
|
font-size: 13px;
|
|
font-family: "lucida grande", tahoma, verdana, arial, sans-serif
|
|
}
|
|
|
|
b {
|
|
color: maroon
|
|
}
|
|
|
|
p {
|
|
line-height: 1.6em;
|
|
margin-left: 10px;
|
|
}
|
|
|
|
h2 {
|
|
font-size: 16px;
|
|
background: #3B5998;
|
|
color: #EFEFEF;
|
|
padding: 4px;
|
|
}
|
|
|
|
h3 {
|
|
border-bottom: 1px solid #CCCCCC;
|
|
margin-bottom: 0.75em;
|
|
margin-top: 2.5em;
|
|
margin-left: 10px;
|
|
}
|
|
|
|
ul {
|
|
list-style: square;
|
|
}
|
|
|
|
pre {
|
|
font-family: "lucida console", monaco, courier;
|
|
font-size: 10px;
|
|
background: #FFEEBB;
|
|
padding: 10px;
|
|
margin: 10px;
|
|
margin-left: 25px;
|
|
border: 1px solid #FFDD88;
|
|
white-space: pre;
|
|
line-height: 1.4em;
|
|
}
|
|
|
|
.hphp {
|
|
font-family: arial;
|
|
font-size: 28px;
|
|
color: #3B5998;
|
|
border-bottom: 5px dotted #DDDDDD;
|
|
}
|
|
|
|
.file {
|
|
font-size: 12px;
|
|
color: navy;
|
|
}
|
|
|
|
.current_file {
|
|
font-size: 12px;
|
|
color: $FF6600;
|
|
}
|
|
.current_file a:link {
|
|
color: #FF6600;
|
|
}
|
|
|
|
.topic {
|
|
background: #dddddd;
|
|
font-size: 12px;
|
|
font-weight: bold;
|
|
}
|
|
|
|
.item_header {
|
|
margin-left: 25px;
|
|
color: #444444;
|
|
}
|
|
|
|
.item_details {
|
|
color: #888888;
|
|
}
|
|
|
|
.footer {
|
|
border-top: 1px solid #DDDDDD;
|
|
padding-bottom: 5px;
|
|
font-size: 10px;
|
|
}
|