This repository has been archived by the owner on Mar 2, 2023. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 3
/
Copy pathanswers-widget.css
104 lines (91 loc) · 1.94 KB
/
answers-widget.css
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
@import url("http://maxcdn.bootstrapcdn.com/bootstrap/3.3.4/css/bootstrap.min.css");
.la_topics, #moreways {
background-color:#fff;
}
a:link, a:visited, a:active {
color:#A51C30;
}
.mwicon {
display:none;
}
.mwtext {
font-size:18px;
margin-bottom:8px;
}
.mwtext strong {
display:inline-block;
width:175px;
margin-right: 12px;
font-weight:500;
}
.glyphicon {
font-size:24px;
margin-right:12px;
top:6px;
}
#mwlist li:last-child .glyphicon {
top:-6px;
}
.la_topics {
display:none;
width:0px !important;
}
.la_title {
color:#444;
}
#moreways {
color:#555;
width:600px;
float:left;
margin-left:0px;
font-size:18px;
}
#moreways h2 {
display:none;
}
#la_query {
display: inline-block;
vertical-align: middle;
width: 550px;
height: 34px;
padding: 6px 12px;
font-size: 14px;
font-style: normal !important;
font-weight:400 !important;
line-height: 1.42857143;
color: #555;
background-color: #fff;
background-image: none;
border: 1px solid #ccc;
border-radius: 4px;
-webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
-webkit-transition: border-color ease-in-out .15s,-webkit-box-shadow ease-in-out .15s;
-o-transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
}
#qformbutton {
display: inline-block;
padding: 6px 12px;
margin-bottom: 0;
margin-top:10px;
font-size: 14px;
font-weight: 400;
line-height: 1.42857143;
text-align: center;
white-space: nowrap;
vertical-align: middle;
touch-action: manipulation;
cursor: pointer;
-webkit-user-select: none;
-moz-user-select: none;
-ms-user-select: none;
user-select: none;
background-image: none;
border: 1px solid transparent;
border-radius: 4px;
color: #333;
background-color: #A51C30;
color:#fff;
border-color: #881728;
}