Web M&M
https://mam.matfyz.cz
You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
136 lines
1.8 KiB
136 lines
1.8 KiB
body,
|
|
.adding{
|
|
background: #f3f3f3;
|
|
color: black;
|
|
}
|
|
.comitting
|
|
{
|
|
background: yellow;
|
|
}
|
|
.deprecated {
|
|
background: red;
|
|
}
|
|
|
|
img{background:white;}
|
|
|
|
/* Barvy korektur */
|
|
.k_oprave {
|
|
--rgb: 255, 0, 0;
|
|
}
|
|
.opraveno {
|
|
--rgb: 0, 0, 255;
|
|
}
|
|
.neni_chyba {
|
|
--rgb: 128, 128, 128;
|
|
}
|
|
.k_zaneseni {
|
|
--rgb: 0, 255, 0;
|
|
}
|
|
|
|
.pointer-hi,
|
|
.pointer{
|
|
position:absolute;
|
|
/*border-bottom-left-radius: 10px; */
|
|
border-left: 2px solid yellow;
|
|
border-bottom: 2px solid yellow;
|
|
border-color: rgb(var(--rgb),var(--alpha));
|
|
}
|
|
|
|
.pointer {
|
|
border-width: 1px;
|
|
--alpha: 0.35;
|
|
}
|
|
|
|
.pointer-hi {
|
|
border-width: 3px;
|
|
--alpha: 1;
|
|
}
|
|
|
|
|
|
|
|
.box:hover{
|
|
border-width:3px;
|
|
margin: 0px;
|
|
}
|
|
.box {
|
|
margin: 1px;
|
|
background-color: white;
|
|
width:300px;
|
|
/*position:absolute;*/
|
|
padding: 3px;
|
|
border: 2px solid black;
|
|
border-radius: 10px;
|
|
border-color: rgb(var(--rgb));
|
|
}
|
|
form {
|
|
display:inline;
|
|
}
|
|
|
|
.float-right{
|
|
float:right;
|
|
}
|
|
|
|
.imgdiv {
|
|
position:relative;
|
|
left:0px;
|
|
top:0px;
|
|
}
|
|
#commform-div {
|
|
display: none;
|
|
position: absolute;
|
|
background-color: white;
|
|
border: 1px solid;
|
|
padding: 3px;
|
|
/*
|
|
width: 310;
|
|
height: 220;
|
|
*/
|
|
z-index: 10;
|
|
border: 4px solid red;
|
|
border-radius: 10px;
|
|
background-color: white;
|
|
opacity: 80%;
|
|
}
|
|
.close-button{
|
|
background-color: yellow;
|
|
}
|
|
|
|
|
|
.box button,
|
|
.box img,
|
|
.box-done button,
|
|
.box-done img,
|
|
.box-ready button,
|
|
.box-ready img,
|
|
.box-wontfix button,
|
|
.box-wontfix img{
|
|
border: 1px solid white;
|
|
background-color:transparent;
|
|
margin:0;
|
|
padding: 1px;
|
|
}
|
|
.box button:hover,
|
|
.box img:hover,
|
|
.box-done img:hover,
|
|
.box-done button:hover,
|
|
.box-ready img:hover,
|
|
.box-ready button:hover,
|
|
.box-wontfix img:hover,
|
|
.box-wontfix button:hover{
|
|
border: 1px solid black;
|
|
}
|
|
|
|
.comment hr {
|
|
height: 0px;
|
|
}
|
|
|
|
.corr-header {
|
|
overflow: auto;
|
|
}
|
|
|
|
.author {
|
|
font-weight: bold;
|
|
float: left;
|
|
margin-top: 3px;
|
|
}
|
|
|
|
|