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

Last change on this file since 21213 was 21213, checked in by mistic100, 11 years ago

fix language load, fix fatal error, (probably) fix jQuery issues

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