File: rubyStyle.css

package info (click to toggle)
tempura 0.1.2r3-2
  • links: PTS
  • area: main
  • in suites: etch, etch-m68k, sarge
  • size: 400 kB
  • ctags: 399
  • sloc: ruby: 1,826; makefile: 84; xml: 80
file content (81 lines) | stat: -rw-r--r-- 1,476 bytes parent folder | download | duplicates (2)
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
/*
 * 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;
}

h3 { 
    background: #EED0D0;
}

h4 { 
    background: #EEE0E0;
}

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;
}

pre {
    border-right: #646464 1px solid;
    padding-right: 0.5em;
    border-top: #646464 1px solid;
    padding-top: 0.5em;
    border-left: #646464 1px solid;
    padding-left: 0.5em;
    border-bottom: #646464 1px solid;
    padding-bottom: 0.5em;
    margin-left: 1em;
    margin-right: 2em;
    white-space: pre;
    background-color: #e6e6e6;
    color: black;
}

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

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