Xamarin Public Jenkins (auto-signing) fad71374d0 Imported Upstream version 5.2.0.179
Former-commit-id: a536d4f20e27294d8bbc2184d75f3a22364f7ba1
2017-06-16 11:04:32 +00:00

46 lines
752 B
CSS

/*
* 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;
}