File: default.css

package info (click to toggle)
twill 0.9-1
  • links: PTS, VCS
  • area: main
  • in suites: lenny
  • size: 1,472 kB
  • ctags: 1,916
  • sloc: python: 12,686; java: 98; makefile: 18; sh: 2
file content (44 lines) | stat: -rw-r--r-- 614 bytes parent folder | download | duplicates (4)
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
body,p,table,li,h1,h2,h3,hr
{
font-family: verdana, arial, 'sans serif'; 
font-size: 95%
}

strong
{
font-family: verdana, arial, 'sans serif'; 
font-size: 85%
}


h1.title
{
font-size: 110%
}

body
{
#ffffff;
}

a:link {COLOR: navy;}
a:visited {COLOR: firebrick;}
a:active {COLOR: seashell;}
a:hover {COLOR: navy;}

div {
    margin:0;
    padding:0 .25em 0 0;
/*     text-align: right
     border:1px solid #aaa;
     background-color:#ececec; */
    }


pre.literal-block, pre.doctest-block {
  margin-left: 2em ;
  margin-right: 2em ;
  background-color: #ffffff;
  border: thin black solid;
  padding: 5px;
}