mirror of
https://github.com/eddyem/bta-temp.git
synced 2025-12-06 02:25:12 +03:00
19 lines
354 B
CSS
19 lines
354 B
CSS
body{
|
|
padding: 1px; margin: 15px;
|
|
background: #CCC;
|
|
font-family: "Liberation Serif", serif;
|
|
font-style: normal;
|
|
font-weight: normal;
|
|
text-indent: 0px;
|
|
}
|
|
|
|
.tooltip{
|
|
position: fixed; background-color: gray; -moz-border-radius: 5px;
|
|
color: white; text-align: center;
|
|
}
|
|
|
|
#tiptext{
|
|
position: fixed; color: black; cursor: help;
|
|
text-align: center;
|
|
}
|