File: renderedhtml.less

package info (click to toggle)
ipython 1.2.1-2~bpo70%2B1
  • links: PTS, VCS
  • area: main
  • in suites: wheezy-backports
  • size: 22,884 kB
  • sloc: python: 67,305; makefile: 469; lisp: 272; sh: 251
file content (69 lines) | stat: -rw-r--r-- 1,702 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
58
59
60
61
62
63
64
65
66
67
68
69
.rendered_html{

    color: black;
    em {font-style: italic;}
    strong {font-weight: bold;}
    u {text-decoration: underline;}
    :link { text-decoration: underline }
    :visited { text-decoration: underline }
    h1 {font-size: 197%; margin: .65em 0; font-weight: bold;}
    h2 {font-size: 153.9%; margin: .75em 0; font-weight: bold;}
    h3 {font-size: 123.1%; margin: .85em 0; font-weight: bold;}
    h4 {font-size: 100%; margin: 0.95em 0; font-weight: bold;}
    h5 {font-size: 85%; margin: 1.5em 0; font-weight: bold;}
    h6 {font-size: 77%; margin: 1.65em 0; font-weight: bold;}
    ul {list-style:disc; margin: 1em 2em;}
    ul ul {list-style:square; margin: 0em 2em;}
    ul ul ul {list-style:circle; margin: 0em 2em;}
    ol {list-style:decimal; margin: 1em 2em;}
    ol ol {list-style:upper-alpha; margin: 0em 2em;}
    ol ol ol {list-style:lower-alpha; margin: 0em 2em;}
    ol ol ol ol {list-style:lower-roman; margin: 0em 2em;}
    /* any extras will just be numbers: */
    ol ol ol ol ol {list-style:decimal; margin: 0em 2em;}

    hr {
        color: black;
        background-color: black;
    }

    pre {
        margin: 1em 2em;
    }

	pre, code {
		border:				0;
		background-color:	@bodyBackground;
		color: 				@textColor;
		font-size:			100%;
		padding:			0px;
	}

    blockquote {
        margin: 1em 2em;
    }

    table, tr, th, td {
        border: 1px solid black;
        border-collapse: collapse;
        margin: 1em 2em;
    }

    td,th {
        text-align: left;
        vertical-align: middle;
        padding: 4px;
    }

    th {
        font-weight: bold;
    }

    p {
        text-align: justify;
    }

    p + p {
        margin-top: 1em;
    }
}