changed style links

This commit is contained in:
SvetlanaLisina 2021-02-26 17:21:05 +03:00 committed by svetlana maleeva
parent 2877953c3e
commit 51045960a6
2 changed files with 170 additions and 141 deletions

View File

@ -478,8 +478,8 @@ html {
white-space: nowrap; white-space: nowrap;
&:hover { &:hover {
border-color: @textColorLinkMain; border-color: @redColor;
color: @textColorLinkMain; color: @redColor;
text-decoration: none; text-decoration: none;
} }
} }
@ -519,7 +519,7 @@ display: none;
.MainHelpCenter { .MainHelpCenter {
h1 { h1 {
font-size: 35px; font-size: 35px;
font-weight: 500; font-weight: 300;
margin: 10px 0 20px; margin: 10px 0 20px;
line-height: 1.3em; line-height: 1.3em;
padding-left: 0px; padding-left: 0px;
@ -679,7 +679,7 @@ display: none;
&[class^="smn_node"] { &[class^="smn_node"] {
li { li {
color: @textColorLinkMain; color: @redColor;
padding: 3px 0 7px 20px; padding: 3px 0 7px 20px;
margin-left: 10px; margin-left: 10px;
border-left: dotted 1px @helpBorderColor; border-left: dotted 1px @helpBorderColor;
@ -841,7 +841,7 @@ display: none;
&.smn_main_header { &.smn_main_header {
font-size: 30px; font-size: 30px;
color: @textColorLinkMain; color: @redColor;
} }
} }
} }
@ -1199,94 +1199,115 @@ display: none;
img { img {
vertical-align: middle; vertical-align: middle;
} }
ul.howitworks_ui_expand_menu { ul.howitworks_ui_expand_menu {
li { li {
list-style-type:none; list-style-type: none;
margin:0; margin: 0;
a { a {
font-size:14px; font-size: 14px;
line-height: 1.5em; line-height: 1.5em;
text-decoration: none; text-decoration: none;
&:hover { &:hover {
text-decoration: underline; text-decoration: underline;
} }
} }
} }
} }
ul { ul {
list-style-type:none; list-style-type: none;
} }
ul.TableOfContents { ul.TableOfContents {
list-style-type:none; list-style-type: none;
margin-left: 0; margin-left: 0;
padding-left: 0; padding-left: 0;
} }
.gs_content { .gs_content {
ul { ul {
list-style-type: disc; list-style-type: disc;
} }
} }
.PortalHelp { .PortalHelp {
ul { ul {
list-style-type: disc; list-style-type: disc;
ul { ul {
list-style-type: circle; list-style-type: circle;
} }
} }
a.see_also { a.see_also {
background: transparent; background: transparent;
color: @textColorLinkMain; color: @redColor;
display: inline; display: inline;
font-size: 14px; font-size: 14px;
margin: 0; margin: 0;
} }
.notehelp { .notehelp {
a.see_also { a.see_also {
font-size: inherit; font-size: inherit;
} }
} }
} }
.question_answer { .question_answer {
ul { ul {
list-style-type: disc; list-style-type: disc;
} }
} }
li { li {
margin:0; margin: 0;
padding:0; padding: 0;
a { a {
cursor:pointer; cursor: pointer;
} }
} }
.screen_block { .screen_block {
width:580px; width: 580px;
} }
span { span {
font-weight: 400; font-weight: 400;
margin: 0; margin: 0;
padding: 0; padding: 0;
} }
span.gs_disabled { span.gs_disabled {
color: @textColor; color: @textColor;
cursor: default; cursor: default;
} }
span.gs_link { span.gs_link {
&:hover { &:hover {
text-decoration: underline; text-decoration: underline;
} }
} }
.gs_active { .gs_active {
font-weight: 700; font-weight: 700;
} }
strong { strong {
color: @helpNoteTextColor; color: @helpNoteTextColor;
} }
.TableOfContents { .TableOfContents {
li { li {
margin-left: 0; margin-left: 0;
padding-left: 0; padding-left: 0;
} }
} }
.backtotop { .backtotop {
border: 0; border: 0;
padding-bottom: 0; padding-bottom: 0;
@ -1685,16 +1706,16 @@ a.closeContainerButton {
background: @mobileMenuColor; background: @mobileMenuColor;
.borderRadius (2px); .borderRadius (2px);
color: @helpNoteTextColor; color: @helpNoteTextColor;
display:block; display: block;
font-size: 13px; font-size: 13px;
line-height: 1.3em; line-height: 1.3em;
margin:10px 0; margin: 10px 0;
min-height: 22px; min-height: 22px;
padding: 10px 30px 10px 50px; padding: 10px 30px 10px 50px;
position: relative; position: relative;
text-align: justify; text-align: justify;
border-left: 5px solid @textColorLinkMain; border-left: 5px solid @redColor;
border-right: 5px solid @textColorLinkMain; border-right: 5px solid @redColor;
} }
.notehelp.paidoptions { .notehelp.paidoptions {
} }
@ -2512,8 +2533,8 @@ div.description {
a.see_also { a.see_also {
background: transparent; background: transparent;
border-bottom: 1px dotted @textColorLinkMain; border-bottom: 1px dotted @redColor;
color: @textColorLinkMain; color: @redColor;
display: inline; display: inline;
font-size: 14px; font-size: 14px;
margin: 0; margin: 0;
@ -2534,7 +2555,7 @@ div.description {
} }
.gloss_active { .gloss_active {
background: @textColorLinkMain; background: @redColor;
/*.borderRadius (3px);*/ /*.borderRadius (3px);*/
color: @defaultWhiteColor; color: @defaultWhiteColor;
font-weight: 700; font-weight: 700;
@ -2790,9 +2811,10 @@ div.description .MainHelpCenter .presentationeditor_hh_expand_menu,
padding: 0px 5px; padding: 0px 5px;
text-decoration: none; text-decoration: none;
white-space: nowrap; white-space: nowrap;
&:hover { &:hover {
border-color: @textColorLinkMain; border-color: @redColor;
color: @textColorLinkMain; color: @redColor;
text-decoration: none; text-decoration: none;
} }
} }
@ -3195,6 +3217,7 @@ h2.MainHCPage {
background-color: @textColorBlackLight; background-color: @textColorBlackLight;
padding: 1px 1px 27px; padding: 1px 1px 27px;
width: 780px; width: 780px;
.text-content { .text-content {
background-color: @defaultWhiteColor; background-color: @defaultWhiteColor;
max-height: 500px; max-height: 500px;
@ -3210,12 +3233,14 @@ h2.MainHCPage {
padding: 0 27px; padding: 0 27px;
} }
} }
h5 { h5 {
color: @textColor; color: @textColor;
font-size: 18px; font-size: 18px;
font-weight: 300; font-weight: 300;
margin: 0 0 0 20px; margin: 0 0 0 20px;
text-transform: none; text-transform: none;
.tag_name { .tag_name {
background-color: @textColorBlackLight; background-color: @textColorBlackLight;
color: @defaultWhiteColor; color: @defaultWhiteColor;
@ -3224,12 +3249,14 @@ h2.MainHCPage {
font-weight: 600; font-weight: 600;
} }
} }
.allkeywords { .allkeywords {
float: right; float: right;
margin: -15px 0 0 0; margin: -15px 0 0 0;
a { a {
color: @textColorLinkMain; color: @redColor;
border-bottom: 1px dotted @textColorLinkMain; border-bottom: 1px dotted @redColor;
text-decoration: none; text-decoration: none;
} }
} }
@ -3243,6 +3270,7 @@ h2.MainHCPage {
margin: 15px 0 15px; margin: 15px 0 15px;
padding: 0; padding: 0;
z-index: 100; z-index: 100;
a { a {
border: 1px solid @helpBorderColor; border: 1px solid @helpBorderColor;
color: #777777; color: #777777;
@ -3251,9 +3279,10 @@ h2.MainHCPage {
padding: 0px 5px; padding: 0px 5px;
text-decoration: none; text-decoration: none;
white-space: nowrap; white-space: nowrap;
&:hover { &:hover {
border-color: @textColorLinkMain; border-color: @redColor;
color: @textColorLinkMain; color: @redColor;
text-decoration: none; text-decoration: none;
} }
} }
@ -3366,7 +3395,7 @@ a.historyback {
} }
.insertfunction { .insertfunction {
a.historyback { a.historyback {
border-bottom: dashed 1px @textColorLinkMain; border-bottom: dashed 1px @redColor;
display: inline-block; display: inline-block;
margin: 32px 0 0; margin: 32px 0 0;
text-decoration: none; text-decoration: none;
@ -3468,7 +3497,7 @@ pre {
} }
.selected { .selected {
color: @textColorLinkMain !important; color: @redColor !important;
font-weight: 700; font-weight: 700;
} }
.hcmain_bottom_block { .hcmain_bottom_block {
@ -4028,8 +4057,8 @@ em.error_text {
display: none; display: none;
} }
.page_version_link, .page_version_link,
.text-container-link-changelog { .text-container-link-changelog {
display: inline-block; display: inline-block;
border: none 0; border: none 0;
/*.borderRadius (2px);*/ /*.borderRadius (2px);*/
@ -4050,7 +4079,7 @@ em.error_text {
.pvl_version { .pvl_version {
display: inline-block; display: inline-block;
color: @buttonTextColor; color: @buttonTextColor;
background-color: @textColorLinkMain; background-color: @redColor;
padding: 1px 10px 1px 5px; padding: 1px 10px 1px 5px;
margin: 0; margin: 0;
text-align: left; text-align: left;
@ -4064,14 +4093,14 @@ em.error_text {
.pvl_current { .pvl_current {
background-color: @greenColor; background-color: @greenColor;
} }
} }
span.param-type { span.param-type {
color: @textColorLinkMain; color: @redColor;
font-family: "Roboto Mono", Consolas, Monaco, 'Andale Mono', monospace; font-family: "Roboto Mono", Consolas, Monaco, 'Andale Mono', monospace;
text-decoration: underline; text-decoration: underline;
word-break: break-all; word-break: break-all;
} }
.separate_versions { .separate_versions {
margin: 0 0 20px; margin: 0 0 20px;
@ -4163,7 +4192,7 @@ em.error_text {
} }
} }
.changelog-version-block { .changelog-version-block {
.changelog-main-header { .changelog-main-header {
font-size: 1.7em; font-size: 1.7em;
font-weight: 400; font-weight: 400;
@ -4198,11 +4227,11 @@ em.error_text {
list-style-type: disc; list-style-type: disc;
a { a {
color: @textColorLinkMain; color: @redColor;
}
} }
} }
} }
}
.changelog-page { .changelog-page {
.changelog-open-in-new-window { .changelog-open-in-new-window {
@ -4265,25 +4294,25 @@ em.error_text {
} }
} }
.changelog-release-date { .changelog-release-date {
float: right; float: right;
.crd-date { .crd-date {
color: @textColorLinkMain; color: @redColor;
}
} }
}
.changelog-open-in-new-window { .changelog-open-in-new-window {
position: absolute; position: absolute;
right: 19px; right: 19px;
top: 38px; top: 38px;
a { a {
color: @textColorLinkMain; color: @redColor;
border-bottom: 1px dotted @textColorLinkMain; border-bottom: 1px dotted @redColor;
text-decoration: none; text-decoration: none;
} }
} }
.screen_text { .screen_text {
a.text-container-link-changelog { a.text-container-link-changelog {
@ -4785,11 +4814,11 @@ em.error_text {
text-align: right; text-align: right;
} }
.fq_expand span, .fq_collapse span { .fq_expand span, .fq_collapse span {
border-bottom: 1px dotted @textColorLinkMain; border-bottom: 1px dotted @redColor;
color: @textColorLinkMain; color: @redColor;
cursor: pointer; cursor: pointer;
} }
.fq_collapse { .fq_collapse {
display: none; display: none;
@ -4875,9 +4904,9 @@ em.error_text {
color: #ccc; color: #ccc;
} }
.shortcut_toggle.enabled:hover, .shortcut_toggle.disabled:hover { .shortcut_toggle.enabled:hover, .shortcut_toggle.disabled:hover {
color: @textColorLinkMain; color: @redColor;
} }
.left_option { .left_option {
float: left; float: left;
@ -4922,7 +4951,7 @@ em.error_text {
padding: 10px 0 0; padding: 10px 0 0;
} }
.webinar_product { .webinar_product {
border: 1px solid @helpBorderColor; border: 1px solid @helpBorderColor;
color: #777; color: #777;
display: inline; display: inline;
@ -4933,11 +4962,11 @@ em.error_text {
font-size: 13px; font-size: 13px;
&:hover { &:hover {
border-color: @textColorLinkMain; border-color: @redColor;
color: @textColorLinkMain; color: @redColor;
text-decoration: none; text-decoration: none;
} }
} }
.nwp_list_author { .nwp_list_author {
font-size: 14px; font-size: 14px;

View File

@ -191,20 +191,20 @@ cursor: pointer;
a, a,
a:visited a:visited
{ {
color: #5891d0; color: #ff642e;
text-decoration: underline; text-decoration: underline;
} }
a:hover a:hover
{ {
color: #5891d0; color: #ff642e;
text-decoration: none; text-decoration: none;
} }
a:focus, a:focus,
a:active a:active
{ {
color: #5891d0; color: #ff642e;
text-decoration: underline; text-decoration: underline;
} }