source: extensions/Back2Front/template/style.css @ 12361

Last change on this file since 12361 was 12361, checked in by mistic100, 13 years ago

remove a prefilter for a better integration, add an option to display a mark on thumbnails list

File size: 567 bytes
Line 
1a.reverse {
2  display:inline-block;
3  border:1px solid #666 !important;
4  padding:5px 5px;
5  margin-bottom:10px;
6  font-size:15px;
7  font-style:italic; 
8}
9a.reverse img {
10  vertical-align:top;
11}
12.lang_help {
13  display:inline-block;
14  width:16px;
15  text-align:center;
16  vertical-align:middle;
17  font-style:italic;
18  font-family:"Georgia",serif;
19  background-color:#999;
20  margin-left:15px;
21  color:#fff;
22  font-size:0.9em;
23  line-height:1.4em;
24  border-radius:7px;
25  -moz-border-radius:7px;
26}
27.lang_help:hover {
28  background-color:#333;
29  border:none;
30  color:#fff;
31}
Note: See TracBrowser for help on using the repository browser.