PluginProbe
Stream – Activity Log & Audit Trail / 2.0.5
Stream – Activity Log & Audit Trail v2.0.5
4.4.0 4.3.0 4.2.2 4.2.1 trunk 2.0.1 2.0.2 2.0.3 2.0.4 2.0.5 3.0.0 3.0.1 3.0.2 3.0.3 3.0.4 3.0.5 3.0.6 3.0.7 3.1 3.1.1 3.10.0 3.2.0 3.2.1 3.2.2 3.2.3 All 50 releases
stream / ui / css / connect.css

connect.css in Stream – Activity Log & Audit Trail 2.0.5, at ui/css/connect.css

218 lines 3.9 KB
No matching file
Up and down to move Enter to open Esc to close
Raw Download Zip
1 /* Stream Connect Button */
2
3 .stream-button {
4 display: inline-block;
5 position: relative;
6 padding: 0.6em 0.8em !important;
7 font-size: 1.5em;
8 font-weight: 600;
9 text-decoration: none;
10 text-shadow: 0 1px 1px rgba(0, 0, 0, 0.2);
11 letter-spacing: -1px;
12 border-radius: 6px;
13 background-color: #e14d43;
14 border-bottom: 4px solid #b63f37;
15 color: #fff;
16
17 -webkit-transition: all 0.1s ease-in;
18 -moz-transition: all 0.1s ease-in;
19 -o-transition: all 0.1s ease-in;
20 transition: all 0.1s ease-in;
21
22 -webkit-font-smoothing: antialiased;
23 -moz-osx-font-smoothing: grayscale;
24 }
25
26 .stream-button:hover {
27 color: #fff;
28 background: #ef5c52;
29 }
30
31 .stream-button:focus {
32 color: #fff;
33 }
34
35 .stream-button:active {
36 margin-bottom: 3px !important;
37 border-bottom: 1px solid;
38 color: #fff;
39
40 -webkit-transform: translate(0px, 5px);
41 -moz-transform: translate(0px, 5px);
42 -o-transform: translate(0px, 5px);
43 transform: translate(0px, 5px);
44 }
45
46 i.stream-icon:before {
47 font-family: 'WP Stream' !important;
48 content: '\73' !important;
49 }
50
51 i.stream-icon {
52 display: inline-block;
53 font-size: 1em;
54 font-style: normal;
55 color: #fff;
56
57 -webkit-transition: color 0.1s ease-in 0;
58 -moz-transition: color 0.1s ease-in 0;
59 -o-transition: color 0.1s ease-in 0;
60 transition: color 0.1s ease-in 0;
61 }
62
63 .stream-button i.stream-icon {
64 margin-right: 0.4em;
65 }
66
67
68 /* Stream Connect Screen */
69
70 #wp-stream-connect {
71 position: relative;
72 width: 100%;
73 height: 100%;
74 margin: 0;
75 padding: 0;
76 text-align: center;
77 font: 300 1.5em 'Open Sans', Helvetica, sans-serif;
78 color: #616161;
79
80 -webkit-font-smoothing: antialiased;
81 -moz-osx-font-smoothing: grayscale;
82 }
83
84 #wp-stream-connect .wrap {
85 width: 100%;
86 margin: 0;
87 padding: 4em 0;
88 }
89
90 #wp-stream-connect .stream-button {
91 padding: 0.4em 0.8em 0.3em !important;
92 font-size: 1.8em;
93 font-weight: 400;
94 }
95
96 #wp-stream-connect .stream-connect-container p {
97 margin: 10px 0;
98 font-size: 1em;
99 }
100
101 #wp-stream-connect .stream-connect-container,
102 #wp-stream-connect .stream-quotes-container {
103 width: 100%;
104 max-width: 840px;
105 margin: 0 auto;
106 }
107
108 #wp-stream-connect .stream-quotes-container p {
109 margin: 0.5em 0;
110 font-size: 1.8em;
111 line-height: 1.4em;
112 }
113
114 #wp-stream-connect .stream-quotes-container a {
115 text-decoration: none;
116 }
117
118 #wp-stream-connect .stream-quotes-container a:hover {
119 border-bottom: 1px dotted;
120 }
121
122 #wp-stream-connect p.stream-quote {
123 padding: 1em 1em 0.2em;
124 }
125
126 #wp-stream-connect p.stream-quote-author {
127 font-size: 1em;
128 }
129
130
131 /* Stream Tooltip */
132
133 .wp-stream-tooltip-text {
134 border-bottom: 1px dotted rgba(0, 0, 0, 0.5);
135 cursor: help;
136 }
137
138 .wp-stream-tooltip {
139 position: absolute;
140 display: none;
141 max-width: 30em;
142 padding: 1em;
143 margin-left: -1em;
144 background: #fff;
145 border: 1px solid #e5e5e5;
146 -webkit-box-shadow: 0 1px 1px rgba(0,0,0,.1);
147 box-shadow: 0 1px 1px rgba(0,0,0,.1);
148 z-index: 10;
149 cursor: default;
150 text-align: left;
151 font-family: 'Open Sans', sans-serif;
152 font-size: 13px;
153 font-weight: 400;
154 }
155
156 /* Stream Notice Box */
157
158 #stream-message #stream-dismiss {
159 float: right;
160 margin: 8px 8px 0 0;
161 }
162
163 #stream-message #stream-dismiss a {
164 color: #aaa;
165 }
166
167 #stream-message #stream-dismiss a:hover {
168 color: #777;
169 }
170
171 #stream-message.stream-connect {
172 border-left: 4px solid #e14d43;
173 }
174
175 #stream-message .stream-message-container {
176 padding: 0 8px;
177 }
178
179 #stream-message .stream-button-container {
180 display: inline-block;
181 margin: 20px 20px 0 0;
182 vertical-align: top;
183 }
184
185 #stream-message .stream-message-text {
186 display: inline-block;
187 width: calc(100% - 285px);
188 margin: 22px 0 12px;
189 }
190
191 #stream-message .stream-message-text h4 {
192 font-size: 1.7em;
193 font-weight: 400;
194 margin: 0;
195 }
196
197 #stream-message .stream-message-text p {
198 color: #616161;
199 }
200
201
202 /* Mobile */
203
204 @media all and (max-width: 782px) {
205 #wp-stream-connect .stream-button,
206 #wp-stream-connect .stream-quotes-container p {
207 font-size: 1.4em;
208 }
209
210 #wp-stream-connect p.stream-quote-author {
211 font-size: 0.8em;
212 }
213
214 #stream-message .stream-message-text {
215 width: 100%;
216 }
217 }
218