60 lines
808 B
CSS
60 lines
808 B
CSS
ul.wplt2-ticker {
|
|
list-style-type: none;
|
|
}
|
|
|
|
ul.wplt2-ticker > li.wplt2-tick {
|
|
background-color: #f5f5f5;
|
|
list-style-type: none;
|
|
margin: 0.1em;
|
|
padding: 0.1em 0.3em;
|
|
}
|
|
|
|
li.wplt2-tick p {
|
|
margin: 0.3em;
|
|
}
|
|
|
|
span.wplt2-tick-time {
|
|
color: #002c58;
|
|
font-size: 0.7em;
|
|
font-style: italic;
|
|
}
|
|
|
|
span.wplt2-tick-title {
|
|
color: #002c58;
|
|
font-weight: 700;
|
|
margin-left: 0.5em;
|
|
}
|
|
|
|
p.wplt2-tick-content {
|
|
margin-top: -0.7em;
|
|
text-indent: 0.5em;
|
|
}
|
|
|
|
ul.wplt2-widget {
|
|
list-style-type: none;
|
|
margin-top: -0.5em;
|
|
}
|
|
|
|
ul.wplt2-widget li {
|
|
text-align: left;
|
|
}
|
|
|
|
span.wplt2-widget-time {
|
|
font-size: 0.7em;
|
|
font-style: italic;
|
|
}
|
|
|
|
span.wplt2-widget-content {
|
|
color: #002c58;
|
|
text-indent: 0.2em;
|
|
}
|
|
|
|
span.wplt2-widget-content-new {
|
|
color: #800000;
|
|
text-indent: 0.2em;
|
|
}
|
|
|
|
p.wplt2-widget-link {
|
|
text-align: right;
|
|
}
|