~ubuntu-branches/debian/sid/wordpress/sid

« back to all changes in this revision

Viewing changes to wp-includes/js/tinymce/themes/advanced/skins/wp_theme/dialog.css

  • Committer: Package Import Robot
  • Author(s): Craig Small
  • Date: 2014-01-24 22:20:08 UTC
  • mfrom: (1.2.31)
  • Revision ID: package-import@ubuntu.com-20140124222008-wgyk0hvmhjkubf9i
Tags: 3.8.1+dfsg-1
* New upstream release.
* Depend on either mysql or mariadb client Closes: #732914

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
@import url('//fonts.googleapis.com/css?family=Open+Sans:300italic,400italic,600italic,300,400,600&subset=latin-ext,latin');
 
2
 
1
3
/* Generic */
2
4
body {
3
 
font-family:Verdana, Arial, Helvetica, sans-serif; font-size:11px;
4
 
background:#f1f1f1;
 
5
font-family: "Open Sans", sans-serif;
 
6
font-size:13px;
 
7
background:#fcfcfc;
5
8
padding:0;
6
9
margin:8px 8px 0 8px;
7
10
}
8
11
 
9
 
html {background:#f1f1f1;}
10
 
td {font-family:Verdana, Arial, Helvetica, sans-serif; font-size:10px;}
11
12
textarea {resize:none;outline:none;}
12
 
a:link, a:visited {color:black;}
13
 
a:hover {color:#2B6FB6;}
 
13
 
 
14
a:link, a:hover {
 
15
        color: #2B6FB6;
 
16
}
 
17
 
 
18
a:visited {
 
19
        color: #3C2BB6;
 
20
}
 
21
 
14
22
.nowrap {white-space: nowrap}
15
23
 
16
24
/* Forms */
34
42
.mceActionPanel .button,
35
43
input.mceButton,
36
44
.updateButton {
37
 
        border: 1px solid #bbb; 
38
 
        margin:0; 
39
 
        padding:0 0 1px;
40
 
        font-weight:bold;
41
 
        font-size: 11px;
42
 
        width:94px; 
43
 
        height:24px;
44
 
        color:#000;
45
 
        cursor:pointer;
 
45
        display: inline-block;
 
46
        text-decoration: none;
 
47
        border: 1px solid #adadad;
 
48
        margin: 0;
 
49
        padding: 0 10px 1px;
 
50
        font-size: 13px;
 
51
        height: 24px;
 
52
        line-height: 22px;
 
53
        color: #333;
 
54
        cursor: pointer;
46
55
        -webkit-border-radius: 3px;
 
56
        -webkit-appearance: none;
47
57
        border-radius: 3px;
48
 
        background-color: #eee;
49
 
        background-image: -webkit-gradient(linear, left bottom, left top, from(#ddd), to(#fff));
50
 
        background-image: -webkit-linear-gradient(bottom, #ddd, #fff);
51
 
        background-image: -moz-linear-gradient(bottom, #ddd, #fff);
52
 
        background-image: -o-linear-gradient(bottom, #ddd, #fff);
53
 
        background-image: linear-gradient(to top, #ddd, #fff);
54
 
}
55
 
 
56
 
#insert:hover,
 
58
        white-space: nowrap;
 
59
        -webkit-box-sizing: border-box;
 
60
        -moz-box-sizing: border-box;
 
61
        box-sizing: border-box;
 
62
        background: #fafafa;
 
63
        background-image: -webkit-gradient(linear, left top, left bottom, from(#fafafa), to(#e9e9e9));
 
64
        background-image: -webkit-linear-gradient(top, #fafafa, #e9e9e9);
 
65
        background-image: -moz-linear-gradient(top, #fafafa, #e9e9e9);
 
66
        background-image: -o-linear-gradient(top, #fafafa, #e9e9e9);
 
67
        background-image: linear-gradient(to bottom, #fafafa, #e9e9e9);
 
68
        
 
69
        text-shadow: 0 1px 0 #fff;
 
70
        -webkit-box-shadow: inset 0 1px 0 #fff;
 
71
        -moz-box-shadow: inset 0 1px 0 #fff;
 
72
        box-shadow: inset 0 1px 0 #fff;
 
73
}
 
74
 
 
75
#insert {
 
76
        background: #2ea2cc;
 
77
        background: -webkit-gradient(linear, left top, left bottom, from(#2ea2cc), to(#1e8cbe));
 
78
        background: -webkit-linear-gradient(top, #2ea2cc 0%,#1e8cbe 100%);
 
79
        background: linear-gradient(top, #2ea2cc 0%,#1e8cbe 100%);
 
80
        filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#2ea2cc', endColorstr='#1e8cbe',GradientType=0 );
 
81
        border-color: #0074a2;
 
82
        -webkit-box-shadow: inset 0 1px 0 rgba(120,200,230,0.5);
 
83
        box-shadow: inset 0 1px 0 rgba(120,200,230,0.5);
 
84
        color: #fff;
 
85
        text-decoration: none;
 
86
        text-shadow: 0 1px 0 rgba(0,86,132,0.7);
 
87
}
 
88
 
57
89
#cancel:hover,
58
90
input.mceButton:hover,
59
91
.updateButton:hover,
60
 
#insert:focus,
61
92
#cancel:focus,
62
93
input.mceButton:focus,
63
94
.updateButton:focus {
64
 
        border: 1px solid #555;
 
95
        background: #f3f3f3;
 
96
        background-image: -webkit-gradient(linear, left top, left bottom, from(#fff), to(#f3f3f3));
 
97
        background-image: -webkit-linear-gradient(top, #fff, #f3f3f3);
 
98
        background-image: -moz-linear-gradient(top, #fff, #f3f3f3);
 
99
        background-image: -ms-linear-gradient(top, #fff, #f3f3f3);
 
100
        background-image: -o-linear-gradient(top, #fff, #f3f3f3);
 
101
        background-image: linear-gradient(to bottom, #fff, #f3f3f3);
 
102
        border-color: #999;
 
103
        color: #222;
 
104
}
 
105
 
 
106
#insert:hover,
 
107
#insert:focus {
 
108
        background: #1e8cbe;
 
109
        background: -webkit-gradient(linear, left top, left bottom, from(#1e8cbe), to(#0074a2));
 
110
        background: -webkit-linear-gradient(top, #1e8cbe 0%,#0074a2 100%);
 
111
        background: linear-gradient(top, #1e8cbe 0%,#0074a2 100%);
 
112
        filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#1e8cbe', endColorstr='#0074a2',GradientType=0 );
 
113
        border-color: #0074a2;
 
114
        -webkit-box-shadow: inset 0 1px 0 rgba(120,200,230,0.6);
 
115
        box-shadow: inset 0 1px 0 rgba(120,200,230,0.6);
 
116
        color: #fff;
65
117
}
66
118
 
67
119
.mceActionPanel #insert {
103
155
.tabs a {text-decoration:none; font-family:Verdana, Arial; font-size:10px;}
104
156
.tabs a:link, .tabs a:visited, .tabs a:hover {color:black;}
105
157
 
 
158
.wp-core-ui #tabs {
 
159
        padding-bottom: 5px;
 
160
        background-color: transparent;
 
161
}
 
162
 
 
163
.wp-core-ui #tabs a {
 
164
        padding: 6px 10px;
 
165
        margin: 0 2px;
 
166
}
 
167
 
106
168
/* Panels */
107
169
.panel_wrapper div.panel {display:none;}
108
170
.panel_wrapper div.current {display:block; width:100%; height:300px; overflow:visible;}
138
200
#colorpicker #namedcolors a {display:block; float:left; width:10px; height:10px; margin:1px 1px 0 0; overflow:hidden;}
139
201
#colorpicker #colornamecontainer {margin-top:5px;}
140
202
#colorpicker #picker_panel fieldset {margin:auto;width:325px;}
 
203
 
 
204
 
 
205
/* Localization */ 
 
206
 
 
207
body[dir="rtl"],
 
208
body[dir="rtl"] fieldset,
 
209
body[dir="rtl"] input, body[dir="rtl"] select, body[dir="rtl"]  textarea,
 
210
body[dir="rtl"]  #charmap #codeN,
 
211
body[dir="rtl"] .tabs a {
 
212
        font-family: Tahoma, sans-serif;
 
213
}
 
 
b'\\ No newline at end of file'