Chris@0: .node-preview-container { Chris@0: position: fixed; Chris@0: z-index: 499; Chris@0: width: 100%; Chris@14: padding: 5px 10px; Chris@18: background: #d1e8f5; Chris@18: background-image: -webkit-linear-gradient(top, #d1e8f5, #d3e8f4); Chris@18: background-image: linear-gradient(to bottom, #d1e8f5, #d3e8f4); Chris@18: box-shadow: 0 1px 3px 1px rgba(0, 0, 0, 0.3333); Chris@18: font-family: Arial, sans-serif; Chris@0: } Chris@0: .node-preview-backlink { Chris@18: display: inline-block; Chris@18: margin: 5px 10px 5px 0; /* LTR */ Chris@18: padding: 4px 1em 4px 0.6em; /* LTR */ Chris@18: color: #fff; Chris@18: border: 1px solid #0048c8; Chris@18: border-radius: 0.4em; Chris@0: background: url(../../../../misc/icons/000000/chevron-left.svg) left no-repeat, -webkit-linear-gradient(top, #419ff1, #1076d5); Chris@0: background: url(../../../../misc/icons/000000/chevron-left.svg) left no-repeat, linear-gradient(to bottom, #419ff1, #1076d5); /* LTR */ Chris@14: box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.4); Chris@18: text-shadow: 1px 1px 0 rgba(0, 0, 0, 0.5); Chris@0: font-size: 0.9em; Chris@0: line-height: normal; Chris@0: } Chris@0: [dir="rtl"] .node-preview-backlink { Chris@18: float: right; Chris@18: margin: 5px 0 5px 10px; Chris@18: padding: 4px 0.6em 4px 1em; Chris@0: background: url(../../../../misc/icons/000000/chevron-right.svg) right no-repeat, -webkit-linear-gradient(top, #419ff1, #1076d5); Chris@0: background: url(../../../../misc/icons/000000/chevron-right.svg) right no-repeat, linear-gradient(to bottom, #419ff1, #1076d5); Chris@0: } Chris@0: .node-preview-backlink:focus, Chris@0: .node-preview-backlink:hover { Chris@18: text-decoration: none; Chris@18: color: #fff; Chris@18: border: 1px solid #0048c8; Chris@0: background: url(../../../../misc/icons/000000/chevron-left.svg) left no-repeat, -webkit-linear-gradient(top, #59abf3, #2a90ef); Chris@0: background: url(../../../../misc/icons/000000/chevron-left.svg) left no-repeat, linear-gradient(to bottom, #59abf3, #2a90ef); /* LTR */ Chris@0: } Chris@0: [dir="rtl"] .node-preview-backlink:focus, Chris@0: [dir="rtl"] .node-preview-backlink:hover { Chris@0: background: url(../../../../misc/icons/000000/chevron-right.svg) right no-repeat, -webkit-linear-gradient(top, #59abf3, #2a90ef); Chris@0: background: url(../../../../misc/icons/000000/chevron-right.svg) right no-repeat, linear-gradient(to bottom, #59abf3, #2a90ef); Chris@0: } Chris@0: .node-preview-backlink:active { Chris@18: border: 1px solid #0048c8; Chris@0: background: url(../../../../misc/icons/000000/chevron-left.svg) left no-repeat, -webkit-linear-gradient(top, #0e69be, #2a93ef); Chris@0: background: url(../../../../misc/icons/000000/chevron-left.svg) left no-repeat, linear-gradient(to bottom, #0e69be, #2a93ef); /* LTR */ Chris@14: box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.25); Chris@0: } Chris@0: [dir="rtl"] .node-preview-backlink:active { Chris@0: background: url(../../../../misc/icons/000000/chevron-right.svg) right no-repeat, -webkit-linear-gradient(top, #0e69be, #2a93ef); Chris@0: background: url(../../../../misc/icons/000000/chevron-right.svg) right no-repeat, linear-gradient(to bottom, #0e69be, #2a93ef); Chris@0: } Chris@0: .node-preview-backlink::before { Chris@18: display: inline-block; Chris@0: width: 10px; Chris@18: content: ""; Chris@0: } Chris@14: [dir="rtl"] .node-preview-backlink::after { Chris@18: display: inline-block; Chris@14: width: 10px; Chris@18: content: ""; Chris@14: } Chris@14: .node-preview-container .form-item-view-mode { Chris@14: display: inline-block; Chris@14: margin: 5px 0; Chris@14: } Chris@14: [dir="rtl"] .node-preview-container .form-item-view-mode { Chris@14: margin-right: 0; Chris@14: }