This repository has been archived on 2020-08-21. You can view files and clone it, but cannot push or open issues or pull requests.
pa4home/htdocs/css/common.css

68 lines
1.1 KiB
CSS

body {
background: url('/images/background.jpg') fixed #E1E2E4;
font-family: sans-serif;
}
#bt-menu {
position: fixed;
left: 7px;
top: 7px;
z-index: 9999;
}
#bt-menu button img {
width: 35px;
}
#menu .nameApp {
font-family: serif;
text-align: center;
font-weight: bold;
}
div#state {
background-color: #CDF;
border-right: solid 1px #89B;
border-top: solid 1px #89B;
border-radius: 5px;
bottom: 0px;
font-size: small;
font-style: italic;
left: 0px;
padding: 1px 4px;
position: fixed;
}
div.autocomplete {
position: absolute;
width: 500px;
background-color: white;
border: 1px solid #888;
margin: 0px;
padding: 0px;
}
div.autocomplete ul {
list-style-type: none;
margin: 0px;
padding: 0px;
max-height: 20em;
overflow: auto;
}
div.autocomplete ul li.selected {
background-color: #ffb;
}
div.autocomplete ul li {
list-style-type:none;
display: block;
margin: 0;
padding: 2px;
cursor: pointer;
}
div.autocomplete ul li span.informal {
color: gray;
}