File: rubyStyle.css

package info (click to toggle)
soap4r 1.4.8-4
  • links: PTS
  • area: main
  • in suites: sarge
  • size: 1,472 kB
  • ctags: 2,206
  • sloc: ruby: 19,295; makefile: 58; sh: 41; perl: 10
file content (57 lines) | stat: -rw-r--r-- 1,035 bytes parent folder | download
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
/*
 * style.css: CSS style definition file for `Rubyavailable'.
 * (<URL:http://www.jin.gr.jp/~nahi/Ruby/*>)
 */

body {
    background: #EEEEEE;
    color: black;
    margin-left: 2%;
    margin-right: 2%;
    font-family: Georgia, "Times New Roman", "Times Roman", Times;
}

h1 {
    font-family: "comic sans ms", verdana, sans-serif; 
    text-align: right;
    margin-top: 5%;
    margin-right: 10%;
}

h2, h3, h4, h5, h6 {
    font-family: "Impact", verdana, sans-serif;
}

h2 {
    color: #FFFFFF;
    background: #CC3333;
}

div.header p.status { text-align: right; }
div.header p.last-modified { text-align: left; }

dt {
    font-weight: bold;
    margin-top: 2ex;
    margin-left: 1em;
}

address {
    color: gray;
    background: #EEEEEE;
    text-align: right;
    font-family: Times, serif;
    font-style: normal;
    font-variant: normal;
    font-weight: normal;
}

span.download {
    font-weight: normal;
    color: blue;
    background: #EEEEEE;
}

.path {
    font-family: Verdana, Arial, Helvetica, sans-serif;
}