summaryrefslogtreecommitdiff
path: root/src/SMAPI.Web/wwwroot/Content/css/mods.css
blob: 3b7a17ce35f094acc1751ec603105e48b7773011 (plain)
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
/*********
** Intro
*********/
#content {
    max-width: calc(100% - 2em); /* allow for wider table if room available */
}

#blurb {
    margin-top: 0;
    width: 50em;
}

#beta-blurb {
    width: 50em;
    margin-bottom: 2em;
    padding: 1em;
    border: 3px solid darkgreen;
}

table.wikitable {
    background-color:#f8f9fa;
    color:#222;
    margin:1em 0;
    border:1px solid #a2a9b1;
    border-collapse:collapse
}

table.wikitable > tr > th,
table.wikitable > tr > td,
table.wikitable > * > tr > th,
table.wikitable > * > tr > td {
    border:1px solid #a2a9b1;
    padding:0.2em 0.4em
}

table.wikitable > tr > th,
table.wikitable > * > tr > th {
    background-color:#eaecf0;
}

table.wikitable > caption {
    font-weight:bold
}

#show-fields-option {
    opacity: 0.7;
}

#mod-list .mod-page-links,
#mod-list .mod-alt-authors,
#mod-list .mod-alt-names,
#mod-list .mod-broke-in {
    font-size: 0.8em;
}

#mod-list .mod-alt-authors,
#mod-list .mod-alt-names {
    display: block;
}

#mod-list tr {
    font-size: 0.9em;
}

#mod-list tr[data-status="Ok"],
#mod-list tr[data-status="Optional"] {
    background: #BFB;
}

#mod-list tr[data-status="Workaround"],
#mod-list tr[data-status="Unofficial"] {
    background: #CF9;
}

#mod-list tr[data-status="Broken"] {
    background: #FBB;
}

#mod-list tr[data-status="Obsolete"],
#mod-list tr[data-status="Abandoned"] {
    background: #BBB;
    opacity: 0.7;
}

#mod-list .mod-closed-source {
    color: red;
    font-size: 0.8em;
    opacity: 0.5;
}