legend { color: #000; }
-sup { vertical-align: text-top; }
+sup {
+ vertical-align: super;
+ font-size: smaller;
+}
-sub { vertical-align: text-bottom; }
+sub {
+ vertical-align: sub;
+ font-size: smaller;
+}
table {
border-collapse: collapse;
#attribution {
display: none;
+
+ table {
+ width: 100%
+ }
}
.attribution_license,
.search_results_error {
color: #f00;
+ padding: 10px 20px;
}
/* Rules for routing */
&.open { background-position: 0px -80px; }
&.partners { background-position: 0px -120px; }
&.infringement { background-position: 0px -160px; }
+ &.legal { background-position: -45px -160px; }
+ }
+}
+
+#sidebar #donate {
+ background-color: rgb(89, 89, 89);
+ padding: 10px 5px;
+ min-height: 120px;
+
+ .sprite {
+ background: transparent image-url('donate-sprite@2x.png') no-repeat scroll 0 0 / 120px 100px;
+ }
+
+ .sprite.logo {
+ float: left;
+ background-position: 0 0;
+ height: 100px;
+ width: 100px;
+ }
+
+ h2 {
+ margin-left: 100px;
+ padding: 7px 10px 6px 10px;
+ }
+
+ p {
+ margin-left: 100px;
+ padding: 2px 10px 3px 10px;
+ }
+
+ a {
+ color: $offwhite;
+ }
+
+ :hover {
+ text-decoration: none;
+ color: #b7b7bf;
}
}