Archived
1
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
Dan Helfman 45bb546f0f Fixed bug where CSS text centering in downloaded wiki HTML caused Thunderbird
to display the entire message as centered if the HTML was sent as an email
attachment.
2007-08-24 21:21:02 +00:00

63 lines
903 B
CSS

body {
padding: 1em;
background-color: #fafafa;
line-height: 140%;
}
#center_area {
margin: 0 auto;
text-align: center;
width: 75%;
max-width: 50em;
}
.note_frame {
text-align: left;
margin: 0em;
padding: 1.5em;
border: 1px solid #999999;
margin-bottom: 0.75em;
background-color: #ffffff;
-moz-border-radius: 0.5em;
-webkit-border-radius: 0.5em;
}
h1 {
margin-top: 0em;
text-align: center;
}
h3 {
margin-top: 0em;
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;
}
ul li {
margin-top: 0.5em;
}
ol li {
margin-top: 0.5em;
}