File: style.css

package info (click to toggle)
ruby-rubyvis 0.6.1%2Bdfsg1-2
  • links: PTS, VCS
  • area: main
  • in suites: buster, stretch
  • size: 1,808 kB
  • ctags: 679
  • sloc: ruby: 11,114; makefile: 2
file content (82 lines) | stat: -rwxr-xr-x 1,122 bytes parent folder | download | duplicates (3)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
body {
  background-color: white;
  color: black;
  padding: 0;
  font-family: "Arial",sans-serif;
}

h1,h2,h3 {
	color:#600;
}

.example .name {
text-align:center;
margin-bottom:0.5em;
}

.example .image {
}

.example {
float:left;
border:1px solid #ccc;
padding:1em;
margin:1em;
}

.description {
    border:1px solid #dcc;
    background: #ffefef;
    padding:0.5em;
    margin-bottom:1em;
}

.examples_div, .resources {
    clear:both;
}
#image {
    float:left;
    width:auto; 
    font-size:8pt;
    margin:1em;
    padding:0.5em 1em;
    border:1px solid #ccc;
    height:auto;

}
#ruby_code, #svg_code {
    float:left;
    width:30%;
    font-size:8pt;
    margin:1em;
    padding:0.5em;
    border:1px solid #ccc;
    height:auto;
}

.synopsis h3 {
    font-size:12pt;
    text-align:center;
}

.example_main .description {
clear:both;
}
.example_main .image {
    float:left;
}

.navigation {
    font-size:80%;
    margin: 0.2em 0em 2em 2em;
}
.navigation ul {
    list-style:none;
}
.example_main .source {
    float:right;
    width:40%;
    margin: 0.5em 1em;
    border:1px solid #ccc;
    padding:1em;
}