remove text decoration from children
This commit is contained in:
parent
12a38644ee
commit
7ae2050e8d
|
@ -44,6 +44,33 @@
|
||||||
text-decoration: none;
|
text-decoration: none;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
/* EMBEDDED NEWS PAGE BODY */
|
||||||
|
|
||||||
|
#NewsDiv { position: absolute; left: 0; top: 0px; width: 100%; }
|
||||||
|
|
||||||
|
#NewsDiv a{
|
||||||
|
text-decoration: none;
|
||||||
|
}
|
||||||
|
|
||||||
|
.scroll-text-if {
|
||||||
|
font-size: 12px;
|
||||||
|
/*text-align: left;
|
||||||
|
padding: 8px 7px 0px 7px;
|
||||||
|
*/
|
||||||
|
}
|
||||||
|
|
||||||
|
.scroll-title-if {
|
||||||
|
font-size: 14px;
|
||||||
|
/*
|
||||||
|
text-align: left;
|
||||||
|
*/
|
||||||
|
border-bottom: #666666 0px solid;
|
||||||
|
}
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
.news-article{
|
.news-article{
|
||||||
color:var(--text);
|
color:var(--text);
|
||||||
font-family: var(--font-family);
|
font-family: var(--font-family);
|
||||||
|
@ -61,50 +88,3 @@
|
||||||
background-color: var(--primary);
|
background-color: var(--primary);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
/* EMBEDDED NEWS PAGE BODY */
|
|
||||||
|
|
||||||
#NewsDiv { position: absolute; left: 0; top: 0px; width: 100%; }
|
|
||||||
|
|
||||||
/*
|
|
||||||
body.news-scroll {
|
|
||||||
/*
|
|
||||||
background-color: var(--bg);
|
|
||||||
|
|
||||||
margin: 0;
|
|
||||||
padding: 0;
|
|
||||||
border: 0;
|
|
||||||
}
|
|
||||||
*/
|
|
||||||
|
|
||||||
/* FONTS & PADDING */
|
|
||||||
|
|
||||||
|
|
||||||
.scroll-text-if {
|
|
||||||
font-size: 12px;
|
|
||||||
/*text-align: left;
|
|
||||||
padding: 8px 7px 0px 7px;
|
|
||||||
*/
|
|
||||||
}
|
|
||||||
|
|
||||||
.scroll-title-if {
|
|
||||||
font-size: 14px;
|
|
||||||
/*
|
|
||||||
text-align: left;
|
|
||||||
*/
|
|
||||||
border-bottom: #666666 0px solid;
|
|
||||||
}
|
|
||||||
|
|
||||||
/* EMBEDDED NEWS PAGE LINK COLORS */
|
|
||||||
/*
|
|
||||||
.news-scroll a:link { color: #0033FF; text-decoration: none; }
|
|
||||||
|
|
||||||
.news-scroll a:visited { color: #6633FF; text-decoration: none; }
|
|
||||||
|
|
||||||
.news-scroll a:active { color: #0033FF; text-decoration: none; }
|
|
||||||
|
|
||||||
.news-scroll a:hover { color: #6699FF; text-decoration: underline; }
|
|
||||||
*/
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue
Block a user