michael@0: # This Source Code Form is subject to the terms of the Mozilla Public michael@0: # License, v. 2.0. If a copy of the MPL was not distributed with this michael@0: # file, You can obtain one at http://mozilla.org/MPL/2.0/. michael@0: michael@0: #annotation-list .annotation-details michael@0: { michael@0: padding: 10px; michael@0: margin: 10px; michael@0: border: solid 3px #EEE; michael@0: background-color: white; michael@0: } michael@0: michael@0: #annotation-list .url, .selection-text, .annotation-text michael@0: { michael@0: padding: 5px; michael@0: margin: 5px; michael@0: } michael@0: michael@0: #annotation-list .selection-text,#annotation-list .annotation-text michael@0: { michael@0: border: solid 1px #EEE; michael@0: } michael@0: michael@0: #annotation-list .annotation-text michael@0: { michael@0: font-style: italic; michael@0: } michael@0: michael@0: body michael@0: { michael@0: background-color: #F5F5F5; michael@0: font: 100% arial, helvetica, sans-serif; michael@0: } michael@0: michael@0: h1 michael@0: { michael@0: font-family: georgia,serif; michael@0: font-size: 1.5em; michael@0: text-align:center; michael@0: }