PluginProbe
Adminimize / 1.7.18
Adminimize v1.7.18
1.11.14 1.11.13 1.11.1 1.11.10 1.11.11 1.11.12 1.11.2 1.11.3 1.11.4 1.11.5 1.11.6 1.11.7 1.11.8 1.11.9 1.3 1.4.7 1.6 1.7.12 1.7.13 1.7.14 1.7.15 1.7.16 1.7.17 1.7.18 1.7.19 All 53 releases
adminimize / css / mw_small_user_info32.css

mw_small_user_info32.css in Adminimize 1.7.18, at css/mw_small_user_info32.css

63 lines 1.6 KB
No matching file
Up and down to move Enter to open Esc to close
Raw Download Zip
1 #small_user_info {
2 float:right;
3 font-size:12px;
4 position:absolute;
5 right:15px;
6 top:0;
7 color:#777;
8 margin:5px 5px 0;
9 }
10
11 #small_user_info:hover,
12 #small_user_info.active {
13 color: #185069;
14 }
15
16 #small_user_info.active {
17 background-color: #f7fcfe; /* Fallback */
18 background-image: -ms-linear-gradient(bottom, #f7fcfe, #f9f9f9); /* IE10 */
19 background-image: -moz-linear-gradient(bottom, #f7fcfe, #f9f9f9); /* Firefox */
20 background-image: -o-linear-gradient(bottom, #f7fcfe, #f9f9f9); /* Opera */
21 background-image: -webkit-gradient(linear, left bottom, left top, from(#f7fcfe), to(#f9f9f9)); /* old Webkit */
22 background-image: -webkit-linear-gradient(bottom, #f7fcfe, #f9f9f9); /* new Webkit */
23 background-image: linear-gradient(bottom, #f7fcfe, #f9f9f9); /* proposed W3C Markup */
24 border-color: #d0dfe9 #d0dfe9 #d0dfe9;
25 }
26
27 #small_user_info a:link,
28 #small_user_info a:visited {
29 text-decoration: none;
30 }
31
32 #small_user_info.active {
33 border-width: 1px;
34 margin-right: -1px;
35 margin-top: 2px;
36 -moz-border-radius: 3px 3px 0 0;
37 -webkit-border-top-right-radius: 3px;
38 -webkit-border-top-left-radius: 3px;
39 -khtml-border-top-right-radius: 3px;
40 -khtml-border-top-left-radius: 3px;
41 border-top-right-radius: 3px;
42 border-top-left-radius: 3px;
43 }
44
45 #small_user_info p {
46 margin: 0;
47 padding: 0;
48 line-height: 25px;
49 cursor: pointer;
50 }
51
52 #small_user_info .hide-if-no-js p {
53 margin: 0 20px 0 0;
54 }
55
56 #small_user_info:hover .hide-if-no-js p {
57 text-decoration: underline;
58 }
59 #small_user_info.active .hide-if-no-js p {
60 text-decoration: none;
61 }
62
63