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/download.css

86 lines
1.1 KiB
CSS

body {
padding: 1em;
font-size: 90%;
background-color: #fafafa;
line-height: 140%;
font-family: sans-serif;
}
#center_area {
margin: 0 auto;
text-align: center;
width: 75%;
max-width: 50em;
}
.note_frame {
-moz-border-radius: 5px;
text-align: left;
margin: 0em;
padding: 1.5em;
border: 2px solid #999999;
margin-bottom: 0.75em;
background-color: #ffffff;
clear: both;
}
h1 {
margin-top: 0em;
text-align: center;
}
h3 {
padding-bottom: 0.25em;
border-bottom: 1px solid #dddddd;
margin-bottom: 0.75em;
}
h3:first-child {
margin-top: 0em;
}
.button {
border-style: outset;
border-width: 0px;
background-color: #d0e0f0;
outline: none;
}
.button:hover {
background-color: #ffcc66;
}
.text_field {
margin-top: 0.25em;
padding: 0.25em;
border: #999999 1px solid;
}
ul li {
margin-top: 0.5em;
}
ol li {
margin-top: 0.5em;
}
img {
border-width: 0;
}
.left_justified {
float: left;
margin: 0.5em 1.5em 0.5em 0;
}
.center_justified {
display: block;
margin: 0.5em auto 0.5em auto;
text-align: center;
}
.right_justified {
float: right;
margin: 0.5em 0 0.5em 1.5em;
}