witten
/
luminotes
Archived
1
0
Fork 0
This repository has been archived on 2023-12-16. You can view files and clone it, but cannot push or open issues or pull requests.
luminotes/static/css/note.css

44 lines
575 B
CSS
Raw Normal View History

body {
padding: 1em;
font-size: 100%;
line-height: 140%;
}
h3 {
margin-bottom: 1em;
}
.button {
border-style: outset;
border-width: 0px;
background-color: #d0e0f0;
outline: none;
-moz-border-radius: 0.5em;
-webkit-border-radius: 0.5em;
}
.button:hover {
background-color: #ffcc66;
}
.text_field {
margin-top: 0.25em;
padding: 0.25em;
border: #999999 1px solid;
-moz-border-radius: 0.5em;
-webkit-border-radius: 0.5em;
}
.small_text {
font-size: 85%;
line-height: 1em;
}
ul li {
margin-top: 0.5em;
}
ol li {
margin-top: 0.5em;
}