PluginProbe
Thumbnail Editor / trunk
Thumbnail Editor vtrunk
trunk 1.0.0 1.1.0 1.2.0 2.0.0 2.0.1 2.1.1 2.1.2 2.2.0 2.2.1 2.2.2 2.2.3 2.2.4 2.2.5 2.2.6 2.2.7 2.2.8 2.2.9 2.3.0 2.3.1 2.3.2 2.3.3 2.3.4
thumbnail-editor / css / editor.css

editor.css in Thumbnail Editor trunk, at css/editor.css

74 lines 1.2 KB
No matching file
Up and down to move Enter to open Esc to close
Raw Download Zip
1 .tools{
2 border:2px solid #0073aa;
3 padding:10px;
4 border-radius: 5px;
5 margin-bottom: 10px;
6 }
7 .selected-tool{
8 font-size: 18px;
9 width: 80px;
10 display: inline-block;
11 }
12 .tool-item{
13 vertical-align: middle;
14 cursor:pointer;
15 border:2px solid #FFFFFF;
16 border-radius: 5px;
17 }
18
19 .tool-border{
20 border:2px solid #2FBFEC;
21 border-radius: 5px;
22 }
23
24 .ap-table{
25 background-color:#FFFFFF;
26 padding:10px;
27 margin:5px 0px;
28 }
29
30 /* tabs */
31 .ap-tab-content{
32 padding:10px;
33 }
34 .ap-active{
35 background-color: #FFFFFF !important;
36 border-bottom: 1px solid #0073AA !important;
37 }
38 .ap-tabs{
39 width:100%;
40 border-bottom:1px solid #cccccc;
41 }
42 .ap-tab{
43 width:100px;
44 text-align:center;
45 display:inline-block;
46 padding:10px;
47 border:1px solid #F1F1F1;
48 background-color:#F1F1F1;
49 border-bottom:1px solid #F1F1F1;
50 cursor:pointer;
51 margin:2px 0px 0px 0px;
52 }
53 /* tabs */
54
55 /* ap buttons */
56 .button-ap-large{
57 padding: 21px 22px 23px 22px !important;
58 line-height: 0px !important;
59 font-size: 20px !important;
60 }
61 /* ap buttons */
62
63 .button-text-center{
64 text-align:center;
65 }
66 .wid-thumb{
67 width:100px;
68 }
69 .thumb-items{
70 border:1px solid #ccc;
71 padding:5px;
72 margin:10px 0px;
73 border-radius: 5px;
74 }