]> scripts.mit.edu Git - autoinstalls/wordpress.git/blob - wp-includes/js/tinymce/themes/advanced/skins/wp_theme/dialog.css
Wordpress 3.3
[autoinstalls/wordpress.git] / wp-includes / js / tinymce / themes / advanced / skins / wp_theme / dialog.css
1 /* Generic */
2 body {
3 font-family:Verdana, Arial, Helvetica, sans-serif; font-size:11px;
4 background:#f1f1f1;
5 padding:0;
6 margin:8px 8px 0 8px;
7 }
8
9 html {background:#f1f1f1;}
10 td {font-family:Verdana, Arial, Helvetica, sans-serif; font-size:10px;}
11 textarea {resize:none;outline:none;}
12 a:link, a:visited {color:black;}
13 a:hover {color:#2B6FB6;}
14 .nowrap {white-space: nowrap}
15
16 /* Forms */
17 fieldset {margin:0; padding:4px; border:1px solid #dfdfdf; font-family:Verdana, Arial; font-size:10px;}
18 legend {color:#2B6FB6; font-weight:bold;}
19 label.msg {display:none;}
20 label.invalid {color:#EE0000; display:inline;}
21 input.invalid {border:1px solid #EE0000;}
22 input {background:#FFF; border:1px solid #dfdfdf;}
23 input, select, textarea {font-family:Verdana, Arial, Helvetica, sans-serif; font-size:10px;}
24 input, select, textarea {border:1px solid #dfdfdf;}
25 input.radio {border:1px none #000000; background:transparent; vertical-align:middle;}
26 input.checkbox {border:1px none #000000; background:transparent; vertical-align:middle;}
27 .input_noborder {border:0;}
28
29 /* Buttons */
30 #insert, #cancel, #apply, .mceActionPanel .button, input.mceButton, .updateButton {
31         border: 1px solid #bbb; 
32         margin:0; 
33         padding:0 0 1px;
34         font-weight:bold;
35         font-size: 11px;
36         width:94px; 
37         height:24px;
38         color:#000;
39         cursor:pointer;
40         -webkit-border-radius: 3px;
41         border-radius: 3px;
42         background-color: #eee; /* Fallback */
43         background-image: -ms-linear-gradient(bottom, #ddd, #fff); /* IE10 */
44         background-image: -moz-linear-gradient(bottom, #ddd, #fff); /* Firefox */
45         background-image: -o-linear-gradient(bottom, #ddd, #fff); /* Opera */
46         background-image: -webkit-gradient(linear, left bottom, left top, from(#ddd), to(#fff)); /* old Webkit */
47         background-image: -webkit-linear-gradient(bottom, #ddd, #fff); /* new Webkit */
48         background-image: linear-gradient(bottom, #ddd, #fff); /* proposed W3C Markup */
49 }
50 #insert:hover, #cancel:hover, input.mceButton:hover, .updateButton:hover,
51 #insert:focus, #cancel:focus, input.mceButton:focus, .updateButton:focus {
52         border: 1px solid #555;
53 }
54
55 /* Browse */
56 a.browse span {display:block; width:20px; height:18px; background:url(../../img/icons.gif) -860px 0; border:1px solid #FFF; margin-left:1px;}
57 .mceOldBoxModel a.browse span {width:22px; height:20px;}
58 a.browse:hover span {border:1px solid #0A246A; background-color:#B2BBD0;}
59 a.browse span.disabled {border:1px solid white; -moz-opacity:0.3; opacity:0.3; filter:progid:DXImageTransform.Microsoft.Alpha(opacity=30);}
60 a.browse:hover span.disabled {border:1px solid white; background-color:transparent;}
61 a.pickcolor span {display:block; width:20px; height:16px; background:url(../../img/icons.gif) -840px 0; margin-left:2px;}
62 .mceOldBoxModel a.pickcolor span {width:21px; height:17px;}
63 a.pickcolor:hover span {background-color:#B2BBD0;}
64 a.pickcolor, a.browse {text-decoration:none}
65
66 /* Charmap */
67 table.charmap {border:1px solid #AAA; text-align:center}
68 td.charmap, #charmap a {width:18px; height:18px; color:#000; border:1px solid #AAA; text-align:center; font-size:12px; vertical-align:middle; line-height: 18px;}
69 #charmap a {display:block; color:#000; text-decoration:none; border:0}
70 #charmap a:hover {background:#CCC;color:#2B6FB6}
71 #charmap #codeN {font-size:10px; font-family:Arial,Helvetica,sans-serif; text-align:center}
72 #charmap #codeV {font-size:40px; height:80px; border:1px solid #AAA; text-align:center}
73 #charmap #charmapView {background-color:#fff;}
74
75 /* Source */
76 .wordWrapCode {vertical-align:middle; border:1px none #000000; background:transparent;}
77 .mceActionPanel {margin-top:5px;}
78
79 /* Tabs classes */
80 .tabs {width:100%; height:18px; line-height:normal; background:url(img/tabs.gif) repeat-x 0 -72px;}
81 .tabs ul {margin:0; padding:0; list-style:none;}
82 .tabs li {float:left; background:url(img/tabs.gif) no-repeat 0 0; margin:0 2px 0 0; padding:0 0 0 10px; line-height:17px; height:18px; display:block;}
83 .tabs li.current {background:url(img/tabs.gif) no-repeat 0 -18px; margin-right:2px;}
84 .tabs span {float:left; display:block; background:url(img/tabs.gif) no-repeat right -36px; padding:0px 10px 0 0;}
85 .tabs .current span {background:url(img/tabs.gif) no-repeat right -54px;}
86 .tabs a {text-decoration:none; font-family:Verdana, Arial; font-size:10px;}
87 .tabs a:link, .tabs a:visited, .tabs a:hover {color:black;}
88
89 /* Panels */
90 .panel_wrapper div.panel {display:none;}
91 .panel_wrapper div.current {display:block; width:100%; height:300px; overflow:visible;}
92 .panel_wrapper {border:1px solid #919B9C; border-top:0px; padding:10px; padding-top:5px; clear:both; background:white;}
93
94 /* Columns */
95 .column {float:left;}
96 .properties {width:100%;}
97 .properties .column1 {}
98 .properties .column2 {text-align:left;}
99
100 /* Titles */
101 h1, h2, h3, h4 {color:#2B6FB6; margin:0; padding:0; padding-top:5px;}
102 h3 {font-size:14px;}
103 .title {font-size:12px; font-weight:bold; color:#2B6FB6;}
104
105 /* Dialog specific */
106 #link .panel_wrapper, #link div.current {height:125px;}
107 #image .panel_wrapper, #image div.current {height:200px;}
108 #plugintable thead {font-weight:bold; background:#DDD;}
109 #plugintable, #about #plugintable td {border:1px solid #919B9C;}
110 #plugintable {width:96%; margin-top:10px;}
111 #pluginscontainer {height:290px; overflow:auto;}
112 #colorpicker #preview {float:right; width:50px; height:14px;line-height:1px; border:1px solid black; margin-left:5px;}
113 #colorpicker #colors {float:left; border:1px solid gray; cursor:crosshair;}
114 #colorpicker #light {border:1px solid gray; margin-left:5px; float:left;width:15px; height:150px; cursor:crosshair;}
115 #colorpicker #light div {overflow:hidden;}
116 #colorpicker #previewblock {float:right; padding-left:10px; height:20px;}
117 #colorpicker .panel_wrapper div.current {height:175px;}
118 #colorpicker #namedcolors {width:150px;}
119 #colorpicker #namedcolors a {display:block; float:left; width:10px; height:10px; margin:1px 1px 0 0; overflow:hidden;}
120 #colorpicker #colornamecontainer {margin-top:5px;}
121 #colorpicker #picker_panel fieldset {margin:auto;width:325px;}