]> scripts.mit.edu Git - autoinstalls/wordpress.git/blob - wp-includes/js/tinymce/themes/advanced/skins/wp_theme/dialog.css
Wordpress 3.5
[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 form {margin: 0;}
18 fieldset {margin:0; padding:4px; border:1px solid #dfdfdf; font-family:Verdana, Arial; font-size:10px;}
19 legend {color:#2B6FB6; font-weight:bold;}
20 label.msg {display:none;}
21 label.invalid {color:#EE0000; display:inline;}
22 input.invalid {border:1px solid #EE0000;}
23 input {background:#FFF; border:1px solid #dfdfdf;}
24 input, select, textarea {font-family:Verdana, Arial, Helvetica, sans-serif; font-size:10px;}
25 input, select, textarea {border:1px solid #dfdfdf;}
26 input.radio {border:1px none #000000; background:transparent; vertical-align:middle;}
27 input.checkbox {border:1px none #000000; background:transparent; vertical-align:middle;}
28 .input_noborder {border:0;}
29
30 /* Buttons */
31 #insert,
32 #cancel,
33 #apply,
34 .mceActionPanel .button,
35 input.mceButton,
36 .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;
46         -webkit-border-radius: 3px;
47         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,
57 #cancel:hover,
58 input.mceButton:hover,
59 .updateButton:hover,
60 #insert:focus,
61 #cancel:focus,
62 input.mceButton:focus,
63 .updateButton:focus {
64         border: 1px solid #555;
65 }
66
67 .mceActionPanel #insert {
68         float: right;
69 }
70
71 /* Browse */
72 a.browse span {display:block; width:20px; height:18px; background:url(../../img/icons.gif) -860px 0; border:1px solid #FFF; margin-left:1px;}
73 .mceOldBoxModel a.browse span {width:22px; height:20px;}
74 a.browse:hover span {border:1px solid #0A246A; background-color:#B2BBD0;}
75 a.browse span.disabled {border:1px solid white; -moz-opacity:0.3; opacity:0.3; filter:progid:DXImageTransform.Microsoft.Alpha(opacity=30);}
76 a.browse:hover span.disabled {border:1px solid white; background-color:transparent;}
77 a.pickcolor span {display:block; width:20px; height:16px; background:url(../../img/icons.gif) -840px 0; margin-left:2px;}
78 .mceOldBoxModel a.pickcolor span {width:21px; height:17px;}
79 a.pickcolor:hover span {background-color:#B2BBD0;}
80 a.pickcolor, a.browse {text-decoration:none}
81 div.iframecontainer {background: #fff;}
82
83 /* Charmap */
84 table.charmap {border:1px solid #AAA; text-align:center}
85 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;}
86 #charmap a {display:block; color:#000; text-decoration:none; border:0}
87 #charmap a:hover {background:#CCC;color:#2B6FB6}
88 #charmap #codeN {font-size:10px; font-family:Arial,Helvetica,sans-serif; text-align:center}
89 #charmap #codeV {font-size:40px; height:80px; border:1px solid #AAA; text-align:center}
90 #charmap #charmapView {background-color:#fff;}
91
92 /* Source */
93 .wordWrapCode {vertical-align:middle; border:1px none #000000; background:transparent;}
94 .mceActionPanel {margin-top:5px;}
95
96 /* Tabs classes */
97 .tabs {width:100%; height:18px; line-height:normal; background:url(img/tabs.gif) repeat-x 0 -72px;}
98 .tabs ul {margin:0; padding:0; list-style:none;}
99 .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;}
100 .tabs li.current {background:url(img/tabs.gif) no-repeat 0 -18px; margin-right:2px;}
101 .tabs span {float:left; display:block; background:url(img/tabs.gif) no-repeat right -36px; padding:0px 10px 0 0;}
102 .tabs .current span {background:url(img/tabs.gif) no-repeat right -54px;}
103 .tabs a {text-decoration:none; font-family:Verdana, Arial; font-size:10px;}
104 .tabs a:link, .tabs a:visited, .tabs a:hover {color:black;}
105
106 /* Panels */
107 .panel_wrapper div.panel {display:none;}
108 .panel_wrapper div.current {display:block; width:100%; height:300px; overflow:visible;}
109 .panel_wrapper {border:1px solid #919B9C; border-top:0px; padding:10px; padding-top:5px; clear:both; background:white;}
110
111 /* Columns */
112 .column {float:left;}
113 .properties {width:100%;}
114 .properties .column1 {}
115 .properties .column2 {text-align:left;}
116
117 /* Titles */
118 h1, h2, h3, h4 {color:#2B6FB6; margin:0; padding:0; padding-top:5px;}
119 h3 {font-size:14px;}
120 .title {font-size:12px; font-weight:bold; color:#2B6FB6;}
121
122 /* Dialog specific */
123 #link .panel_wrapper, #link div.current {height:125px;}
124 #image .panel_wrapper, #image div.current {height:200px;}
125 #plugintable thead {font-weight:bold; background:#DDD;}
126 #plugintable, #about #plugintable td {border:1px solid #919B9C;}
127 #plugintable {width:96%; margin-top:10px;}
128 #pluginscontainer {height:290px; overflow:auto;}
129 #colorpicker #preview {display:inline-block; padding-left:40px; height:14px; border:1px solid black; margin-left:5px; margin-right: 5px}
130 #colorpicker #previewblock {position: relative; top: -3px; padding-left:5px; padding-top: 0px; display:inline}
131 #colorpicker #preview_wrapper {text-align:center; padding-top:4px; white-space: nowrap; float: right;}
132 #colorpicker #insert, #colorpicker #cancel {width: 90px}
133 #colorpicker #colors {float:left; border:1px solid gray; cursor:crosshair;}
134 #colorpicker #light {border:1px solid gray; margin-left:5px; float:left;width:15px; height:150px; cursor:crosshair;}
135 #colorpicker #light div {overflow:hidden;}
136 #colorpicker .panel_wrapper div.current {height:175px;}
137 #colorpicker #namedcolors {width:150px;}
138 #colorpicker #namedcolors a {display:block; float:left; width:10px; height:10px; margin:1px 1px 0 0; overflow:hidden;}
139 #colorpicker #colornamecontainer {margin-top:5px;}
140 #colorpicker #picker_panel fieldset {margin:auto;width:325px;}