Changeset 8661
- Timestamp:
- 05/23/08 09:21:14 (8 months ago)
- Files:
-
- art/themes/jaws/blog.css (modified) (1 diff)
- art/themes/jaws/blog.rtl.css (modified) (1 diff)
- art/themes/jaws/style.css (modified) (18 diffs)
- art/themes/jaws/style.rtl.css (modified) (18 diffs)
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
art/themes/jaws/blog.css
r6017 r8661 63 63 64 64 .blog-tb { 65 padding: 5px; 66 font-size: 8pt; 67 background: none; 68 margin-bottom: 2px; 65 69 border: 1px solid #d3d7cf; 66 background: #fff;67 padding: 10px;68 font-size: xx-small;69 70 } 70 71 art/themes/jaws/blog.rtl.css
r6595 r8661 63 63 64 64 .blog-tb { 65 padding: 5px; 66 font-size: 8pt; 67 background: none; 68 margin-bottom: 2px; 65 69 border: 1px solid #d3d7cf; 66 background: #fff;67 padding: 10px;68 font-size: xx-small;69 70 } 70 71 art/themes/jaws/style.css
r8464 r8661 1 * {margin:0; padding:0;} 1 2 body { 2 background: #fff url(top.jpg) repeat-x top left; 3 margin: 0; 4 padding: 0; 5 text-align: center; 6 font-family: "Lucida Grande", Myriad, "Andale Sans", "Luxi Sans", "Bitstream Vera Sans", Tahoma, "Toga Sans", Helvetica, Arial, sans-serif; 7 font-size: 1em; 3 margin: 0; 4 padding: 0; 5 direction: ltr; 6 font-size: 1em; 7 text-align: center; 8 background: #fff url(top.jpg) repeat-x top left; 9 font-family: "Lucida Grande", Myriad, "Andale Sans", "Luxi Sans", "Bitstream Vera Sans", Tahoma, "Toga Sans", Helvetica, Arial, sans-serif; 8 10 } 9 11 10 12 /* Header section */ 11 13 #top_header { 12 width: 790px;13 min-height: 80px;14 height: 80px;15 display: block;16 margin: 0 auto;17 padding: 0;18 text-align: left;19 font-size: smaller;14 width: 790px; 15 min-height: 80px; 16 height: 80px; 17 display: block; 18 margin: 0 auto; 19 padding: 0; 20 text-align: left; 21 font-size: smaller; 20 22 } 21 23 22 24 #top_header h1 { 23 margin: 0;24 padding-top: 20px;25 color: #fff;26 font-weight: bold;27 font-size: large;25 margin: 0; 26 padding-top: 20px; 27 color: #fff; 28 font-weight: bold; 29 font-size: large; 28 30 } 29 31 30 32 #top_header h1 a, #top_header h1 a:hover { 31 color: #fff;32 text-decoration: none;33 color: #fff; 34 text-decoration: none; 33 35 } 34 36 35 37 #top_header p { 36 font-size: smaller;37 color: #fff;38 margin: 0px;38 font-size: smaller; 39 color: #fff; 40 margin: 0px; 39 41 } 40 42 /* End Header */ … … 42 44 /* Container */ 43 45 #container { 44 background: transparent;45 margin: 0 auto;46 padding: 0;47 display: block;48 text-align: left;49 width: 790px;50 font-size: smaller;46 padding: 0; 47 width: 790px; 48 margin: 0 auto; 49 display: block; 50 text-align: left; 51 font-size: smaller; 52 background: transparent; 51 53 } 52 54 53 55 html>body #container{ 54 width: 790px;56 width: 790px; 55 57 } 56 58 /* End Container */ … … 58 60 /* Footer */ 59 61 #sub_footer { 60 letter-spacing: 1px;61 border-top: 1px dotted #babdb6;62 margin-top: 40px;63 color: #888a85;64 padding: 10px;65 clear: both;62 letter-spacing: 1px; 63 border-top: 1px dotted #babdb6; 64 margin-top: 40px; 65 color: #888a85; 66 padding: 10px; 67 clear: both; 66 68 } 67 69 68 70 #sub_footer a, #sub_footer a:hover{ 69 text-decoration: none;71 text-decoration: none; 70 72 } 71 73 72 74 #sub_footer p { 73 font-size: smaller;74 margin: 0 0 10px 0;75 font-size: smaller; 76 margin: 0 0 10px 0; 75 77 } 76 78 /* End Footer */ 77 79 78 80 #main { 79 min-width: 410px;80 width: 410px;81 max-width: 410px;82 float: left;83 margin: 0 8px 0 8px;84 border: 1px solid #fff;81 min-width: 410px; 82 width: 410px; 83 max-width: 410px; 84 float: left; 85 margin: 0 8px 0 8px; 86 border: 1px solid #fff; 85 87 } 86 88 87 89 #bar1 { 88 float: left;89 width: 180px;90 max-width: 180px;90 float: left; 91 width: 180px; 92 max-width: 180px; 91 93 } 92 94 93 95 #bar2 { 94 float: right;95 width: 180px;96 max-width: 180px;96 float: right; 97 width: 180px; 98 max-width: 180px; 97 99 } 98 100 99 101 .clearfix:after { 100 content: ".";101 display: block;102 height: 0;103 clear: both;104 visibility: hidden;102 content: "."; 103 display: block; 104 height: 0; 105 clear: both; 106 visibility: hidden; 105 107 } 106 108 107 109 pre { 108 width: 100%;109 overflow: auto;110 } 111 112 .light-color { color: #729fcf; }113 .medium-color { color: #3465a4; }114 .dark-color { color: #3465a4; }115 .light-background { background-color: #729fcf; color: #3465a4; }116 .medium-background { background-color: #3465a4; color: #fff; }117 .dark-background { background-color: #3465a4; color: #fff; }118 .accent-color { color: #cee14b; }119 .accent-background { background-color: #cee14b; color: #9db029; }110 width: 100%; 111 overflow: auto; 112 } 113 114 .light-color{ color: #729fcf; } 115 .medium-color { color: #3465a4; } 116 .dark-color { color: #3465a4; } 117 .light-background { background-color: #729fcf; color: #3465a4; } 118 .medium-background{ background-color: #3465a4; color: #fff; } 119 .dark-background{ background-color: #3465a4; color: #fff; } 120 .accent-color { color: #cee14b; } 121 .accent-background{ background-color: #cee14b; color: #9db029; } 120 122 121 123 #main-section { 122 /*width: 90%;123 padding: 10px;124 padding-top: 20px; */125 margin-left: auto;126 margin-right: auto;127 text-align: left;128 width: 100%;124 /*width: 90%; 125 padding: 10px; 126 padding-top: 20px; */ 127 margin-left: auto; 128 margin-right: auto; 129 text-align: left; 130 width: 100%; 129 131 } 130 132 131 133 a { 132 color: #3465a4;134 color: #3465a4; 133 135 } 134 136 135 137 a:hover { 136 color: #9db029;138 color: #9db029; 137 139 } 138 140 139 141 h1, h2, h3, h4, table th { 140 color: #3465a4;142 color: #3465a4; 141 143 } 142 144 143 145 h1 a, h2 a, h3 a, h4 a, table th a{ 144 color: #3465a4;145 text-decoration: none;146 } 147 148 h1 { font-size: large; }149 h2 { font-size: medium; }150 h3 { font-size: small; }146 color: #3465a4; 147 text-decoration: none; 148 } 149 150 h1 { font-size: large; } 151 h2 { font-size: medium;} 152 h3 { font-size: small; } 151 153 h4 { font-size: x-small; } 152 154 153 155 hr { 154 display: none;156 display: none; 155 157 } 156 158 157 159 .strong-color { 158 background: #3465a4;159 color: #fff; padding: 4px;160 font-weight: bold;160 background: #3465a4; 161 color: #fff; padding: 4px; 162 font-weight: bold; 161 163 } 162 164 163 165 /* Begin forms */ 164 166 textarea { 165 padding: 2px;166 font-size: 8pt;167 border: 1px solid #cccccc;167 padding: 2px; 168 font-size: 10pt; 169 border: 1px solid #cccccc; 168 170 } 169 171 input, select {font-size: 11pt; border: 1px solid #cccccc;} 170 172 171 173 button{font-size:12px; border: 1px solid #333;} 172 button, input[type="button"], input[type="submit"] {173 color: #888a85;174 font-size: 8pt;175 cursor: pointer;176 background-color: #efefef;177 border: 1px solid #babdb6;178 border-top: 1px solid #d3d7cf;179 border-left: 1px solid #d3d7cf;180 } 181 * html button {182 color: #888a85;183 font-size: 8pt;184 cursor: pointer;185 background-color: #efefef;186 border: 1px solid #babdb6;187 border-top: 1px solid #d3d7cf;188 border-left: 1px solid #d3d7cf;189 } 190 191 button:hover, input[type="button"]:hover, input[type="submit"]:hover {192 background-color: #3465a4;193 color: #fff;174 button, input[type="button"], input[type="submit"]{ 175 color: #888a85; 176 font-size: 8pt; 177 cursor: pointer; 178 background-color: #efefef; 179 border: 1px solid #babdb6; 180 border-top: 1px solid #d3d7cf; 181 border-left: 1px solid #d3d7cf; 182 } 183 * html button{ 184 color: #888a85; 185 font-size: 8pt; 186 cursor: pointer; 187 background-color: #efefef; 188 border: 1px solid #babdb6; 189 border-top: 1px solid #d3d7cf; 190 border-left: 1px solid #d3d7cf; 191 } 192 193 button:hover, input[type="button"]:hover, input[type="submit"]:hover{ 194 background-color: #3465a4; 195 color: #fff; 194 196 } 195 197 196 198 button:active, input[type="button"]:active, input[type="submit"]:active { 197 background-color: #fff;198 color: #000;199 border: 1px solid #3465a4;199 background-color: #fff; 200 color: #000; 201 border: 1px solid #3465a4; 200 202 } 201 203 202 204 select { 203 cursor: pointer;205 cursor: pointer; 204 206 } 205 207 206 208 input[type="text"], input[type="password"], textarea { 207 color: #555753;208 background-color: #fff;209 border: 1px solid #d3d7cf;210 border-top: 1px solid #babdb6;211 border-left: 1px solid #babdb6;212 padding: 3px;213 } 214 215 input[type="text"]:focus, input[type="password"]:focus, textarea:focus {216 color: #000;217 background-color: #fff;218 border: 1px solid #3465a4;209 color: #555753; 210 background-color: #fff; 211 border: 1px solid #d3d7cf; 212 border-top: 1px solid #babdb6; 213 border-left: 1px solid #babdb6; 214 padding: 3px; 215 } 216 217 input[type="text"]:focus, input[type="password"]:focus, textarea:focus{ 218 color: #000; 219 background-color: #fff; 220 border: 1px solid #3465a4; 219 221 } 220 222 221 223 textarea { 222 width: inherit;224 width: inherit; 223 225 } 224 226 225 227 .widetable { 226 width: 100%;228 width: 100%; 227 229 } 228 230 229 231 table.tableform .button { 230 text-align: center;232 text-align: center; 231 233 } 232 234 233 235 fieldset { 234 border: 0;235 margin: 0;236 padding: 0;237 margin-bottom: 1em;238 font-size: small;236 border: 0; 237 margin: 0; 238 padding: 0; 239 margin-bottom: 1em; 240 font-size: small; 239 241 } 240 242 241 243 legend { 242 background-color: white;243 font-weight: bold;244 font-size: 110%;245 padding: 4px;246 padding-left: .5em;247 padding-right: .5em;244 background-color: white; 245 font-weight: bold; 246 font-size: 110%; 247 padding: 4px; 248 padding-left: .5em; 249 padding-right: .5em; 248 250 } 249 251 250 252 label { 251 font-weight: bold;252 cursor: pointer;253 font-weight: bold; 254 cursor: pointer; 253 255 } 254 256 255 257 fieldset td { 256 padding: 1px;258 padding: 1px; 257 259 } 258 260 259 261 fieldset br { 260 display : none;262 display : none; 261 263 } 262 264 263 265 fieldset label { 264 display: block;265 font-size: 100%;266 display: block; 267 font-size: 100%; 266 268 } 267 269 268 270 div.oneline label, div.oneline_no_width label { 269 margin: 0;270 margin-right: .6em;271 display: block;272 text-align: right;273 float: left;274 font-size: 100%;275 font-weight: bold;276 cursor: pointer;271 margin: 0; 272 margin-right: .6em; 273 display: block; 274 text-align: right; 275 float: left; 276 font-size: 100%; 277 font-weight: bold; 278 cursor: pointer; 277 279 } 278 280 279 281 div.oneline label { 280 width: 15em;282 width: 15em; 281 283 } 282 284 283 285 div.oneline_no_width label { 284 text-align: left;286 text-align: left; 285 287 } 286 288 287 289 div.checkbox label { 288 margin: 0;289 display: block;290 width: 13em;291 text-align: right;290 margin: 0; 291 display: block; 292 width: 13em; 293 text-align: right; 292 294 } 293 295 294 296 div.checkbox .el { 295 margin-left: 13em;297 margin-left: 13em; 296 298 } 297 299 298 300 div.checkbox .el label, div.checkbox_el label { 299 font-weight: normal;300 display: block;301 margin: 0;302 text-align: left;301 font-weight: normal; 302 display: block; 303 margin: 0; 304 text-align: left; 303 305 } 304 306 305 307 div.radiobox label { 306 display: inline;308 display: inline; 307 309 } 308 310 309 311 div.radiobox input { 310 vertical-align: middle;312 vertical-align: middle; 311 313 } 312 314 313 315 div hr { 314 border-color: black;316 border-color: black; 315 317 } 316 318 317 319 button { 318 width: auto;319 overflow: visible;320 width: auto; 321 overflow: visible; 320 322 } 321 323 322 324 div.buttons { 323 clear: both;324 padding-top: 10px;325 float: right;325 clear: both; 326 padding-top: 10px; 327 float: right; 326 328 } 327 329 328 330 fieldset div { 329 clear: left;330 padding: 0 1em;331 padding-bottom: 6px;331 clear: left; 332 padding: 0 1em; 333 padding-bottom: 6px; 332 334 } 333 335 334 336 fieldset div strong { 335 font-size: 100%337 font-size: 100% 336 338 } 337 339 338 340 fieldset div span.form-error { 339 display: block;340 color: #F00;341 font-weight: bold;342 letter-spacing: 1px;341 display: block; 342 color: #F00; 343 font-weight: bold; 344 letter-spacing: 1px; 343 345 } 344 346 345 347 fieldset div span.comment { 346 display: none;348 display: none; 347 349 } 348 350 349 351 fieldset div:hover span.comment { 350 font-size: 95%;351 color: #c96;352 background-color: #faf0e6;353 /*\*/354 margin-left: 3em;355 /**/356 padding: .2em .5em .3em;357 border: 1px solid #c96;358 display: block;359 position: absolute;360 z-index: 100;361 float: right;362 -moz-border-radius: 4px;352 font-size: 95%; 353 color: #c96; 354 background-color: #faf0e6; 355 /*\*/ 356 margin-left: 3em; 357 /**/ 358 padding: .2em .5em .3em; 359 border: 1px solid #c96; 360 display: block; 361 position: absolute; 362 z-index: 100; 363 float: right; 364 -moz-border-radius: 4px; 363 365 } 364 366 * html fieldset div span.comment { 365 font-size: 95%;366 color: #c96;367 margin-left: 3em;368 padding: .3em;369 border-left: 1px solid #c96;370 display: block;367 font-size: 95%; 368 color: #c96; 369 margin-left: 3em; 370 padding: .3em; 371 border-left: 1px solid #c96; 372 display: block; 371 373 } 372 374 373 375 div#requiredNote { 374 font-size: 100%;375 letter-spacing: 0.5px;376 /* clear: both; */377 margin-top: 10px;376 font-size: 100%; 377 letter-spacing: 0.5px; 378 /* clear: both; */ 379 margin-top: 10px; 378 380 } 379 381 380 382 label.mandat, span.mandat { 381 color: #930;382 font-weight: bold;383 color: #930; 384 font-weight: bold; 383 385 } 384 386 385 387 label.mandat:after, span.mandat:after { 386 content: "*";388 content: "*"; 387 389 } 388 390 389 391 .removed { 390 display: none !important;392 display: none !important; 391 393 } 392 394 393 395 input[type="checkbox"], select { 394 -moz-border-top-colors: #babdb6 transparent;395 -moz-border-left-colors: #babdb6 transparent;396 -moz-border-bottom-colors: #d3d7cf transparent;397 -moz-border-right-colors: #d3d7cf transparent;398 -moz-border-radius: 1px;399 padding: 1px;400 font-family: "Lucida Grande", Myriad, "Andale Sans", "Luxi Sans", "Bitstream Vera Sans", Tahoma, "Toga Sans", Helvetica, Arial, sans-serif;401 font-size: small;396 -moz-border-top-colors: #babdb6 transparent; 397 -moz-border-left-colors: #babdb6 transparent; 398 -moz-border-bottom-colors: #d3d7cf transparent; 399 -moz-border-right-colors: #d3d7cf transparent; 400 -moz-border-radius: 1px; 401 padding: 1px; 402 font-family: "Lucida Grande", Myriad, "Andale Sans", "Luxi Sans", "Bitstream Vera Sans", Tahoma, "Toga Sans", Helvetica, Arial, sans-serif; 403 font-size: small; 402 404 } 403 405 404 406 input[type="checkbox"]:focus { 405 -moz-border-top-colors: #3465a4 transparent;406 -moz-border-left-colors: #3465a4 transparent;407 -moz-border-bottom-colors: #3465a4 transparent;408 -moz-border-right-colors: #3465a4 transparent;407 -moz-border-top-colors: #3465a4 transparent; 408 -moz-border-left-colors: #3465a4 transparent; 409 -moz-border-bottom-colors: #3465a4 transparent; 410 -moz-border-right-colors: #3465a4 transparent; 409 411 } 410 412 411 413 .form_comment { 412 font-size: x-small;414 font-size: x-small; 413 415 } 414 416 /* End forms */ 415 417 416 418 .terminal { 417 margin-top: 15px;418 padding: 15px;419 font-size: small;420 font-family: "Courier New", Courier;421 background: #000;422 border: solid 1px #d3d7cf;423 line-height: 110%;424 color: white;425 width: 90%;419 margin-top: 15px; 420 padding: 15px; 421 font-size: small; 422 font-family: "Courier New", Courier; 423 background: #000; 424 border: solid 1px #d3d7cf; 425 line-height: 110%; 426 color: white; 427 width: 90%; 426 428 } 427 429 428 430 .code, .xml , .script { 429 margin: 16px;430 padding: 16px;431 font-size: small;432 font-family: "Courier New", Courier;433 background: #fff;434 border: solid 1px #d3d7cf;435 line-height: 100%;436 color: #000dbd;437 width: 90%;431 margin: 16px; 432 padding: 16px; 433 font-size: small; 434 font-family: "Courier New", Courier; 435 background: #fff; 436 border: solid 1px #d3d7cf; 437 line-height: 100%; 438 color: #000dbd; 439 width: 90%; 438 440 } 439 441 440 442 .keyword { 441 color: #00a20b;443 color: #00a20b; 442 444 } 443 445 444 446 .comment { 445 color:red;447 color:red; 446 448 } 447 449 448 450 .literal { 449 color: purple;451 color: purple; 450 452 } 451 453 452 454 .term-box { 453 background-color: #fafafa;454 color: #3465a4;455 border: 1px solid #9db029;456 padding: 10px;457 font-size: 11px;458 width: 95%;455 background-color: #fafafa; 456 color: #3465a4; 457 border: 1px solid #9db029; 458 padding: 10px; 459 font-size: 11px; 460 width: 95%; 459 461 } 460 462 461 463 table { 462 text-align: left;464 text-align: left; 463 465 } 464 466 465 467 .tableform { 466 width: 100%;468 width: 100%; 467 469 } 468 470 469 471 .tableform td { 470 display: table-cell;471 vertical-align: top;472 display: table-cell; 473 vertical-align: top; 472 474 } 473 475 474 476 img { 475 border: 0;477 border: 0; 476 478 } 477 479 478 480 /* Debug */ 479 481 #debug-table { 480 background-color: white;481 color: black;482 font-size: x-small;482 background-color: white; 483 color: black; 484 font-size: x-small; 483 485 } 484 486 485 487 #debug-table pre { 486 font-size: small;488 font-size: small; 487 489 } 488 490 489 491 pre.var_dump { 490 line-height:1.8em;492 line-height:1.8em; 491 493 } 492 494 493 495 pre.var_dump span.type { 494 color:#006600;495 background:transparent;496 color:#006600; 497 background:transparent; 496 498 } 497 499 498 500 pre.var_dump span.value { 499 padding:2px; color:#339900;500 background:#F0F0F0;501 border: 1px dashed #CCCCCC;501 padding:2px; color:#339900; 502 background:#F0F0F0; 503 border: 1px dashed #CCCCCC; 502 504 } 503 505 /* End Debug */ 504 506 505 507 .pager { 506 margin-bottom: 10px;508 margin-bottom: 10px; 507 509 } 508 510 … … 512 514 513 515 .menu_level a { 514 height: 20px;515 min-height: 20px;516 height: 20px; 517 min-height: 20px; 516 518 } 517 519 518 520 .menu_level_1 { 519 font-weight: bold;521 font-weight: bold; 520 522 } 521 523 522 524 .menu_level_1 a { 523 text-decoration: none;525 text-decoration: none; 524 526 } 525 527 … … 528 530 529 531 .menu_option_active { 530 color: #000;531 text-decoration: none;532 font-weight: bold;532 color: #000; 533 text-decoration: none; 534 font-weight: bold; 533 535 } 534 536 535 537 .menu_level_2 { 536 padding-left: 20px;538 padding-left: 20px; 537 539 } 538 540 … … 541 543 542 544 .menu_level_3 { 543 padding-left: 40px;545 padding-left: 40px; 544 546 } 545 547 … … 548 550 549 551 .menu_level_4 { 550 padding-left: 60px;552 padding-left: 60px; 551 553 } 552 554 … … 557 559 /* Used for simple responses (messages saved in session) */ 558 560 .simple-response-msg { 559 background: #f4f4f4;560 border: 1px solid #b2b2b2;561 padding: .3em;561 background: #f4f4f4; 562 border: 1px solid #b2b2b2; 563 padding: .3em; 562 564 } 563 565 564 566 /** Messages **/ 565 567 .error-message, .warning-message, .notice-message, .working-message { 566 -moz-border-radius: 4px;567 font-weight: bold;568 display: inline;569 text-align: left;570 line-height: 25px;571 padding-left: 26px;572 padding-right: 8px;573 padding-top: 4px;574 padding-bottom: 3px;575 background-repeat: no-repeat;576 background-position: 2px 0px;568 -moz-border-radius: 4px; 569 font-weight: bold; 570 display: inline; 571 text-align: left; 572 line-height: 25px; 573 padding-left: 26px; 574 padding-right: 8px; 575 padding-top: 4px; 576 padding-bottom: 3px; 577 background-repeat: no-repeat; 578 background-position: 2px 0px; 577 579 } 578 580 579 581 .notice-message { 580 border: 1px solid #9db029;581 background-color: #e6f0a5;582 background-image: url("../../images/stock/info-small.png");582 border: 1px solid #9db029; 583 background-color: #e6f0a5; 584 background-image: url("../../images/stock/info-small.png"); 583 585 } 584 586 585 587 .warning-message { 586 border: 1px solid #fce94f;587 background-color: #fdf4a7;588 background-image: url("../../images/stock/warning-small.png");588 border: 1px solid #fce94f; 589 background-color: #fdf4a7; 590 background-image: url("../../images/stock/warning-small.png"); 589 591 } 590 592 591 593 .error-message { 592 border: 1px solid #cc0000;593 background-color: #fabfbf;594 background-image: url("../../images/stock/error-small.png");594 border: 1px solid #cc0000; 595 background-color: #fabfbf; 596 background-image: url("../../images/stock/error-small.png"); 595 597 } 596 598 … … 598 600 /* Common styles for all gadgets */ 599 601 .clearfix:after { 600 height: 0;601 clear: both;602 width: 100%;603 content: ".";604 display: block;605 visibility: hidden;602 height: 0; 603 clear: both; 604 width: 100%; 605 content: "."; 606 display: block; 607 visibility: hidden; 606 608 } 607 609 .gadget {margin-bottom: 10px;} 608 610 .wide .gadget {margin-bottom: 2px;} 609 611 .gadget h3 { 610 padding: 1px;611 font-size: 12px;612 text-align: left;613 margin-bottom: 2px;612 padding: 1px; 613 font-size: 12px; 614 text-align: left; 615 margin-bottom: 2px; 614 616 } 615 617 .gadget .content {font-size: 10pt; padding: 2px 5px; border-top: none;} … … 620 622 .gadget .actions div {text-align: left;} 621 623 .gadget .actions button{ 622 margin: 2px;623 padding: 1px;624 min-height: 18px;625 min-width: 42px;626 font-weight: bold;627 overflow: visible;628 border: 1px solid #babdb6;629 border-top: 1px solid #d3d7cf;630 border-right: 1px solid #d3d7cf;624 margin: 2px; 625 padding: 1px; 626 min-height: 18px; 627 min-width: 42px; 628 font-weight: bold; 629 overflow: visible; 630 border: 1px solid #babdb6; 631 border-top: 1px solid #d3d7cf; 632 border-right: 1px solid #d3d7cf; 631 633 } 632 634 … … 645 647 /* Commnets */ 646 648 .comment .comment_info, .comment_reply { 647 padding: 5px;648 text-align: right;649 font-size: xx-small;650 color: #babdb6;651 clear: both;649 padding: 5px; 650 text-align: right; 651 font-size: xx-small; 652 color: #babdb6; 653 clear: both; 652 654 } 653 655 .comment .content {text-align: justify;} 654 656 .comment .avatar { 655 float: left;656 margin-right: 5px;657 margin-bottom: 5px;658 border: 1px solid #000;657 float: left; 658 margin-right: 5px; 659 margin-bottom: 5px; 660 border: 1px solid #000; 659 661 } 660 662 .comment_level_0 {margin-left: 0px;} … … 681 683 682 684 /* Poll */ 683 .poll .content input {padding: 2px; border: none;}684 .poll .content label {padding-left: 2px;}685 .poll .contentinput {padding: 2px; border: none;} 686 .poll .contentlabel {padding-left: 2px;} 685 687 .poll_result table {width: 98%; margin: 0px; padding:0px; font-size:10pt;} 686 688 .poll_result th { border: 1px solid #d3d7cf; } 687 .poll_result td {font-size:9pt; padding:4px 4px 4px2px; border: 1px solid #d3d7cf; }689 .poll_result td {font-size:9pt; padding:4px; padding-left:2px; border: 1px solid #d3d7cf; } 688 690 .poll_result .txt_percent {width: 28px;} 689 691 .poll_result .img_percent {width: 128px;} … … 703 705 .quotes ul {list-style: none;} 704 706 .quotes li , .rssreader li { 705 display: block; 706 color: #271739; 707 font-size: 12px; 708 padding: 2px 6px 2px 2px; 709 text-decoration: none; 710 border-bottom: 1px dashed #ccc; 707 display: block; 708 color: #271739; 709 font-size: 12px; 710 padding: 2px; 711 padding-right: 6px; 712 text-decoration: none; 713 border-bottom: 1px dashed #ccc; 711 714 } 712 715 .quotes ul a:hover {color: #ef3300;} … … 753 756 .faq .summary {padding-bottom: 5px;} 754 757 .faq .summary li {margin-left: 20px; font-size: 10pt;} 755 .faq .summary li {font-weight: bold;}756 .faq .summary li ol li {font-weight: normal;}758 .faq .summary li{font-weight: bold;} 759 .faq .summary liol li {font-weight: normal;} 757 760 .faq_category h4 {font-size: 10pt;} 758 761 … … 762 765 .glossary h3 {margin-bottom: 10px;} 763 766 .glossary span { 764 border: 1px solid #d3d7cf;765 padding: 4px;766 background: #eee;767 font-size: xx-small;767 border: 1px solid #d3d7cf; 768 padding: 4px; 769 background: #eee; 770 font-size: xx-small; 768 771 } 769 772 .glossary span a {padding: 2px;} … … 802 805 .narrow .menu .content ul {z-index:500;} 803 806 .menu a, .menu a:visited { 804 color:#777; 805 padding:4px; 806 display:block; 807 min-height:18px; 808 font-weight: bold; 809 text-decoration:none; 810 border:1px solid #fff; 811 border-bottom: none; 807 padding:4px; 808 display:block; 809 min-height:18px; 810 font-weight: bold; 811 text-decoration:none; 812 border:1px solid #fff; 813 border-bottom: none; 812 814 } 813 815 .menu li {background:#f0f0f0;} … … 817 819 .menu li:hover {position:relative;} 818 820 .menu li:hover > a {background:#ddd; color:#37a;} 819 .menu li a:active, .menu li a:focus {background:#ddd; color:#37a;}820 821 .narrow .menu li ul {display:none;} 821 822 .wide .menu li ul {display:none;} 822 823 .menu li:hover > ul { 823 display:block;824 position:absolute;825 padding:10px 30px 30px 30px;826 background:transparent url(images/blank.gif);824 display:block; 825 position:absolute; 826 padding:10px 30px 30px 30px; 827 background:transparent url(images/blank.gif); 827 828 } 828 829 .wide .menu li:hover > ul {top:16px; left:-30px;} 829 830 .wide .menu li ul li:hover > ul {top:-10px; left:148px;} 830 831 .narrow .menu li:hover > ul {top:-10px; left:148px;} 831 .menu ul table {position:absolute; border-collapse:collapse; top:0; left:0; z-index:1000; font-size:1em;} 832 * html .menu a:hover {color:#37a; background:#ddd; position:relative;} 832 .menu ul table { 833 top:0; 834 left:0; 835 z-index:1000; 836 font-size:1em; 837 position:absolute; 838 border-collapse:collapse; 839 } 840 * html .menu a:hover {background:#ddd; color:#37a; position:relative;} 841 * html .wide .menu a:hover {float: left;} /* must be removed in RTL mode */ 833 842 * html .narrow .menu li a, * html .narrow .menu li a:visited {width:164px;} 834 * html .wide .menu li ul li a, * html .wide .menu li ul li a:visited {width:200px;}843 * html .wide .menu li ul, * html .wide .menu li ul li a, * html .wide .menu li ul li a:visited {width:200px;} 835 844 * html .narrow .menu li ul { 836 display:block;837 position:absolute;838 visibility:hidden;839 top:-10px; left:148px;840 padding:10px 30px 30px 30px;841 background:transparent url(images/blank.gif);845 display:block; 846 position:absolute; 847 visibility:hidden; 848 top:-11px; left:148px; 849 padding:10px 30px 30px 30px; 850 background:transparent url(images/blank.gif); 842 851 } 843 852 * html .wide .menu li ul { 844 display:block;845 position:absolute;846 visibility:hidden;847 top:0px; left:148px;848 padding:10px 30px 30px 30px;849 background:transparent url(images/blank.gif);853 display:block; 854 position:absolute; 855 visibility:hidden; 856 top:0px; left:148px; 857 padding:10px 30px 30px 30px; 858 background:transparent url(images/blank.gif); 850 859 } 851 860 .wide .menu ul li a:hover ul ul{visibility:hidden;} … … 853 862 .wide .menu ul li a:hover ul a:hover ul a:hover ul ul{visibility:hidden;} 854 863 .wide .menu ul li a:hover ul a:hover ul a:hover ul a:hover ul ul {visibility:hidden;} 855 .wide .menu ul li a:hover ul {visibility:visible; left:-3 0px; top:13px; lef\t:-35px; to\p:14px;}856 .wide .menu ul li a:hover ul a:hover ul{visibility:visible; top:-1 0px; left:148px;}864 .wide .menu ul li a:hover ul {visibility:visible; left:-31px; top:14px;} 865 .wide .menu ul li a:hover ul a:hover ul{visibility:visible; top:-11px; left:148px;} 857 866 .wide .menu ul li a:hover ul a:hover ul a:hover ul {visibility:visible;} 858 867 .wide .menu ul li a:hover ul a:hover ul a:hover ul a:hover ul {visibility:visible;} art/themes/jaws/style.rtl.css
r8465 r8661 1 * {margin:0; padding:0;} 1 2 body { 2 background: #fff url(top.jpg) repeat-x top right; 3 margin: 0; 4 padding: 0; 5 text-align: center; 6 font-family: "Lucida Grande", Myriad, "Andale Sans", "Luxi Sans", "Bitstream Vera Sans", Tahoma, "Toga Sans", Helvetica, Arial, sans-serif; 7 font-size: 1em; 3 margin: 0; 4 padding: 0; 5 direction: ltr; 6 font-size: 1em; 7 text-align: center; 8 background: #fff url(top.jpg) repeat-x top right; 9 font-family: "Lucida Grande", Myriad, "Andale Sans", "Luxi Sans", "Bitstream Vera Sans", Tahoma, "Toga Sans", Helvetica, Arial, sans-serif; 8 10 } 9 11 10 12 /* Header section */ 11 13 #top_header { 12 width: 790px;13 min-height: 80px;14 height: 80px;15 display: block;16 margin: 0 auto;17 padding: 0;18 text-align: right;19 font-size: smaller;14 width: 790px; 15 min-height: 80px; 16 height: 80px; 17 display: block; 18 margin: 0 auto; 19 padding: 0; 20 text-align: right; 21 font-size: smaller; 20 22 } 21 23 22 24 #top_header h1 { 23 margin: 0;24 padding-top: 20px;25 color: #fff;26 font-weight: bold;27 font-size: large;25 margin: 0; 26 padding-top: 20px; 27 color: #fff; 28 font-weight: bold; 29 font-size: large; 28 30 } 29 31 30 32 #top_header h1 a, #top_header h1 a:hover { 31 color: #fff;32 text-decoration: none;33 color: #fff; 34 text-decoration: none; 33 35 } 34 36 35 37 #top_header p { 36 font-size: smaller;37 color: #fff;38 margin: 0px;38 font-size: smaller; 39 color: #fff; 40 margin: 0px; 39 41 } 40 42 /* End Header */ … … 42 44 /* Container */ 43 45 #container { 44 direction: rtl;45 background: transparent;&nb
