web/wp-includes/js/tinymce/plugins/wpeditimage/css/editimage.css
branchwordpress
changeset 109 03b0d1493584
child 132 4d4862461b8d
equal deleted inserted replaced
-1:000000000000 109:03b0d1493584
       
     1 
       
     2 html, body {
       
     3 	background-color: #fff;
       
     4 	margin: 0;
       
     5 	padding: 0;
       
     6 }
       
     7 
       
     8 .submit input,
       
     9 .button,
       
    10 .button-primary,
       
    11 .button-secondary,
       
    12 .button-highlighted {
       
    13 	font-family: "Lucida Grande", "Lucida Sans Unicode", Tahoma, Verdana, sans-serif;
       
    14 	text-decoration: none;
       
    15 	font-size: 11px !important;
       
    16 	line-height: 16px;
       
    17 	padding: 2px 8px;
       
    18 	cursor: pointer;
       
    19 	border-width: 1px;
       
    20 	border-style: solid;
       
    21 	-moz-border-radius: 11px;
       
    22 	-khtml-border-radius: 11px;
       
    23 	-webkit-border-radius: 11px;
       
    24 	border-radius: 11px;
       
    25 	-moz-box-sizing: content-box;
       
    26 	-webkit-box-sizing: content-box;
       
    27 	-khtml-box-sizing: content-box;
       
    28 	box-sizing: content-box;
       
    29 }
       
    30 
       
    31 a.button {
       
    32 	padding: 4px 8px;
       
    33 }
       
    34 
       
    35 textarea,
       
    36 input,
       
    37 select {
       
    38 	font: 13px Verdana, Arial, Helvetica, sans-serif;
       
    39 	margin: 1px;
       
    40 	padding: 3px;
       
    41 }
       
    42 
       
    43 body, td {
       
    44 	font: 13px "Lucida Grande", "Lucida Sans Unicode", Tahoma, Verdana, sans-serif;
       
    45 }
       
    46 
       
    47 abbr.required {
       
    48 	color: #FF0000;
       
    49 	text-align: left;
       
    50 }
       
    51 
       
    52 img.alignright,
       
    53 .alignright {
       
    54 	float: right;
       
    55 }
       
    56 
       
    57 img.alignleft,
       
    58 .alignleft {
       
    59 	float: left;
       
    60 }
       
    61 
       
    62 img.aligncenter {
       
    63 	display: block;
       
    64 	margin-left: auto;
       
    65 	margin-right: auto;
       
    66 }
       
    67 
       
    68 label {
       
    69 	cursor: pointer;
       
    70 }
       
    71 
       
    72 th.label {
       
    73 	width: 107px;
       
    74 }
       
    75 
       
    76 #media-upload #basic th.label {
       
    77 	padding: 5px 5px 5px 0;
       
    78 }
       
    79 
       
    80 .show-align {
       
    81 	height: 200px;
       
    82 	width: 480px;
       
    83 	float: right;
       
    84 	background-color: #f1f1f1;
       
    85 	cursor: default;
       
    86 	-moz-user-select: none;
       
    87 	user-select: none;
       
    88 	overflow: hidden;
       
    89 }
       
    90 
       
    91 #img-edit {
       
    92 	border: 1px solid #dfdfdf;
       
    93 	width: 623px;
       
    94 	margin: 15px auto;
       
    95 }
       
    96 
       
    97 #media-upload .media-upload-form table.describe {
       
    98 	border-top-style: none;
       
    99 	border-top-width: 0;
       
   100 }
       
   101 
       
   102 #img_demo_txt {
       
   103 	font-size: 9px;
       
   104 	line-height: 13px;
       
   105 	font-family: Monaco,"Courier New",Courier,monospace;
       
   106 	color: #888;
       
   107 }
       
   108 
       
   109 #img_demo {
       
   110 	padding: 0;
       
   111 }
       
   112 
       
   113 #saveeditimg {
       
   114 	padding: 10px 0 0 5px;
       
   115 	border-top: 1px solid #ccc;
       
   116 }
       
   117 
       
   118 #sidemenu,
       
   119 #sidemenu li {
       
   120 	list-style: none;
       
   121 }
       
   122 
       
   123 #sidemenu li {
       
   124 	display: inline;
       
   125 }
       
   126 
       
   127 #sidemenu a {
       
   128 	border-bottom-style: solid;
       
   129 	border-bottom-width: 1px;
       
   130 	border-top-style: solid;
       
   131 	border-top-width: 1px;
       
   132 	display: block;
       
   133 	float: left;
       
   134 	height: 28px;
       
   135 	line-height: 28px;
       
   136 	text-decoration: none;
       
   137 	text-align: center;
       
   138 	white-space: nowrap;
       
   139 	margin: 0;
       
   140 	padding: 0pt 7px;
       
   141 }
       
   142 
       
   143 #sidemenu a.current {
       
   144 	-moz-border-radius-topleft: 4px;
       
   145 	-khtml-border-top-left-radius: 4px;
       
   146 	-webkit-border-top-left-radius: 4px;
       
   147 	border-top-left-radius: 4px;
       
   148 	-moz-border-radius-topright: 4px;
       
   149 	-khtml-border-top-right-radius: 4px;
       
   150 	-webkit-border-top-right-radius: 4px;
       
   151 	border-top-right-radius: 4px;
       
   152 	border-style:solid;
       
   153 	border-width:1px;
       
   154 	font-weight:normal;
       
   155 }
       
   156 
       
   157 #adv_settings .field label {
       
   158 	padding: 0 5px 5px;
       
   159 }
       
   160 
       
   161 #media-upload h3 {
       
   162 	clear: both;
       
   163 	padding: 0pt 0pt 3px;
       
   164 	border-bottom-style: solid;
       
   165 	border-bottom-width: 1px;
       
   166 	font-family: Georgia,"Times New Roman",Times,serif;
       
   167 	font-size: 20px;
       
   168 	font-weight: normal;
       
   169 	line-height: normal;
       
   170 	margin: 0 0 10px -4px;
       
   171 	padding: 15px 0 3px;
       
   172 	border-bottom-color: #DADADA;
       
   173 	color: #5A5A5A;
       
   174 }
       
   175 
       
   176 #img_dim #width,
       
   177 #img_dim #height,
       
   178 #img_prop #border,
       
   179 #img_prop #vspace,
       
   180 #img_prop #hspace {
       
   181 	width: 36px;
       
   182 }
       
   183 
       
   184 #img_dim abbr {
       
   185 	padding: 0 4px;
       
   186 }
       
   187 
       
   188 #show_align_sp {
       
   189 	width: 115px;
       
   190 }
       
   191 
       
   192 #img_dim input,
       
   193 #img_prop input {
       
   194 	margin-right: 10px;
       
   195 }
       
   196 
       
   197 #basic .align .field label {
       
   198 	padding: 0 0 0 24px;
       
   199 }
       
   200 
       
   201 #basic {
       
   202 	padding-top: 2px;
       
   203 }
       
   204 
       
   205 td {
       
   206 	padding: 2px 0;
       
   207 }
       
   208 
       
   209 #img_size {
       
   210 	float: right;
       
   211 	text-align: center;
       
   212 	cursor: pointer;
       
   213 	background-color: #f1f1f1;
       
   214 	padding: 5px 0;
       
   215 	width: 45px;
       
   216 }
       
   217 
       
   218 #img_size div {
       
   219 	font-size: 10px;
       
   220 	padding: 2px;
       
   221 	border: 1px solid #f1f1f1;
       
   222 	line-height: 15px;
       
   223 	height: 15px;
       
   224 	-moz-border-radius: 3px;
       
   225 	-khtml-border-radius: 3px;
       
   226 	-webkit-border-radius: 3px;
       
   227 	border-radius: 3px;
       
   228 	color: #07273E;
       
   229 }
       
   230 
       
   231 #img_size div#s100 {
       
   232 	border-color: #A3A3A3;
       
   233 	background-color: #E5E5E5;
       
   234 }
       
   235 
       
   236 #img_size_div {
       
   237 	width: 100px;
       
   238 	float: left;
       
   239 	cursor: default;
       
   240 }
       
   241 
       
   242 #img_size_title {
       
   243 	margin: 0 7px 5px;
       
   244 	text-align: right;
       
   245 	font-weight: bold;
       
   246 }
       
   247 
       
   248 #img_align_td {
       
   249 	padding: 2px 0 8px;
       
   250 }
       
   251 
       
   252 #media-upload tr.align td.field {
       
   253 	text-align: center;
       
   254 }
       
   255 
       
   256 .describe td {
       
   257 	vertical-align: middle;
       
   258 }
       
   259 
       
   260 #media-upload .describe th.label {
       
   261 	padding-top: .5em;
       
   262 	text-align: left;
       
   263 }
       
   264 
       
   265 #media-upload .describe {
       
   266 	border-top-width: 1px;
       
   267 	border-top-style: solid;
       
   268 	padding: 5px;
       
   269 	width: 100%;
       
   270 	clear: both;
       
   271 	cursor: default;
       
   272 }
       
   273 
       
   274 form {
       
   275 	margin: 1em;
       
   276 }
       
   277 
       
   278 .describe input[type="text"],
       
   279 .describe textarea {
       
   280 	width: 460px;
       
   281 	border: 1px solid #dfdfdf;
       
   282 }
       
   283 
       
   284 
       
   285 .media-upload-form label,
       
   286 .media-upload-form legend {
       
   287 	font-weight: bold;
       
   288 	font-size: 13px;
       
   289 	color: #464646;
       
   290 }
       
   291 
       
   292 .align .field label {
       
   293 	display: inline;
       
   294 	padding: 0 0 0 28px;
       
   295 	margin: 0 1em 0 0;
       
   296 }
       
   297 .image-align-none-label {
       
   298 	background: url(../../../../../../wp-admin/images/align-none.png) no-repeat center left;
       
   299 }
       
   300 
       
   301 .image-align-left-label {
       
   302 	background: url(../../../../../../wp-admin/images/align-left.png) no-repeat center left;
       
   303 }
       
   304 
       
   305 .image-align-center-label {
       
   306 	background: url(../../../../../../wp-admin/images/align-center.png) no-repeat center left;
       
   307 }
       
   308 
       
   309 .image-align-right-label {
       
   310 	background: url(../../../../../../wp-admin/images/align-right.png) no-repeat center left;
       
   311 }
       
   312 
       
   313 div#media-upload-header {
       
   314 	margin: 0;
       
   315 	padding: 0 5px;
       
   316 	font-weight: bold;
       
   317 	position: relative;
       
   318 	border-bottom-width: 1px;
       
   319 	border-bottom-style: solid;
       
   320 	height: 2.5em;
       
   321 }
       
   322 
       
   323 body#media-upload ul#sidemenu {
       
   324 	font-weight: normal;
       
   325 	margin: 0 5px;
       
   326 	position: relative;
       
   327 	left: 0px;
       
   328 	bottom: -4px;
       
   329 }
       
   330 
       
   331 div#media-upload-error {
       
   332 	margin: 1em;
       
   333 	font-weight: bold;
       
   334 }
       
   335 
       
   336 * html #sidemenu li {
       
   337 	zoom: 100%;
       
   338 }
       
   339 
       
   340 * html #sidemenu a {
       
   341 	height: 27px;
       
   342 	line-height: 26px;
       
   343 }