goldendict-ng/article-style-st-lingvo.css

96 lines
1.4 KiB
CSS
Raw Normal View History

html
{
background: white !important;
}
body
{
background: white !important;
}
a
{
text-decoration: none;
color: darkblue;
}
a:hover
{
text-decoration: underline;
}
/* Dictionary's name heading */
.gddictname
{
border: 1px dotted black; padding: 0.2em; padding-left: 0.5em;
margin-top: 1.2em; margin-bottom: 0.1em; font-weight: bold; font-size: 14px;
background: #87CEEB;
}
/* The 'From ' string which preceeds dictionary name in the heading */
.gdfromprefix
{
display: none;
}
.gddictname
{
font-size: 13px;
font-weight: normal;
float: right;
border: 1px solid white;
margin-top: 7px;
color: #7f7f7f;
background: white;
}
.gdarticle
{
background: white;
}
.gdarticleseparator + script + .gdarticle .gddictname
{
border-top: 1px solid #ccc;
/* margin-top: 11px;*/
}
.gdactivearticle .gddictname
{
font-size: 13px;
font-weight: normal;
float: right;
border: 1px solid #b3d7f7;
margin-top: 7px;
color: #0066ff;
background: #deecf8;
}
.gdarticleseparator + script + .gdactivearticle .gddictname
{
border-top: 1px solid #b3d7f7;
/* margin-top: 11px;*/
}
.gdarticleseparator
{
margin-top: 10px;
border-bottom: 1px solid #cccccc;
margin-bottom: 0px;
width: 100%;
display: inline-block;
clear: both;
}
.gddictname + h3, .gddictname + .dsl_article > .dsl_headwords
{
margin-top: 10px;
}
.dsl_ex
{
color: inherit;
}