You've already forked linux-packaging-mono
Imported Upstream version 5.4.0.167
Former-commit-id: 5624ac747d633e885131e8349322922b6a59baaa
This commit is contained in:
parent
e49d6f06c0
commit
536cd135cc
45
external/api-doc-tools/monodoc/Resources/base.css
vendored
Normal file
45
external/api-doc-tools/monodoc/Resources/base.css
vendored
Normal 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;
|
||||
}
|
Reference in New Issue
Block a user