1 /* This file is part of Syj, Copyright (c) 2010-2011 Arnaud Renevier,
2 and is published under the AGPL license. */
5 background-color: white;
7 font-family: Arial, Verdana, sans-serif;
15 background-color: white;
16 -moz-border-radius: 5px;
17 -webkit-border-radius: 5px;
21 transition:opacity 0.5s;
22 -webkit-transition:opacity 0.5s;
23 -moz-transition:opacity 0.5s;
24 -o-transition: opacity 0.5s;
43 background-color: white;
48 border-color: #FF8C00;
73 /* transitions for highlight effects */
74 -webkit-transition: background-color 0.3s ease-out;
75 -moz-transition: background-color 0.3s ease-out;
78 @media screen and (-webkit-min-device-pixel-ratio:0) {
79 /* work around webkit bug #42985 */
81 background-color: #FEFEFE;
91 left: 0px; right: 0px;
94 border-top: 1px solid gray;
95 background-color: white;
102 margin: 0px 10px 0px 10px;
105 text-decoration: none;
114 margin: 10px 10px 20px 20px;
116 .other-language-anchor:hover {
117 background-color: #E0E0FF;
119 .other-language-anchor {
120 text-decoration: none;
125 border: #1E90FF 1px solid;
129 #footer, #other-language {