File: common.css

package info (click to toggle)
ruby-whitequark-parser 3.3.4.2-2
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 2,828 kB
  • sloc: yacc: 40,699; ruby: 20,395; makefile: 12; sh: 8
file content (68 lines) | stat: -rw-r--r-- 1,097 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
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
body
{
    font-size:   14px;
    line-height: 1.6;
    margin:      0 auto;
    max-width:   960px;
}

p code
{
    background:    #f2f2f2;
    padding-left:  3px;
    padding-right: 3px;
}

pre.code
{
    font-size:   13px;
    line-height: 1.4;
}

/**
 * YARD uses generic table styles, using a special class means those tables
 * don't get messed up.
 */
.table
{
    border:          1px solid #ccc;
    border-right:    none;
    border-collapse: separate;
    border-spacing:  0;
    text-align:      left;
}

.table.full
{
    width: 100%;
}

    .table .field_name
    {
        min-width: 160px;
    }

    .table thead tr th.no_sort:first-child
    {
        width: 25px;
    }

    .table thead tr th, .table tbody tr td
    {
        border-bottom:  1px solid #ccc;
        border-right:   1px solid #ccc;
        min-width:      20px;
        padding:        8px 5px;
        text-align:     left;
        vertical-align: top;
    }

    .table tbody tr:last-child td
    {
        border-bottom: none;
    }

    .table tr:nth-child(odd) td
    {
        background: #f9f9f9;
    }