You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

87 lines
1.4 KiB
CSS

body {
font-size: 2vw;
font-family: 'Courier New', Courier, monospace;
margin: 0%;
}
ul {
margin: 0%;
padding: 0%;
}
li {
/* border: solid 0.3pt; */
list-style-type: none;
padding: 0%;
width: 20%;
margin-top: -0.5pt;
height: fit-content;
}
.head{
margin: 0.4vw;
margin-left: 0.5vw;
margin-right: 0.5vw;
}
.words {
-webkit-column-count: 3;
-moz-column-count: 3;
column-count: 3;
-webkit-column-width: 400px;
-moz-column-width: 400px;
column-width: 400px;
margin: 0.5vw;
margin-left: 0.7vw;
margin-right: 0.7vw;
}
.word_title {
/* border: solid 0.3pt; */
font-size: 2vw;
font-weight:normal;
font-family: 'Courier New', Courier, monospace;
padding: 0%;
/* width: 20%; */
margin-top: -0.5pt;
margin-left: 2vw;
margin-bottom: 0;
text-decoration: underline;
text-decoration-color:gold;
}
p {
/* border: solid 0.3pt; */
font-size: 2vw;
font-weight:normal;
font-family: 'Courier New', Courier, monospace;
padding: 0%;
/* width: 20%; */
margin-top: -0.5pt;
margin-left: 0;
margin-bottom: 0;
}
input {
height: 1.5vw;
weight: 100%;
margin-bottom: 1pt;
margin-left: 2pt;
color: darkgreen;
}
#trans_input {
border: none;
padding-left: 15pt;
}
hr {
margin: 0;
}
b{
color: gold;
}