Files
rippled/doc/languages/ada/style.css
Vinnie Falco 9708a12607 Squashed 'src/soci/' content from commit 6e9312c
git-subtree-dir: src/soci
git-subtree-split: 6e9312c4bb3748907bd28d62c40feca42878cfef
2015-03-18 19:36:00 -07:00

68 lines
884 B
CSS

body
{
background-color: white;
color: black;
margin-left: 100px;
margin-right: 100px;
font-family: arial, sans-serif;
font-size: small;
}
div.note
{
border-color: black;
border-style: dotted;
border-width: 1px;
margin-top: 20px;
padding-left: 20px;
padding-right: 20px;
}
span.note
{
font-size: large;
font-weight: bold;
}
code
{
/* font-weight: bold; */
background-color: white;
color: #8B0000;
/* font-size: large; */
}
pre.example
{
background-color: #F0F0F0;
color: black;
border-width: 1px;
border-style: dashed;
border-color: blue;
padding: 10px 10px 10px 10px;
}
table.foot-links
{
width: 100%;
padding-top: 20px;
}
td.foot-link-left
{
text-align: left;
}
td.foot-link-right
{
text-align: right;
}
p.copyright
{
border-top-color: black;
border-top-style: solid;
border-top-width: 1px;
padding-top: 5px;
}