additional_plugins/serendipity_event_linklist/serendipity_event_linklist.css

47 lines
773 B
CSS
Raw Normal View History

2015-06-02 19:03:36 +02:00
/* serendipity_event_linklist.css start */
2011-12-13 12:29:05 +01:00
div.linklist span.menu_title {
}
div.linklist {
2015-06-02 19:03:36 +02:00
padding: 0px;
margin: 0px;
text-align: left;
font-size: 11px;
color: #666;
white-space: nowrap;
direction: ltr;
2011-12-13 12:29:05 +01:00
}
div.linklist ul {
2015-06-02 19:03:36 +02:00
list-style: none;
margin: 0px;
padding: 0px;
text-align: left;
white-space: nowrap;
2011-12-13 12:29:05 +01:00
}
div.linklist li {
2015-06-02 19:03:36 +02:00
margin: 0px;
padding: 0px;
white-space: nowrap;
font-family: Arial, Helvetica, sans-serif;
white-space: nowrap;
2011-12-13 12:29:05 +01:00
}
div.linklist img {
2015-06-02 19:03:36 +02:00
border: 0px;
vertical-align: middle;
2011-12-13 12:29:05 +01:00
}
div.linklist a.folder {
2015-06-02 19:03:36 +02:00
text-decoration: none;
2011-12-13 12:29:05 +01:00
}
div.linklist a.link {
2015-06-02 19:03:36 +02:00
text-decoration: underline;
2011-12-13 12:29:05 +01:00
}
div.linklist a:hover {
2015-06-02 19:03:36 +02:00
color: #333;
}
/* serendipity_event_linklist.css end */