add icons for Character groups
This commit is contained in:
commit
2d9a41a5fe
3461 changed files with 594457 additions and 0 deletions
33
www/analytics/plugins/ExampleRssWidget/stylesheets/rss.less
Normal file
33
www/analytics/plugins/ExampleRssWidget/stylesheets/rss.less
Normal file
|
|
@ -0,0 +1,33 @@
|
|||
.rss ul {
|
||||
list-style: none outside none;
|
||||
padding: 0;
|
||||
}
|
||||
|
||||
.rss li {
|
||||
line-height: 140%;
|
||||
margin: 0.5em 0 1em;
|
||||
}
|
||||
|
||||
.rss-title, .rss-date {
|
||||
float: left;
|
||||
font-size: 14px;
|
||||
line-height: 140%;
|
||||
}
|
||||
|
||||
.rss-title {
|
||||
color: #2583AD;
|
||||
margin: 0 0.5em 0.2em 0;
|
||||
font-weight: bold;
|
||||
}
|
||||
|
||||
.rss-date {
|
||||
color: #999999;
|
||||
margin: 0;
|
||||
}
|
||||
|
||||
.rss-content, .rss-description {
|
||||
clear: both;
|
||||
line-height: 1.5em;
|
||||
font-size: 11px;
|
||||
color: #333333;
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue