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.

137 lines
2.5 KiB

.myed-root {
font-size: 1em
}
#myed-freq-start {
float: right;
}
#myed-opomba:before {
content: "Opomba: ";
}
#myed-opomba {
float: right;
margin-right: 1em;
padding-left: 0.5em;
padding-right: 0.5em;
background-color: #e9d76d;
cursor: pointer;
}
.myed-prevod-div {
display: inline;
color: #3366ee;
margin-right: 0.2em;
}
.myed-prevod-cut {
background: linear-gradient(
rgba(0, 0, 0, 0.3),
rgba(0, 0, 0, 0.3)
);
filter: brightness(0.7);
}
.myed-prevod-bin {
display: none;
}
.myed-prevod-add {
margin: 0;
padding: 0;
width: 1.5em;
height: 1.5em;
border: 1px solid #ccc;
}
.myed-prevod-buttons {
display: block;
}
.clanek {
font-family: Verdana, sans-serif;
font-size: 1rem;
line-height: 1.5em;
}
.clanek label {
text-decoration: none;
background-color: #99ccff;
border-radius: 4px;
padding: 5px 15px 5px 5px;
color: #666666;
text-shadow: 1px 1px 0px #ffffff;
font-size: .85em;
box-shadow: 0px 0px 2px #336699;
cursor: pointer;
margin-right: 1em;
}
.myed-clanek-select {
width: 1.5em;
height: 1.5em;
padding: 0;
margin-left: 0.5em;
border: 1px solid #ccc;
-webkit-appearance: none;
-moz-appearance: none;
appearance: none;
background-size: 100%;
background-repeat:no-repeat;
background-position: center;
color: rgba(0,0,0,0);
background-image: url(data:image/png;base64,HAMBURGER);
}
.myed-clanek-select option {
color: black;
}
.myed-prevod-razlaga {
font-style: italic;
}
.myed-prevod-razlaga:not(:empty):after {
content: ")";
}
.myed-prevod-razlaga:not(:empty):before {
margin-left: 0.5em;
content: "(";
}
.myed-prevod-semicolon {}
.myed-prevod-semicolon-hidden {
display: none;
}
.myed-zgled-prevod {
color: #666666;
margin-left: 0.5em;
font-weight: bold;
}
.myed-zgled-prevod:before {
font-size: 1.15em;
margin-right: 1em;
content: '↪';
}
.myed-oznaka:not(:empty) {
color: #666666;
text-transform: uppercase;
font-size: 0.85em;
margin-right: 0.2em;
}
.clanek label:hover {box-shadow: 0px 0px 4px #666666;}
.clanek label:active {box-shadow: 0px 0px 2px #666666;}
.clanek label input {position: relative; top: 0.15em;}
.clanek div.hiddenBlock {display: none;}
.clanek div.hiddenExample {display: none;}
.clanek .s0 {background-color: #eeeeee; padding: 2px 5px; color: #cccccc;}
.clanek .s1 {background-color: #eeeeee; padding: 2px 5px; color: #cc3366;}