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.
150 lines
2.2 KiB
150 lines
2.2 KiB
body,
|
|
.adding{
|
|
background: #f3f3f3;
|
|
color: black;
|
|
}
|
|
.comitting
|
|
{
|
|
background: yellow;
|
|
}
|
|
.deprecated {
|
|
background: red;
|
|
}
|
|
|
|
img{background:white;}
|
|
|
|
.pointer-hi,
|
|
.pointer,
|
|
.pointer-wontfix,
|
|
.pointer-wontfix-hi,
|
|
.pointer-done,
|
|
.pointer-done-hi {
|
|
position:absolute;
|
|
/*border-bottom-left-radius: 10px; */
|
|
border-left: 2px solid yellow;
|
|
border-bottom: 2px solid yellow;
|
|
}
|
|
|
|
.pointer-done-hi,
|
|
.pointer-wontfix-hi,
|
|
.pointer-hi {
|
|
border-width: 3px;
|
|
}
|
|
|
|
.pointer {
|
|
border-color: #F00; /*IE*/
|
|
border-color: rgba(255, 0, 0, 0.35);
|
|
}
|
|
.pointer-hi {
|
|
border-color: #F00; /*IE*/
|
|
border-color: rgba(255, 0, 0, 1);
|
|
}
|
|
.pointer-done {
|
|
border-color: #00F; /*IE*/
|
|
border-color: rgba(0, 0, 255, 0.2);
|
|
}
|
|
.pointer-done-hi {
|
|
border-color: #00F; /*IE*/
|
|
border-color: rgba(0, 0, 255, 1);
|
|
}
|
|
.pointer-wontfix {
|
|
border-color: #00F; /*IE*/
|
|
border-color: rgba(128, 128, 128, 0.2);
|
|
}
|
|
.pointer-wontfix-hi {
|
|
border-color: #00F; /*IE*/
|
|
border-color: rgba(128, 128, 128, 1);
|
|
}
|
|
|
|
|
|
.box:hover,
|
|
.box-done:hover,
|
|
.box-wontfix:hover{
|
|
border-width:3px;
|
|
margin: 0px;
|
|
}
|
|
.box, .box-done, .box-wontfix {
|
|
margin: 1px;
|
|
background-color: white;
|
|
width:300px;
|
|
/*position:absolute;*/
|
|
padding: 3px;
|
|
border: 2px solid black;
|
|
border-radius: 10px;
|
|
}
|
|
.box {
|
|
border-color: red;
|
|
}
|
|
.box-done {
|
|
border-color: blue;
|
|
}
|
|
.box-wontfix {
|
|
border-color: grey;
|
|
}
|
|
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;
|
|
}
|
|
.close-button{
|
|
background-color: yellow;
|
|
}
|
|
|
|
|
|
.box button,
|
|
.box img,
|
|
.box-done button,
|
|
.box-done img,
|
|
.box-wontfix button,
|
|
.box-wontfix img{
|
|
border: 1px solid white;
|
|
background-color:transparent;
|
|
margin:0;
|
|
padding: 0px;
|
|
}
|
|
.box button:hover,
|
|
.box img:hover,
|
|
.box-done img:hover,
|
|
.box-done 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;
|
|
}
|
|
|
|
|