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

317 lines
4.6 KiB
CSS

html, body {
margin: 0em;
background-color: #fafafa;
text-align: center;
}
a {
color: #0000ff;
}
a:hover {
color: #ff6600;
}
noscript {
text-align: left;
}
noscript h3 {
margin-bottom: 0.5em;
}
ul li {
margin-top: 0.5em;
}
ol li {
margin-top: 0.5em;
}
#center_and_toolbar_area {
margin: 0 auto;
text-align: center;
width: 80%;
max-width: 60em;
}
#toolbar {
position: fixed;
margin-top: 5em;
z-index: 1;
}
#toolbar ul li {
list-style: none;
text-indent: -2em;
margin-top: 0em;
margin-left: 0em;
margin-bottom: 0.25em;
padding-top: 0em;
padding-left: 0em;
}
#toolbar .button {
border-style: outset;
border-width: 0px;
background-color: #d0e0f0;
height: 2em;
width: 2em;
font-family: times, serif;
font-size: 125%;
outline: none;
-moz-border-radius: 0.5em;
-webkit-border-radius: 0.5em;
}
#toolbar .button:hover {
background-color: #ffcc66;
}
#toolbar .button_down {
border-style: inset;
border-width: 2px;
background-color: #c0d0e0;
}
#toolbar .button_down:hover {
background-color: #ffbb55;
}
#bold {
font-weight: bold;
}
#italic {
font-style: italic;
}
#title {
font-weight: bold;
}
#link_area {
text-align: left;
float: right;
margin-left: 1em;
margin-top: 1em;
margin-right: 2em;
font-size: 85%;
line-height: 140%;
}
#link_area h3 {
font-size: 100%;
margin-top: 1.5em;
margin-bottom: 0.25em;
}
#center_area {
margin: 0 auto;
text-align: center;
width: 79%;
max-width: 55em;
}
#status_area {
position: fixed;
padding: 1em;
z-index: 1;
}
#title_area {
text-align: left;
padding-top: 1em;
margin-top: 0em;
margin-bottom: 1em;
}
#search_and_user_area {
float: right;
margin-top: 0.5em;
margin-bottom: 0.5em;
}
#search_area {
margin-top: 0.5em;
}
#search_form {
margin-bottom: 0em;
}
#search_text {
padding: 0.25em;
border: #999999 1px solid;
-moz-border-radius: 0.5em;
-webkit-border-radius: 0.5em;
}
#user_area {
text-align: right;
margin-bottom: 1em;
font-size: 85%;
}
#notes {
text-align: left;
margin-top: 1em;
margin-bottom: 1em;
}
.note_controls {
float: right;
margin-right: 1.5em;
}
.note_button {
border-style: outset;
border-width: 0px;
background-color: #d0e0f0;
font-size: 85%;
outline: none;
-moz-border-radius: 0.25em;
-webkit-border-radius: 0.25em;
}
.note_button:hover {
background-color: #ffcc66;
}
.note_frame {
margin: 0em;
padding: 0em;
overflow: hidden;
height: 0em;
width: 100%;
border: 1px solid #999999;
margin-bottom: 0.75em;
background-color: #ffffff;
-moz-border-radius: 0.5em;
-webkit-border-radius: 0.5em;
}
.focused_note_frame {
border: 2px solid black;
}
.page_title a {
color: #000000;
text-decoration: none;
outline: 0;
}
.page_title {
margin-top: 0em;
margin-bottom: 0em;
}
.invisible {
visibility: hidden;
}
.undisplayed {
display: none;
}
.pulldown {
position: absolute;
text-align: left;
max-height: 20em;
overflow: auto;
padding: 0.5em;
font-size: 85%;
border: 1px solid #000000;
background: #ffff99;
-moz-border-radius: 0.25em;
-webkit-border-radius: 0.25em;
}
.pulldown_link {
color: #000000;
text-decoration: none;
}
.pulldown_link:hover {
color: #ff6600;
text-decoration: none;
}
.message {
padding: 0.5em;
margin-bottom: 0.5em;
font-weight: bold;
background-color: #ffcc66;
-moz-border-radius: 0.5em;
-webkit-border-radius: 0.5em;
}
.message_inner {
padding: 0.5em;
line-height: 140%;
background-color: #ffaa44;
-moz-border-radius: 0.5em;
-webkit-border-radius: 0.5em;
}
.error {
padding: 0.5em;
border: 1px solid #550000;
margin-bottom: 0.5em;
font-weight: bold;
color: #ffffff;
background-color: #ff3333;
-moz-border-radius: 0.5em;
-webkit-border-radius: 0.5em;
}
.error_inner {
padding: 0.5em;
line-height: 140%;
color: #ffffff;
background-color: #dd1111;
-moz-border-radius: 0.5em;
-webkit-border-radius: 0.5em;
}
.message_button {
border-style: outset;
border-width: 0px;
background-color: #d0e0f0;
font-size: 85%;
outline: none;
-moz-border-radius: 0.25em;
-webkit-border-radius: 0.25em;
}
.message_button:hover {
background-color: #ffee88;
}
.status_text {
padding: 0.25em;
color: #ffffff;
border: 1px solid #005500;
background-color: #11bb11;
-moz-border-radius: 0.5em;
-webkit-border-radius: 0.5em;
}
.error_box {
text-align: left;
margin-left: 2em;
margin-right: 2em;
}
.field_label {
font-weight: bold;
}
.text_field {
margin-right: 0.5em;
padding: 0.25em;
border: #999999 1px solid;
-moz-border-radius: 0.5em;
-webkit-border-radius: 0.5em;
}