atari-music-editor/style.css

45 lines
1.4 KiB
CSS
Executable File

body {background-color: #E0CECE; font-family: "Times New Roman";}
h1,h2,h3,h4,h5 {text-align: center; font-family: Georgia; color: #330000;}
.wkey {background-color: #FFFFFF; z-index: 1; cursor: pointer;}
.bkey {background-color: #000000; z-index: 2; cursor: pointer;}
.C4 {border: 2px solid #FF0000;}
.note-select,.rest-select {cursor: pointer; padding: 0px;}
li {list-style-position: outside;}
small,code {font-family: monospace; color: #CC3333;}
a:link,a:visited {color: #669966; font-family: Georgia; text-decoration: none; font-weight: bold;}
a:hover,a:active {color: #3399FF; font-family: Georgia; padding-left: 1px; font-weight: bold;}
div.faq
{
background-color: #F0C8D8;
border: 2px ridge #000000;
position: absolute;
width:0px;
height:0px;
padding: 2px;
padding-left: 5px;
z-index: 200;
visibility: hidden;
overflow: auto;
opacity: .98;
filter: alpha(opacity=98);
}
.faq_q {color: #006600; font-family: Verdana; text-indent: 2px; font-size: 10pt; font-weight: bold;}
.faq_a {color: #000066; font-family: Verdana; font-size: 8pt; font-weight: bold;}
div.floater
{
position: absolute;
top: 0px;
left: 0px;
border: 1px solid #000000;
background-color: #CEE0CE;
width: 105px;
z-index: 100;
visibility: hidden;
display: inline;
font-family: Verdana;
font-size: 8pt;
padding: 2px;
}