Tweaks to Lingoes-Blue style (by anion23)

This commit is contained in:
Tvangeste 2013-03-25 09:26:59 +01:00
parent 994eb998e9
commit e3d0cb090b
2 changed files with 46 additions and 48 deletions

View file

@ -1,6 +1,6 @@
body {
background: #EAF0F8;
margin: 0.4em;
margin: 0.3em;
font-family: "Arial Unicode MS", "Lucida Sans Unicode", Tahoma, "Palatino Linotype";
line-height: 120%;
}
@ -17,7 +17,7 @@ a:hover {
.gdarticle {
background: #FFFEF2;
margin-top: 0.1em;
margin-bottom: 0.4em;
margin-bottom: 0.35em;
padding: 5px;
padding-top: -10px;
border: 1px solid #C7D4DC;
@ -81,7 +81,7 @@ a:hover {
display:none
}
/* ДОБАВЛЕНИЕ ИКОНКИ СЛОВАРЯ СПРАВА ОТ ИМЕНИ СЛОВАРИКА В КАРТОЧКЕ */
/* Dictionary icon is to the right */
.gddicticon {
display: inline;
vertical-align: center;
@ -96,7 +96,7 @@ a:hover {
vertical-align: text-top;
}
/* НАСТРОЙКИ ОТОБРАЖЕНИЯ ВЫДЕЛЕНИЯ */
/* Text selection */
::selection {
background: #839EC7;
color:#fff;
@ -106,7 +106,7 @@ code::selection {
background: #839EC7;
}
/* НАСТРОЙКИ ОТОБРАЖЕНИЯ ЗАГОЛОВКОВ СТАТЕЙ */
/* Headers */
h3 {
color: inherit;
font-family: Arial;
@ -114,13 +114,13 @@ h3 {
/******** DSL Dictionaries ****************/
/* Настройки отображения заголовков статей */
/* DSL headwords */
.dsl_headwords {
color: inherit;
font-family: Arial;
}
/* Настройки отображения форматированного текста */
/* Formatting */
.dsl_b {
font-family: Arial;
}
@ -129,14 +129,6 @@ h3 {
color: slategray;
}
.dsl_m0 {
text-align: left;
padding-left: 10px;
border: 1px inset gray; padding: 0.1em; padding-left: 0.1em;
margin-top: 1em; margin-bottom: 1em;
background: #FFFFDD;
}
.dsl_ref {
color: #0000DD;
}
@ -145,7 +137,7 @@ h3 {
color: #0000DD;
}
/* Настройки отображения ударения в словах */
/* Stress settings */
.dsl_stress_without_accent {
display: none;
color: green;
@ -160,7 +152,7 @@ h3 {
color: blue;
}
/* Настройки отображения иконки звука */
/* Sound icon */
.dsl_s_wav img {
display: none;
}

View file

@ -17,8 +17,9 @@ MainWindow #centralWidget QTabBar::tab {
border-top-right-radius: 4px;
padding: 1px 3px;
margin-left: 1px;
margin-bottom: 4px;
background-color: #EAF0F8;
margin-top: 2px;
margin-bottom: 2px;
background-color: #CFDDF0;
color: darkslategray;
}
@ -73,3 +74,8 @@ ScanPopup #outerFrame
{
background-color: #CEDDEF;
}
ScanPopup #dictionaryBar
{
background: #CEDDEF;
}