File: style.css

package info (click to toggle)
pycxx 6.2.5-3
  • links: PTS, VCS
  • area: main
  • in suites: jessie, jessie-kfreebsd
  • size: 1,212 kB
  • ctags: 2,729
  • sloc: cpp: 6,126; python: 756; sh: 89; ansic: 60; makefile: 54
file content (101 lines) | stat: -rw-r--r-- 1,575 bytes parent folder | download | duplicates (16)
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
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
/*
   Copyright (c) 2008-2009 Barry A. Scott
*/
h1, h2, h3, h4 
    {
    color: #000099;
    background-color: #aaaaff;
    }
h3
    {
    position: relative;
    left: 20px
    margin-right: 40px;
    }
body
    {
    background-color: #ffffff;
    width: 95%;
    }
p 
    {
    position: relative;
    left: 20px;
    width: 45em;
    margin-right: 40px;
    }
pre
    {
    color: #0000cc;
    background-color: #eeeeee;
    position: relative;
    left: 40px;
    margin-right: 80px;
    border-style: solid;
    border-color: black;
    border-width: thin;
    }
kbd 
    {
    color: #990000;
    }
p cite, ol cite, ul cite
    {
    font-family: monospace;
    font-style: normal;
    font-size: normal;
    }
li
    {
    width: 43em;
    }
li var, pre var, p var, kbd var 
    {
    color: #009900;
    font-style: italic;
    }
li samp, pre samp, p samp, kbd samp
    {
    color: #009900;
    font-weight: bold;
    }
li p 
    {
    position: relative;
    left: 0;
    }
table 
    {
    position: relative;
    left: 20px;
    margin-right: 40px;
    border: solid #888888 1px;
    background-color: #eeeeee;
    }
table th 
    {
    border: solid #888888 1px;
    background-color: #88dd88;
    color: black;
    text-align: left;
    }
table td 
    {
    border: solid #888888 1px;
    }
table td.code
    {
    border: solid #888888 1px;
    font-family: monospace;
    font-style: normal;
    font-size: normal;
    }
p.param
    {
    background-color: #eeeeee;
    border-top: lightskyblue solid 4;
    }
p.center 
    {
    text-align: center;
    }