1.1 --- /dev/null Thu Jan 01 00:00:00 1970 +0000 1.2 +++ b/addon-sdk/source/examples/annotator/data/list/annotation-list.css Wed Dec 31 06:09:35 2014 +0100 1.3 @@ -0,0 +1,40 @@ 1.4 +# This Source Code Form is subject to the terms of the Mozilla Public 1.5 +# License, v. 2.0. If a copy of the MPL was not distributed with this 1.6 +# file, You can obtain one at http://mozilla.org/MPL/2.0/. 1.7 + 1.8 +#annotation-list .annotation-details 1.9 + { 1.10 + padding: 10px; 1.11 + margin: 10px; 1.12 + border: solid 3px #EEE; 1.13 + background-color: white; 1.14 + } 1.15 + 1.16 +#annotation-list .url, .selection-text, .annotation-text 1.17 + { 1.18 + padding: 5px; 1.19 + margin: 5px; 1.20 + } 1.21 + 1.22 +#annotation-list .selection-text,#annotation-list .annotation-text 1.23 + { 1.24 + border: solid 1px #EEE; 1.25 + } 1.26 + 1.27 +#annotation-list .annotation-text 1.28 + { 1.29 + font-style: italic; 1.30 + } 1.31 + 1.32 +body 1.33 + { 1.34 + background-color: #F5F5F5; 1.35 + font: 100% arial, helvetica, sans-serif; 1.36 + } 1.37 + 1.38 +h1 1.39 + { 1.40 + font-family: georgia,serif; 1.41 + font-size: 1.5em; 1.42 + text-align:center; 1.43 + }