-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathscratch.css
More file actions
115 lines (81 loc) · 1.8 KB
/
scratch.css
File metadata and controls
115 lines (81 loc) · 1.8 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
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
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
.ProfilePhotoMedium {
width: 96px;
height: 96px;
.MessageList .Item { margin-left: 122px;
.Tag.QnA-Accepted { background: #26a69a; }
div.Popup .Border {
box-shadow: 0 -2px 6px rgba(0,0,0,0.3);
padding: 24px;
border-radius: 3px;
background: #fff;
}
div.Popup .Body {
padding: 16px;
}
div.Popup .Content h1 { font-size: 175%; }
.Popup .Buttons { margin-top: 16px; }
.Popup .Buttons .Close {
background: #eeeeee;
border: 1px solid #eeeeee;
color: #757575;
}
.Popup .Buttons .Close:hover {
background: #e0e0e0 !important;
border: 1px solid #e0e0e0;
color: #424242;
/* box-shadow: 2px 2px 4px #e0e0e0 !important; */
.Buttons { cursor: default; }
.Button { outline: 0; }
change a:link to just a around line 100
461 coor important
.navbar .button
background-color: #009688;
background-image: none;
/* border: 1px solid #757575; */
color: #f5f5f5;
.SearchButton { font-size: 16px; padding: 7px 16px;}
input.InputBox { font-size: 14px; padding: 6px 16px; }
code, pre { border-radius: 3px; }
.MessageList .Item { padding: 48px 48px 16px 48px; }
.InfoMessage {
margin: 0 0 16px;
padding-left: 16px;
min-height: 40px;
display: flex;
align-items: center;
}
.Announcement-Category td {
background-color: #e0f2f1
}
.Announcement-Category .DiscussionName .Title {
font-weight: 500;
font-size: 15px;
color: #000;
}
.Tag-Announcement { background: #26a69a}
/* 1280px */
.CategoryTable .CategoryPhoto {
max-height: 192px;
height: 192px;
width: 192px;
}
.CategoryDescription {
font-size: 90%;
}
/* 1024px */
.CategoryTable .CategoryPhoto {
max-height: 144px;
height: 144px;
width: 144px;
}
.Conversation-User img {
display: inherit;
}
.navbar_vanilla {
position: fixed;
width: 100%;
z-index: 20000;
}
.trail {
margin-top: 144px;
}