-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy paththeme.css
More file actions
62 lines (50 loc) · 1.74 KB
/
theme.css
File metadata and controls
62 lines (50 loc) · 1.74 KB
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
/* mechanical layout flow */
*
{position: relative;margin: 0px;padding: 0px;box-sizing: inherit;outline: none;border: none;}
body
{min-width: 840px;}
/* theme colors */
.items-column
{border-color: #ddd;background-color: #f3f3f3;box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.03);}
.items-column:hover
{border-color: #39f;}
.items-column td:hover
{background-color: rgba(50,180,255,0.4);border-color: rgba(50,180,255,0.4);}
.items-column .highlighted
{background-color: rgba(255,255,0,0.4);border-color: rgba(255,255,0,0.4); border-radius: 5px; border-style: outset;}
.selection-stats
{border-color: #ddd;background-color: #f6f6f6;box-shadow: 0px 0px 20px 0px rgba(0,0,0,0.1);}
/* theme shit */
body
{font-size: 14px;font-family: sans-serif;background-color: #eee;line-height: 140%;}
.app-container
{}
.items-column
{float: left;margin: 10px;border-style: solid;border-width: 1px;padding: 5px;}
.items-column td
{padding: 2px 8px;border-radius: 5px;cursor: pointer;border-style: outset;border-width: 2px;border-color: transparent;}
.items-column td:hover
{text-decoration: underline;}
.items-column .highlighted
{}
.selection-stats
{float: right;margin-left: 10px;border-width: 0px 0px 1px 1px;border-style: solid;border-radius: 3px;padding: 10px;}
.selection-stats td
{padding: 2px 8px;cursor: default;}
.selection-stats-key
{font-weight: bold;font-size: 18px;}
.selection-stats-value
{font-weight: bold;font-size: 18px;}
.selection-stats-item
{line-height: 30px;white-space: nowrap;}
.selection-stats-item-icon,
.selection-stats-item-label
{vertical-align: middle;display: inline-block;}
.selection-stats-item-label
{margin-left: 6px;}
.selection-stats-itemcount
{}
.horizontal-alliance
{display: flex;flex-direction: row;}
.items-item-icons > img
{height: 32px;width: 32px;}