| 1 |
/* |
| 2 |
* jQuery UI screen structure and presentation |
| 3 |
* This CSS file was generated by ThemeRoller, a Filament Group Project for jQuery UI |
| 4 |
* Author: Scott Jehl, scott@filamentgroup.com, http://www.filamentgroup.com |
| 5 |
* Visit ThemeRoller.com |
| 6 |
*/ |
| 7 |
|
| 8 |
/* |
| 9 |
* Note: If your ThemeRoller settings have a font size set in ems, your components will scale according to their parent element's font size. |
| 10 |
* As a rule of thumb, set your body's font size to 62.5% to make 1em = 10px. |
| 11 |
* body {font-size: 62.5%;} |
| 12 |
*/ |
| 13 |
|
| 14 |
/*dialog*/ |
| 15 |
.ui-dialog { |
| 16 |
/*resets*/margin: 0; padding: 0; border: 0; outline: 0; line-height: 1.3; text-decoration: none; font-size: 100%; list-style: none; |
| 17 |
|
| 18 |
font-size: px; |
| 19 |
background: #ffffff; |
| 20 |
color: #333333; |
| 21 |
border: 1px solid #AAAAAA; |
| 22 |
position: relative; |
| 23 |
overflow:visible !important; |
| 24 |
} |
| 25 |
.ui-resizable-handle { |
| 26 |
position: absolute; |
| 27 |
font-size: 0.1px; |
| 28 |
z-index: 99999; |
| 29 |
} |
| 30 |
.ui-resizable .ui-resizable-handle { |
| 31 |
display: block; |
| 32 |
} |
| 33 |
body .ui-resizable-disabled .ui-resizable-handle { display: none; } /* use 'body' to make it more specific (css order) */ |
| 34 |
body .ui-resizable-autohide .ui-resizable-handle { display: none; } /* use 'body' to make it more specific (css order) */ |
| 35 |
.ui-resizable-n { |
| 36 |
cursor: n-resize; |
| 37 |
height: 7px; |
| 38 |
width: 100%; |
| 39 |
top: -5px; |
| 40 |
left: 0px; |
| 41 |
} |
| 42 |
.ui-resizable-s { |
| 43 |
cursor: s-resize; |
| 44 |
height: 7px; |
| 45 |
width: 100%; |
| 46 |
bottom: -5px; |
| 47 |
left: 0px; |
| 48 |
} |
| 49 |
.ui-resizable-e { |
| 50 |
cursor: e-resize; |
| 51 |
width: 7px; |
| 52 |
right: -5px; |
| 53 |
top: 0px; |
| 54 |
height: 100%; |
| 55 |
} |
| 56 |
.ui-resizable-w { |
| 57 |
cursor: w-resize; |
| 58 |
width: 7px; |
| 59 |
left: -5px; |
| 60 |
top: 0px; |
| 61 |
height: 100%; |
| 62 |
} |
| 63 |
.ui-resizable-se { |
| 64 |
cursor: se-resize; |
| 65 |
width: 13px; |
| 66 |
height: 13px; |
| 67 |
right: 0px; |
| 68 |
bottom: 0px; |
| 69 |
background: url(../img/333333_11x11_icon_resize_se.gif) no-repeat 0 0; |
| 70 |
} |
| 71 |
.ui-resizable-sw { |
| 72 |
cursor: sw-resize; |
| 73 |
width: 9px; |
| 74 |
height: 9px; |
| 75 |
left: 0px; |
| 76 |
bottom: 0px; |
| 77 |
} |
| 78 |
.ui-resizable-nw { |
| 79 |
cursor: nw-resize; |
| 80 |
width: 9px; |
| 81 |
height: 9px; |
| 82 |
left: 0px; |
| 83 |
top: 0px; |
| 84 |
} |
| 85 |
.ui-resizable-ne { |
| 86 |
cursor: ne-resize; |
| 87 |
width: 9px; |
| 88 |
height: 9px; |
| 89 |
right: 0px; |
| 90 |
top: 0px; |
| 91 |
} |
| 92 |
.ui-dialog-titlebar { |
| 93 |
/*resets*/margin: 0; padding: 0; border: 0; outline: 0; line-height: 1.3; text-decoration: none; font-size: 100%; list-style: none; |
| 94 |
padding: .5em 1.5em .5em 1em; |
| 95 |
color: #fff; |
| 96 |
border-bottom: 1px solid #DFDFDF; |
| 97 |
font-size: 1em; |
| 98 |
font-weight: bold; |
| 99 |
position: relative; |
| 100 |
-moz-border-radius:3px 3px 0 0; |
| 101 |
-webkit-border-radius:3px 3px 0 0; |
| 102 |
background: #777; |
| 103 |
|
| 104 |
} |
| 105 |
.ui-dialog-title { |
| 106 |
padding-left: 25px; |
| 107 |
} |
| 108 |
.ui-dialog-titlebar-close { |
| 109 |
/*resets*/margin: 0; padding: 0; border: 0; outline: 0; line-height: 1.3; text-decoration: none; font-size: 100%; list-style: none; |
| 110 |
background: url(../img/apple-close.png) 0 0 no-repeat; |
| 111 |
position: absolute; |
| 112 |
right: -15px; |
| 113 |
top: -13px; |
| 114 |
width: 28px; |
| 115 |
height: 28px; |
| 116 |
z-index: 100; |
| 117 |
} |
| 118 |
.ui-dialog-titlebar-close-hover, .ui-dialog-titlebar-close:hover { |
| 119 |
background: url(../img/apple-close.png) 0 0 no-repeat; |
| 120 |
} |
| 121 |
.ui-dialog-titlebar-close:active { |
| 122 |
background: url(../img/apple-close.png) 0 0 no-repeat; |
| 123 |
} |
| 124 |
.ui-dialog-titlebar-close span { |
| 125 |
display: none; |
| 126 |
} |
| 127 |
.ui-dialog-content { |
| 128 |
/*resets*/margin: 0; padding: 0; border: 0; outline: 0; line-height: 1.3; text-decoration: none; font-size: 100%; list-style: none; |
| 129 |
color: #333333; |
| 130 |
padding: 1.5em 1.7em; |
| 131 |
} |
| 132 |
.ui-dialog-buttonpane { |
| 133 |
position: absolute; |
| 134 |
bottom: 0; |
| 135 |
width: 100%; |
| 136 |
text-align: center; |
| 137 |
border-top: 1px solid #DFDFDF; |
| 138 |
background: #ffffff; |
| 139 |
padding: 10px 0px; |
| 140 |
} |
| 141 |
.ui-dialog-buttonpane button { |
| 142 |
margin-right: 5px; |
| 143 |
} |
| 144 |
/* This file skins dialog */ |
| 145 |
.ui-dialog.ui-draggable .ui-dialog-titlebar, |
| 146 |
.ui-dialog.ui-draggable .ui-dialog-titlebar { |
| 147 |
cursor: move; |
| 148 |
} |
| 149 |
|
| 150 |
|
| 151 |
/*hidden elements*/ |
| 152 |
.ui-hidden { |
| 153 |
display: none;/* for accessible hiding: position: absolute; left: -99999999px*/; |
| 154 |
} |
| 155 |
.ui-accessible-hidden { |
| 156 |
position: absolute; left: -99999999px; |
| 157 |
} |
| 158 |
/*reset styles*/ |
| 159 |
.ui-reset { |
| 160 |
/*resets*/margin: 0; padding: 0; border: 0; outline: 0; line-height: 1.3; text-decoration: none; font-size: 100%; list-style: none; |
| 161 |
} |
| 162 |
/*clearfix class*/ |
| 163 |
.ui-clearfix:after { |
| 164 |
content: "."; |
| 165 |
display: block; |
| 166 |
height: 0; |
| 167 |
clear: both; |
| 168 |
visibility: hidden; |
| 169 |
} |
| 170 |
.ui-clearfix {display: inline-block;} |
| 171 |
/* Hides from IE-mac \*/ |
| 172 |
* html .ui-clearfix {height: 1%;} |
| 173 |
.ui-clearfix {display: block;} |
| 174 |
/* End hide from IE-mac */ |
| 175 |
|
| 176 |
|
| 177 |
#wpdev_bk-dialog { |
| 178 |
padding: 0; |
| 179 |
padding-bottom: 25px; |
| 180 |
} |
| 181 |
.wpdev_bk-dialog-content { |
| 182 |
margin: 15px; |
| 183 |
text-align: justify; |
| 184 |
} |
| 185 |
.ui-dialog-title img { |
| 186 |
position: absolute; |
| 187 |
top: 5px; |
| 188 |
left: 10px; |
| 189 |
} |
| 190 |
#wpdev_bk-dialog-slide-header { |
| 191 |
border-top: 1px solid #DFDFDF; |
| 192 |
padding-left: 35px; |
| 193 |
background-image: url(../img/333333_7x7_arrow_right.gif); |
| 194 |
background-position: 15px 50%; |
| 195 |
background-repeat: no-repeat; |
| 196 |
cursor: pointer; |
| 197 |
-moz-user-select: none; |
| 198 |
-webkit-user-select: none; |
| 199 |
} |
| 200 |
#wpdev_bk-dialog-slide-header.selected { |
| 201 |
background-image: url(/img/333333_7x7_arrow_down.gif) !important; |
| 202 |
} |
| 203 |
#wpdev_bk-precacher { |
| 204 |
width: 0; |
| 205 |
height: 0; |
| 206 |
} |
| 207 |
|
| 208 |
.ui-widget-overlay{ |
| 209 |
position:absolute; |
| 210 |
top:0px; |
| 211 |
/*background-image:url(../img/overlay_l.png);*/ |
| 212 |
opacity:0.5; |
| 213 |
background-color:#777; |
| 214 |
} |
| 215 |
|
| 216 |
.ui-dialog{ |
| 217 |
-moz-border-radius:5px; |
| 218 |
-moz-box-shadow:0 0 20px #555; |
| 219 |
-webkit-border-radius:5px; |
| 220 |
-webkit-box-shadow:0 0 20px #555; |
| 221 |
} |
| 222 |
|
| 223 |
.ui-dialog-buttonpane { |
| 224 |
background: transparent; |
| 225 |
} |