source: gs2-extensions/apache-jena/trunk/src/web-ext-js/sgvizler/example/examples.css@ 28687

Last change on this file since 28687 was 28687, checked in by davidb, 10 years ago

Javascript files needed to support Google visualizations, made possible through SGVizer, which takes Sparql queries and converts the returned data into a format suitable for Google's visualization library

File size: 646 bytes
Line 
1
2a:link{
3 color: #335;
4}
5a:visited{
6 color: #135;
7}
8a:hover{
9 color: #531;
10}
11
12dd{
13 margin-bottom: 8px;
14}
15
16div#logo img{
17 width: 59px;
18 height: 55px;
19}
20
21div#logo{
22 font-size: 50%;
23}
24
25body#menu{
26 font-size: 75%;
27}
28
29body#menu ul{
30 padding: 0;
31 margin: 0;
32 margin-left: 15px;
33}
34
35
36#sgvzl_example_pre{
37 margin: 10px;
38 padding: 20px;
39 border: 1px solid #ccc;
40 background-color: #eee;
41
42 white-space: pre-wrap; /* CSS2.1 compliant */
43 white-space: -moz-pre-wrap; /* Mozilla-based browsers */
44 white-space: o-pre-wrap; /* Opera 7+ */
45}
46
47#sgvzl_example_table{
48 width: 800px;
49 height: 200px;
50}
Note: See TracBrowser for help on using the repository browser.