Changeset 235
- Timestamp:
- 01/05/09 15:37:49 (4 years ago)
- Files:
-
- 1 modified
Legend:
- Unmodified
- Added
- Removed
-
Explorator/trunk/public/stylesheets/explorator.css
r214 r235 3 3 */ 4 4 body { 5 background-color: #efefef; 6 } 5 background-color: #efefef; 6 } 7 7 8 h1 { 8 9 font-family: Arial, Helvetica, sans-serif; … … 16 17 border: 1px solid #efefef; 17 18 } 19 18 20 /**********************************************************************************/ 19 21 /********************************************************************************* 20 22 * ****************************** HELP INTERFACE ********************** 21 23 * this section contains the css for the help interface. 22 */ 23 .help_container { 24 */ .help_container { 24 25 position: fixed; 25 26 width: 100%; … … 34 35 font-family: Arial, Helvetica, sans-serif; 35 36 } 37 36 38 /**********************************************************************************/ 37 39 /********************************************************************************* 38 40 * ****************************** CSS BEHAVIOUR ********************** 39 41 * This section defines some css rules that does some interface elements appear on mouse over (hover). 40 */ 41 .resourceuioperations div { 42 */ .resourceuioperations div { 42 43 font-weight: bold; 43 44 font-size: 12px; … … 52 53 margin-bottom: 0px; 53 54 background-color: #efefef; 54 } 55 56 .expand div { 55 } .expand div { 57 56 font-weight: bold; 58 57 font-size: 12px; … … 78 77 float: right; 79 78 } 79 80 80 /***************************************************************************** 81 81 * ******************************* RDF RELATED FORMATTING ******************** 82 82 * 83 83 */ 84 /* Format a resource*/ 85 .resource { 84 /* Format a resource*/ .resource { 86 85 overflow: hidden; 87 86 margin-bottom: 2px; … … 106 105 color: black; 107 106 text-decoration: underline; 108 } 109 110 .properties { 107 } .properties { 111 108 margin: 10px; 112 } 113 114 .objects { 109 } .objects { 115 110 border: 2px solid #999; 116 111 margin: 10px; 117 112 padding: 5px; 118 113 background-color: transparent; 119 } 120 121 .predicate { 114 } .predicate { 122 115 float: none; 123 116 border: 1px dashed #8FBC8F; 124 117 font-size: 14px; 125 118 text-align: left; 126 } 127 128 .object { 119 } .object { 129 120 text-align: left; 130 121 float: none; … … 135 126 margin: 10px; 136 127 } 128 137 129 /** 138 130 * Facets 139 */ 140 .facetgroupwindow div.window { 131 */ .facetgroupwindow div.window { 141 132 margin: 5px; 142 133 top: 0px; 143 } 144 145 .facetgroupwindow { 134 } .facetgroupwindow { 146 135 background-color: #efefef; 147 136 font-family: Arial, Helvetica, sans-serif; … … 152 141 top: 40px; 153 142 position: relative; 154 } 155 156 .term { 143 } .term { 157 144 background-color: #dcdcdc; 158 145 border: 2px ridge #708090; 159 146 font-weight: bold; 160 } 161 162 .cardinality { 163 font-size: 12px; 164 font-weight: bold; 165 } 166 167 .class { 147 } .cardinality { 148 font-size: 12px; 149 font-weight: bold; 150 } .class { 168 151 /*border: 1px solid #9AC0CD;*/ 169 152 color: blue; 170 153 font-style: normal;; 171 154 font-weight: bold; 172 } 173 174 .property { 155 } .property { 175 156 color: green; 176 157 /* border: 1px solid #8FBC8F;*/ 177 158 font-weight: bold; 178 } 179 180 .string { 159 } .string { 181 160 font-size: 90%; 182 161 font-family: georgia, serif; 183 162 color: #8B4513; 184 } 185 186 .inverse { 163 } .inverse { 187 164 text-align: right; 188 165 } 166 189 167 /********************************************************************************* 190 168 * ****************************** USER INTERFACE FORMATTING ********************** … … 205 183 background-color: transparent; 206 184 } 207 /*an window representing a configuration screen*/ 208 .config {185 186 /*an window representing a configuration screen*/ .config { 209 187 font-family: Arial, Helvetica, sans-serif; 210 188 float: left; … … 223 201 background-color: #fefefe; 224 202 } 225 /*format the window ui component*/ 226 .window {203 204 /*format the window ui component*/ .window { 227 205 font-family: Arial, Helvetica, sans-serif; 228 206 float: left; … … 241 219 width: 350px; 242 220 } 243 /* CSS for the window toolbar */ 244 .windowtoolbar {221 222 /* CSS for the window toolbar */ .windowtoolbar { 245 223 padding: 8px; 246 224 background-color: #efefef; … … 248 226 margin-bottom: 3px; 249 227 } 250 /*css for each operation widgets*/ 251 .windowtoolbar div {228 229 /*css for each operation widgets*/ .windowtoolbar div { 252 230 font-weight: bold; 253 231 font-size: 12px; … … 261 239 border: 2px solid #fff; 262 240 margin-bottom: 0px; 263 } 264 265 .windowtoolbar div:hover { 241 } .windowtoolbar div:hover { 266 242 background-color: white; 267 243 } … … 270 246 width: 40px; 271 247 } 248 272 249 /****************************************/ 273 /* CSS for the window header */ 274 .windowheader { 250 /* CSS for the window header */ .windowheader { 275 251 font-weight: bold; 276 252 padding: 4px 4px 4px 4px; … … 278 254 background-color: #efefef; 279 255 margin-bottom: 3px; 280 } 281 282 .windowtitle { 256 } .windowtitle { 283 257 z-index: 9; 284 258 position: absolute; 285 } 286 287 #resname { 259 } #resname { 288 260 height: 25px; 289 } 290 291 .winoperations { 261 } .winoperations { 292 262 background: inherit; 293 263 z-index: 10; … … 295 265 right: 12px; 296 266 } 297 /*The button on the window header.*/ 298 .winoperations div {267 268 /*The button on the window header.*/ .winoperations div { 299 269 font-weight: bold; 300 270 font-size: 12px; … … 308 278 margin-bottom: 0px; 309 279 } 310 /****** pagination css.*/ 311 .pagination {280 281 /****** pagination css.*/ .pagination { 312 282 font-weight: bold; 313 283 font-size: 12px; … … 321 291 border: 1px solid #cccccc; 322 292 } 293 323 294 /******************** 324 295 * Loading Window … … 337 308 left: 50%; 338 309 border: 2px solid #cccccc; 339 } 340 341 .filterwindow { 310 } .filterwindow { 342 311 float: left; 343 312 margin-left: 14px; … … 351 320 background-color: #fefefe; 352 321 } 322 353 323 /***************************************************************************** 354 324 ******************************** TOOL TIP FORMATTING *********************** … … 357 327 display: none; /* so is this */ 358 328 } 329 359 330 /* tooltip will display on :hover event */ 360 331 span.tool:hover span.exp { … … 374 345 text-align: left; 375 346 } 347 376 348 /*The css below are used in the tool tip feature*/ 377 349 span.tool { … … 382 354 display: none; /* so is this */ 383 355 } 356 384 357 /* tooltip will display on :hover event */ 385 358 span.tool:hover span.tip { … … 400 373 text-align: left; 401 374 } 375 402 376 /* 403 377 * Landmaks layout definition 404 */ 405 406 .landmarks { 407 font-family: Arial, Helvetica, sans-serif; 408 float: left; 409 position: absolute; 410 top: 0px; 378 */ .landmarks { 379 font-family: Arial, Helvetica, sans-serif; 380 float: left; 381 382 top: 33px; 411 383 left: 0px; 412 384 width: 100%; 413 385 background-color: #fff; 414 left: 0px;415 386 font-weight: bold; 416 387 font-size: 12px; 417 388 color: #777; 418 z-index: 1 4;389 z-index: 19; 419 390 border-bottom: 1px solid #afafaf; 420 padding-bottom: 0.5em; 391 392 padding-bottom: 0.3em; 421 393 position: fixed; 422 } 423 424 .landmark { 394 } .landmark { 425 395 float: left; 426 396 margin-left: 6px; … … 432 402 } 433 403 434 div.searchform { 435 margin-left: 6px; 436 margin-top: 8px; 437 } 438 439 #submit { 404 #searchform { 405 border: 1px solid #afafaf; 406 float: left; 407 padding-top:4px; 408 padding-left:4px; 409 height:29px; 410 left:0px; 411 top:0px; 412 position:fixed; 413 background:white; 414 width:100%; 415 z-index:21; 416 417 } #submit { 440 418 margin-left: 0.5em; 441 419 } 420 442 421 /************************************************************************************ 443 422 * Operation model -css for the operation widgets 444 */ 445 .toolbars { 423 */ .toolbars { 446 424 float: right; 447 } 448 449 .toolbar { 425 } .toolbar { 450 426 float: left; 451 427 margin-left: 12px; … … 453 429 border: 1px solid #4f94cd; 454 430 padding: 3px; 455 } 456 457 .toolbar div { 431 } .toolbar div { 458 432 float: left; 459 433 padding: 4px; … … 490 464 width: 48px; 491 465 } 466 492 467 /*************************************************8 493 468 * CSS for forms' elements and search form. 494 */ 495 .searchform { 496 z-index: 150; 497 float: left; 498 margin-left: 30em; 499 } 500 469 */ 501 470 input { 502 471 padding: 3px; … … 525 494 } 526 495 527 input[type = button]{496 input[type = button] { 528 497 padding: 2px; 529 498 background-color: #4f94cd; … … 531 500 border: 1px outset #4f94cd; 532 501 } 533 input[type =submit] { 502 503 input[type = submit] { 534 504 padding: 2px; 535 505 background-color: #4f94cd; … … 537 507 border: 1px outset #4f94cd; 538 508 } 509 539 510 /********************************************************************************* 540 511 … … 579 550 border-width: 2px; 580 551 } 552 581 553 /************************************************************ 582 554 * Main Menu CSS … … 586 558 float: left; 587 559 margin-top: 0.75em; 588 560 z-index:16; 561 562 589 563 } 590 564 … … 594 568 padding: 0; 595 569 width: 12em; 570 z-index:16; 596 571 } 597 572 … … 603 578 border-color: #4f94cd; 604 579 margin: 0; 580 z-index:16; 605 581 padding: 2px 3px; 606 582 } … … 610 586 background: #4f94cd; 611 587 text-transform: uppercase; 588 z-index:16; 612 589 } 613 590 … … 616 593 background: #efefef; 617 594 text-decoration: none; 595 z-index:16; 618 596 } 619 597 … … 625 603 div#mainmenu li { 626 604 position: relative; 605 z-index:16; 627 606 } 628 607 … … 636 615 top: 0; 637 616 left: 100%; 617 z-index:16; 638 618 } 639 619 … … 645 625 display: block; 646 626 } 627 647 628 /************************************************************ 648 629 * Subject View Menu CSS 649 630 ************************************************************/ 650 /* menu como um todo */ 651 .subjmenu { 631 /* menu como um todo */ .subjmenu { 652 632 padding: 0; 653 633 margin: 0; … … 655 635 visibility: hidden 656 636 } 657 /* coluna do menu */ 658 .subjmenu li {637 638 /* coluna do menu */ .subjmenu li { 659 639 margin: 0; 660 640 margin-right: -21px; … … 671 651 background-color: #ccc; 672 652 } 673 /* titulo da coluna */ 674 .subjmenu li a {653 654 /* titulo da coluna */ .subjmenu li a { 675 655 width: 7px; 676 656 border: none; … … 679 659 z-index: 10000000; 680 660 } 681 /* conteudo da coluna como um todo */ 682 .subjmenu div {661 662 /* conteudo da coluna como um todo */ .subjmenu div { 683 663 position: absolute; 684 664 visibility: hidden; … … 692 672 z-index: 10000000; 693 673 } 694 /* elemento da coluna */ 695 .subjmenu div a {674 675 /* elemento da coluna */ .subjmenu div a { 696 676 position: relative; 697 677 display: block; … … 705 685 font: 11px arial; 706 686 border-bottom: 1px solid #ccc 707 } 708 709 .subjmenu div a:hover { 687 } .subjmenu div a:hover { 710 688 background: #49A3FF; 711 689 color: #FFF 712 } 713 714 .arrow { 690 } .arrow { 715 691 margin-left: -7px; 716 692 margin-top: 2px; 717 693 } 694 718 695 /* ----------------------------------- */ 719 /* menu como um todo */ 720 .instances { 696 /* menu como um todo */ .instances { 721 697 padding: 0px 3px 0px 3px; 722 698 font-size: 11px; … … 725 701 border: 1px solid #afafaf; 726 702 text-align: center; 727 } 728 729 .bluebackground { 703 } .bluebackground { 730 704 background-color: blue; 731 705 color: white; 732 } 733 734 ._show div { 706 } ._show div { 735 707 margin-top: 2px; 736 708 width: 8px; … … 738 710 border: 1px solid #333; 739 711 border-top: 2px solid #333; 740 } 741 742 ._hide div { 712 } ._hide div { 743 713 margin-top: 2px; 744 714 width: 10px; … … 746 716 border: 0px solid #333; 747 717 border-top: 2px solid #333; 748 } 749 750 .tecweb { 751 margin-top:4px; 752 margin-left:9px; 753 } 754 .logo{ 755 margin-top:8px; 756 margin-left:9px; 757 margin-right:55px; 758 } 718 } .tecweb { 719 margin-top: 4px; 720 margin-left: 9px; 721 } .logo { 722 margin-top: 8px; 723 margin-left: 9px; 724 margin-right: 55px; 725 }
