4145 lines
116 KiB
CSS
4145 lines
116 KiB
CSS
|
|
|
||
|
|
/*!
|
||
|
|
* # Semantic UI 2.2.11 - Dropdown
|
||
|
|
* http://github.com/semantic-org/semantic-ui/
|
||
|
|
*
|
||
|
|
*
|
||
|
|
* Released under the MIT license
|
||
|
|
* http://opensource.org/licenses/MIT
|
||
|
|
*
|
||
|
|
*/.ui.dropdown{cursor:pointer;position:relative;display:inline-block;outline:0;text-align:left;-webkit-transition:box-shadow .1s ease,width .1s ease;transition:box-shadow .1s ease,width .1s ease;-webkit-tap-highlight-color:transparent}.ui.dropdown .menu{cursor:auto;position:absolute;display:none;outline:0;top:100%;min-width:-webkit-max-content;min-width:-moz-max-content;min-width:max-content;margin:0;padding:0 0;background:#fff;font-size:1em;text-shadow:none;text-align:left;box-shadow:0 2px 3px 0 rgba(34,36,38,.15);border:1px solid rgba(34,36,38,.15);border-radius:.28571429rem;-webkit-transition:opacity .1s ease;transition:opacity .1s ease;z-index:11;will-change:transform,opacity}.ui.dropdown .menu>*{white-space:nowrap}.ui.dropdown>input:not(.search):first-child,.ui.dropdown>select{display:none!important}.ui.dropdown>.dropdown.icon{position:relative;width:auto;font-size:.85714286em;margin:0 0 0 1em}.ui.dropdown .menu>.item .dropdown.icon{width:auto;float:right;margin:0 0 0 1em}.ui.dropdown .menu>.item .dropdown.icon+.text{margin-right:1em}.ui.dropdown>.text{display:inline-block;-webkit-transition:none;transition:none}.ui.dropdown .menu>.item{position:relative;cursor:pointer;display:block;border:none;height:auto;text-align:left;border-top:none;line-height:1em;color:rgba(0,0,0,.87);padding:.78571429rem 1.14285714rem!important;font-size:1rem;text-transform:none;font-weight:400;box-shadow:none;-webkit-touch-callout:none}.ui.dropdown .menu>.item:first-child{border-top-width:0}.ui.dropdown .menu .item>[class*="right floated"],.ui.dropdown>.text>[class*="right floated"]{float:right!important;margin-right:0!important;margin-left:1em!important}.ui.dropdown .menu .item>[class*="left floated"],.ui.dropdown>.text>[class*="left floated"]{float:left!important;margin-left:0!important;margin-right:1em!important}.ui.dropdown .menu .item>.flag.floated,.ui.dropdown .menu .item>.icon.floated,.ui.dropdown .menu .item>.image.floated,.ui.dropdown .menu .item>img.floated{margin-top:0}.ui.dropdown .menu>.header{margin:1rem 0 .75rem;padding:0 1.14285714rem;color:rgba(0,0,0,.85);font-size:.78571429em;font-weight:700;text-transform:uppercase}.ui.dropdown .menu>.divider{border-top:1px solid rgba(34,36,38,.1);height:0;margin:.5em 0}.ui.dropdown .menu>.input{width:auto;display:-webkit-box;display:-ms-flexbox;display:flex;margin:1.14285714rem .78571429rem;min-width:10rem}.ui.dropdown .menu>.header+.input{margin-top:0}.ui.dropdown .menu>.input:not(.transparent) input{padding:.5em 1em}.ui.dropdown .menu>.input:not(.transparent) .button,.ui.dropdown .menu>.input:not(.transparent) .icon,.ui.dropdown .menu>.input:not(.transparent) .label{padding-top:.5em;padding-bottom:.5em}.ui.dropdown .menu>.item>.description,.ui.dropdown>.text>.description{float:right;margin:0 0 0 1em;color:rgba(0,0,0,.4)}.ui.dropdown .menu>.message{padding:.78571429rem 1.14285714rem;font-weight:400}.ui.dropdown .menu>.message:not(.ui){color:rgba(0,0,0,.4)}.ui.dropdown .menu .menu{top:0!important;left:100%;right:auto;margin:0 0 0 -.5em!important;border-radius:.28571429rem!important;z-index:21!important}.ui.dropdown .menu .menu:after{display:none}.ui.dropdown>.text>.flag,.ui.dropdown>.text>.icon,.ui.dropdown>.text>.image,.ui.dropdown>.text>.label,.ui.dropdown>.text>img{margin-top:0}.ui.dropdown .menu>.item>.flag,.ui.dropdown .menu>.item>.icon,.ui.dropdown .menu>.item>.image,.ui.dropdown .menu>.item>.label,.ui.dropdown .menu>.item>img{margin-top:0}.ui.dropdown .menu>.item>.flag,.ui.dropdown .menu>.item>.icon,.ui.dropdown .menu>.item>.image,.ui.dropdown .menu>.item>.label,.ui.dropdown .menu>.item>img,.ui.dropdown>.text>.flag,.ui.dropdown>.text>.icon,.ui.dropdown>.text>.image,.ui.dropdown>.text>.label,.ui.dropdown>.text>img{margin-left:0;float:none;margin-right:.78571429rem}.ui.dropdown .menu>.item>.image,.ui.dropdown .menu>.item>img,.ui.dropdown>.text>.image,.ui.dropdown>.text>img{display:inline-block;vertical-align:top;width:auto;margin-top:-.5em;margin-bottom:-.5em;max-height:2em}.ui.dropdown .ui.menu>.item:before,.ui.menu .ui.dropdown .menu>.item:before{display:none}.ui.menu .ui.dropdo
|
||
|
|
* # Semantic UI 2.2.11 - Transition
|
||
|
|
* http://github.com/semantic-org/semantic-ui/
|
||
|
|
*
|
||
|
|
*
|
||
|
|
* Released under the MIT license
|
||
|
|
* http://opensource.org/licenses/MIT
|
||
|
|
*
|
||
|
|
*/.transition{-webkit-animation-iteration-count:1;animation-iteration-count:1;-webkit-animation-duration:.3s;animation-duration:.3s;-webkit-animation-timing-function:ease;animation-timing-function:ease;-webkit-animation-fill-mode:both;animation-fill-mode:both}.animating.transition{-webkit-backface-visibility:hidden;backface-visibility:hidden;visibility:visible!important}.loading.transition{position:absolute;top:-99999px;left:-99999px}.hidden.transition{display:none;visibility:hidden}.visible.transition{display:block!important;visibility:visible!important}.disabled.transition{-webkit-animation-play-state:paused;animation-play-state:paused}.looping.transition{-webkit-animation-iteration-count:infinite;animation-iteration-count:infinite}.transition.browse{-webkit-animation-duration:.5s;animation-duration:.5s}.transition.browse.in{-webkit-animation-name:browseIn;animation-name:browseIn}.transition.browse.left.out,.transition.browse.out{-webkit-animation-name:browseOutLeft;animation-name:browseOutLeft}.transition.browse.right.out{-webkit-animation-name:browseOutRight;animation-name:browseOutRight}@-webkit-keyframes browseIn{0%{-webkit-transform:scale(.8) translateZ(0);transform:scale(.8) translateZ(0);z-index:-1}10%{-webkit-transform:scale(.8) translateZ(0);transform:scale(.8) translateZ(0);z-index:-1;opacity:.7}80%{-webkit-transform:scale(1.05) translateZ(0);transform:scale(1.05) translateZ(0);opacity:1;z-index:999}100%{-webkit-transform:scale(1) translateZ(0);transform:scale(1) translateZ(0);z-index:999}}@keyframes browseIn{0%{-webkit-transform:scale(.8) translateZ(0);transform:scale(.8) translateZ(0);z-index:-1}10%{-webkit-transform:scale(.8) translateZ(0);transform:scale(.8) translateZ(0);z-index:-1;opacity:.7}80%{-webkit-transform:scale(1.05) translateZ(0);transform:scale(1.05) translateZ(0);opacity:1;z-index:999}100%{-webkit-transform:scale(1) translateZ(0);transform:scale(1) translateZ(0);z-index:999}}@-webkit-keyframes browseOutLeft{0%{z-index:999;-webkit-transform:translateX(0) rotateY(0) rotateX(0);transform:translateX(0) rotateY(0) rotateX(0)}50%{z-index:-1;-webkit-transform:translateX(-105%) rotateY(35deg) rotateX(10deg) translateZ(-10px);transform:translateX(-105%) rotateY(35deg) rotateX(10deg) translateZ(-10px)}80%{opacity:1}100%{z-index:-1;-webkit-transform:translateX(0) rotateY(0) rotateX(0) translateZ(-10px);transform:translateX(0) rotateY(0) rotateX(0) translateZ(-10px);opacity:0}}@keyframes browseOutLeft{0%{z-index:999;-webkit-transform:translateX(0) rotateY(0) rotateX(0);transform:translateX(0) rotateY(0) rotateX(0)}50%{z-index:-1;-webkit-transform:translateX(-105%) rotateY(35deg) rotateX(10deg) translateZ(-10px);transform:translateX(-105%) rotateY(35deg) rotateX(10deg) translateZ(-10px)}80%{opacity:1}100%{z-index:-1;-webkit-transform:translateX(0) rotateY(0) rotateX(0) translateZ(-10px);transform:translateX(0) rotateY(0) rotateX(0) translateZ(-10px);opacity:0}}@-webkit-keyframes browseOutRight{0%{z-index:999;-webkit-transform:translateX(0) rotateY(0) rotateX(0);transform:translateX(0) rotateY(0) rotateX(0)}50%{z-index:1;-webkit-transform:translateX(105%) rotateY(35deg) rotateX(10deg) translateZ(-10px);transform:translateX(105%) rotateY(35deg) rotateX(10deg) translateZ(-10px)}80%{opacity:1}100%{z-index:1;-webkit-transform:translateX(0) rotateY(0) rotateX(0) translateZ(-10px);transform:translateX(0) rotateY(0) rotateX(0) translateZ(-10px);opacity:0}}@keyframes browseOutRight{0%{z-index:999;-webkit-transform:translateX(0) rotateY(0) rotateX(0);transform:translateX(0) rotateY(0) rotateX(0)}50%{z-index:1;-webkit-transform:translateX(105%) rotateY(35deg) rotateX(10deg) translateZ(-10px);transform:translateX(105%) rotateY(35deg) rotateX(10deg) translateZ(-10px)}80%{opacity:1}100%{z-index:1;-webkit-transform:translateX(0) rotateY(0) rotateX(0) translateZ(-10px);transform:translateX(0) rotateY(0) rotateX(0) translateZ(-10px);opacity:0}}.drop.transition{-webkit-transform-origin:top center;transform-origin:top center;-webkit-animation-duration:.4s;animation-duration:.4s;-webkit-animation-timing-function:cubic-bezi
|
||
|
|
*{
|
||
|
|
box-sizing: border-box;
|
||
|
|
-o-box-sizing: border-box;
|
||
|
|
-moz-box-sizing: border-box;
|
||
|
|
-webkit-box-sizing: border-box;
|
||
|
|
border: none;
|
||
|
|
margin: 0;
|
||
|
|
padding: 0;
|
||
|
|
line-height:1.5em;
|
||
|
|
}
|
||
|
|
|
||
|
|
html, body{
|
||
|
|
height:100%;
|
||
|
|
}
|
||
|
|
|
||
|
|
body{
|
||
|
|
background:#fff;
|
||
|
|
font-family: arial, helvetica, sans-serif;
|
||
|
|
color:#333333;
|
||
|
|
flex-direction:column;
|
||
|
|
min-height:100%;
|
||
|
|
overflow-y:scroll;
|
||
|
|
}
|
||
|
|
|
||
|
|
input, submit, select, textarea, button{
|
||
|
|
font-size:inherit;
|
||
|
|
}
|
||
|
|
|
||
|
|
ul, ol{
|
||
|
|
list-style-type:none;
|
||
|
|
}
|
||
|
|
|
||
|
|
a{
|
||
|
|
color:inherit;
|
||
|
|
text-decoration:inherit;
|
||
|
|
}
|
||
|
|
|
||
|
|
a:hover{
|
||
|
|
cursor:pointer;
|
||
|
|
}
|
||
|
|
|
||
|
|
h1{
|
||
|
|
display:block;
|
||
|
|
font-size:1.6em;
|
||
|
|
margin-bottom: 20px;
|
||
|
|
}
|
||
|
|
|
||
|
|
@font-face {
|
||
|
|
font-family: 'longmaneltdict';
|
||
|
|
src:url(/external/fonts/longmaneltdict.eot?version=1.1.47);
|
||
|
|
src:url(/external/fonts/longmaneltdict.eot?version=1.1.47) format('embedded-opentype'),
|
||
|
|
url(/external/fonts/longmaneltdict.ttf?version=1.1.47) format('truetype'),
|
||
|
|
url(/external/fonts/longmaneltdict.woff?version=1.1.47) format('woff');
|
||
|
|
font-weight: normal;
|
||
|
|
font-style: normal;
|
||
|
|
}
|
||
|
|
|
||
|
|
/* transition */
|
||
|
|
|
||
|
|
a{
|
||
|
|
-webkit-transition: color 0.5s, background-color 0.5s;
|
||
|
|
transition: color 0.5s, background-color 0.5s;
|
||
|
|
}
|
||
|
|
|
||
|
|
/* end */
|
||
|
|
|
||
|
|
/* shadow */
|
||
|
|
|
||
|
|
.csm,
|
||
|
|
.inputSuggestions{
|
||
|
|
-webkit-box-shadow: 0px 2px 5px rgba(0, 0, 0, 0.5);
|
||
|
|
-moz-box-shadow: 0px 2px 5px rgba(0, 0, 0, 0.5);
|
||
|
|
box-shadow: 0px 2px 5px rgba(0, 0, 0, 0.5);
|
||
|
|
}
|
||
|
|
|
||
|
|
/* end */
|
||
|
|
|
||
|
|
/* header */
|
||
|
|
|
||
|
|
div.header{
|
||
|
|
background:#314089;
|
||
|
|
position: relative;
|
||
|
|
}
|
||
|
|
|
||
|
|
.home .logo {
|
||
|
|
width: 100%;
|
||
|
|
}
|
||
|
|
|
||
|
|
.logo{
|
||
|
|
opacity:1;
|
||
|
|
vertical-align:middle;
|
||
|
|
}
|
||
|
|
|
||
|
|
.home .logo_link {
|
||
|
|
vertical-align:middle;
|
||
|
|
width: 25%;
|
||
|
|
}
|
||
|
|
|
||
|
|
|
||
|
|
.logo_link{
|
||
|
|
display:inline-block;
|
||
|
|
margin-left: 40px;
|
||
|
|
}
|
||
|
|
|
||
|
|
.search-input-container{
|
||
|
|
overflow: hidden;
|
||
|
|
vertical-align: middle;
|
||
|
|
}
|
||
|
|
|
||
|
|
.csl,
|
||
|
|
.search_input{
|
||
|
|
vertical-align:middle;
|
||
|
|
outline: none;
|
||
|
|
}
|
||
|
|
|
||
|
|
.search_input{
|
||
|
|
font-size: 16px!important;
|
||
|
|
background:none;
|
||
|
|
color:#000;
|
||
|
|
padding: 1em 0em 1em 0.5em;
|
||
|
|
width: 100%;
|
||
|
|
-webkit-appearance: none; /*Safari*/
|
||
|
|
}
|
||
|
|
|
||
|
|
.search_input::-webkit-input-placeholder{
|
||
|
|
color: #333333;
|
||
|
|
font-size: 1.05em;
|
||
|
|
}
|
||
|
|
|
||
|
|
.search_form{
|
||
|
|
display: inline-block;
|
||
|
|
border-radius:5px;
|
||
|
|
background: rgba(255, 255, 255, 1);
|
||
|
|
margin: 30px 50px;
|
||
|
|
vertical-align:middle;
|
||
|
|
width: 45%;
|
||
|
|
height: 56px;
|
||
|
|
}
|
||
|
|
|
||
|
|
.header_version {
|
||
|
|
color: white;
|
||
|
|
display: inline-block;
|
||
|
|
font-size: 13px;
|
||
|
|
margin-top: 30px;
|
||
|
|
font-weight: 300;
|
||
|
|
position: absolute;
|
||
|
|
right: 45px;
|
||
|
|
text-align: right;
|
||
|
|
}
|
||
|
|
|
||
|
|
/* Override Semantic UI Lib */
|
||
|
|
.ui.selection.dropdown.custom-select-label-container {
|
||
|
|
border: none;
|
||
|
|
border-radius: 0;
|
||
|
|
border-top-left-radius: 5px;
|
||
|
|
border-bottom-left-radius: 5px;
|
||
|
|
min-width: initial;
|
||
|
|
background: #dedddd;
|
||
|
|
padding: 16px 8px;
|
||
|
|
}
|
||
|
|
|
||
|
|
.ui.selection.dropdown .menu {
|
||
|
|
min-width: 0;
|
||
|
|
width: 181px;
|
||
|
|
border: 0;
|
||
|
|
margin: 0;
|
||
|
|
}
|
||
|
|
.ui.selection.dropdown .menu>.item {
|
||
|
|
white-space: nowrap;
|
||
|
|
}
|
||
|
|
|
||
|
|
.ui.dropdown.selection.custom-select-label-container {
|
||
|
|
height: 56px;
|
||
|
|
cursor: pointer;
|
||
|
|
float: left;
|
||
|
|
width: 181px;
|
||
|
|
display: inline-flex;
|
||
|
|
align-items: center;
|
||
|
|
justify-content: space-between;
|
||
|
|
}
|
||
|
|
|
||
|
|
.dropdown-icon {
|
||
|
|
vertical-align: middle;
|
||
|
|
width: 1em;
|
||
|
|
text-align: center;
|
||
|
|
}
|
||
|
|
|
||
|
|
.res_hos {
|
||
|
|
padding-left: 5px;
|
||
|
|
}
|
||
|
|
|
||
|
|
.custom-select-menu {
|
||
|
|
display: none;
|
||
|
|
z-index: 2;
|
||
|
|
position: absolute;
|
||
|
|
background: #fff;
|
||
|
|
box-shadow: 0 0 40px rgba(0, 0, 0, 0.1);
|
||
|
|
border: solid 1px #ddd;
|
||
|
|
border-top: none;
|
||
|
|
left: 0;
|
||
|
|
max-height: none!important;
|
||
|
|
}
|
||
|
|
|
||
|
|
.custom-select-menu a{
|
||
|
|
display: block;
|
||
|
|
padding: 5px 19px;
|
||
|
|
}
|
||
|
|
|
||
|
|
.custom-select-menu a:hover{
|
||
|
|
background: #ddd;
|
||
|
|
}
|
||
|
|
|
||
|
|
.header_version .fa-globe {
|
||
|
|
font-size: 1.5em;
|
||
|
|
vertical-align: middle;
|
||
|
|
margin-right: 5px;
|
||
|
|
}
|
||
|
|
|
||
|
|
.version_selector {
|
||
|
|
cursor: pointer;
|
||
|
|
}
|
||
|
|
|
||
|
|
.version_selector .curr_version {
|
||
|
|
margin-right: 5px;
|
||
|
|
}
|
||
|
|
|
||
|
|
.version_selector .other_versions {
|
||
|
|
display: none;
|
||
|
|
border: thin solid white;
|
||
|
|
padding: 5px;
|
||
|
|
text-align: center;
|
||
|
|
color: black;
|
||
|
|
background: #fff;
|
||
|
|
box-shadow: 0 0 40px rgba(0, 0, 0, 0.1);
|
||
|
|
border: solid 1px #ddd;
|
||
|
|
z-index: 10;
|
||
|
|
}
|
||
|
|
|
||
|
|
.version_selector .other_versions a{
|
||
|
|
padding: 3px;
|
||
|
|
}
|
||
|
|
/* end */
|
||
|
|
|
||
|
|
/* footer */
|
||
|
|
|
||
|
|
|
||
|
|
.footer .responsive_row div {
|
||
|
|
float: none;
|
||
|
|
margin-left: auto;
|
||
|
|
margin-right: auto;
|
||
|
|
}
|
||
|
|
|
||
|
|
.footer .responsive_row .grey_part {
|
||
|
|
background-color: #333333;
|
||
|
|
text-align: center;
|
||
|
|
padding: 70px 0;
|
||
|
|
}
|
||
|
|
|
||
|
|
.footer .share_links,
|
||
|
|
.footer .links,
|
||
|
|
.footer .responsive_row .blue_part div {
|
||
|
|
display: inline-block;
|
||
|
|
vertical-align: middle;
|
||
|
|
}
|
||
|
|
|
||
|
|
.footer .share_panel {
|
||
|
|
margin: 0!important;
|
||
|
|
}
|
||
|
|
|
||
|
|
.footer .share_panel a{
|
||
|
|
color: #333333;
|
||
|
|
background-color: white;
|
||
|
|
}
|
||
|
|
|
||
|
|
|
||
|
|
.footer .links {
|
||
|
|
color: white;
|
||
|
|
font-size: 13px;
|
||
|
|
text-align: left;
|
||
|
|
font-weight: 300;
|
||
|
|
padding-left: 200px;
|
||
|
|
}
|
||
|
|
|
||
|
|
.footer .links a {
|
||
|
|
padding: 4px 0;
|
||
|
|
display: table;
|
||
|
|
}
|
||
|
|
|
||
|
|
.footer .responsive_row .blue_part {
|
||
|
|
background-color: #314089;
|
||
|
|
text-align: center;
|
||
|
|
padding: 8px 0;
|
||
|
|
}
|
||
|
|
|
||
|
|
.footer .responsive_row .blue_part div.always_learning,
|
||
|
|
.footer .responsive_row .blue_part div.pearson {
|
||
|
|
width: 40%;
|
||
|
|
}
|
||
|
|
|
||
|
|
.footer .responsive_row .blue_part div.pearson {
|
||
|
|
padding-left: 195px;
|
||
|
|
text-align: left;
|
||
|
|
}
|
||
|
|
|
||
|
|
.footer .responsive_row .blue_part img.always_learning,
|
||
|
|
.footer .responsive_row .blue_part img.pearson {
|
||
|
|
vertical-align: middle;
|
||
|
|
}
|
||
|
|
|
||
|
|
/* end */
|
||
|
|
|
||
|
|
/* browse */
|
||
|
|
|
||
|
|
.browse_letters,
|
||
|
|
.browse_dictionaries {
|
||
|
|
margin-bottom: 20px;
|
||
|
|
}
|
||
|
|
|
||
|
|
.browse_dictionaries li{
|
||
|
|
margin: 16px 2px;
|
||
|
|
}
|
||
|
|
|
||
|
|
.browse_dictionaries li a{
|
||
|
|
padding: 8px 20px;
|
||
|
|
}
|
||
|
|
|
||
|
|
.browse_letters li{
|
||
|
|
display:inline-block;
|
||
|
|
}
|
||
|
|
|
||
|
|
.browse_letters li a{
|
||
|
|
display:inline-block;
|
||
|
|
padding:1em;
|
||
|
|
}
|
||
|
|
|
||
|
|
.browse_letters li a:hover{
|
||
|
|
background:#222;
|
||
|
|
color:#eee;
|
||
|
|
display:inline-block;
|
||
|
|
}
|
||
|
|
|
||
|
|
.browse_groups,
|
||
|
|
.browse_results{
|
||
|
|
list-style:disc outside;
|
||
|
|
-webkit-column-count: 2;
|
||
|
|
-moz-column-count: 2;
|
||
|
|
column-count: 2;
|
||
|
|
margin-bottom: 20px;
|
||
|
|
}
|
||
|
|
|
||
|
|
.browse_groups li,
|
||
|
|
.browse_results li{
|
||
|
|
margin-left: 20px;
|
||
|
|
padding:0.5em;
|
||
|
|
}
|
||
|
|
|
||
|
|
.browse_groups li a,
|
||
|
|
.browse_results li a{
|
||
|
|
padding:0px 2px;
|
||
|
|
}
|
||
|
|
|
||
|
|
.browse_groups li a:hover,
|
||
|
|
.browse_dictionaries li a:hover,
|
||
|
|
.browse_results li a:hover{
|
||
|
|
background:#222;
|
||
|
|
color:#eee;
|
||
|
|
}
|
||
|
|
|
||
|
|
.browse_groups li a .head{
|
||
|
|
display:inline;
|
||
|
|
}
|
||
|
|
|
||
|
|
.browse_results .pos,
|
||
|
|
.browse_panel .pos,
|
||
|
|
.searches .pos{
|
||
|
|
font-size:0.8em;
|
||
|
|
font-style:italic;
|
||
|
|
vertical-align:top;
|
||
|
|
}
|
||
|
|
|
||
|
|
.browse_panel{
|
||
|
|
margin-top: 20px;
|
||
|
|
padding:20px;
|
||
|
|
background:rgba(0, 0, 0, 0.1);
|
||
|
|
}
|
||
|
|
|
||
|
|
.browse_panel a{
|
||
|
|
display:block;
|
||
|
|
padding:8px 20px;
|
||
|
|
}
|
||
|
|
|
||
|
|
.browse_panel a:hover,
|
||
|
|
.browse_panel a.current{
|
||
|
|
color:#ccc;
|
||
|
|
background-color:#333;
|
||
|
|
}
|
||
|
|
|
||
|
|
.browse_panel a[class=seeAllResults],
|
||
|
|
.browse_panel a[class=seeAllTopics] {
|
||
|
|
text-decoration: underline;
|
||
|
|
}
|
||
|
|
|
||
|
|
.browse_panel ul li pos,
|
||
|
|
.content .searches li pos {
|
||
|
|
font-variant:small-caps;
|
||
|
|
text-transform:lowercase;
|
||
|
|
font-size: 0.8em;
|
||
|
|
}
|
||
|
|
/* end */
|
||
|
|
|
||
|
|
/* search results & did you mean */
|
||
|
|
|
||
|
|
.searches,
|
||
|
|
.didyoumean{
|
||
|
|
list-style:disc outside;
|
||
|
|
-webkit-column-count: 1;
|
||
|
|
-moz-column-count: 1;
|
||
|
|
column-count: 1;
|
||
|
|
margin-bottom: 10px;
|
||
|
|
list-style: none;
|
||
|
|
}
|
||
|
|
|
||
|
|
.searches li,
|
||
|
|
.didyoumean li {
|
||
|
|
padding: 0.5em;
|
||
|
|
background: aliceblue;
|
||
|
|
margin-bottom: 5px;
|
||
|
|
}
|
||
|
|
|
||
|
|
.searches li a,
|
||
|
|
.didyoumean li a {
|
||
|
|
font-weight: bold;
|
||
|
|
}
|
||
|
|
|
||
|
|
.searches li a pos{
|
||
|
|
font-weight: normal;
|
||
|
|
}
|
||
|
|
|
||
|
|
.searches li a:hover,
|
||
|
|
.didyoumean li a:hover{
|
||
|
|
text-decoration: underline;
|
||
|
|
}
|
||
|
|
|
||
|
|
.searches li sup {
|
||
|
|
vertical-align: top;
|
||
|
|
font-size: 0.8em;
|
||
|
|
}
|
||
|
|
|
||
|
|
.search_word {
|
||
|
|
color : #364395;
|
||
|
|
}
|
||
|
|
|
||
|
|
/* end */
|
||
|
|
|
||
|
|
/* topic cloud */
|
||
|
|
.cloud {
|
||
|
|
margin-bottom: 10px;
|
||
|
|
}
|
||
|
|
.cloud li {
|
||
|
|
display:inline-block;
|
||
|
|
}
|
||
|
|
|
||
|
|
/* end */
|
||
|
|
|
||
|
|
.content{
|
||
|
|
position:relative;
|
||
|
|
flex:1 0 auto;
|
||
|
|
min-height: 500px;
|
||
|
|
}
|
||
|
|
|
||
|
|
.message{
|
||
|
|
position:absolute;
|
||
|
|
display:flex;
|
||
|
|
align-items:center;
|
||
|
|
justify-content:center;
|
||
|
|
text-align:center;
|
||
|
|
height:100%;
|
||
|
|
width:100%;
|
||
|
|
}
|
||
|
|
|
||
|
|
/* custom selector */
|
||
|
|
|
||
|
|
.csl{
|
||
|
|
font-size:19.2px;
|
||
|
|
background-color: white;
|
||
|
|
-webkit-transform:rotateY(180deg);
|
||
|
|
-moz-transform:rotateY(180deg);
|
||
|
|
-o-transform:rotateY(180deg);
|
||
|
|
-ms-transform:rotateY(180deg);
|
||
|
|
float: right;
|
||
|
|
padding: 12px;
|
||
|
|
margin: 2px;
|
||
|
|
cursor: pointer;
|
||
|
|
}
|
||
|
|
|
||
|
|
.csl .fa-search {
|
||
|
|
font-weight: bold;
|
||
|
|
color: lightgrey;
|
||
|
|
}
|
||
|
|
|
||
|
|
.csm{
|
||
|
|
position:absolute;
|
||
|
|
z-index:10;
|
||
|
|
}
|
||
|
|
|
||
|
|
.csm a{
|
||
|
|
display:block;
|
||
|
|
padding:10px 20px;
|
||
|
|
background:#ccc;
|
||
|
|
}
|
||
|
|
|
||
|
|
.csm a:hover,
|
||
|
|
.csm a.current{
|
||
|
|
color:#ccc;
|
||
|
|
background-color:#333;
|
||
|
|
}
|
||
|
|
|
||
|
|
/* end */
|
||
|
|
|
||
|
|
/* autocomplete */
|
||
|
|
|
||
|
|
.inputSuggestions{
|
||
|
|
font-size: 16px;
|
||
|
|
z-index: 10;
|
||
|
|
position: absolute;
|
||
|
|
}
|
||
|
|
|
||
|
|
.inputSuggestions a{
|
||
|
|
display:block;
|
||
|
|
padding:10px 20px;
|
||
|
|
background:#ccc;
|
||
|
|
}
|
||
|
|
|
||
|
|
.inputSuggestions a.footerLink{
|
||
|
|
background:#aaa;
|
||
|
|
}
|
||
|
|
|
||
|
|
.inputSuggestions a:hover,
|
||
|
|
.inputSuggestions a.current{
|
||
|
|
color:#ccc;
|
||
|
|
background-color:#333;
|
||
|
|
}
|
||
|
|
|
||
|
|
/* end */
|
||
|
|
|
||
|
|
/* share panel */
|
||
|
|
.share_panel a{
|
||
|
|
margin:0 10px;
|
||
|
|
color: white;
|
||
|
|
border-radius: 50%;
|
||
|
|
height: 50px;
|
||
|
|
width: 50px;
|
||
|
|
text-align: center;
|
||
|
|
line-height: 1.5em;
|
||
|
|
}
|
||
|
|
.right_col .share_panel .share_panel_facebook {
|
||
|
|
background: #3b5998;
|
||
|
|
}
|
||
|
|
.right_col .share_panel .share_panel_twitter {
|
||
|
|
background: #55acee;
|
||
|
|
}
|
||
|
|
.right_col .share_panel .share_panel_google {
|
||
|
|
background: #dc4e41;
|
||
|
|
}
|
||
|
|
/* end */
|
||
|
|
|
||
|
|
/* entry content */
|
||
|
|
|
||
|
|
.entry_content,
|
||
|
|
.page_content,
|
||
|
|
.error_content {
|
||
|
|
margin: 28px 50px 20px 50px;
|
||
|
|
}
|
||
|
|
|
||
|
|
.EXAMPLE{
|
||
|
|
color:#778899;
|
||
|
|
margin-left:20px;
|
||
|
|
}
|
||
|
|
|
||
|
|
.entry_content .dictionary .defRef{
|
||
|
|
border-bottom: thin dotted gray;
|
||
|
|
}
|
||
|
|
|
||
|
|
/* end */
|
||
|
|
|
||
|
|
/* error content */
|
||
|
|
|
||
|
|
.error_content p a {
|
||
|
|
text-decoration: underline;
|
||
|
|
}
|
||
|
|
|
||
|
|
/* end */
|
||
|
|
|
||
|
|
/* about page */
|
||
|
|
|
||
|
|
.aboutlist{
|
||
|
|
list-style-type: disc;
|
||
|
|
}
|
||
|
|
|
||
|
|
.aboutlist li{
|
||
|
|
margin-left: 20px;
|
||
|
|
}
|
||
|
|
.aboutlist li a{
|
||
|
|
text-decoration: underline;
|
||
|
|
}
|
||
|
|
|
||
|
|
.browse_dictionaries,
|
||
|
|
.browse_letters,
|
||
|
|
.aboutText,
|
||
|
|
.howtouseText{
|
||
|
|
margin-bottom: 10px;
|
||
|
|
}
|
||
|
|
|
||
|
|
/* end */
|
||
|
|
|
||
|
|
/* how to use page */
|
||
|
|
|
||
|
|
.howtouseText .howtouseP{
|
||
|
|
margin-bottom: 20px;
|
||
|
|
max-width: 1000px;
|
||
|
|
}
|
||
|
|
|
||
|
|
.howtouseText .howtouseP a{
|
||
|
|
text-decoration: underline;
|
||
|
|
}
|
||
|
|
|
||
|
|
.howtouse_image{
|
||
|
|
float: none!important;
|
||
|
|
margin-bottom: 30px;
|
||
|
|
}
|
||
|
|
|
||
|
|
.howtouseText #consonants {
|
||
|
|
float: left;
|
||
|
|
margin-right: 10px;
|
||
|
|
margin-bottom: 10px;
|
||
|
|
}
|
||
|
|
|
||
|
|
.howtouseText #vowels {
|
||
|
|
margin-bottom: 10px;
|
||
|
|
}
|
||
|
|
|
||
|
|
/* end */.content .ENTRY .POSGR{
|
||
|
|
margin-top:2em;
|
||
|
|
}
|
||
|
|
|
||
|
|
.content .ENTRY .SENSE{
|
||
|
|
margin-top:1em;
|
||
|
|
}
|
||
|
|
|
||
|
|
.content .ENTRY .EXAS{
|
||
|
|
margin-left:1em;
|
||
|
|
}
|
||
|
|
|
||
|
|
.content .ENTRY .EXACNT .attr-type{
|
||
|
|
display:inline-block;
|
||
|
|
margin-right:2em;
|
||
|
|
}
|
||
|
|
|
||
|
|
.content .ENTRY .EXACNT .attr-type:before{
|
||
|
|
content:"[";
|
||
|
|
}
|
||
|
|
|
||
|
|
.content .ENTRY .EXACNT .attr-type:after{
|
||
|
|
content:"]";
|
||
|
|
}
|
||
|
|
|
||
|
|
.content .ENTRY .EXA{
|
||
|
|
font-style:italic;
|
||
|
|
}
|
||
|
|
|
||
|
|
.content .ENTRY .EXA:before{
|
||
|
|
content:"'";
|
||
|
|
}
|
||
|
|
|
||
|
|
.content .ENTRY .EXA:after{
|
||
|
|
content:"'";
|
||
|
|
}
|
||
|
|
|
||
|
|
.content img{
|
||
|
|
float: right;
|
||
|
|
width: 30%;
|
||
|
|
}
|
||
|
|
|
||
|
|
.content .speaker:hover{
|
||
|
|
cursor: pointer;
|
||
|
|
}
|
||
|
|
|
||
|
|
.content td{
|
||
|
|
padding-right: 2px;
|
||
|
|
}
|
||
|
|
|
||
|
|
.home .content {
|
||
|
|
margin: 0;
|
||
|
|
}
|
||
|
|
|
||
|
|
.home .content .home_content {
|
||
|
|
margin: 0 auto 60px auto;
|
||
|
|
}
|
||
|
|
|
||
|
|
.home .content .text_welcome {
|
||
|
|
margin: 0 auto 0px;
|
||
|
|
text-align: center;
|
||
|
|
width: 80%;
|
||
|
|
}
|
||
|
|
|
||
|
|
.home .content .text_welcome h1 {
|
||
|
|
font-size: 1.8em;
|
||
|
|
margin-bottom: 0px;
|
||
|
|
}
|
||
|
|
|
||
|
|
.home_welcome_jap,
|
||
|
|
.home_welcome_spanish,
|
||
|
|
.home_welcome_korean {
|
||
|
|
color: red;
|
||
|
|
cursor: pointer;
|
||
|
|
}
|
||
|
|
|
||
|
|
.home .content .cols {
|
||
|
|
text-align: center;
|
||
|
|
}
|
||
|
|
|
||
|
|
.home .content .left_col,
|
||
|
|
.home .content .middle_col,
|
||
|
|
.home .content .right_col {
|
||
|
|
display: inline-block;
|
||
|
|
vertical-align: top;
|
||
|
|
text-align: left;
|
||
|
|
}
|
||
|
|
|
||
|
|
.home .content .box,
|
||
|
|
.responsive_cell2 .right_col .box {
|
||
|
|
padding: 20px;
|
||
|
|
}
|
||
|
|
|
||
|
|
.home .content .grey_box {
|
||
|
|
border: 1px solid lightgray;
|
||
|
|
margin: 20px 20px 0 0;
|
||
|
|
height: 270px;
|
||
|
|
}
|
||
|
|
|
||
|
|
.responsive_cell2 .right_col .grey_box {
|
||
|
|
border: 1px solid lightgray;
|
||
|
|
margin: 20px 20px 0 0;
|
||
|
|
}
|
||
|
|
|
||
|
|
.home .content .left_box {
|
||
|
|
width: 280px;
|
||
|
|
}
|
||
|
|
|
||
|
|
.responsive_cell2 .right_col .wotd,
|
||
|
|
.responsive_cell2 .right_col #iotd {
|
||
|
|
width: 300px;
|
||
|
|
}
|
||
|
|
|
||
|
|
.home .content div.box_title,
|
||
|
|
.responsive_cell2 .right_col div.box_title {
|
||
|
|
margin-bottom: 10px;
|
||
|
|
}
|
||
|
|
|
||
|
|
.home .content .left_box.wotd .box_title {
|
||
|
|
margin: 0;
|
||
|
|
}
|
||
|
|
|
||
|
|
.home .content span.box_title,
|
||
|
|
.responsive_cell2 .right_col span.box_title {
|
||
|
|
color: white;
|
||
|
|
padding: 0 20px 2px 7px;
|
||
|
|
}
|
||
|
|
|
||
|
|
.home .content .box,
|
||
|
|
.responsive_cell2 .right_col .wotd {
|
||
|
|
overflow-y: auto;
|
||
|
|
}
|
||
|
|
|
||
|
|
.home .content .wotd .box_title,
|
||
|
|
.responsive_cell2 .right_col .wotd .box_title {
|
||
|
|
background-color: red;
|
||
|
|
}
|
||
|
|
|
||
|
|
.home .content .left_box .title_entry,
|
||
|
|
.responsive_cell2 .right_col .left_box .title_entry {
|
||
|
|
font-size: 2em;
|
||
|
|
font-weight: bold;
|
||
|
|
letter-spacing: -1px;
|
||
|
|
display: inherit;
|
||
|
|
}
|
||
|
|
|
||
|
|
#wotdlej .phr {
|
||
|
|
font-weight: bold;
|
||
|
|
}
|
||
|
|
|
||
|
|
#wotdlej .jap,
|
||
|
|
#wotdlej .exa {
|
||
|
|
display: block;
|
||
|
|
}
|
||
|
|
|
||
|
|
#tcotw ul li {
|
||
|
|
display: inline;
|
||
|
|
}
|
||
|
|
.home .content .ldoceEntry .Sense {
|
||
|
|
margin: 0;
|
||
|
|
}
|
||
|
|
|
||
|
|
.home .content li,
|
||
|
|
.home .content span.view_more {
|
||
|
|
font-weight: bold;
|
||
|
|
}
|
||
|
|
|
||
|
|
.home .content li {
|
||
|
|
color: black;
|
||
|
|
}
|
||
|
|
|
||
|
|
.home .content span.view_more {
|
||
|
|
color: blue;
|
||
|
|
}
|
||
|
|
|
||
|
|
.home .content div.view_more {
|
||
|
|
margin-left: 20px;
|
||
|
|
}
|
||
|
|
|
||
|
|
.home .content .middle_box {
|
||
|
|
width: 360px;
|
||
|
|
}
|
||
|
|
|
||
|
|
.home .content #hot_topics_title {
|
||
|
|
font-size: 1.3em;
|
||
|
|
font-weight: bold;
|
||
|
|
color: #000;
|
||
|
|
background-color: #e5e5e5;
|
||
|
|
padding: 2px 20px 2px 7px;
|
||
|
|
margin-bottom: 20px;
|
||
|
|
display: inline-block;
|
||
|
|
}
|
||
|
|
|
||
|
|
.home .content .middle_box ul {
|
||
|
|
text-align: center;
|
||
|
|
font-size: 1.2em;
|
||
|
|
}
|
||
|
|
|
||
|
|
.home .content .middle_box ul li {
|
||
|
|
display: inline-block;
|
||
|
|
}
|
||
|
|
|
||
|
|
.home #tcotw .topic_1 {
|
||
|
|
font-size: 1.5em;
|
||
|
|
color: #2B6EFF;
|
||
|
|
}
|
||
|
|
.home #tcotw .topic_2 {
|
||
|
|
color: #B7BFCC;
|
||
|
|
font-size: 1.5em;
|
||
|
|
}
|
||
|
|
.home #tcotw .topic_3 {
|
||
|
|
color: #EC0F8C;
|
||
|
|
font-size: 1.2em;
|
||
|
|
}
|
||
|
|
.home #tcotw .topic_4 {
|
||
|
|
color: #FF801A;
|
||
|
|
font-size: 1.2em;
|
||
|
|
}
|
||
|
|
.home #tcotw .topic_5 {
|
||
|
|
color: #00A9FF;
|
||
|
|
}
|
||
|
|
.home #tcotw .topic_6 {
|
||
|
|
color: #FFC300;
|
||
|
|
}
|
||
|
|
.home #tcotw .topic_7 {
|
||
|
|
color: #74AFAD;
|
||
|
|
font-size: 0.9em;
|
||
|
|
}
|
||
|
|
.home #tcotw .topic_8 {
|
||
|
|
color: #A51890;
|
||
|
|
font-size: 0.9em;
|
||
|
|
}
|
||
|
|
.home #tcotw .topic_9 {
|
||
|
|
color: #2ECC40;
|
||
|
|
font-size: 0.75em;
|
||
|
|
}
|
||
|
|
.home #tcotw .topic_10 {
|
||
|
|
color: #FF3333;
|
||
|
|
font-size: 0.75em;
|
||
|
|
}
|
||
|
|
|
||
|
|
.home #hot_topics .topic_1 {
|
||
|
|
color: #2B6EFF;
|
||
|
|
}
|
||
|
|
.home #hot_topics .topic_2 {
|
||
|
|
color: #B7BFCC;
|
||
|
|
}
|
||
|
|
.home #hot_topics .topic_3 {
|
||
|
|
color: #EC0F8C;
|
||
|
|
}
|
||
|
|
.home #hot_topics .topic_4 {
|
||
|
|
color: #FF801A;
|
||
|
|
font-size: 1.5em;
|
||
|
|
}
|
||
|
|
.home #hot_topics .topic_5 {
|
||
|
|
color: #00A9FF;
|
||
|
|
font-size: 0.75em;
|
||
|
|
}
|
||
|
|
.home #hot_topics .topic_6 {
|
||
|
|
color: #FFC300;
|
||
|
|
font-size: 0.9em;
|
||
|
|
}
|
||
|
|
.home #hot_topics .topic_7 {
|
||
|
|
color: #74AFAD;
|
||
|
|
}
|
||
|
|
.home #hot_topics .topic_8 {
|
||
|
|
color: #A51890;
|
||
|
|
}
|
||
|
|
.home #hot_topics .topic_9 {
|
||
|
|
color: #2ECC40;
|
||
|
|
}
|
||
|
|
.home #hot_topics .topic_10 {
|
||
|
|
color: #FF3333;
|
||
|
|
font-size: 1.2em;
|
||
|
|
}
|
||
|
|
|
||
|
|
.topic .content .topic_1 {
|
||
|
|
color: #2B6EFF;
|
||
|
|
}
|
||
|
|
.topic .content .topic_2 {
|
||
|
|
color: #B7BFCC;
|
||
|
|
}
|
||
|
|
.topic .content .topic_3 {
|
||
|
|
color: #EC0F8C;
|
||
|
|
}
|
||
|
|
.topic .content .topic_4 {
|
||
|
|
font-size: 1.5em;
|
||
|
|
color: #FF801A;
|
||
|
|
}
|
||
|
|
.topic .content .topic_5 {
|
||
|
|
font-size: 0.9em;
|
||
|
|
color: #00A9FF;
|
||
|
|
}
|
||
|
|
.topic .content .topic_6 {
|
||
|
|
font-size: 1.1em;
|
||
|
|
color: #FFC300;
|
||
|
|
}
|
||
|
|
.topic .content .topic_7 {
|
||
|
|
color: #74AFAD;
|
||
|
|
}
|
||
|
|
.topic .content .topic_8 {
|
||
|
|
color: #A51890;
|
||
|
|
}
|
||
|
|
.topic .content .topic_9 {
|
||
|
|
color: #2ECC40;
|
||
|
|
}
|
||
|
|
.topic .content .topic_10 {
|
||
|
|
font-size: 1.2em;
|
||
|
|
color: #FF3333;
|
||
|
|
}
|
||
|
|
|
||
|
|
.home .content #pictures_title,
|
||
|
|
.responsive_cell2 .right_col #pictures_title {
|
||
|
|
background-color: #35a3ff;
|
||
|
|
}
|
||
|
|
|
||
|
|
.home .content #tcotw span.box_title {
|
||
|
|
background-color: #f1d600;
|
||
|
|
}
|
||
|
|
|
||
|
|
.home .content .right_col {
|
||
|
|
margin-top: 20px;
|
||
|
|
}
|
||
|
|
|
||
|
|
.responsive_cell2 .right_col {
|
||
|
|
margin-top: 200px;
|
||
|
|
margin-bottom: 20px;
|
||
|
|
width: 300px;
|
||
|
|
}
|
||
|
|
|
||
|
|
.home .content .right_box,
|
||
|
|
.home .content .right_box .hover {
|
||
|
|
height: 180px;
|
||
|
|
width: 180px;
|
||
|
|
}
|
||
|
|
.home .content .right_box {
|
||
|
|
margin-bottom: 10px;
|
||
|
|
background-color: #fae660;
|
||
|
|
text-align: center;
|
||
|
|
cursor: pointer;
|
||
|
|
padding: 10px;
|
||
|
|
position: relative;
|
||
|
|
}
|
||
|
|
|
||
|
|
.home .content .right_box .symbols {
|
||
|
|
font-size: 5em;
|
||
|
|
font-family: 'longmaneltdict';
|
||
|
|
margin-top: 15px;
|
||
|
|
}
|
||
|
|
|
||
|
|
.home .content .right_box .meanings:before {
|
||
|
|
content: "\e616";
|
||
|
|
}
|
||
|
|
|
||
|
|
.home .content .right_box .corpus:before {
|
||
|
|
content: "\e613";
|
||
|
|
}
|
||
|
|
.home .content .right_box .def:before {
|
||
|
|
content: "\e610";
|
||
|
|
}
|
||
|
|
|
||
|
|
.home .content .right_box .hover {
|
||
|
|
display: none;
|
||
|
|
background-color: rgba(0,0,0,0.85);
|
||
|
|
position: absolute;
|
||
|
|
top: 0;
|
||
|
|
left: 0;
|
||
|
|
padding: 10px;
|
||
|
|
text-align: left;
|
||
|
|
}
|
||
|
|
|
||
|
|
.home .content .right_box:hover .hover {
|
||
|
|
display: block;
|
||
|
|
}
|
||
|
|
|
||
|
|
.home .content .right_box .hover div {
|
||
|
|
color: #fae660;
|
||
|
|
margin-bottom: 5px;
|
||
|
|
}
|
||
|
|
|
||
|
|
.home .content .right_box .hover li {
|
||
|
|
color: white;
|
||
|
|
font-weight: 300;
|
||
|
|
font-size: 0.7em;
|
||
|
|
}
|
||
|
|
|
||
|
|
.home .content .right_box .hover li:before {
|
||
|
|
content: "+";
|
||
|
|
margin-right: 4px;
|
||
|
|
color: #fae660;
|
||
|
|
}
|
||
|
|
|
||
|
|
.home .content .pictures,
|
||
|
|
.responsive_cell2 .right_col #iotd .pictures {
|
||
|
|
border-top: 1px dotted;
|
||
|
|
border-bottom: 1px dotted;
|
||
|
|
border-left: 0; /* EDGE */
|
||
|
|
border-right: 0; /* EDGE */
|
||
|
|
margin: 10px 0;
|
||
|
|
border-image: radial-gradient(black, white);
|
||
|
|
-webkit-border-image: radial-gradient(black, white);
|
||
|
|
border-image-slice: 1;
|
||
|
|
}
|
||
|
|
|
||
|
|
.home .content .pictures img,
|
||
|
|
.responsive_cell2 .right_col #iotd .pictures img {
|
||
|
|
text-align: center;
|
||
|
|
margin: 5px 10px;
|
||
|
|
max-width: 36%;
|
||
|
|
max-height: 36%;
|
||
|
|
float: none;
|
||
|
|
}
|
||
|
|
|
||
|
|
.home .content .carousel {
|
||
|
|
background-color: #dedddd;
|
||
|
|
text-align: center;
|
||
|
|
padding: 40px 0 30px;
|
||
|
|
float: none;
|
||
|
|
}
|
||
|
|
|
||
|
|
.home .content .fa {
|
||
|
|
font-size: 6em;
|
||
|
|
color: #9e9d9e;
|
||
|
|
cursor: pointer;
|
||
|
|
}
|
||
|
|
|
||
|
|
.home .content .fa-angle-left {
|
||
|
|
margin-right: 8%;
|
||
|
|
}
|
||
|
|
|
||
|
|
.home .content .fa-angle-right {
|
||
|
|
margin-left: 8%;
|
||
|
|
}
|
||
|
|
|
||
|
|
.home .content .carousel img {
|
||
|
|
width: 130px;
|
||
|
|
}
|
||
|
|
|
||
|
|
.home .content .carousel .parts,
|
||
|
|
.home .content .carousel .right_content,
|
||
|
|
.home .content .carousel .part_icon {
|
||
|
|
display: inline-block;
|
||
|
|
}
|
||
|
|
|
||
|
|
.home .content .carousel .parts,
|
||
|
|
.home .content .fa {
|
||
|
|
vertical-align: middle;
|
||
|
|
}
|
||
|
|
|
||
|
|
.home .content .carousel .parts {
|
||
|
|
width: 310px;
|
||
|
|
}
|
||
|
|
|
||
|
|
.home .content .carousel .part1,
|
||
|
|
.home .content .carousel .part3 {
|
||
|
|
margin-right: 40px;
|
||
|
|
}
|
||
|
|
|
||
|
|
.home .content .carousel .part3,
|
||
|
|
.home .content .carousel .part4 {
|
||
|
|
display: none;
|
||
|
|
}
|
||
|
|
|
||
|
|
.home .content .dict_title,
|
||
|
|
.home .content .carousel .right_content {
|
||
|
|
text-align: left;
|
||
|
|
}
|
||
|
|
|
||
|
|
.home .content .carousel .right_content {
|
||
|
|
vertical-align: top;
|
||
|
|
margin-top: 5px;
|
||
|
|
margin-left: 10px;
|
||
|
|
}
|
||
|
|
|
||
|
|
.home .content .dict_title {
|
||
|
|
font-weight: bold;
|
||
|
|
margin-bottom: 40px;
|
||
|
|
font-size: 0.95em;
|
||
|
|
}
|
||
|
|
|
||
|
|
.home .content .carousel .part_icon {
|
||
|
|
text-align: center;
|
||
|
|
margin: 0 10px 20px 13px;
|
||
|
|
word-break: keep-all;
|
||
|
|
}
|
||
|
|
|
||
|
|
.home .content .carousel .little_text {
|
||
|
|
font-size: 0.8em;
|
||
|
|
font-weight: bold;
|
||
|
|
}
|
||
|
|
|
||
|
|
.home .content .carousel .icon {
|
||
|
|
width: 20px;
|
||
|
|
height: 20px;
|
||
|
|
}
|
||
|
|
|
||
|
|
.home .content .more_info {
|
||
|
|
background-color: #314089;
|
||
|
|
color: white;
|
||
|
|
padding: 8px 30px;
|
||
|
|
border-radius: 30px;
|
||
|
|
display: table;
|
||
|
|
}.responsive_row{
|
||
|
|
clear:both;
|
||
|
|
}
|
||
|
|
|
||
|
|
.responsive_row:before,
|
||
|
|
.responsive_row:after{
|
||
|
|
display:table;
|
||
|
|
content:"";
|
||
|
|
clear:both;
|
||
|
|
}
|
||
|
|
|
||
|
|
.responsive_cell1{
|
||
|
|
width:10%;
|
||
|
|
}
|
||
|
|
.responsive_cell2{
|
||
|
|
width:20%;
|
||
|
|
}
|
||
|
|
.responsive_cell3{
|
||
|
|
width:30%;
|
||
|
|
}
|
||
|
|
.responsive_cell4{
|
||
|
|
width:40%;
|
||
|
|
}
|
||
|
|
.responsive_cell5{
|
||
|
|
width:50%;
|
||
|
|
}
|
||
|
|
.responsive_cell6{
|
||
|
|
width:60%;
|
||
|
|
}
|
||
|
|
.responsive_cell7{
|
||
|
|
width:70%;
|
||
|
|
}
|
||
|
|
.responsive_cell8{
|
||
|
|
width:80%;
|
||
|
|
}
|
||
|
|
.responsive_cell9{
|
||
|
|
width:90%;
|
||
|
|
}
|
||
|
|
.responsive_cell10{
|
||
|
|
width:100%;
|
||
|
|
}
|
||
|
|
|
||
|
|
[class*="responsive_cell"]{
|
||
|
|
float:left;
|
||
|
|
}
|
||
|
|
|
||
|
|
.content h1.pagetitle,
|
||
|
|
.content h1.topicpagetitle {
|
||
|
|
margin-bottom: 20px;
|
||
|
|
}
|
||
|
|
|
||
|
|
.topicCloud {
|
||
|
|
margin-bottom: 20px;
|
||
|
|
}
|
||
|
|
|
||
|
|
#ad_topslot.am-home {
|
||
|
|
margin: 15px 0;
|
||
|
|
text-align: center;
|
||
|
|
}
|
||
|
|
|
||
|
|
#ad_topslot.am-default {
|
||
|
|
margin: 15px 0 0 0;
|
||
|
|
}
|
||
|
|
|
||
|
|
#ad_btmslot.am-default {
|
||
|
|
text-align: center;
|
||
|
|
}
|
||
|
|
|
||
|
|
#ad_rightslot.am-default {
|
||
|
|
margin: 15px 0;
|
||
|
|
}
|
||
|
|
|
||
|
|
.contentslot {
|
||
|
|
width: 100%;
|
||
|
|
min-width: 320px;
|
||
|
|
margin: 0 auto;
|
||
|
|
}
|
||
|
|
|
||
|
|
/* mobile - low resolutions */
|
||
|
|
@media screen and (max-width: 370px) {
|
||
|
|
.search_form {
|
||
|
|
width: 66%!important;
|
||
|
|
}
|
||
|
|
}
|
||
|
|
|
||
|
|
@media screen and (max-width: 332px) {
|
||
|
|
.Sense .contentslot {
|
||
|
|
margin-left: -30px;
|
||
|
|
}
|
||
|
|
.assetlink .contentslot,
|
||
|
|
.Tail .contentslot {
|
||
|
|
margin-left: -10px;
|
||
|
|
}
|
||
|
|
}
|
||
|
|
|
||
|
|
/* mobile */
|
||
|
|
|
||
|
|
@media screen and (max-width: 761px){
|
||
|
|
.res_hos{
|
||
|
|
display: none!important;
|
||
|
|
}
|
||
|
|
|
||
|
|
.dropdown-icon {
|
||
|
|
margin-top: 4px;
|
||
|
|
}
|
||
|
|
|
||
|
|
.ui.dropdown.selection.custom-select-label-container {
|
||
|
|
width: 30px;
|
||
|
|
}
|
||
|
|
|
||
|
|
.inputSuggestions{
|
||
|
|
left: 30px;
|
||
|
|
}
|
||
|
|
|
||
|
|
[class*="responsive_cell"]{
|
||
|
|
float:none;
|
||
|
|
width:auto;
|
||
|
|
}
|
||
|
|
|
||
|
|
.csl{
|
||
|
|
padding: 12px 0px 12px 12px;
|
||
|
|
margin:5px 0px 5px 5px;
|
||
|
|
font-size:1em;
|
||
|
|
}
|
||
|
|
|
||
|
|
.responsive_hide_on_smartphone,
|
||
|
|
.responsive_hide_on_smartphone_tablet{
|
||
|
|
display:none!important;
|
||
|
|
}
|
||
|
|
|
||
|
|
.header {
|
||
|
|
height: 116px;
|
||
|
|
min-width: 300px;
|
||
|
|
}
|
||
|
|
.logo, .home .logo {
|
||
|
|
width: 69px;
|
||
|
|
}
|
||
|
|
|
||
|
|
.logo_link, .home .logo_link {
|
||
|
|
width: 69px;
|
||
|
|
margin: 10px;
|
||
|
|
}
|
||
|
|
|
||
|
|
.header_version {
|
||
|
|
margin-top: 10px;
|
||
|
|
right: 10px;
|
||
|
|
}
|
||
|
|
|
||
|
|
h1{
|
||
|
|
font-size:1.6em;
|
||
|
|
margin-top: 5px;
|
||
|
|
}
|
||
|
|
|
||
|
|
.searches,
|
||
|
|
.browse_groups,
|
||
|
|
.browse_results,
|
||
|
|
.didyoumean {
|
||
|
|
list-style:disc outside;
|
||
|
|
-webkit-column-count: 1;
|
||
|
|
-moz-column-count: 1;
|
||
|
|
column-count: 1;
|
||
|
|
margin-bottom: 15px;
|
||
|
|
}
|
||
|
|
|
||
|
|
.search_form {
|
||
|
|
width: 73%;
|
||
|
|
margin: 0px 0px 10px 0px;
|
||
|
|
vertical-align: bottom;
|
||
|
|
|
||
|
|
}
|
||
|
|
|
||
|
|
.content{
|
||
|
|
min-height: 200px;
|
||
|
|
margin-bottom: 20px;
|
||
|
|
}
|
||
|
|
|
||
|
|
.content img{
|
||
|
|
clear: both;
|
||
|
|
width: 100%;
|
||
|
|
display: block;
|
||
|
|
margin-left: auto;
|
||
|
|
margin-right: auto
|
||
|
|
}
|
||
|
|
|
||
|
|
.responsive_cell2 .right_col #iotd .pictures img {
|
||
|
|
display: inline;
|
||
|
|
}
|
||
|
|
|
||
|
|
.entry_content,
|
||
|
|
.page_content,
|
||
|
|
.error_content {
|
||
|
|
margin: 15px 10px 10px 10px;
|
||
|
|
}
|
||
|
|
|
||
|
|
.content h1.pagetitle,
|
||
|
|
.content h1.topicpagetitle,
|
||
|
|
.dictionary,
|
||
|
|
.topicCloud {
|
||
|
|
margin-bottom: 10px;
|
||
|
|
}
|
||
|
|
|
||
|
|
.dictionary_intro,
|
||
|
|
.topic_intro {
|
||
|
|
margin:5px 0 10px 0px!important
|
||
|
|
}
|
||
|
|
|
||
|
|
|
||
|
|
.home .content .text_welcome h1 {
|
||
|
|
font-size: 1em;
|
||
|
|
}
|
||
|
|
|
||
|
|
.home .content .text_welcome {
|
||
|
|
width: 90%;
|
||
|
|
}
|
||
|
|
|
||
|
|
.home .content .middle_box,
|
||
|
|
.home .content .left_box {
|
||
|
|
width: 100%;
|
||
|
|
height: auto;
|
||
|
|
}
|
||
|
|
|
||
|
|
.home .content .pictures {
|
||
|
|
text-align: center;
|
||
|
|
}
|
||
|
|
|
||
|
|
.home .content .pictures img {
|
||
|
|
display: inline-block;
|
||
|
|
text-align: center;
|
||
|
|
}
|
||
|
|
|
||
|
|
.home .content .right_box,
|
||
|
|
.home .content .right_box .hover {
|
||
|
|
height: 280px;
|
||
|
|
width: 280px;
|
||
|
|
}
|
||
|
|
|
||
|
|
.home .content .right_box {
|
||
|
|
padding: 30px;
|
||
|
|
}
|
||
|
|
|
||
|
|
.home .content .right_box .hover div {
|
||
|
|
font-size: 1.3em;
|
||
|
|
}
|
||
|
|
|
||
|
|
.home .content .right_box .hover li {
|
||
|
|
font-size: 1em;
|
||
|
|
}
|
||
|
|
|
||
|
|
.home .content .fa-angle-right {
|
||
|
|
margin-left: 2%;
|
||
|
|
font-size: 3em;
|
||
|
|
}
|
||
|
|
|
||
|
|
.home .content .fa-angle-left {
|
||
|
|
margin-right: 2%;
|
||
|
|
font-size: 3em;
|
||
|
|
}
|
||
|
|
|
||
|
|
.responsive_cell2 .right_col {
|
||
|
|
margin-right: auto;
|
||
|
|
margin-left: auto;
|
||
|
|
margin-top: 20px;
|
||
|
|
}
|
||
|
|
|
||
|
|
.footer,
|
||
|
|
.home .content .fa {
|
||
|
|
display:block;
|
||
|
|
}
|
||
|
|
|
||
|
|
.footer .links,
|
||
|
|
.footer .responsive_row .blue_part div.pearson {
|
||
|
|
padding: 0;
|
||
|
|
}
|
||
|
|
|
||
|
|
.home .content .carousel .part1,
|
||
|
|
.home .content .carousel .part3 {
|
||
|
|
margin: 0;
|
||
|
|
}
|
||
|
|
|
||
|
|
.footer .share_links {
|
||
|
|
margin-bottom: 30px;
|
||
|
|
}
|
||
|
|
|
||
|
|
.footer .responsive_row .blue_part div {
|
||
|
|
margin-left: auto;
|
||
|
|
margin-right: auto;
|
||
|
|
display: inline;
|
||
|
|
}
|
||
|
|
|
||
|
|
#ad_topslot.am-default {
|
||
|
|
margin: 5px 0;
|
||
|
|
text-align: center;
|
||
|
|
}
|
||
|
|
|
||
|
|
.pos:before {
|
||
|
|
content: '';
|
||
|
|
display: block;
|
||
|
|
}
|
||
|
|
}
|
||
|
|
|
||
|
|
/* tablet */
|
||
|
|
|
||
|
|
@media screen and (min-width: 762px) and (max-width: 947px){
|
||
|
|
|
||
|
|
.res_hos{
|
||
|
|
display: none!important;
|
||
|
|
}
|
||
|
|
|
||
|
|
.ui.dropdown.selection.custom-select-label-container {
|
||
|
|
width: 30px;
|
||
|
|
}
|
||
|
|
|
||
|
|
.dropdown-icon {
|
||
|
|
margin-top: 4px;
|
||
|
|
}
|
||
|
|
|
||
|
|
.custom-select-label-container{
|
||
|
|
width: 30px;
|
||
|
|
}
|
||
|
|
|
||
|
|
.inputSuggestions{
|
||
|
|
left: 30px;
|
||
|
|
}
|
||
|
|
|
||
|
|
.responsive_hide_on_smartphone_tablet {
|
||
|
|
display: none;
|
||
|
|
}
|
||
|
|
|
||
|
|
.content{
|
||
|
|
margin: 0 0 30px 0;
|
||
|
|
min-height: 500px;
|
||
|
|
}
|
||
|
|
|
||
|
|
.content img{
|
||
|
|
width: 50%;
|
||
|
|
}
|
||
|
|
|
||
|
|
.responsive_cell2 .right_col #iotd .pictures img {
|
||
|
|
display: inline;
|
||
|
|
}
|
||
|
|
|
||
|
|
h1 {
|
||
|
|
margin-bottom: 10px;
|
||
|
|
}
|
||
|
|
|
||
|
|
.content h1.pagetitle,
|
||
|
|
.content h1.topicpagetitle {
|
||
|
|
margin-bottom: 10px;
|
||
|
|
}
|
||
|
|
.responsive_cell6 {
|
||
|
|
width: 59%;
|
||
|
|
}
|
||
|
|
|
||
|
|
.logo, .home .logo {
|
||
|
|
width: 100%;
|
||
|
|
}
|
||
|
|
|
||
|
|
.logo_link, .home .logo_link {
|
||
|
|
width: 25%;
|
||
|
|
}
|
||
|
|
|
||
|
|
.entry_content,
|
||
|
|
.page_content,
|
||
|
|
.error_content {
|
||
|
|
margin: 20px 20px 10px 20px;
|
||
|
|
}
|
||
|
|
|
||
|
|
.searches,
|
||
|
|
.browse_groups,
|
||
|
|
.browse_results,
|
||
|
|
.didyoumean {
|
||
|
|
list-style:disc outside;
|
||
|
|
-webkit-column-count: 1;
|
||
|
|
-moz-column-count: 1;
|
||
|
|
column-count: 1;
|
||
|
|
margin-bottom: 10px;
|
||
|
|
}
|
||
|
|
|
||
|
|
.search_form{
|
||
|
|
margin: 30px 40px;
|
||
|
|
}
|
||
|
|
|
||
|
|
.home .content .text_welcome h1 {
|
||
|
|
font-size: 1em;
|
||
|
|
}
|
||
|
|
|
||
|
|
.home .content .fa-angle-right {
|
||
|
|
margin-left: 2%;
|
||
|
|
font-size: 3em;
|
||
|
|
}
|
||
|
|
|
||
|
|
.home .content .fa-angle-left {
|
||
|
|
margin-right: 2%;
|
||
|
|
font-size: 3em;
|
||
|
|
}
|
||
|
|
|
||
|
|
#ad_topslot.am-default {
|
||
|
|
margin: 15px 0 0 15px;
|
||
|
|
}
|
||
|
|
|
||
|
|
.responsive_cell2 .right_col {
|
||
|
|
margin-top: 180px;
|
||
|
|
}
|
||
|
|
|
||
|
|
.footer .links {
|
||
|
|
padding-left: 100px;
|
||
|
|
}
|
||
|
|
|
||
|
|
.home .logo_link {
|
||
|
|
margin: 1% 0% 7% 6%;
|
||
|
|
}
|
||
|
|
|
||
|
|
.ac_leftslot {
|
||
|
|
display: none !important;
|
||
|
|
}
|
||
|
|
}
|
||
|
|
|
||
|
|
@media screen and (min-width: 762px){
|
||
|
|
.responsive_hide_on_non_smartphone{
|
||
|
|
display:none;
|
||
|
|
}
|
||
|
|
}
|
||
|
|
|
||
|
|
/* Desktop */
|
||
|
|
|
||
|
|
@media screen and (min-width: 948px){
|
||
|
|
|
||
|
|
#ad_leftslot_container {
|
||
|
|
width: 160px;
|
||
|
|
float: left;
|
||
|
|
margin: 125px 0 15px 15px;
|
||
|
|
}
|
||
|
|
|
||
|
|
.ac_leftslot.sticky {
|
||
|
|
position: absolute;
|
||
|
|
top: 125px;
|
||
|
|
left: 10px;
|
||
|
|
}
|
||
|
|
|
||
|
|
.ac_leftslot.sticky #ad_leftslot {
|
||
|
|
position: static;
|
||
|
|
}
|
||
|
|
|
||
|
|
.home .logo_link {
|
||
|
|
margin: 1% 3% 7% 6%;
|
||
|
|
}
|
||
|
|
}
|
||
|
|
|
||
|
|
/* Small desktop screen */
|
||
|
|
|
||
|
|
@media screen and (min-width: 948px) and (max-width: 1224px){
|
||
|
|
|
||
|
|
.entry_content,
|
||
|
|
.page_content,
|
||
|
|
.error_content {
|
||
|
|
margin: 28px 20px 20px 20px;
|
||
|
|
}
|
||
|
|
|
||
|
|
.content .responsive_cell2.left_col {
|
||
|
|
width: 10%;
|
||
|
|
}
|
||
|
|
|
||
|
|
.responsive_cell6 {
|
||
|
|
width: 48%;
|
||
|
|
}
|
||
|
|
|
||
|
|
.browse_groups,
|
||
|
|
.browse_results {
|
||
|
|
list-style:disc outside;
|
||
|
|
-webkit-column-count: 1;
|
||
|
|
-moz-column-count: 1;
|
||
|
|
column-count: 1;
|
||
|
|
}
|
||
|
|
|
||
|
|
.footer .links {
|
||
|
|
padding-left: 100px;
|
||
|
|
}
|
||
|
|
}
|
||
|
|
/**** FREEONLINE****/
|
||
|
|
.page {
|
||
|
|
font-family : arial, helvetica, sans-serif;
|
||
|
|
font-size : 12pt;
|
||
|
|
display : block;
|
||
|
|
}
|
||
|
|
|
||
|
|
.pagetitle,
|
||
|
|
h1.topicpagetitle {
|
||
|
|
font-size : 1.6em;
|
||
|
|
font-weight : bold;
|
||
|
|
}
|
||
|
|
|
||
|
|
.topicpagetitle a{
|
||
|
|
font-style: italic;
|
||
|
|
}
|
||
|
|
|
||
|
|
.topicpagetitle a:hover{
|
||
|
|
color: #314089;
|
||
|
|
}
|
||
|
|
|
||
|
|
.metadata,
|
||
|
|
.metadata {
|
||
|
|
color : magenta;
|
||
|
|
display : none;
|
||
|
|
}
|
||
|
|
|
||
|
|
.infls,
|
||
|
|
.description,
|
||
|
|
.title,
|
||
|
|
.url,
|
||
|
|
.summary,
|
||
|
|
.og,
|
||
|
|
.infls,
|
||
|
|
.description,
|
||
|
|
.title,
|
||
|
|
.url,
|
||
|
|
.summary,
|
||
|
|
.og {
|
||
|
|
display : block;
|
||
|
|
}
|
||
|
|
|
||
|
|
.infls:before,
|
||
|
|
.infls:before {
|
||
|
|
content : 'inflections: ';
|
||
|
|
}
|
||
|
|
|
||
|
|
.description:before,
|
||
|
|
.description:before {
|
||
|
|
content : 'description: ';
|
||
|
|
}
|
||
|
|
|
||
|
|
.summary:before,
|
||
|
|
.summary:before {
|
||
|
|
content : 'summary: ';
|
||
|
|
}
|
||
|
|
|
||
|
|
.title:before,
|
||
|
|
.title:before {
|
||
|
|
content : 'title: ';
|
||
|
|
}
|
||
|
|
|
||
|
|
.exaGroup .title:before,
|
||
|
|
.exaGroup .title:before {
|
||
|
|
content : '';
|
||
|
|
}
|
||
|
|
|
||
|
|
.Crossrefto {
|
||
|
|
color : blue;
|
||
|
|
font-weight:bold
|
||
|
|
}
|
||
|
|
|
||
|
|
.suppressed {
|
||
|
|
display : none;
|
||
|
|
}
|
||
|
|
|
||
|
|
.og .title:before,
|
||
|
|
.og .title:before {
|
||
|
|
content : 'og.title: ';
|
||
|
|
}
|
||
|
|
|
||
|
|
.url:before {
|
||
|
|
content : 'url: ';
|
||
|
|
}
|
||
|
|
|
||
|
|
.og .url:before,
|
||
|
|
.og .url:before {
|
||
|
|
content : 'og.url: ';
|
||
|
|
}
|
||
|
|
|
||
|
|
.assetref,
|
||
|
|
.assetref {
|
||
|
|
display : block;
|
||
|
|
}
|
||
|
|
|
||
|
|
.assettype {
|
||
|
|
font-weight : bold;
|
||
|
|
color : #364395;
|
||
|
|
}
|
||
|
|
|
||
|
|
.dictentry {
|
||
|
|
display : block;
|
||
|
|
margin-bottom : 25px;
|
||
|
|
}
|
||
|
|
|
||
|
|
.dictionary_intro,
|
||
|
|
.topic_intro {
|
||
|
|
display : block;
|
||
|
|
background-color:#35a3ff;
|
||
|
|
color:#fff;
|
||
|
|
padding-left:10px;
|
||
|
|
margin:5px 0 10px -7px
|
||
|
|
}
|
||
|
|
.assets_intro,
|
||
|
|
.asset_intro {
|
||
|
|
border : solid 1px ;
|
||
|
|
border-color : #f1d600;
|
||
|
|
background-color:#f1d600;
|
||
|
|
color : #fff;
|
||
|
|
font-weight:normal;
|
||
|
|
border-radius : 5px;
|
||
|
|
-moz-border-radius : 5px;
|
||
|
|
-webkit-border-radius : 5px;
|
||
|
|
padding-left : 3px;
|
||
|
|
padding-right : 3px;
|
||
|
|
}
|
||
|
|
|
||
|
|
.right_col .yellow_box {
|
||
|
|
margin-bottom: 10px;
|
||
|
|
display: inline-block;
|
||
|
|
}
|
||
|
|
|
||
|
|
.yellow_box {
|
||
|
|
margin-top: 22px;
|
||
|
|
}
|
||
|
|
|
||
|
|
/***** LDOCE ***************************/
|
||
|
|
.ldoceEntry .Entry
|
||
|
|
{
|
||
|
|
font-size : 12pt;
|
||
|
|
text-align : justify;
|
||
|
|
display : block;
|
||
|
|
margin-top : 8px;
|
||
|
|
}
|
||
|
|
|
||
|
|
.ldoceEntry .Thesref {
|
||
|
|
color : #364395;
|
||
|
|
}
|
||
|
|
|
||
|
|
|
||
|
|
.ldoceEntry .ABBR
|
||
|
|
{
|
||
|
|
font-weight : bold;
|
||
|
|
}
|
||
|
|
|
||
|
|
.ldoceEntry .ACTIV
|
||
|
|
{
|
||
|
|
display : none;
|
||
|
|
}
|
||
|
|
|
||
|
|
.ldoceEntry .AMEQUIV
|
||
|
|
{
|
||
|
|
font-weight : bold;
|
||
|
|
}
|
||
|
|
|
||
|
|
.ldoceEntry .BOX
|
||
|
|
{
|
||
|
|
display : none;
|
||
|
|
}
|
||
|
|
|
||
|
|
.ldoceEntry .BREQUIV
|
||
|
|
{
|
||
|
|
font-weight : bold;
|
||
|
|
}
|
||
|
|
|
||
|
|
.ldoceEntry .COLLO
|
||
|
|
{
|
||
|
|
font-weight : bold;
|
||
|
|
margin-left : 20px;
|
||
|
|
}
|
||
|
|
|
||
|
|
.ldoceEntry .ColloExa
|
||
|
|
{
|
||
|
|
display : block;
|
||
|
|
}
|
||
|
|
|
||
|
|
.ldoceEntry .COLLOINEXA
|
||
|
|
{
|
||
|
|
font-weight : bold;
|
||
|
|
}
|
||
|
|
|
||
|
|
.ldoceEntry .COMMENT
|
||
|
|
{
|
||
|
|
display : none;
|
||
|
|
}
|
||
|
|
|
||
|
|
.ldoceEntry .COMP
|
||
|
|
{
|
||
|
|
font-weight : bold;
|
||
|
|
}
|
||
|
|
|
||
|
|
.ldoceEntry .Crossrefto
|
||
|
|
{
|
||
|
|
font-weight : bold;
|
||
|
|
font-size : 120%;
|
||
|
|
}
|
||
|
|
|
||
|
|
.ldoceEntry .DERIV
|
||
|
|
{
|
||
|
|
font-weight : bold;
|
||
|
|
font-size : 120%;
|
||
|
|
}
|
||
|
|
|
||
|
|
.ldoceEntry .Entry
|
||
|
|
{
|
||
|
|
font-size : 11pt;
|
||
|
|
text-align : justify;
|
||
|
|
}
|
||
|
|
|
||
|
|
.ldoceEntry .ErrorBox
|
||
|
|
{
|
||
|
|
display : block;
|
||
|
|
}
|
||
|
|
|
||
|
|
.ldoceEntry .EXAMPLE
|
||
|
|
{
|
||
|
|
display : block;
|
||
|
|
margin-left : 20px;
|
||
|
|
color : gray;
|
||
|
|
}
|
||
|
|
|
||
|
|
|
||
|
|
.ldoceEntry .FIELD
|
||
|
|
{
|
||
|
|
display : none;
|
||
|
|
}
|
||
|
|
|
||
|
|
.ldoceEntry .AC,
|
||
|
|
.ldoceEntry .synopp {
|
||
|
|
color : #fff;
|
||
|
|
border-color: #f1d600;
|
||
|
|
background-color:#f1d600;
|
||
|
|
}
|
||
|
|
|
||
|
|
.ldoceEntry .FREQ
|
||
|
|
{
|
||
|
|
color : red;
|
||
|
|
border-color : red;
|
||
|
|
}
|
||
|
|
|
||
|
|
.ldoceEntry .LEVEL
|
||
|
|
{
|
||
|
|
color : red;
|
||
|
|
font-size : 120%;
|
||
|
|
}
|
||
|
|
|
||
|
|
.ldoceEntry .FULLFORM
|
||
|
|
{
|
||
|
|
font-weight : bold;
|
||
|
|
}
|
||
|
|
|
||
|
|
.ldoceEntry .GEO,
|
||
|
|
.ldoceEntry .geo
|
||
|
|
{
|
||
|
|
font-weight : normal;
|
||
|
|
color : #364395;
|
||
|
|
}
|
||
|
|
|
||
|
|
.ldoceEntry .GLOSS
|
||
|
|
{
|
||
|
|
color : #364395;
|
||
|
|
font-weight : normal;
|
||
|
|
font-style : normal;
|
||
|
|
}
|
||
|
|
|
||
|
|
.ldoceEntry .GRAM,
|
||
|
|
.bussdictEntry .GRAM
|
||
|
|
{
|
||
|
|
color : green;
|
||
|
|
font-weight:bold;
|
||
|
|
margin:0 5px 10px 3px
|
||
|
|
}
|
||
|
|
|
||
|
|
.ldoceEntry .GramExa
|
||
|
|
{
|
||
|
|
display : block;
|
||
|
|
}
|
||
|
|
|
||
|
|
.ldoceEntry .HINTBOLD
|
||
|
|
{
|
||
|
|
font-weight : bold;
|
||
|
|
}
|
||
|
|
|
||
|
|
.ldoceEntry .HINTITALIC
|
||
|
|
{
|
||
|
|
font-style : italic;
|
||
|
|
}
|
||
|
|
|
||
|
|
.ldoceEntry .HINTTITLE
|
||
|
|
{
|
||
|
|
font-weight : bold;
|
||
|
|
}
|
||
|
|
|
||
|
|
.ldoceEntry .frequent .HOMNUM {
|
||
|
|
vertical-align : super;
|
||
|
|
font-size : 12pt;
|
||
|
|
color : red;
|
||
|
|
font-weight : bold;
|
||
|
|
}
|
||
|
|
|
||
|
|
.ldoceEntry .frequent .HYPHENATION {
|
||
|
|
color : red;
|
||
|
|
font-size : 160%;
|
||
|
|
}
|
||
|
|
.ldoceEntry .HOMNUM
|
||
|
|
{
|
||
|
|
vertical-align : super;
|
||
|
|
font-size : 12pt;
|
||
|
|
color : red;
|
||
|
|
font-weight : bold;
|
||
|
|
}
|
||
|
|
|
||
|
|
.ldoceEntry .HWD
|
||
|
|
{
|
||
|
|
display : none;
|
||
|
|
}
|
||
|
|
|
||
|
|
.ldoceEntry .HYPHENATION,
|
||
|
|
.ldoceEntry .PHRVBHWD
|
||
|
|
{
|
||
|
|
font-weight : bold;
|
||
|
|
font-size : 160%;
|
||
|
|
color : red;
|
||
|
|
}
|
||
|
|
|
||
|
|
.ldoceEntry .LEXUNIT,
|
||
|
|
.ldoceEntry .LEXVAR
|
||
|
|
{
|
||
|
|
font-weight : bold;
|
||
|
|
}
|
||
|
|
|
||
|
|
.ldoceEntry .LINKWORD
|
||
|
|
{
|
||
|
|
color : #364395;
|
||
|
|
}
|
||
|
|
|
||
|
|
.ldoceEntry .NOTE,
|
||
|
|
.ldoceEntry .Noteprompt
|
||
|
|
{
|
||
|
|
display : none;
|
||
|
|
}
|
||
|
|
|
||
|
|
.ldoceEntry .OBJECT
|
||
|
|
{
|
||
|
|
font-weight : normal;
|
||
|
|
}
|
||
|
|
|
||
|
|
.ldoceEntry .OPP,
|
||
|
|
.ldoceEntry .ORTHVAR,
|
||
|
|
.ldoceEntry .PASTPART,
|
||
|
|
.ldoceEntry .PASTTENSE
|
||
|
|
{
|
||
|
|
font-weight : bold;
|
||
|
|
}
|
||
|
|
|
||
|
|
.ldoceEntry .PhrVbEntry
|
||
|
|
{
|
||
|
|
display : block;
|
||
|
|
}
|
||
|
|
|
||
|
|
.ldoceEntry .PIC,
|
||
|
|
.ldoceEntry .PICCAL
|
||
|
|
{
|
||
|
|
display : none;
|
||
|
|
}
|
||
|
|
|
||
|
|
.ldoceEntry .PLURALFORM
|
||
|
|
{
|
||
|
|
font-weight : bold;
|
||
|
|
}
|
||
|
|
|
||
|
|
.ldoceEntry .POS,
|
||
|
|
.bussdictEntry .POS
|
||
|
|
{
|
||
|
|
color : green;
|
||
|
|
font-weight:bold;
|
||
|
|
margin:0 0 0 10px
|
||
|
|
}
|
||
|
|
|
||
|
|
.ldoceEntry .PRESPART,
|
||
|
|
.ldoceEntry .PRESPARTX
|
||
|
|
{
|
||
|
|
font-weight : bold;
|
||
|
|
}
|
||
|
|
|
||
|
|
.ldoceEntry .PROPFORM
|
||
|
|
{
|
||
|
|
font-weight : bold;
|
||
|
|
margin-left : 20px;
|
||
|
|
}
|
||
|
|
|
||
|
|
.ldoceEntry .PROPFORMPREP
|
||
|
|
{
|
||
|
|
font-weight : bold;
|
||
|
|
margin-left : 20px;
|
||
|
|
}
|
||
|
|
|
||
|
|
.ldoceEntry .PTandPP,
|
||
|
|
.ldoceEntry .PTandPPX
|
||
|
|
{
|
||
|
|
font-weight : bold;
|
||
|
|
}
|
||
|
|
|
||
|
|
.ldoceEntry .REFHOMNUM
|
||
|
|
{
|
||
|
|
vertical-align : super;
|
||
|
|
font-size : 60%;
|
||
|
|
}
|
||
|
|
|
||
|
|
.ldoceEntry .REFHWD
|
||
|
|
{
|
||
|
|
font-weight : bold;
|
||
|
|
font-style : normal;
|
||
|
|
}
|
||
|
|
|
||
|
|
.ldoceEntry .REFLEX
|
||
|
|
{
|
||
|
|
font-weight : bold;
|
||
|
|
}
|
||
|
|
|
||
|
|
.ldoceEntry .REGISTERLAB
|
||
|
|
{
|
||
|
|
color : purple;
|
||
|
|
font-style : italic;
|
||
|
|
}
|
||
|
|
|
||
|
|
.ldoceEntry .RELATEDWD
|
||
|
|
{
|
||
|
|
font-weight : bold;
|
||
|
|
color:blue;
|
||
|
|
}
|
||
|
|
|
||
|
|
.ldoceEntry .RunOn
|
||
|
|
{
|
||
|
|
display : block;
|
||
|
|
margin-bottom : 10px;
|
||
|
|
}
|
||
|
|
|
||
|
|
.ldoceEntry .Sense {
|
||
|
|
display : block;
|
||
|
|
margin-left : 20px;
|
||
|
|
margin-bottom : 15px;
|
||
|
|
}
|
||
|
|
|
||
|
|
.ldoceEntry .SIGNPOST
|
||
|
|
{
|
||
|
|
background-color: #f18500;
|
||
|
|
color: white;
|
||
|
|
font-weight: bold;
|
||
|
|
font-size: 79%;
|
||
|
|
text-transform: uppercase;
|
||
|
|
border-radius: 5px;
|
||
|
|
-moz-border-radius: 5px;
|
||
|
|
-webkit-border-radius: 5px;
|
||
|
|
/* padding-left: 3px; */
|
||
|
|
/* padding-right: 3px; */
|
||
|
|
padding: 0px 5px;
|
||
|
|
letter-spacing: 1px;
|
||
|
|
}
|
||
|
|
|
||
|
|
.ldoceEntry .STRONG
|
||
|
|
{
|
||
|
|
font-style : italic;
|
||
|
|
}
|
||
|
|
|
||
|
|
.ldoceEntry .Subsense
|
||
|
|
{
|
||
|
|
display : block;
|
||
|
|
margin-left : 10px;
|
||
|
|
}
|
||
|
|
|
||
|
|
.ldoceEntry .SUPERL,
|
||
|
|
.ldoceEntry .SYN,
|
||
|
|
.ldoceEntry .T3PERSSING,
|
||
|
|
.ldoceEntry .T3PERSSINGX
|
||
|
|
{
|
||
|
|
font-weight : bold;
|
||
|
|
}
|
||
|
|
|
||
|
|
.ldoceEntry .UNCLASSIFIED
|
||
|
|
{
|
||
|
|
font-weight : bold;
|
||
|
|
}
|
||
|
|
|
||
|
|
.ldoceEntry .USAGE
|
||
|
|
{
|
||
|
|
display : none;
|
||
|
|
}
|
||
|
|
|
||
|
|
.ldoceEntry .GramBox .CROSS .neutral {
|
||
|
|
color: red;
|
||
|
|
margin-right: 10px;
|
||
|
|
}
|
||
|
|
|
||
|
|
.ldoceEntry .neutral
|
||
|
|
{
|
||
|
|
color : black;
|
||
|
|
font-style : normal;
|
||
|
|
font-weight : normal;
|
||
|
|
font-variant : normal;
|
||
|
|
}
|
||
|
|
|
||
|
|
.ldoceEntry .EXPL .cross,
|
||
|
|
.ldoceEntry .GramBox .EXPL .dont_say,
|
||
|
|
.ldoceEntry .BADEXA
|
||
|
|
{
|
||
|
|
color : red;
|
||
|
|
}
|
||
|
|
|
||
|
|
.ldoceEntry .italic
|
||
|
|
{
|
||
|
|
font-style : italic;
|
||
|
|
font-weight : normal;
|
||
|
|
}
|
||
|
|
|
||
|
|
.ldoceEntry .infllab
|
||
|
|
{
|
||
|
|
font-style : italic;
|
||
|
|
font-weight : normal;
|
||
|
|
}
|
||
|
|
|
||
|
|
.ldoceEntry .warning
|
||
|
|
{
|
||
|
|
font-style : normal;
|
||
|
|
font-weight : bold;
|
||
|
|
color : red;
|
||
|
|
}
|
||
|
|
|
||
|
|
.ldoceEntry .sensenum
|
||
|
|
{
|
||
|
|
font-style : normal;
|
||
|
|
font-weight : bold;
|
||
|
|
color : black;
|
||
|
|
}
|
||
|
|
|
||
|
|
.ldoceEntry .synopp,
|
||
|
|
.ldoceEntry .FREQ,
|
||
|
|
.ldoceEntry .AC
|
||
|
|
{
|
||
|
|
display : inline-block;
|
||
|
|
font-style : normal;
|
||
|
|
font-weight : bold;
|
||
|
|
text-transform : uppercase;
|
||
|
|
border-radius : 5px;
|
||
|
|
-moz-border-radius : 5px;
|
||
|
|
-webkit-border-radius : 5px;
|
||
|
|
border : solid 1px;
|
||
|
|
padding-left : 4px;
|
||
|
|
padding-right : 4px;
|
||
|
|
}
|
||
|
|
|
||
|
|
.ldoceEntry .ColloBox,
|
||
|
|
.ldoceEntry .ThesBox,
|
||
|
|
.ldoceEntry .F2NBox,
|
||
|
|
.ldoceEntry .GramBox {
|
||
|
|
display : block;
|
||
|
|
border-radius : 5px;
|
||
|
|
-moz-border-radius : 5px;
|
||
|
|
-webkit-border-radius : 5px;
|
||
|
|
border : solid #364395 1px;
|
||
|
|
padding : 15px;
|
||
|
|
margin : 8px 0;
|
||
|
|
}
|
||
|
|
|
||
|
|
.GramBox{
|
||
|
|
background-color:#fff;
|
||
|
|
color:#000
|
||
|
|
}
|
||
|
|
|
||
|
|
.GramBox .boxheader {
|
||
|
|
line-height:2em
|
||
|
|
}
|
||
|
|
|
||
|
|
.ColloBox .heading {
|
||
|
|
line-height:2em;
|
||
|
|
margin:0 10px 0 0
|
||
|
|
}
|
||
|
|
|
||
|
|
.ThesBox .heading{
|
||
|
|
line-height:2em
|
||
|
|
}
|
||
|
|
|
||
|
|
.ldoceEntry .HEADING,
|
||
|
|
.ldoceEntry .heading {
|
||
|
|
font-weight : bold;
|
||
|
|
font-size : 120%;
|
||
|
|
color : #364395;
|
||
|
|
}
|
||
|
|
|
||
|
|
.ldoceEntry .HEADING.newline {
|
||
|
|
display : block;
|
||
|
|
}
|
||
|
|
|
||
|
|
.ldoceEntry .SECHEADING,
|
||
|
|
.ldoceEntry .subheading {
|
||
|
|
display : table;
|
||
|
|
border-radius : 5px;
|
||
|
|
-moz-border-radius : 5px;
|
||
|
|
-webkit-border-radius : 5px;
|
||
|
|
border : solid #6f469d 2px;
|
||
|
|
padding-left : 4px;
|
||
|
|
padding-right : 20px;
|
||
|
|
margin:25px 0 10px 0;
|
||
|
|
font-weight : bold;
|
||
|
|
color : white;
|
||
|
|
text-transform : uppercase;
|
||
|
|
background-color : #6f469d;
|
||
|
|
}
|
||
|
|
|
||
|
|
.ldoceEntry .Collocate,
|
||
|
|
.ldoceEntry .Exponent {
|
||
|
|
display : block;
|
||
|
|
margin:15px 0 0 6px;
|
||
|
|
}
|
||
|
|
|
||
|
|
.ldoceEntry .EXPL {
|
||
|
|
display : block;
|
||
|
|
}
|
||
|
|
|
||
|
|
.ldoceEntry .COLLOC,
|
||
|
|
.ldoceEntry .EXP,
|
||
|
|
.ldoceEntry .EXPR {
|
||
|
|
font-weight : bold;
|
||
|
|
}
|
||
|
|
|
||
|
|
.ldoceEntry .keycollo {
|
||
|
|
font-weight : bold;
|
||
|
|
color : #364395;
|
||
|
|
}
|
||
|
|
|
||
|
|
.ldoceEntry .THESPROPFORM {
|
||
|
|
font-weight : bold;
|
||
|
|
}
|
||
|
|
|
||
|
|
.ldoceEntry .COLLEXA,
|
||
|
|
.ldoceEntry .THESEXA {
|
||
|
|
color : gray;
|
||
|
|
display : block;
|
||
|
|
}
|
||
|
|
|
||
|
|
|
||
|
|
.ldoceEntry .LearnerItem {
|
||
|
|
display : block;
|
||
|
|
}
|
||
|
|
|
||
|
|
.ldoceEntry .GOODCOLLO {
|
||
|
|
font-style : italic;
|
||
|
|
}
|
||
|
|
|
||
|
|
.ldoceEntry .BADCOLLO {
|
||
|
|
text-decoration : line-through;
|
||
|
|
}
|
||
|
|
|
||
|
|
.ldoceEntry .DEFBOLD {
|
||
|
|
font-weight : bold;
|
||
|
|
}
|
||
|
|
|
||
|
|
.ldoceEntry .exafile {
|
||
|
|
color : gray;
|
||
|
|
font-style : normal;
|
||
|
|
font-size : 120%;
|
||
|
|
padding: 5px;
|
||
|
|
}
|
||
|
|
|
||
|
|
.ldoceEntry .amefile {
|
||
|
|
color : #4693db;
|
||
|
|
font-size : 130%;
|
||
|
|
padding-left: 5px;
|
||
|
|
}
|
||
|
|
|
||
|
|
.ldoceEntry .brefile {
|
||
|
|
color : #fa6360;
|
||
|
|
font-size : 130%;
|
||
|
|
padding-left: 5px;
|
||
|
|
}
|
||
|
|
|
||
|
|
|
||
|
|
/***** BUSSDICT ***************************/
|
||
|
|
.bussdictEntry .Entry
|
||
|
|
{
|
||
|
|
font-size : 12pt;
|
||
|
|
text-align : justify;
|
||
|
|
display : block;
|
||
|
|
margin-top : 8px;
|
||
|
|
}
|
||
|
|
|
||
|
|
.bussdictEntry .supp
|
||
|
|
{
|
||
|
|
background-color : gray;
|
||
|
|
}
|
||
|
|
|
||
|
|
.bussdictEntry .ABBR,
|
||
|
|
.bussdictEntry .AMEQUIV,
|
||
|
|
.bussdictEntry .BREQUIV,
|
||
|
|
.bussdictEntry .COLLO,
|
||
|
|
.bussdictEntry .COMP
|
||
|
|
{
|
||
|
|
font-weight : bold;
|
||
|
|
}
|
||
|
|
|
||
|
|
.bussdictEntry .ACTIV,
|
||
|
|
.bussdictEntry .BOX,
|
||
|
|
.bussdictEntry .COMMENT
|
||
|
|
{
|
||
|
|
display : none;
|
||
|
|
}
|
||
|
|
|
||
|
|
.bussdictEntry .ColloExa
|
||
|
|
{
|
||
|
|
display : block;
|
||
|
|
margin-left : 10px;
|
||
|
|
}
|
||
|
|
|
||
|
|
.bussdictEntry .COLLOINEXA
|
||
|
|
{
|
||
|
|
font-style : italic;
|
||
|
|
font-weight : bold;
|
||
|
|
}
|
||
|
|
|
||
|
|
.bussdictEntry .DERIV
|
||
|
|
{
|
||
|
|
font-weight : bold;
|
||
|
|
font-size : 120%;
|
||
|
|
}
|
||
|
|
|
||
|
|
.bussdictEntry .ErrorBox
|
||
|
|
{
|
||
|
|
display : block;
|
||
|
|
}
|
||
|
|
|
||
|
|
.bussdictEntry .EXAMPLE
|
||
|
|
{
|
||
|
|
display : block;
|
||
|
|
margin-left : 15px;
|
||
|
|
color : gray;
|
||
|
|
}
|
||
|
|
|
||
|
|
.bussdictEntry .FIELD
|
||
|
|
{
|
||
|
|
display : none;
|
||
|
|
}
|
||
|
|
|
||
|
|
.bussdictEntry .FREQ,
|
||
|
|
.bussdictEntry .LEVEL
|
||
|
|
{
|
||
|
|
font-weight : bold;
|
||
|
|
color : red;
|
||
|
|
}
|
||
|
|
|
||
|
|
.bussdictEntry .FULLFORM
|
||
|
|
{
|
||
|
|
font-weight : bold;
|
||
|
|
}
|
||
|
|
|
||
|
|
.bussdictEntry .GEO,
|
||
|
|
span.geo
|
||
|
|
{
|
||
|
|
font-weight : normal;
|
||
|
|
font-style : italic;
|
||
|
|
color : #364395;
|
||
|
|
}
|
||
|
|
|
||
|
|
.bussdictEntry .GLOSS
|
||
|
|
{
|
||
|
|
font-weight : normal;
|
||
|
|
font-style : normal;
|
||
|
|
color : #364395;
|
||
|
|
}
|
||
|
|
|
||
|
|
.bussdictEntry .GramExa
|
||
|
|
{
|
||
|
|
display : block;
|
||
|
|
margin-left : 10px;
|
||
|
|
}
|
||
|
|
|
||
|
|
.bussdictEntry .HINTBOLD,
|
||
|
|
.bussdictEntry .HINTTITLE
|
||
|
|
{
|
||
|
|
font-weight : bold;
|
||
|
|
}
|
||
|
|
|
||
|
|
.bussdictEntry .HINTITALIC
|
||
|
|
{
|
||
|
|
font-style : italic;
|
||
|
|
}
|
||
|
|
|
||
|
|
.bussdictEntry .HOMNUM
|
||
|
|
{
|
||
|
|
vertical-align : super;
|
||
|
|
font-size : 12pt;
|
||
|
|
font-weight : bold;
|
||
|
|
}
|
||
|
|
|
||
|
|
.bussdictEntry .HWD
|
||
|
|
{
|
||
|
|
display : none;
|
||
|
|
}
|
||
|
|
|
||
|
|
.bussdictEntry .HYPHENATION
|
||
|
|
{
|
||
|
|
font-weight : bold;
|
||
|
|
font-size : 160%;
|
||
|
|
}
|
||
|
|
|
||
|
|
.bussdictEntry .LEXUNIT,
|
||
|
|
.bussdictEntry .LEXVAR
|
||
|
|
{
|
||
|
|
font-weight : bold;
|
||
|
|
}
|
||
|
|
|
||
|
|
.bussdictEntry .LINKWORD
|
||
|
|
{
|
||
|
|
color : #364395;
|
||
|
|
}
|
||
|
|
|
||
|
|
.bussdictEntry .NOTE,
|
||
|
|
.bussdictEntry .Noteprompt
|
||
|
|
{
|
||
|
|
display : none;
|
||
|
|
}
|
||
|
|
|
||
|
|
.bussdictEntry .OBJECT
|
||
|
|
{
|
||
|
|
font-weight : normal;
|
||
|
|
}
|
||
|
|
|
||
|
|
.bussdictEntry .OPP,
|
||
|
|
.bussdictEntry .ORTHVAR,
|
||
|
|
.bussdictEntry .PASTPART,
|
||
|
|
.bussdictEntry .PASTTENSE
|
||
|
|
{
|
||
|
|
font-weight : bold;
|
||
|
|
}
|
||
|
|
|
||
|
|
.bussdictEntry .PhrVbEntry
|
||
|
|
{
|
||
|
|
display : block;
|
||
|
|
}
|
||
|
|
|
||
|
|
.bussdictEntry .PHRVBHWD
|
||
|
|
{
|
||
|
|
font-weight : bold;
|
||
|
|
color : #364395;
|
||
|
|
font-size : 120%;
|
||
|
|
}
|
||
|
|
|
||
|
|
.bussdictEntry .PIC,
|
||
|
|
.bussdictEntry .PICCAL
|
||
|
|
{
|
||
|
|
display : none;
|
||
|
|
}
|
||
|
|
|
||
|
|
.bussdictEntry .PLURALFORM
|
||
|
|
{
|
||
|
|
font-weight : bold;
|
||
|
|
}
|
||
|
|
|
||
|
|
.bussdictEntry .PRESPART,
|
||
|
|
.bussdictEntry .PRESPARTX,
|
||
|
|
.bussdictEntry .PROPFORM,
|
||
|
|
.bussdictEntry .PROPFORMPREP,
|
||
|
|
.bussdictEntry .PTandPP,
|
||
|
|
.bussdictEntry .PTandPPX
|
||
|
|
{
|
||
|
|
font-weight : bold;
|
||
|
|
}
|
||
|
|
|
||
|
|
.bussdictEntry .REFHOMNUM
|
||
|
|
{
|
||
|
|
vertical-align : super;
|
||
|
|
font-size : 60%;
|
||
|
|
}
|
||
|
|
|
||
|
|
.bussdictEntry .REFHWD
|
||
|
|
{
|
||
|
|
text-transform : lowercase;
|
||
|
|
font-style : normal;
|
||
|
|
font-variant : small-caps;
|
||
|
|
}
|
||
|
|
|
||
|
|
.bussdictEntry .FIELDXX,
|
||
|
|
.bussdictEntry .Crossrefto .REFLEX {
|
||
|
|
display : none;
|
||
|
|
}
|
||
|
|
|
||
|
|
.bussdictEntry .REFLEX
|
||
|
|
{
|
||
|
|
font-weight : bold;
|
||
|
|
}
|
||
|
|
|
||
|
|
.bussdictEntry .REGISTERLAB
|
||
|
|
{
|
||
|
|
color : #364395;
|
||
|
|
font-style : italic;
|
||
|
|
}
|
||
|
|
|
||
|
|
.bussdictEntry .RELATEDWD
|
||
|
|
{
|
||
|
|
font-weight : bold;
|
||
|
|
}
|
||
|
|
|
||
|
|
.bussdictEntry .Sense {
|
||
|
|
display : block;
|
||
|
|
margin-left : 20px;
|
||
|
|
margin-bottom : 15px;
|
||
|
|
}
|
||
|
|
|
||
|
|
.bussdictEntry .SIGNPOST
|
||
|
|
{
|
||
|
|
background-color : gray;
|
||
|
|
color : white;
|
||
|
|
font-weight : bold;
|
||
|
|
}
|
||
|
|
|
||
|
|
.bussdictEntry .STRONG
|
||
|
|
{
|
||
|
|
font-style : italic;
|
||
|
|
}
|
||
|
|
|
||
|
|
.bussdictEntry .Subsense
|
||
|
|
{
|
||
|
|
display : block;
|
||
|
|
margin-left : 10px;
|
||
|
|
}
|
||
|
|
|
||
|
|
.bussdictEntry .SUPERL,
|
||
|
|
.bussdictEntry .SYN,
|
||
|
|
.bussdictEntry .T3PERSSING,
|
||
|
|
.bussdictEntry .T3PERSSINGX,
|
||
|
|
.bussdictEntry .UNCLASSIFIED
|
||
|
|
{
|
||
|
|
font-weight : bold;
|
||
|
|
}
|
||
|
|
|
||
|
|
.bussdictEntry .USAGE
|
||
|
|
{
|
||
|
|
display : none;
|
||
|
|
}
|
||
|
|
|
||
|
|
span.neutral
|
||
|
|
{
|
||
|
|
font-style : normal;
|
||
|
|
font-weight : normal;
|
||
|
|
font-variant : normal;
|
||
|
|
}
|
||
|
|
|
||
|
|
span.italic,
|
||
|
|
span.infllab
|
||
|
|
{
|
||
|
|
font-style : italic;
|
||
|
|
font-weight : normal;
|
||
|
|
font-family : Times New roman;
|
||
|
|
}
|
||
|
|
|
||
|
|
span.warning
|
||
|
|
{
|
||
|
|
font-style : normal;
|
||
|
|
font-weight : bold;
|
||
|
|
color : red;
|
||
|
|
}
|
||
|
|
|
||
|
|
span.sensenum
|
||
|
|
{
|
||
|
|
font-style : normal;
|
||
|
|
font-weight : bold;
|
||
|
|
margin-right : 5px;
|
||
|
|
margin-left : 3px;
|
||
|
|
|
||
|
|
}
|
||
|
|
|
||
|
|
span.synopp
|
||
|
|
{
|
||
|
|
font-style : normal;
|
||
|
|
font-weight : bold;
|
||
|
|
color : darkblue;
|
||
|
|
}
|
||
|
|
|
||
|
|
.bussdictEntry .ColloBox,
|
||
|
|
.bussdictEntry .ThesBox,
|
||
|
|
.bussdictEntry .F2NBox,
|
||
|
|
.bussdictEntry .GramBox,
|
||
|
|
.bussdictEntry .UsageBox {
|
||
|
|
display : block;
|
||
|
|
border-style : solid;
|
||
|
|
}
|
||
|
|
|
||
|
|
.bussdictEntry .GramBox.nobox {
|
||
|
|
display : inline;
|
||
|
|
border-style : none;
|
||
|
|
background-color : none;
|
||
|
|
}
|
||
|
|
|
||
|
|
.bussdictEntry .GramBox.nobox .EXPL {
|
||
|
|
display : inline;
|
||
|
|
}
|
||
|
|
|
||
|
|
.bussdictEntry .HEADING,
|
||
|
|
span.heading,
|
||
|
|
.bussdictEntry .Gramref {
|
||
|
|
font-weight : bold;
|
||
|
|
font-size : 120%;
|
||
|
|
color : #364395;
|
||
|
|
}
|
||
|
|
|
||
|
|
.bussdictEntry .gramref {
|
||
|
|
margin-left : 5px;
|
||
|
|
margin-right : 5px;
|
||
|
|
}
|
||
|
|
|
||
|
|
.bussdictEntry .HEADING.newline {
|
||
|
|
display : block;
|
||
|
|
}
|
||
|
|
|
||
|
|
.bussdictEntry .SECHEADING,
|
||
|
|
span.subheading {
|
||
|
|
display : block;
|
||
|
|
font-weight : bold;
|
||
|
|
font-style : italic;
|
||
|
|
text-decoration : underline;
|
||
|
|
}
|
||
|
|
|
||
|
|
.bussdictEntry .Collocate.newline,
|
||
|
|
.bussdictEntry .Exponent,
|
||
|
|
.bussdictEntry .GramBox .EXPL,
|
||
|
|
.bussdictEntry .EXPL.newline {
|
||
|
|
display : block;
|
||
|
|
}
|
||
|
|
|
||
|
|
.bussdictEntry .Collocate.inline {
|
||
|
|
display : inline;
|
||
|
|
}
|
||
|
|
|
||
|
|
.bussdictEntry .COLLOC,
|
||
|
|
.bussdictEntry .EXP,
|
||
|
|
.bussdictEntry .EXPR {
|
||
|
|
font-weight : bold;
|
||
|
|
}
|
||
|
|
|
||
|
|
.bussdictEntry .COLLOC.key {
|
||
|
|
color : #364395;
|
||
|
|
}
|
||
|
|
|
||
|
|
span.keycollo {
|
||
|
|
font-weight : bold;
|
||
|
|
color : #364395;
|
||
|
|
}
|
||
|
|
|
||
|
|
.bussdictEntry .THESPROPFORM {
|
||
|
|
font-weight : bold;
|
||
|
|
}
|
||
|
|
|
||
|
|
.bussdictEntry .COLLEXA,
|
||
|
|
.bussdictEntry .THESEXA,
|
||
|
|
.bussdictEntry .GOODCOLLO {
|
||
|
|
font-style : italic;
|
||
|
|
}
|
||
|
|
|
||
|
|
.bussdictEntry .LearnerItem {
|
||
|
|
display : block;
|
||
|
|
}
|
||
|
|
|
||
|
|
.bussdictEntry .BADCOLLO,
|
||
|
|
.bussdictEntry .BADEXA {
|
||
|
|
text-decoration : line-through;
|
||
|
|
}
|
||
|
|
|
||
|
|
.bussdictEntry .DEFBOLD {
|
||
|
|
font-weight : bold;
|
||
|
|
}
|
||
|
|
|
||
|
|
.bussdictEntry .CompareWord,
|
||
|
|
.bussdictEntry .CompareWord,
|
||
|
|
.bussdictEntry .EXP {
|
||
|
|
display : block;
|
||
|
|
}
|
||
|
|
|
||
|
|
.bussdictEntry .UNDERLINE {
|
||
|
|
text-decoration : underline;
|
||
|
|
}
|
||
|
|
|
||
|
|
.bussdictEntry .boxheader {
|
||
|
|
display : block;
|
||
|
|
background-color : #364395;
|
||
|
|
color : white;
|
||
|
|
font-weight : bold;
|
||
|
|
}
|
||
|
|
|
||
|
|
.bussdictEntry .SubEntry.embedded {
|
||
|
|
margin-top : -5px;
|
||
|
|
margin-bottom : 0px;
|
||
|
|
margin-left : 30px;
|
||
|
|
}
|
||
|
|
|
||
|
|
.bussdictEntry .SubEntry {
|
||
|
|
display : block;
|
||
|
|
margin-top : 2px;
|
||
|
|
margin-bottom : 2px;
|
||
|
|
margin-left : 20px;
|
||
|
|
}
|
||
|
|
|
||
|
|
.bussdictEntry .SubEntry .HWD {
|
||
|
|
display : inline;
|
||
|
|
font-weight : bold;
|
||
|
|
font-size : 120%;
|
||
|
|
color : #364395;
|
||
|
|
}
|
||
|
|
|
||
|
|
/****** VERB TABLE *****/
|
||
|
|
.verbTable .entry {
|
||
|
|
margin-bottom : 20px;
|
||
|
|
}
|
||
|
|
|
||
|
|
.verbTable .lemma {
|
||
|
|
color : black;
|
||
|
|
font-size : 120%;
|
||
|
|
font-weight : bold;
|
||
|
|
margin:0 0 0 10px;
|
||
|
|
}
|
||
|
|
|
||
|
|
.verbTable table {
|
||
|
|
background-color: #fae660;
|
||
|
|
margin-bottom: 10px;
|
||
|
|
border-collapse: collapse;
|
||
|
|
width: 100%;
|
||
|
|
}
|
||
|
|
|
||
|
|
.verbTable .Simple_Form .aux {
|
||
|
|
font-weight: bold;
|
||
|
|
}
|
||
|
|
|
||
|
|
.verbTable td {
|
||
|
|
padding: 0 10px;
|
||
|
|
}
|
||
|
|
|
||
|
|
.verbTable td.header {
|
||
|
|
background-color: #333333;
|
||
|
|
color : #fff;padding:0 0 0 10px;
|
||
|
|
font-size : 120%;
|
||
|
|
}
|
||
|
|
|
||
|
|
.verbTable td.col1 {
|
||
|
|
color : #333333;
|
||
|
|
padding:20px 10px 0;
|
||
|
|
font-weight:bold;
|
||
|
|
font-size: 14px;
|
||
|
|
text-decoration:underline
|
||
|
|
}
|
||
|
|
|
||
|
|
.verbTable td.col2 {
|
||
|
|
color : gray;
|
||
|
|
width:150px
|
||
|
|
}
|
||
|
|
|
||
|
|
.verbTable .view_more,
|
||
|
|
.verbTable .view_less {
|
||
|
|
text-align: center;
|
||
|
|
font-weight: bold;
|
||
|
|
color: black;
|
||
|
|
padding: 40px 0 10px;
|
||
|
|
}
|
||
|
|
|
||
|
|
.verbTable .view_more span,
|
||
|
|
.verbTable .view_less span {
|
||
|
|
cursor: pointer;
|
||
|
|
}
|
||
|
|
|
||
|
|
.verbTable .view_less {
|
||
|
|
display: none;
|
||
|
|
}
|
||
|
|
|
||
|
|
.verbTable .next_tenses {
|
||
|
|
display: none;
|
||
|
|
}
|
||
|
|
|
||
|
|
.verbTable .geo {
|
||
|
|
font-style : italic;
|
||
|
|
color : #000000;
|
||
|
|
font-size : normal;
|
||
|
|
font-weight : normal;
|
||
|
|
}
|
||
|
|
|
||
|
|
.verbTable .aux {
|
||
|
|
color : black;
|
||
|
|
font-weight : normal;
|
||
|
|
}
|
||
|
|
|
||
|
|
.verbTable .verb_form {
|
||
|
|
color : black;
|
||
|
|
font-weight : bold;
|
||
|
|
}
|
||
|
|
|
||
|
|
/***** EXAS ******/
|
||
|
|
.exaGroup .exaEntry {
|
||
|
|
margin-bottom : 20px;
|
||
|
|
display : block;
|
||
|
|
}
|
||
|
|
|
||
|
|
.exaGroup .exaGroup {
|
||
|
|
display : block;
|
||
|
|
margin-bottom : 20px;
|
||
|
|
}
|
||
|
|
|
||
|
|
.exaGroup .title {
|
||
|
|
font-size : 110%;
|
||
|
|
font-weight : bold;
|
||
|
|
color : black;
|
||
|
|
display : block;
|
||
|
|
margin-left : 5px;
|
||
|
|
margin-top: 15px;
|
||
|
|
}
|
||
|
|
|
||
|
|
.exaGroup .exa {
|
||
|
|
display : block;
|
||
|
|
color : gray;
|
||
|
|
margin-left : 15px;
|
||
|
|
}
|
||
|
|
|
||
|
|
.exaGroup .NodeW {
|
||
|
|
font-weight : bold;
|
||
|
|
}
|
||
|
|
|
||
|
|
.asset {
|
||
|
|
margin-top : 30px;
|
||
|
|
}
|
||
|
|
/***** TOPIC ******/
|
||
|
|
.Entry .related_topics {
|
||
|
|
padding: 0 4px 1px 0;
|
||
|
|
font-size: 16px;
|
||
|
|
font-family: Tahoma, Arial, Helvetica;
|
||
|
|
color: #000;
|
||
|
|
}
|
||
|
|
|
||
|
|
.Entry .topic,
|
||
|
|
.topicCloud .topic_other{
|
||
|
|
color: red;
|
||
|
|
text-decoration:underline
|
||
|
|
}
|
||
|
|
|
||
|
|
.Entry .topic:hover,
|
||
|
|
.topicCloud .topic_other:hover {
|
||
|
|
color: #4693db;
|
||
|
|
}
|
||
|
|
/*** WORD FAMILY ***/
|
||
|
|
.pos {
|
||
|
|
color: green;
|
||
|
|
font-weight: normal;
|
||
|
|
}
|
||
|
|
.wordfams {
|
||
|
|
font-weight: bold;
|
||
|
|
}
|
||
|
|
.wordfams .crossRef, .wordfams .w {
|
||
|
|
margin: 0 6px;
|
||
|
|
}
|
||
|
|
.wordfams .crossRef {
|
||
|
|
border-bottom: thin dotted gray;
|
||
|
|
}
|
||
|
|
/*** ETYM ***/
|
||
|
|
.etym .Head {
|
||
|
|
font-weight: bold;
|
||
|
|
}
|
||
|
|
.etym .Head .HOMNUM {
|
||
|
|
vertical-align: super;
|
||
|
|
font-size: 12pt;
|
||
|
|
}/****** CSS TIDY FOR JAPANESE-E***************************/
|
||
|
|
/* 4 sections: printing and used tags, */
|
||
|
|
/* xslt tags, */
|
||
|
|
/* non-printing and used tags and finally */
|
||
|
|
/* non-used tags (but in the dtd). */
|
||
|
|
/* tags are alphabetically ordered withi each category */
|
||
|
|
|
||
|
|
|
||
|
|
/**************PRINTING TAGS******************/
|
||
|
|
|
||
|
|
.page {
|
||
|
|
font-family : arial, helvetica, sans-serif;
|
||
|
|
font-size : 12pt;
|
||
|
|
display : block;
|
||
|
|
}
|
||
|
|
|
||
|
|
.pagetitle {
|
||
|
|
font-size : 1.6em;
|
||
|
|
font-weight : bold;
|
||
|
|
}
|
||
|
|
|
||
|
|
.metadata,
|
||
|
|
.metadata {
|
||
|
|
display : none;
|
||
|
|
}
|
||
|
|
|
||
|
|
.lejEntry
|
||
|
|
{
|
||
|
|
font-size : 12pt;
|
||
|
|
display : block;
|
||
|
|
margin-top : 20px;
|
||
|
|
}
|
||
|
|
|
||
|
|
.lejEntry .GRAMHEAD
|
||
|
|
{
|
||
|
|
font-weight : bold;
|
||
|
|
display : block;
|
||
|
|
}
|
||
|
|
|
||
|
|
|
||
|
|
/***TYPESPEC:AMEPRON:*****/
|
||
|
|
.lejEntry .AMEPRON
|
||
|
|
{
|
||
|
|
}
|
||
|
|
|
||
|
|
/***TYPESPEC:BADEXA:*****/
|
||
|
|
.lejEntry .BADEXA
|
||
|
|
{
|
||
|
|
font-style : italic;
|
||
|
|
}
|
||
|
|
|
||
|
|
/***TYPESPEC:BOOKFILM:*****/
|
||
|
|
.lejEntry .BOOKFILM
|
||
|
|
{
|
||
|
|
}
|
||
|
|
|
||
|
|
/***TYPESPEC:BREPRON:*****/
|
||
|
|
.lejEntry .BREPRON
|
||
|
|
{
|
||
|
|
}
|
||
|
|
|
||
|
|
/***TYPESPEC:COLL:*****/
|
||
|
|
.lejEntry .COLL
|
||
|
|
{
|
||
|
|
}
|
||
|
|
|
||
|
|
/***TYPESPEC:COLLOCEXA:*****/
|
||
|
|
.lejEntry .COLLOCEXA
|
||
|
|
{
|
||
|
|
}
|
||
|
|
|
||
|
|
/***TYPESPEC:COLLOCEXATRAN:*****/
|
||
|
|
.lejEntry .COLLOCEXATRAN
|
||
|
|
{
|
||
|
|
}
|
||
|
|
|
||
|
|
/***TYPESPEC:COMMENTTRAN:*****/
|
||
|
|
.lejEntry .COMMENTTRAN
|
||
|
|
{
|
||
|
|
}
|
||
|
|
|
||
|
|
/***TYPESPEC:COMPOUND:*****/
|
||
|
|
.lejEntry .COMPOUND
|
||
|
|
{
|
||
|
|
font-weight : bold;
|
||
|
|
}
|
||
|
|
|
||
|
|
/***TYPESPEC:DATE:*****/
|
||
|
|
.lejEntry .DATE
|
||
|
|
{
|
||
|
|
}
|
||
|
|
|
||
|
|
/***TYPESPEC:DEF:*****/
|
||
|
|
.lejEntry .DEF
|
||
|
|
{
|
||
|
|
}
|
||
|
|
|
||
|
|
/***TYPESPEC:ENGEXPR:*****/
|
||
|
|
.lejEntry .ENGEXPR
|
||
|
|
{
|
||
|
|
font-weight : bold;
|
||
|
|
}
|
||
|
|
|
||
|
|
/***TYPESPEC:ENGLISH:*****/
|
||
|
|
.lejEntry .ENGLISH
|
||
|
|
{
|
||
|
|
font-weight : bold;
|
||
|
|
}
|
||
|
|
|
||
|
|
/***TYPESPEC:EXA:*****/
|
||
|
|
.lejEntry .exagr {
|
||
|
|
display : block;
|
||
|
|
margin-left : 5px;
|
||
|
|
}
|
||
|
|
.lejEntry .EXA
|
||
|
|
{
|
||
|
|
}
|
||
|
|
|
||
|
|
.lejEntry .exagr
|
||
|
|
{
|
||
|
|
color : gray;
|
||
|
|
}
|
||
|
|
|
||
|
|
|
||
|
|
/***TYPESPEC:EXATRAN:*****/
|
||
|
|
.lejEntry .EXATRAN,
|
||
|
|
.lejEntry .XEXATRAN
|
||
|
|
{
|
||
|
|
font-style : normal;
|
||
|
|
display : block;
|
||
|
|
margin-left : 10px;
|
||
|
|
}
|
||
|
|
|
||
|
|
/***TYPESPEC:EXP:*****/
|
||
|
|
.lejEntry .EXP
|
||
|
|
{
|
||
|
|
font-weight : bold;
|
||
|
|
}
|
||
|
|
|
||
|
|
/***TYPESPEC:EXPTRAN:*****/
|
||
|
|
.lejEntry .EXPTRAN
|
||
|
|
{
|
||
|
|
}
|
||
|
|
|
||
|
|
/***TYPESPEC:F1:*****/
|
||
|
|
.lejEntry .F1
|
||
|
|
{
|
||
|
|
font-weight : bold;
|
||
|
|
}
|
||
|
|
|
||
|
|
/***TYPESPEC:FFXREF:*****/
|
||
|
|
.lejEntry .FFXREF
|
||
|
|
{
|
||
|
|
font-variant : small-caps;
|
||
|
|
}
|
||
|
|
|
||
|
|
/***TYPESPEC:FULLFORM:*****/
|
||
|
|
.lejEntry .FULLFORM
|
||
|
|
{
|
||
|
|
font-weight : bold;
|
||
|
|
|
||
|
|
}
|
||
|
|
|
||
|
|
/***TYPESPEC:FULLFORMTRAN:*****/
|
||
|
|
.lejEntry .FULLFORMTRAN
|
||
|
|
{
|
||
|
|
}
|
||
|
|
|
||
|
|
/***TYPESPEC:GEO:*****/
|
||
|
|
.lejEntry .GEO
|
||
|
|
{
|
||
|
|
/* font-size : 80%;*/
|
||
|
|
}
|
||
|
|
|
||
|
|
/***TYPESPEC:GLOSSTRAN:*****/
|
||
|
|
.lejEntry .GLOSSTRAN
|
||
|
|
{
|
||
|
|
}
|
||
|
|
|
||
|
|
/***TYPESPEC:GOODEXA:*****/
|
||
|
|
.lejEntry .GOODEXA
|
||
|
|
{
|
||
|
|
}
|
||
|
|
|
||
|
|
/***TYPESPEC:GRAM:*****/
|
||
|
|
.lejEntry .GRAM
|
||
|
|
{
|
||
|
|
}
|
||
|
|
|
||
|
|
.lejEntry .Compoundbox .GRAM
|
||
|
|
{
|
||
|
|
color : red;
|
||
|
|
}
|
||
|
|
|
||
|
|
/***TYPESPEC:HIRAGANA:*****/
|
||
|
|
.lejEntry .HIRAGANA
|
||
|
|
{
|
||
|
|
font-weight : bold;
|
||
|
|
}
|
||
|
|
|
||
|
|
/***TYPESPEC:HOM:*****/
|
||
|
|
.lejEntry .HOM
|
||
|
|
{
|
||
|
|
vertical-align : super;
|
||
|
|
font-size : 12pt;
|
||
|
|
font-weight : bold;
|
||
|
|
color : #017fff
|
||
|
|
}
|
||
|
|
.lejEntry.freq .HOM
|
||
|
|
{
|
||
|
|
color : red;
|
||
|
|
}
|
||
|
|
|
||
|
|
/***TYPESPEC:HWD:*****/
|
||
|
|
.lejEntry .HYPHENATION
|
||
|
|
{
|
||
|
|
font-size : 160%;
|
||
|
|
font-weight : bold;
|
||
|
|
color : #017fff
|
||
|
|
}
|
||
|
|
|
||
|
|
.lejEntry.freq .HYPHENATION
|
||
|
|
{
|
||
|
|
color : red;
|
||
|
|
}
|
||
|
|
|
||
|
|
.lejEntry .HWD {
|
||
|
|
display : none;
|
||
|
|
}
|
||
|
|
.lejEntry .RunOn .HWD
|
||
|
|
{
|
||
|
|
font-size : 100%;
|
||
|
|
font-weight : bold;
|
||
|
|
display : inline;
|
||
|
|
}
|
||
|
|
|
||
|
|
/***TYPESPEC:HWDFORM:*****/
|
||
|
|
.lejEntry .HWDFORM
|
||
|
|
{
|
||
|
|
font-weight : bold;
|
||
|
|
}
|
||
|
|
|
||
|
|
/***TYPESPEC:INFL:*****/
|
||
|
|
.lejEntry .INFL
|
||
|
|
{
|
||
|
|
font-weight : bold;
|
||
|
|
}
|
||
|
|
|
||
|
|
/***TYPESPEC:INFLLAB:*****/
|
||
|
|
.lejEntry .INFLLAB
|
||
|
|
{
|
||
|
|
}
|
||
|
|
|
||
|
|
/***TYPESPEC:INFLTYPE:*****/
|
||
|
|
.lejEntry .INFLTYPE
|
||
|
|
{
|
||
|
|
}
|
||
|
|
|
||
|
|
/***TYPESPEC:LEXUNIT:*****/
|
||
|
|
.lejEntry .LEXUNIT
|
||
|
|
{
|
||
|
|
font-weight : bold;
|
||
|
|
}
|
||
|
|
|
||
|
|
/***TYPESPEC:MENUPHRV:*****/
|
||
|
|
.lejEntry .MENUPHRV
|
||
|
|
{
|
||
|
|
font-weight : bold;
|
||
|
|
}
|
||
|
|
|
||
|
|
/***TYPESPEC:OBJECT:*****/
|
||
|
|
.lejEntry .OBJECT
|
||
|
|
{
|
||
|
|
font-weight : normal;
|
||
|
|
}
|
||
|
|
|
||
|
|
/***TYPESPEC:OPPOSITE:*****/
|
||
|
|
.lejEntry .OPPOSITE
|
||
|
|
{
|
||
|
|
font-weight : bold;
|
||
|
|
}
|
||
|
|
|
||
|
|
/***TYPESPEC:PATTERN:*****/
|
||
|
|
.lejEntry .PATTERN
|
||
|
|
{
|
||
|
|
font-weight : bold;
|
||
|
|
}
|
||
|
|
|
||
|
|
/***TYPESPEC:PATTERNPREP:*****/
|
||
|
|
.lejEntry .PATTERNPREP
|
||
|
|
{
|
||
|
|
font-weight : bold;
|
||
|
|
}
|
||
|
|
|
||
|
|
/***TYPESPEC:PHRVAR:*****/
|
||
|
|
.lejEntry .PHRVAR
|
||
|
|
{
|
||
|
|
font-weight : bold;
|
||
|
|
}
|
||
|
|
|
||
|
|
/***TYPESPEC:PHRVARLAB:*****/
|
||
|
|
.lejEntry .PHRVARLAB
|
||
|
|
{
|
||
|
|
}
|
||
|
|
|
||
|
|
/***TYPESPEC:PHRVHWD:*****/
|
||
|
|
.lejEntry .PHRVHWD
|
||
|
|
{
|
||
|
|
font-weight : bold;
|
||
|
|
}
|
||
|
|
|
||
|
|
/***TYPESPEC:PHRVPATT:*****/
|
||
|
|
.lejEntry .PHRVPATT
|
||
|
|
{
|
||
|
|
font-weight : bold;
|
||
|
|
}
|
||
|
|
|
||
|
|
/***TYPESPEC:PHRVPOS:*****/
|
||
|
|
.lejEntry .PHRVPOS
|
||
|
|
{
|
||
|
|
}
|
||
|
|
|
||
|
|
/***TYPESPEC:POS:*****/
|
||
|
|
.lejEntry .POS
|
||
|
|
{
|
||
|
|
}
|
||
|
|
|
||
|
|
.lejEntry .Phrvbox .POS
|
||
|
|
{
|
||
|
|
display : none;
|
||
|
|
}
|
||
|
|
|
||
|
|
/***TYPESPEC:PRETRANCOM:*****/
|
||
|
|
.lejEntry .PRETRANCOM
|
||
|
|
{
|
||
|
|
}
|
||
|
|
|
||
|
|
/***TYPESPEC:PRONTYPE:*****/
|
||
|
|
.lejEntry .PRONTYPE
|
||
|
|
{
|
||
|
|
}
|
||
|
|
|
||
|
|
/***TYPESPEC:REFHOM:*****/
|
||
|
|
.lejEntry .REFHOM
|
||
|
|
{
|
||
|
|
vertical-align : super;
|
||
|
|
font-size : 60%;
|
||
|
|
}
|
||
|
|
|
||
|
|
/***TYPESPEC:REFHWD:*****/
|
||
|
|
.lejEntry .REFHWD
|
||
|
|
{
|
||
|
|
}
|
||
|
|
|
||
|
|
/***TYPESPEC:REFLEX:*****/
|
||
|
|
.lejEntry .REFLEX
|
||
|
|
{
|
||
|
|
}
|
||
|
|
|
||
|
|
/***TYPESPEC:REFSENSE:*****/
|
||
|
|
.lejEntry .REFSENSE
|
||
|
|
{
|
||
|
|
display : none;
|
||
|
|
}
|
||
|
|
|
||
|
|
/***TYPESPEC:REFTYPE:*****/
|
||
|
|
.lejEntry .REFTYPE
|
||
|
|
{
|
||
|
|
}
|
||
|
|
|
||
|
|
/***TYPESPEC:REGISTER:*****/
|
||
|
|
.lejEntry .REGISTER
|
||
|
|
{
|
||
|
|
/* font-size : 80%;*/
|
||
|
|
}
|
||
|
|
|
||
|
|
/***TYPESPEC:RELATEDWD:*****/
|
||
|
|
.lejEntry .RELATEDWD
|
||
|
|
{
|
||
|
|
font-weight : bold;
|
||
|
|
}
|
||
|
|
|
||
|
|
/***TYPESPEC:SECEXPLTRAN:*****/
|
||
|
|
.lejEntry .SECEXPLTRAN
|
||
|
|
{
|
||
|
|
}
|
||
|
|
|
||
|
|
/***TYPESPEC:SENVAR:*****/
|
||
|
|
.lejEntry .SENVAR
|
||
|
|
{
|
||
|
|
font-weight : bold;
|
||
|
|
}
|
||
|
|
|
||
|
|
/***TYPESPEC:SENVARLAB:*****/
|
||
|
|
.lejEntry .SENVARLAB
|
||
|
|
{
|
||
|
|
}
|
||
|
|
|
||
|
|
/***TYPESPEC:SUBJ:*****/
|
||
|
|
.lejEntry .SUBJ
|
||
|
|
{
|
||
|
|
}
|
||
|
|
|
||
|
|
/***TYPESPEC:SUBJECT:*****/
|
||
|
|
.lejEntry .SUBJECT
|
||
|
|
{
|
||
|
|
}
|
||
|
|
|
||
|
|
/***TYPESPEC:SYNONYM:*****/
|
||
|
|
.lejEntry .SYNONYM
|
||
|
|
{
|
||
|
|
font-weight : bold;
|
||
|
|
}
|
||
|
|
|
||
|
|
/***TYPESPEC:TITLETRAN:*****/
|
||
|
|
.lejEntry .TITLETRAN
|
||
|
|
{
|
||
|
|
}
|
||
|
|
|
||
|
|
/***TYPESPEC:TRAN:*****/
|
||
|
|
.lejEntry .TRAN
|
||
|
|
{
|
||
|
|
}
|
||
|
|
|
||
|
|
.lejEntry.freq .TRAN.FREQTRAN
|
||
|
|
{
|
||
|
|
color : red;
|
||
|
|
font-weight : bold;
|
||
|
|
}
|
||
|
|
|
||
|
|
|
||
|
|
/***TYPESPEC:TRANCOM:*****/
|
||
|
|
.lejEntry .TRANCOM
|
||
|
|
{
|
||
|
|
}
|
||
|
|
|
||
|
|
/***TYPESPEC:TRANEXPL:*****/
|
||
|
|
.lejEntry .TRANEXPL
|
||
|
|
{
|
||
|
|
}
|
||
|
|
|
||
|
|
/***TYPESPEC:TRANGEO:*****/
|
||
|
|
.lejEntry .TRANGEO
|
||
|
|
{
|
||
|
|
}
|
||
|
|
|
||
|
|
/***TYPESPEC:USE:*****/
|
||
|
|
.lejEntry .USE {
|
||
|
|
display : block;
|
||
|
|
}
|
||
|
|
|
||
|
|
/***TYPESPEC:VAR:*****/
|
||
|
|
.lejEntry .VAR
|
||
|
|
{
|
||
|
|
font-weight : bold;
|
||
|
|
color : #017fff
|
||
|
|
}
|
||
|
|
|
||
|
|
.lejEntry .Head .VAR
|
||
|
|
{
|
||
|
|
font-weight : bold;
|
||
|
|
font-size : 120%;
|
||
|
|
}
|
||
|
|
|
||
|
|
.lejEntry.freq .Head .VAR
|
||
|
|
{
|
||
|
|
color : red;
|
||
|
|
}
|
||
|
|
|
||
|
|
.lejEntry.freq .Wordclass .VAR
|
||
|
|
{
|
||
|
|
color : black;
|
||
|
|
}
|
||
|
|
|
||
|
|
/***TYPESPEC:VARLAB:*****/
|
||
|
|
.lejEntry .VARLAB
|
||
|
|
{
|
||
|
|
}
|
||
|
|
|
||
|
|
/***TYPESPEC:XENGEXPR:*****/
|
||
|
|
.lejEntry .XENGEXPR
|
||
|
|
{
|
||
|
|
font-weight : bold;
|
||
|
|
color : purple;
|
||
|
|
}
|
||
|
|
|
||
|
|
/********XSLT TAGS*********/
|
||
|
|
|
||
|
|
div.menu
|
||
|
|
{
|
||
|
|
background-color : #E0E0E0;
|
||
|
|
margin : 0px 20px;
|
||
|
|
padding : 4px 4px 4px 4px;
|
||
|
|
}
|
||
|
|
|
||
|
|
|
||
|
|
/********NON-PRINTING************/
|
||
|
|
.lejEntry .CULTDEF
|
||
|
|
{
|
||
|
|
display : none;
|
||
|
|
}
|
||
|
|
.lejEntry .CATEGORY
|
||
|
|
{
|
||
|
|
display : none;
|
||
|
|
}
|
||
|
|
|
||
|
|
.lejEntry .COLLINFO
|
||
|
|
{
|
||
|
|
display : none;
|
||
|
|
}
|
||
|
|
|
||
|
|
.lejEntry .COLLINFOTRAN
|
||
|
|
{
|
||
|
|
display : none;
|
||
|
|
}
|
||
|
|
|
||
|
|
.lejEntry .COMMENT
|
||
|
|
{
|
||
|
|
color : purple;
|
||
|
|
font-weight : bold;
|
||
|
|
display : block;
|
||
|
|
font-size : 110%;
|
||
|
|
/* display:none; */
|
||
|
|
}
|
||
|
|
|
||
|
|
.lejEntry .ELECTRONIC
|
||
|
|
{
|
||
|
|
display : none;
|
||
|
|
}
|
||
|
|
|
||
|
|
.lejEntry .ENCYCDEF
|
||
|
|
{
|
||
|
|
display : none;
|
||
|
|
}
|
||
|
|
|
||
|
|
.lejEntry .ENGDEF
|
||
|
|
{
|
||
|
|
display : none;
|
||
|
|
}
|
||
|
|
|
||
|
|
.lejEntry .ENGDEFINFO
|
||
|
|
{
|
||
|
|
display : none;
|
||
|
|
}
|
||
|
|
|
||
|
|
.lejEntry .EXACONTEXT
|
||
|
|
{
|
||
|
|
display : none;
|
||
|
|
}
|
||
|
|
|
||
|
|
.lejEntry .EXAINFO
|
||
|
|
{
|
||
|
|
display : none;
|
||
|
|
}
|
||
|
|
|
||
|
|
.lejEntry .GLOSS
|
||
|
|
{
|
||
|
|
color : purple;
|
||
|
|
/* display:none;*/
|
||
|
|
}
|
||
|
|
|
||
|
|
.lejEntry .HWD
|
||
|
|
{
|
||
|
|
display : none;
|
||
|
|
}
|
||
|
|
|
||
|
|
.lejEntry .LEXUINFO
|
||
|
|
{
|
||
|
|
display : none;
|
||
|
|
}
|
||
|
|
|
||
|
|
.lejEntry .OBJINFO
|
||
|
|
{
|
||
|
|
display : none;
|
||
|
|
}
|
||
|
|
|
||
|
|
.lejEntry .OBJINFOTRAN
|
||
|
|
{
|
||
|
|
display : none;
|
||
|
|
}
|
||
|
|
|
||
|
|
.lejEntry .PATTERNINFO
|
||
|
|
{
|
||
|
|
display : none;
|
||
|
|
}
|
||
|
|
|
||
|
|
.lejEntry .POSHWD
|
||
|
|
{
|
||
|
|
display : none;
|
||
|
|
}
|
||
|
|
|
||
|
|
.lejEntry .POSLEXU
|
||
|
|
{
|
||
|
|
display : none;
|
||
|
|
}
|
||
|
|
|
||
|
|
.lejEntry .POSPHRV
|
||
|
|
{
|
||
|
|
display : none;
|
||
|
|
}
|
||
|
|
|
||
|
|
.lejEntry .POSPOS
|
||
|
|
{
|
||
|
|
display : none;
|
||
|
|
}
|
||
|
|
|
||
|
|
.lejEntry .POSSENSENUM
|
||
|
|
{
|
||
|
|
display : none;
|
||
|
|
}
|
||
|
|
|
||
|
|
.lejEntry .REMARK
|
||
|
|
{
|
||
|
|
display : none;
|
||
|
|
}
|
||
|
|
|
||
|
|
.lejEntry .SECEXPL
|
||
|
|
{
|
||
|
|
color : purple;
|
||
|
|
font-weight : bold;
|
||
|
|
font-size : 110%;
|
||
|
|
/* display:none; */
|
||
|
|
}
|
||
|
|
|
||
|
|
.lejEntry .SEMINDINFO
|
||
|
|
{
|
||
|
|
display : none;
|
||
|
|
}
|
||
|
|
|
||
|
|
.lejEntry .SUBCAT
|
||
|
|
{
|
||
|
|
display : none;
|
||
|
|
}
|
||
|
|
|
||
|
|
.lejEntry .SUBJINFO
|
||
|
|
{
|
||
|
|
display : none;
|
||
|
|
}
|
||
|
|
|
||
|
|
.lejEntry .SUBJINFOTRAN
|
||
|
|
{
|
||
|
|
display : none;
|
||
|
|
}
|
||
|
|
|
||
|
|
.lejEntry .TITLE
|
||
|
|
{
|
||
|
|
color : purple;
|
||
|
|
font-size : 130%;
|
||
|
|
display : block;
|
||
|
|
font-weight : bold;
|
||
|
|
/* display:none;*/
|
||
|
|
}
|
||
|
|
|
||
|
|
.lejEntry .TOPENTRY
|
||
|
|
{
|
||
|
|
display : none;
|
||
|
|
}
|
||
|
|
|
||
|
|
.lejEntry .TYPE
|
||
|
|
{
|
||
|
|
display : none;
|
||
|
|
}
|
||
|
|
|
||
|
|
.lejEntry .XEXA
|
||
|
|
{
|
||
|
|
}
|
||
|
|
|
||
|
|
.lejEntry .XEXATRAN
|
||
|
|
{
|
||
|
|
}
|
||
|
|
|
||
|
|
.lejEntry .XEXPL
|
||
|
|
{
|
||
|
|
color : purple;
|
||
|
|
display : none;
|
||
|
|
}
|
||
|
|
|
||
|
|
/********NOT USED************/
|
||
|
|
.lejEntry .BOX1HEAD
|
||
|
|
{
|
||
|
|
}
|
||
|
|
|
||
|
|
.lejEntry .BOX1HEADING
|
||
|
|
{
|
||
|
|
}
|
||
|
|
|
||
|
|
.lejEntry .BOXHWD
|
||
|
|
{
|
||
|
|
font-size : 110%;
|
||
|
|
font-weight : bold;
|
||
|
|
}
|
||
|
|
|
||
|
|
.lejEntry .BOXHWDPOS
|
||
|
|
{
|
||
|
|
}
|
||
|
|
|
||
|
|
.lejEntry .BOXINFO
|
||
|
|
{
|
||
|
|
}
|
||
|
|
|
||
|
|
.lejEntry .BOXPOS
|
||
|
|
{
|
||
|
|
}
|
||
|
|
|
||
|
|
.lejEntry .BOXSEMIND
|
||
|
|
{
|
||
|
|
}
|
||
|
|
|
||
|
|
.lejEntry .BOXSEMIND2
|
||
|
|
{
|
||
|
|
}
|
||
|
|
|
||
|
|
.lejEntry .BOXSEMINFO
|
||
|
|
{
|
||
|
|
display : none;
|
||
|
|
}
|
||
|
|
|
||
|
|
.lejEntry .BOXTRAN
|
||
|
|
{
|
||
|
|
}
|
||
|
|
|
||
|
|
.lejEntry .EXPL
|
||
|
|
{
|
||
|
|
}
|
||
|
|
|
||
|
|
.lejEntry .EXPL2
|
||
|
|
{
|
||
|
|
}
|
||
|
|
|
||
|
|
.lejEntry .F2
|
||
|
|
{
|
||
|
|
}
|
||
|
|
|
||
|
|
.lejEntry .F3
|
||
|
|
{
|
||
|
|
}
|
||
|
|
|
||
|
|
.lejEntry .PICALL
|
||
|
|
{
|
||
|
|
display : none;
|
||
|
|
}
|
||
|
|
|
||
|
|
.lejEntry .POSFORMOF
|
||
|
|
{
|
||
|
|
font-weight : bold;
|
||
|
|
}
|
||
|
|
|
||
|
|
.lejEntry .POSFORMTYPE
|
||
|
|
{
|
||
|
|
}
|
||
|
|
|
||
|
|
.lejEntry .SEMIND
|
||
|
|
{
|
||
|
|
display : none;
|
||
|
|
}
|
||
|
|
|
||
|
|
.lejEntry .SEMINFO
|
||
|
|
{
|
||
|
|
display : none;
|
||
|
|
}
|
||
|
|
|
||
|
|
.lejEntry .STRESS
|
||
|
|
{
|
||
|
|
}
|
||
|
|
|
||
|
|
.lejEntry .TRANINFL
|
||
|
|
{
|
||
|
|
}
|
||
|
|
|
||
|
|
.lejEntry .TRANINFLTYPE
|
||
|
|
{
|
||
|
|
}
|
||
|
|
|
||
|
|
.lejEntry .TRANPOS
|
||
|
|
{
|
||
|
|
}
|
||
|
|
|
||
|
|
.lejEntry .TRANREGISTER
|
||
|
|
{
|
||
|
|
}
|
||
|
|
|
||
|
|
.lejEntry .USETITLE
|
||
|
|
{
|
||
|
|
}
|
||
|
|
|
||
|
|
.lejEntry .VAR2
|
||
|
|
{
|
||
|
|
}
|
||
|
|
|
||
|
|
.lejEntry .VAR2LAB
|
||
|
|
{
|
||
|
|
}
|
||
|
|
|
||
|
|
.lejEntry .VAR2POS
|
||
|
|
{
|
||
|
|
}
|
||
|
|
|
||
|
|
.lejEntry .VPRON
|
||
|
|
{
|
||
|
|
}
|
||
|
|
|
||
|
|
.lejEntry .VPRONPOS
|
||
|
|
{
|
||
|
|
}
|
||
|
|
|
||
|
|
/************** WYSIWYG ****************/
|
||
|
|
.lejEntry .Exponent
|
||
|
|
{
|
||
|
|
display : block;
|
||
|
|
}
|
||
|
|
|
||
|
|
.lejEntry .Exa1
|
||
|
|
{
|
||
|
|
display : block;
|
||
|
|
}
|
||
|
|
|
||
|
|
.lejEntry .Exa1
|
||
|
|
{
|
||
|
|
display : block;
|
||
|
|
}
|
||
|
|
.lejEntry .Usebox {
|
||
|
|
margin-top : 10px;
|
||
|
|
display : block;
|
||
|
|
background-color : #aecaf1;
|
||
|
|
width : 50%;
|
||
|
|
margin-bottom : 10px;
|
||
|
|
border : solid 1px;
|
||
|
|
padding : 5px;
|
||
|
|
}
|
||
|
|
.lejEntry .plusphrases,
|
||
|
|
.lejEntry .plusphrasalverbs {
|
||
|
|
font-weight : bold;
|
||
|
|
}
|
||
|
|
|
||
|
|
.lejEntry .phrasehead
|
||
|
|
{
|
||
|
|
display : inline-block;
|
||
|
|
border-radius : 5px;
|
||
|
|
-moz-border-radius : 5px;
|
||
|
|
-webkit-border-radius : 5px;
|
||
|
|
border : solid gray 1px;
|
||
|
|
padding-left : 4px;
|
||
|
|
padding-right : 4px;
|
||
|
|
font-weight : bold;
|
||
|
|
color : white;
|
||
|
|
background-color : #3d3d3d;
|
||
|
|
text-align : center;
|
||
|
|
width : 50%;
|
||
|
|
margin-top : 10px;
|
||
|
|
}
|
||
|
|
|
||
|
|
.lejEntry .Sense {
|
||
|
|
display : block;
|
||
|
|
margin-left : 15px;
|
||
|
|
}
|
||
|
|
|
||
|
|
.lejEntry .Phrvsense {
|
||
|
|
display : block;
|
||
|
|
margin-left : 15px;
|
||
|
|
}
|
||
|
|
|
||
|
|
.lejEntry .Lexubox .Sense {
|
||
|
|
display : block;
|
||
|
|
margin-left : 0px;
|
||
|
|
}
|
||
|
|
|
||
|
|
.lejEntry .Patternbox .Sense {
|
||
|
|
display : block;
|
||
|
|
margin-left : 0px;
|
||
|
|
}
|
||
|
|
|
||
|
|
.lejEntry .Compoundbox .Sense {
|
||
|
|
display : block;
|
||
|
|
margin-left : 0px;
|
||
|
|
}
|
||
|
|
|
||
|
|
.lejEntry .Lexubox,
|
||
|
|
.lejEntry .Patternbox,
|
||
|
|
.lejEntry .Compoundbox {
|
||
|
|
display : block;
|
||
|
|
}
|
||
|
|
|
||
|
|
.lejEntry .sensenum,
|
||
|
|
.lejEntry .menusense
|
||
|
|
{
|
||
|
|
font-weight : bold;
|
||
|
|
color : black;
|
||
|
|
margin-left : -20px;
|
||
|
|
}
|
||
|
|
|
||
|
|
.lejEntry .subnum,
|
||
|
|
.lejEntry .menusubsense
|
||
|
|
{
|
||
|
|
color : black;
|
||
|
|
}
|
||
|
|
|
||
|
|
.lejEntry .boxnum
|
||
|
|
{
|
||
|
|
color : black;
|
||
|
|
}
|
||
|
|
|
||
|
|
.lejEntry .suppress {
|
||
|
|
display : none;
|
||
|
|
}
|
||
|
|
|
||
|
|
.lejEntry .phrasehead
|
||
|
|
{
|
||
|
|
display : block;
|
||
|
|
}
|
||
|
|
|
||
|
|
.lejEntry .warning {
|
||
|
|
font-weight : bold;
|
||
|
|
color : red;
|
||
|
|
}
|
||
|
|
|
||
|
|
.lejEntry .Reference {
|
||
|
|
display : block;
|
||
|
|
}
|
||
|
|
|
||
|
|
.lejEntry .FREQ
|
||
|
|
{
|
||
|
|
color : red;
|
||
|
|
border-color : red;
|
||
|
|
display : inline-block;
|
||
|
|
font-style : normal;
|
||
|
|
font-weight : bold;
|
||
|
|
text-transform : uppercase;
|
||
|
|
border-radius : 5px;
|
||
|
|
-moz-border-radius : 5px;
|
||
|
|
-webkit-border-radius : 5px;
|
||
|
|
border : solid 1px;
|
||
|
|
padding-left : 4px;
|
||
|
|
padding-right : 4px;
|
||
|
|
padding-top : 1px;
|
||
|
|
padding-bottom : 2px;
|
||
|
|
}
|
||
|
|
|
||
|
|
.lejEntry .Tranbox {
|
||
|
|
display : block;
|
||
|
|
}
|
||
|
|
|
||
|
|
.lejEntry .amefile {
|
||
|
|
color : #4693db;
|
||
|
|
font-size : 130%;
|
||
|
|
padding-left : 5px;
|
||
|
|
}
|
||
|
|
|
||
|
|
.lejEntry .inline {
|
||
|
|
display : inline;
|
||
|
|
}
|
||
|
|
|
||
|
|
|
||
|
|
.lejEntry .Etymbox,
|
||
|
|
.lejEntry .Tranbox,
|
||
|
|
.lejEntry .Thesbox,
|
||
|
|
.lejEntry .Cultbox,
|
||
|
|
.lejEntry .Grambox {
|
||
|
|
display : block;
|
||
|
|
border-radius : 5px;
|
||
|
|
-moz-border-radius : 5px;
|
||
|
|
-webkit-border-radius : 5px;
|
||
|
|
border : solid #364395 1px;
|
||
|
|
padding : 15px;
|
||
|
|
margin : 8px 0;
|
||
|
|
}
|
||
|
|
|
||
|
|
.lejEntry .heading {
|
||
|
|
display : block;
|
||
|
|
font-weight : bold;
|
||
|
|
font-size : 120%;
|
||
|
|
line-height : 2em;
|
||
|
|
color : #364395;
|
||
|
|
}
|
||
|
|
|
||
|
|
.lejEntry .related {
|
||
|
|
color : #364395;
|
||
|
|
border-color : #364395;
|
||
|
|
display : inline-block;
|
||
|
|
font-style : normal;
|
||
|
|
font-weight : bold;
|
||
|
|
font-size : 110%;
|
||
|
|
text-transform : uppercase;
|
||
|
|
border-radius : 5px;
|
||
|
|
-moz-border-radius : 5px;
|
||
|
|
-webkit-border-radius : 5px;
|
||
|
|
border : solid 1px;
|
||
|
|
padding-left : 4px;
|
||
|
|
padding-right : 4px;
|
||
|
|
padding-top : 1px;
|
||
|
|
padding-bottom : 2px;
|
||
|
|
}
|
||
|
|
|
||
|
|
/**** KOREAN and LatAm****/
|
||
|
|
.suppressed {
|
||
|
|
display : none;
|
||
|
|
}
|
||
|
|
|
||
|
|
.latamEntry .SEMIND {
|
||
|
|
display : inline;
|
||
|
|
}
|
||
|
|
|
||
|
|
.lejEntry .SIGNPOST
|
||
|
|
{
|
||
|
|
background-color : #cc0000;
|
||
|
|
color : white;
|
||
|
|
font-weight : bold;
|
||
|
|
font-size : 90%;
|
||
|
|
text-transform : uppercase;
|
||
|
|
border-radius : 5px;
|
||
|
|
-moz-border-radius : 5px;
|
||
|
|
-webkit-border-radius : 5px;
|
||
|
|
padding-left : 3px;
|
||
|
|
padding-right : 3px;
|
||
|
|
}
|
||
|
|
|
||
|
|
.lejEntry .VPRON {
|
||
|
|
font-size : 100%;
|
||
|
|
font-weight : bold;
|
||
|
|
display : inline;
|
||
|
|
}
|
||
|
|
|
||
|
|
.latamEntry .GRAM {
|
||
|
|
color : blue;
|
||
|
|
}
|
||
|
|
|
||
|
|
.latamEntry .THESHEAD {
|
||
|
|
font-size : 120%;
|
||
|
|
line-height : 2em;
|
||
|
|
color : #314089;
|
||
|
|
}
|
||
|
|
|
||
|
|
.latamEntry .Lexubox,
|
||
|
|
.latamEntry .Patternbox,
|
||
|
|
.latamEntry .Compoundbox {
|
||
|
|
display : block;
|
||
|
|
margin-top : 5px;
|
||
|
|
}
|
||
|
|
|
||
|
|
.latamEntry .Lexubox.inline,
|
||
|
|
.latamEntry .Patternbox.inline,
|
||
|
|
.latamEntry .Compoundbox.inline {
|
||
|
|
display : inline;
|
||
|
|
}
|
||
|
|
|
||
|
|
.latamEntry .Lexubox .Sense,
|
||
|
|
.latamEntry .Patternbox .Sense,
|
||
|
|
.latamEntry .Compoundbox .Sense {
|
||
|
|
display : block;
|
||
|
|
margin-top : 0px;
|
||
|
|
}
|
||
|
|
.latamEntry .Sense {
|
||
|
|
display : block;
|
||
|
|
margin-left : 15px;
|
||
|
|
margin-top : 10px;
|
||
|
|
}
|
||
|
|
.latamEntry .Subsense {
|
||
|
|
display : block;
|
||
|
|
}
|
||
|
|
|
||
|
|
/* changes 20171114*/
|
||
|
|
.lejEntry .SIGNPOST
|
||
|
|
{
|
||
|
|
padding-top : 2px;
|
||
|
|
padding-bottom : 2px;
|
||
|
|
}
|
||
|
|
|
||
|
|
.latamEntry .TRANCOM
|
||
|
|
{
|
||
|
|
color:#314089;
|
||
|
|
}
|
||
|
|
|
||
|
|
.latamEntry .GRAM, .latamEntry .SEMIND, .latamEntry .Tranlabbox, .latamEntry .REGISTER{
|
||
|
|
color:#314089;
|
||
|
|
}
|
||
|
|
|
||
|
|
.lejEntry .USE.inline {
|
||
|
|
display : inline;
|
||
|
|
}
|
||
|
|
|
||
|
|
/* the two next rules should be removed from above */
|
||
|
|
.lejEntry .neutral {
|
||
|
|
font-weight : normal;
|
||
|
|
font-style : normal;
|
||
|
|
}
|
||
|
|
|
||
|
|
.lejEntry.latamEntry .POS {
|
||
|
|
color : #314089;
|
||
|
|
font-style : italic;
|
||
|
|
}/****** CSS TIDY FOR JAPANESE-E***************************/
|
||
|
|
/* 4 sections: printing and used tags, */
|
||
|
|
/* xslt tags, */
|
||
|
|
/* non-printing and used tags and finally */
|
||
|
|
/* non-used tags (but in the dtd). */
|
||
|
|
/* tags are alphabetically ordered withi each category */
|
||
|
|
|
||
|
|
|
||
|
|
/**************PRINTING TAGS******************/
|
||
|
|
|
||
|
|
.page {
|
||
|
|
font-family : arial, helvetica, sans-serif;
|
||
|
|
font-size : 12pt;
|
||
|
|
display : block;
|
||
|
|
}
|
||
|
|
|
||
|
|
.pagetitle {
|
||
|
|
font-size : 1.6em;
|
||
|
|
font-weight : bold;
|
||
|
|
}
|
||
|
|
|
||
|
|
.metadata,
|
||
|
|
.metadata {
|
||
|
|
color : magenta;
|
||
|
|
display : none;
|
||
|
|
}
|
||
|
|
|
||
|
|
.ljeEntry
|
||
|
|
{
|
||
|
|
display : block;
|
||
|
|
font-size : 12pt;
|
||
|
|
margin-top : 20px;
|
||
|
|
}
|
||
|
|
|
||
|
|
.ljeEntry .Subentry {
|
||
|
|
display : block;
|
||
|
|
margin-top : 20px;
|
||
|
|
}
|
||
|
|
|
||
|
|
.ljeEntry .Subentry.inline {
|
||
|
|
display : inline;
|
||
|
|
margin-top : 0px;
|
||
|
|
}
|
||
|
|
|
||
|
|
.ljeEntry .Sense {
|
||
|
|
display : block;
|
||
|
|
}
|
||
|
|
|
||
|
|
.ljeEntry .sensenum {
|
||
|
|
display : none;
|
||
|
|
}
|
||
|
|
|
||
|
|
.ljeEntry .TranGp {
|
||
|
|
display : block;
|
||
|
|
}
|
||
|
|
|
||
|
|
.ljeEntry .Subsense {
|
||
|
|
display : block;
|
||
|
|
margin-left : 10px;
|
||
|
|
}
|
||
|
|
|
||
|
|
.ljeEntry .HWD {
|
||
|
|
}
|
||
|
|
|
||
|
|
.ljeEntry .HWDFORM {
|
||
|
|
}
|
||
|
|
|
||
|
|
.ljeEntry .HWD {
|
||
|
|
}
|
||
|
|
|
||
|
|
.ljeEntry .TRAN {
|
||
|
|
font-weight : bold;
|
||
|
|
color : blue;
|
||
|
|
}
|
||
|
|
|
||
|
|
.ljeEntry .Reference {
|
||
|
|
font-size : 80%;
|
||
|
|
font-style : italic;
|
||
|
|
color : purple;
|
||
|
|
}
|
||
|
|
|
||
|
|
.ljeEntry .Link {
|
||
|
|
display : none;
|
||
|
|
}
|
||
|
|
|
||
|
|
.ljeEntry .Box {
|
||
|
|
display : block;
|
||
|
|
margin-bottom : 10px;
|
||
|
|
}
|
||
|
|
|
||
|
|
.ljeEntry .EXATRAN {
|
||
|
|
font-style : italic;
|
||
|
|
display : block;
|
||
|
|
}
|
||
|
|
.ljeEntry .Extraexas,
|
||
|
|
.ljeEntry .Extraphrases {
|
||
|
|
display : block;
|
||
|
|
margin-top : 10px;
|
||
|
|
}
|
||
|
|
|
||
|
|
.ljeEntry .header {
|
||
|
|
font-weight : bold;
|
||
|
|
font-variant : small-caps;
|
||
|
|
display : block;
|
||
|
|
text-transform : uppercase;
|
||
|
|
}
|
||
|
|
|
||
|
|
.ljeEntry .neutral {
|
||
|
|
color : black;
|
||
|
|
font-style : normal;
|
||
|
|
font-weight : normal;
|
||
|
|
}
|
||
|
|
|
||
|
|
.ljeEntry .suppress {
|
||
|
|
display : none;
|
||
|
|
}
|
||
|
|
.ljeEntry .exagr {
|
||
|
|
display : block;
|
||
|
|
margin-left : 5px;
|
||
|
|
color : gray;
|
||
|
|
}
|
||
|
|
|
||
|
|
.ljeEntry .OBJINFO {
|
||
|
|
display: none;
|
||
|
|
}
|
||
|
|
|
||
|
|
.ljeEntry .Extraphrases,
|
||
|
|
.ljeEntry .Extraexas
|
||
|
|
{
|
||
|
|
display : block;
|
||
|
|
border-radius : 5px;
|
||
|
|
-moz-border-radius : 5px;
|
||
|
|
-webkit-border-radius : 5px;
|
||
|
|
border : solid #364395 1px;
|
||
|
|
padding : 15px;
|
||
|
|
margin : 8px 0;
|
||
|
|
}
|
||
|
|
|
||
|
|
.ljeEntry .heading {
|
||
|
|
display : block;
|
||
|
|
font-weight : bold;
|
||
|
|
font-size : 120%;
|
||
|
|
line-height : 2em;
|
||
|
|
color : #364395;
|
||
|
|
}
|