Changeset 7121
- Timestamp:
- 03/01/2008 08:13:23 AM (18 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/wp-includes/js/tinymce/themes/advanced/skins/wp_theme/ui.css
r7114 r7121 36 36 /* Button */ 37 37 .wp_themeSkin .mceButton { 38 display:block;39 width: 20px;40 height: 20px;41 cursor: default;42 padding: 1px 2px;43 margin: 1px;44 background: #e9e8e8 url(img/butt2.png) 2px 1px no-repeat scroll;45 -moz-border-radius: 3px;46 -webkit-border-radius: 3px;47 -khtml-border-radius: 3px;48 border-radius: 3px;49 border: 1px solid #abc0fb;38 display:block; 39 width: 20px; 40 height: 20px; 41 cursor: default; 42 padding: 1px 2px; 43 margin: 1px; 44 background: #e9e8e8 url(img/butt2.png) 2px 1px no-repeat scroll; 45 -moz-border-radius: 3px; 46 -webkit-border-radius: 3px; 47 -khtml-border-radius: 3px; 48 border-radius: 3px; 49 border: 1px solid #abc0fb; 50 50 } 51 51 .wp_themeSkin a.mceButton span, .wp_themeSkin a.mceButton img {} 52 52 .wp_themeSkin .mceOldBoxModel a.mceButton span, .wp_themeSkin .mceOldBoxModel a.mceButton img {margin:0 0 0 1px} 53 53 .wp_themeSkin a.mceButtonEnabled:hover { 54 background-color:#d6d8da;55 background-position:0 -20px;56 border: 1px solid #7789ba !important;54 background-color:#d6d8da; 55 background-position:0 -20px; 56 border: 1px solid #7789ba !important; 57 57 } 58 58 .wp_themeSkin a.mceButtonActive, .wp_themeSkin a.mceButtonSelected { 59 background-color: #d6d8da;60 background-position:0 -20px;61 border: 1px solid #7789ba !important;59 background-color: #d6d8da; 60 background-position:0 -20px; 61 border: 1px solid #7789ba !important; 62 62 } 63 63 .wp_themeSkin .mceButtonDisabled .mceIcon {opacity:0.3; filter:alpha(opacity=30);} … … 66 66 /* Separator */ 67 67 .wp_themeSkin .mceSeparator { 68 height: 24px;69 width: 1px;70 display: block;71 background: transparent;72 overflow: hidden;73 margin: 0 2px;68 height: 24px; 69 width: 1px; 70 display: block; 71 background: transparent; 72 overflow: hidden; 73 margin: 0 2px; 74 74 } 75 75 … … 77 77 .wp_themeSkin .mceListBox, .wp_themeSkin .mceListBox a {display:block} 78 78 .wp_themeSkin .mceListBox .mceText { 79 padding: 1px 2px 1px 5px;80 border: 1px solid #abc0fb;81 text-align:left;82 width:70px;83 border-right:0;84 background: #e9e8e8 url(img/butt2.png) 1px 1px repeat-x scroll;85 font-family: Tahoma,Verdana,Arial,Helvetica;86 font-size: 11px;87 height: 20px;88 line-height: 20px;89 overflow: hidden;79 padding: 1px 2px 1px 5px; 80 border: 1px solid #abc0fb; 81 text-align:left; 82 width:70px; 83 border-right:0; 84 background: #e9e8e8 url(img/butt2.png) 1px 1px repeat-x scroll; 85 font-family: Tahoma,Verdana,Arial,Helvetica; 86 font-size: 11px; 87 height: 20px; 88 line-height: 20px; 89 overflow: hidden; 90 90 } 91 91 .wp_themeSkin .mceListBox { 92 margin: 1px;93 direction: ltr;92 margin: 1px; 93 direction: ltr; 94 94 } 95 95 .wp_themeSkin .mceListBox .mceOpen { 96 width:14px;97 height:20px;98 border-collapse:separate;99 background: #e9e8e8 url(img/butt2.png) 1px 1px repeat-x scroll;100 padding: 1px;101 border: 1px solid #abc0fb;96 width:14px; 97 height:20px; 98 border-collapse:separate; 99 background: #e9e8e8 url(img/butt2.png) 1px 1px repeat-x scroll; 100 padding: 1px; 101 border: 1px solid #abc0fb; 102 102 } 103 103 .wp_themeSkin .mceListBox .mceOpen span { 104 display: block;105 width:14px;106 height:20px;107 background:url(img/down_arrow.gif) 2px 1px no-repeat;104 display: block; 105 width:14px; 106 height:20px; 107 background:url(img/down_arrow.gif) 2px 1px no-repeat; 108 108 } 109 109 .wp_themeSkin table.mceListBoxEnabled:hover .mceText, 110 110 .wp_themeSkin .mceListBoxHover .mceText, 111 111 .wp_themeSkin .mceListBoxSelected .mceText { 112 background:#eae8ea;113 border-collapse:separate;114 border: 1px solid #7789ba !important;115 border-right: 0 none !important;112 background:#eae8ea; 113 border-collapse:separate; 114 border: 1px solid #7789ba !important; 115 border-right: 0 none !important; 116 116 } 117 117 .wp_themeSkin table.mceListBoxEnabled:hover .mceOpen, 118 118 .wp_themeSkin .mceListBoxHover .mceOpen, 119 119 .wp_themeSkin .mceListBoxSelected .mceOpen { 120 background-color:#d6d8da;121 border: 1px solid #7789ba !important;120 background-color:#d6d8da; 121 border: 1px solid #7789ba !important; 122 122 } 123 123 .wp_themeSkin .mceListBoxDisabled .mceText {color:gray} … … 129 129 .wp_themeSkin .mceSplitButton a, .wp_themeSkin .mceSplitButton span {display:block; height:20px} 130 130 .wp_themeSkin .mceSplitButton { 131 display:block;132 margin: 1px;133 direction: ltr;131 display:block; 132 margin: 1px; 133 direction: ltr; 134 134 } 135 135 .wp_themeSkin table.mceSplitButton td { 136 padding: 2px;136 padding: 2px; 137 137 } 138 138 .wp_themeSkin .mceSplitButton a.mceAction { 139 height:20px;140 width:20px;141 background: #e9e8e8 url(img/butt2.png) 1px 1px repeat-x scroll;142 padding: 1px 2px;143 border: 1px solid #abc0fb;139 height:20px; 140 width:20px; 141 background: #e9e8e8 url(img/butt2.png) 1px 1px repeat-x scroll; 142 padding: 1px 2px; 143 border: 1px solid #abc0fb; 144 144 } 145 145 .wp_themeSkin .mceSplitButton span.mceAction { 146 background: url(../../img/icons.gif) 20px 20px;147 width:20px;146 background: url(../../img/icons.gif) 20px 20px; 147 width:20px; 148 148 } 149 149 .wp_themeSkin .mceSplitButton a.mceOpen { 150 width:10px;151 height:20px;152 border-collapse:separate;153 background: #e9e8e8 url(img/butt2.png) 1px 1px repeat-x scroll;154 padding: 1px;155 border: 1px solid #abc0fb;156 border-left: 0 none;150 width:10px; 151 height:20px; 152 border-collapse:separate; 153 background: #e9e8e8 url(img/butt2.png) 1px 1px repeat-x scroll; 154 padding: 1px; 155 border: 1px solid #abc0fb; 156 border-left: 0 none; 157 157 } 158 158 .wp_themeSkin .mceSplitButton span.mceOpen { 159 width:10px;160 background:url(img/down_arrow.gif) 0px 1px;159 width:10px; 160 background:url(img/down_arrow.gif) 0px 1px; 161 161 } 162 162 .wp_themeSkin .mceSplitButton a.mceOpen:hover, 163 163 .wp_themeSkin .mceSplitButtonSelected a.mceOpen { 164 background:#d6d8da;165 border-collapse:separate;166 border: 1px solid #7789ba !important;167 border-left: 0 none !important;164 background:#d6d8da; 165 border-collapse:separate; 166 border: 1px solid #7789ba !important; 167 border-left: 0 none !important; 168 168 } 169 169 .wp_themeSkin table.mceSplitButtonEnabled:hover a.mceAction { 170 background:#d6d8da;171 border: 1px solid #7789ba !important;170 background:#d6d8da; 171 border: 1px solid #7789ba !important; 172 172 } 173 173 .wp_themeSkin .mceSplitButton a.mceAction:hover { 174 background:#d6d8da;175 border-collapse:separate;176 border: 1px solid #7789ba !important;174 background:#d6d8da; 175 border-collapse:separate; 176 border: 1px solid #7789ba !important; 177 177 } 178 178 .wp_themeSkin table.mceSplitButtonEnabled:hover span.mceOpen, … … 181 181 } 182 182 .wp_themeSkin .mceSplitButtonDisabled .mceAction { 183 opacity:0.3; filter:alpha(opacity=30)183 opacity:0.3; filter:alpha(opacity=30) 184 184 } 185 185 .wp_themeSkin .mceSplitButtonActive { … … 187 187 } 188 188 .wp_themeSkin .mceListBox a.mceText, .wp_themeSkin .mceSplitButton a.mceAction { 189 -moz-border-radius-bottomleft: 3px;190 -webkit-border-radius-bottomleft: 3px;191 -khtml-border-radius-bottomleft: 3px;192 border-radius-bottomleft: 3px;193 -moz-border-radius-topleft: 3px;194 -webkit-border-radius-topleft: 3px;195 -khtml-border-radius-topleft: 3px;196 border-radius-topleft: 3px;189 -moz-border-radius-bottomleft: 3px; 190 -webkit-border-bottom-left-radius: 3px; 191 -khtml-border-bottom-left-radius: 3px; 192 border-bottom-left-radius: 3px; 193 -moz-border-radius-topleft: 3px; 194 -webkit-border-top-left-radius: 3px; 195 -khtml-border-top-left-radius: 3px; 196 border-top-left-radius: 3px; 197 197 } 198 198 .wp_themeSkin .mceSplitButton a.mceOpen, .wp_themeSkin .mceListBox a.mceOpen { 199 -moz-border-radius-bottomright: 3px;200 -webkit-border-radius-bottomright: 3px;201 -khtml-border-radius-bottomright: 3px;202 border-radius-bottomright: 3px;203 -moz-border-radius-topright: 3px;204 -webkit-border-radius-topright: 3px;205 -khtml-border-radius-topright: 3px;206 border-radius-topright: 3px;199 -moz-border-radius-bottomright: 3px; 200 -webkit-border-bottom-right-radius: 3px; 201 -khtml-border-bottom-right-radius: 3px; 202 border-bottom-right-radius: 3px; 203 -moz-border-radius-topright: 3px; 204 -webkit-border-top-right-radius: 3px; 205 -khtml-border-top-right-radius: 3px; 206 border-top-right-radius: 3px; 207 207 } 208 208 … … 226 226 .wp_themeSkin .mceMenu a {position:relative;padding:3px 0 4px 0} 227 227 .wp_themeSkin .mceMenu .mceText { 228 position:relative;229 display:block;230 font-family:Tahoma,Verdana,Arial,Helvetica;231 color:#000;232 cursor:default;233 margin:0;234 padding:0 25px 0 25px;235 display:block228 position:relative; 229 display:block; 230 font-family:Tahoma,Verdana,Arial,Helvetica; 231 color:#000; 232 cursor:default; 233 margin:0; 234 padding:0 25px 0 25px; 235 display:block 236 236 } 237 237 .wp_themeSkin .mceMenu span.mceText, .wp_themeSkin .mceMenu .mcePreview {font-size:11px} … … 240 240 .wp_themeSkin .mceMenu .mceMenuItemEnabled a:hover, 241 241 .wp_themeSkin .mceMenu .mceMenuItemActive { 242 background-color: #CEE1EF;242 background-color: #CEE1EF; 243 243 } 244 244 .wp_themeSkin td.mceMenuItemSeparator {background:#aaa; height:1px} 245 245 .wp_themeSkin .mceMenuItemTitle a { 246 border:0;247 background:#ccc;248 border-bottom:1px solid #aaa;246 border:0; 247 background:#ccc; 248 border-bottom:1px solid #aaa; 249 249 } 250 250 .wp_themeSkin .mceMenuItemTitle span.mceText {color:#000; font-weight:bold; padding-left:4px}
Note: See TracChangeset
for help on using the changeset viewer.