Imported Upstream version 5.2.0.179

Former-commit-id: a536d4f20e27294d8bbc2184d75f3a22364f7ba1
This commit is contained in:
Xamarin Public Jenkins (auto-signing)
2017-06-16 11:04:32 +00:00
parent 966bba02bb
commit fad71374d0
18265 changed files with 3842164 additions and 16 deletions

View File

@@ -0,0 +1,45 @@
/*
* base.css: CSS applied to all the docs
*
* Author: Mario Sopena
*/
body, table {
margin: 0px;
}
body, table, pre, p {
font-family: @@FONT_FAMILY@@, sans-serif;
/* font-size: @@FONT_SIZE@@pt; */
font-size: 11pt;
}
div.header {
background-color: #FAFBFD;
font-size: 1.7em;
font-weight: bold;
padding: 8px 0 0 10px;
font-family: 'Segoe UI',Verdana,Arial;
}
div.title {
font-size: 130%;
font-weight: bolder;
margin-top: 0.3em;
margin-left: 0.2em;
margin-bottom: 0.1em;
}
.subtitle {
font-style: italic;
}
.attributionlogo {
display:none;
float:right;
}
div:hover > .attributionlogo,p:hover > .attributionlogo,td:hover > .attributionlogo,blockquote:hover > .attributionlogo {
display:inline;
float:right;
}