wp-liveticker/styles/wp-liveticker2.css
Stefan Kalscheuer f831027aec Begin transformation into classes
Grouped single PHP files with various funcitons into classes for basic, admin and system scope.
2017-11-11 21:44:08 +01:00

59 lines
767 B
CSS

ul.wplt2_ticker {
list-style-type: none;
}
li.wplt2_tick {
background-color: #F5F5F5;
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: bold;
margin-left: 0.5em;
}
p.wplt2_tick_content {
margin-top: -0.7em;
text-indent: 0.5em;
}
ul.wplt_2widget {
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;
}