factor/basis/help/html/stylesheet.css

45 lines
794 B
CSS
Raw Normal View History

html {
box-sizing: border-box;
font-size: 16px;
}
*, *:before, *:after {
box-sizing: inherit;
}
body, h1, h2, h3, h4, h5, h6, p, ol, ul {
margin: 0;
padding: 0;
}
a:link { text-decoration: none; color: #104e8b; }
a:visited { text-decoration: none; color: #104e8b; }
a:active { text-decoration: none; color: #104e8b; }
a:hover { text-decoration: underline; color: #104e8b; }
2020-02-14 00:43:24 -05:00
input {
border: 1px solid #999999;
font-size: smaller;
border-radius: 3px;
}
.navbar {
background-color: #f3f2ea;
padding: 10px;
border-bottom: 1px solid #ccc;
font: 12pt sans-serif;
}
2020-02-14 00:43:24 -05:00
.navbar a {
border-right: 1px solid #999;
padding-right: 10px;
margin-right: 5px;
}
.page {
font-size: 120%;
margin: 20px;
2020-02-14 00:07:25 -05:00
max-width: 800px;
line-height: 125%;
}