PluginProbe ʕ •ᴥ•ʔ
Tracking Code Manager / 2.0.5
Tracking Code Manager v2.0.5
trunk 1.11.8 1.11.9 1.12.0 1.12.1 1.12.2 1.12.3 1.4 1.5 2.0.0 2.0.1 2.0.13 2.0.14 2.0.15 2.0.16 2.0.2 2.0.3 2.0.4 2.0.5 2.0.6 2.0.7 2.1.0 2.2.0 2.3.0 2.4.0 2.5.0 2.6.0
tracking-code-manager / assets / css / style.css
tracking-code-manager / assets / css Last commit date
style.css 4 years ago
style.css
141 lines
1 ._tcmp {
2 background-color: #efc439;
3 border-radius: 2px;
4 color: #fff;
5 display: inline-block;
6 font-size: 12px;
7 padding: 0 2px;
8 line-height: 14px;
9 vertical-align: baseline;
10 }
11
12 .tcmp-tag {
13 display: inline-block;
14 line-height: 13px;
15 padding: 0 3px;
16 color: white;
17 font-size: 10px;
18 font-weight: normal;
19 width:25px;
20 margin-top:3px;
21 margin-right:5px;
22 text-align:center;
23 -webkit-border-radius: 2px;
24 border-radius: 2px;
25 vertical-align: baseline;
26 }
27 .tcmp-tag-free {
28 /*background-color: #edb802;*/
29 background-color: #16a765;
30 }
31 .tcmp-tag-premium {
32 /*background-color: #edb802;*/
33 background-color: #4986e7;
34 opacity: 0.7;
35 filter: alpha(opacity=70);
36 }
37 .tcmp-tag-premium a {
38 color:white;
39 text-decoration:none;
40 }
41 .tcmp-button {
42 margin-right:5px!important;
43 }
44
45 .tcmp-textarea {
46 font-family:"Courier New", Courier, mono;
47 font-size:12px;
48 color:#555;
49 background-color:#f8f8f8;
50 width:550px;
51 height:350px;
52 }
53
54 .tcmp-form {
55 float:left;
56 padding:5px;
57 }
58 .tcmp-form input, .tcmp-form label {
59 float:left;
60 }
61 .tcmp-text {
62 width: 400px;
63 }
64 .tcmp-label {
65 width: 150px;
66 margin: 0px;
67 background-color: transparent;
68 }
69 .tcmp-label-disabled {
70 /*color:#A8A8A8;*/
71 opacity: 0.7;
72 filter: alpha(opacity=70);
73 }
74 .tcmp-checkbox {
75 margin:0px;
76 }
77 .tcmp-checkbox:disabled {
78 background-color: #f8f8f8;
79 }
80 .tcmp-select {
81
82 }
83 .tcmp-form-newline {
84 clear:both;
85 margin-bottom:5px;
86 }
87
88 .tcmp-box-error {
89 background: #fff;
90 border-left: 4px solid #dd3d36;
91 margin: 5px 0 15px;
92 -webkit-box-shadow: 0 1px 1px 0 rgba(0,0,0,.1);
93 box-shadow: 0 1px 1px 0 rgba(0,0,0,.1);
94 padding: 1px 12px;
95 }
96 .tcmp-box-warning {
97 background: #fff;
98 border-left: 4px solid #ffba00;
99 margin: 5px 0 15px;
100 -webkit-box-shadow: 0 1px 1px 0 rgba(0,0,0,.1);
101 box-shadow: 0 1px 1px 0 rgba(0,0,0,.1);
102 padding: 1px 12px;
103 }
104 .tcmp-box-success {
105 background: #fff;
106 border-left: 4px solid #7ad03a;
107 margin: 5px 0 15px;
108 -webkit-box-shadow: 0 1px 1px 0 rgba(0,0,0,.1);
109 box-shadow: 0 1px 1px 0 rgba(0,0,0,.1);
110 padding: 1px 12px;
111 }
112 .tcmp-box-info {
113 background: #fff;
114 border-left: 4px solid #00a0d2;
115 margin: 5px 0 15px;
116 -webkit-box-shadow: 0 1px 1px 0 rgba(0,0,0,.1);
117 box-shadow: 0 1px 1px 0 rgba(0,0,0,.1);
118 padding: 1px 12px;
119 }
120
121 table thead {
122 background-color: #fafafa;
123 }
124 table tr td {
125 vertical-align: middle;
126 border-top: 1px solid #eeeeee;
127 }
128 table .odd {
129 background-color: white;
130 }
131 table .even {
132 background-color: #fafafa;
133 }
134 #tcmp-sidebar li {
135 margin: 0px!important;
136 margin-left: 20px!important;;
137 }
138 .tcmp-plugin-widget {
139 padding: 10px;
140 border: 2px dashed red;
141 }