Changeset 235

Show
Ignore:
Timestamp:
01/05/09 15:37:49 (4 years ago)
Author:
samuraraujo
Message:
 
Files:
1 modified

Legend:

Unmodified
Added
Removed
  • Explorator/trunk/public/stylesheets/explorator.css

    r214 r235  
    33 */ 
    44body { 
    5          background-color: #efefef; 
    6 } 
     5    background-color: #efefef; 
     6} 
     7 
    78h1 { 
    89    font-family: Arial, Helvetica, sans-serif; 
     
    1617    border: 1px solid #efefef; 
    1718} 
     19 
    1820/**********************************************************************************/ 
    1921/********************************************************************************* 
    2022 * ****************************** HELP INTERFACE ********************** 
    2123 * this section contains the css for the help interface. 
    22  */ 
    23 .help_container { 
     24 */ .help_container { 
    2425    position: fixed; 
    2526    width: 100%; 
     
    3435    font-family: Arial, Helvetica, sans-serif; 
    3536} 
     37 
    3638/**********************************************************************************/ 
    3739/********************************************************************************* 
    3840 * ****************************** CSS BEHAVIOUR  ********************** 
    3941 * This section defines some css rules that does some interface elements appear on mouse over (hover). 
    40  */ 
    41 .resourceuioperations div { 
     42 */ .resourceuioperations div { 
    4243    font-weight: bold; 
    4344    font-size: 12px; 
     
    5253    margin-bottom: 0px; 
    5354    background-color: #efefef; 
    54 } 
    55  
    56 .expand div { 
     55} .expand div { 
    5756    font-weight: bold; 
    5857    font-size: 12px; 
     
    7877    float: right; 
    7978} 
     79 
    8080/***************************************************************************** 
    8181 * ******************************* RDF RELATED FORMATTING ******************** 
    8282 * 
    8383 */ 
    84 /* Format a resource*/ 
    85 .resource { 
     84/* Format a resource*/ .resource { 
    8685    overflow: hidden; 
    8786    margin-bottom: 2px; 
     
    106105    color: black; 
    107106    text-decoration: underline; 
    108 } 
    109  
    110 .properties { 
     107} .properties { 
    111108    margin: 10px; 
    112 } 
    113  
    114 .objects { 
     109} .objects { 
    115110    border: 2px solid #999; 
    116111    margin: 10px; 
    117112    padding: 5px; 
    118113    background-color: transparent; 
    119 } 
    120  
    121 .predicate { 
     114} .predicate { 
    122115    float: none; 
    123116    border: 1px dashed #8FBC8F; 
    124117    font-size: 14px; 
    125118    text-align: left; 
    126 } 
    127  
    128 .object { 
     119} .object { 
    129120    text-align: left; 
    130121    float: none; 
     
    135126    margin: 10px; 
    136127} 
     128 
    137129/** 
    138130 * Facets 
    139  */ 
    140 .facetgroupwindow div.window { 
     131 */ .facetgroupwindow div.window { 
    141132    margin: 5px; 
    142133    top: 0px; 
    143 } 
    144  
    145 .facetgroupwindow { 
     134} .facetgroupwindow { 
    146135    background-color: #efefef; 
    147136    font-family: Arial, Helvetica, sans-serif; 
     
    152141    top: 40px; 
    153142    position: relative; 
    154 } 
    155  
    156 .term { 
     143} .term { 
    157144    background-color: #dcdcdc; 
    158145    border: 2px ridge #708090; 
    159146    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 { 
    168151    /*border: 1px solid #9AC0CD;*/ 
    169152    color: blue; 
    170153    font-style: normal;; 
    171154    font-weight: bold; 
    172 } 
    173  
    174 .property { 
     155} .property { 
    175156    color: green; 
    176157    /* border: 1px solid #8FBC8F;*/ 
    177158    font-weight: bold; 
    178 } 
    179  
    180 .string { 
     159} .string { 
    181160    font-size: 90%; 
    182161    font-family: georgia, serif; 
    183162    color: #8B4513; 
    184 } 
    185  
    186 .inverse { 
     163} .inverse { 
    187164    text-align: right; 
    188165} 
     166 
    189167/********************************************************************************* 
    190168 * ****************************** USER INTERFACE FORMATTING ********************** 
     
    205183    background-color: transparent; 
    206184} 
    207 /*an window representing a configuration screen*/ 
    208 .config { 
     185 
     186/*an window representing a configuration screen*/ .config { 
    209187    font-family: Arial, Helvetica, sans-serif; 
    210188    float: left; 
     
    223201    background-color: #fefefe; 
    224202} 
    225 /*format the window ui component*/ 
    226 .window { 
     203 
     204/*format the window ui component*/ .window { 
    227205    font-family: Arial, Helvetica, sans-serif; 
    228206    float: left; 
     
    241219    width: 350px; 
    242220} 
    243 /* CSS for the window toolbar */ 
    244 .windowtoolbar { 
     221 
     222/* CSS for the window toolbar */ .windowtoolbar { 
    245223    padding: 8px; 
    246224    background-color: #efefef; 
     
    248226    margin-bottom: 3px; 
    249227} 
    250 /*css for each operation widgets*/ 
    251 .windowtoolbar div { 
     228 
     229/*css for each operation widgets*/ .windowtoolbar div { 
    252230    font-weight: bold; 
    253231    font-size: 12px; 
     
    261239    border: 2px solid #fff; 
    262240    margin-bottom: 0px; 
    263 } 
    264  
    265 .windowtoolbar div:hover { 
     241} .windowtoolbar div:hover { 
    266242    background-color: white; 
    267243} 
     
    270246    width: 40px; 
    271247} 
     248 
    272249/****************************************/ 
    273 /* CSS for the window header */ 
    274 .windowheader { 
     250/* CSS for the window header */ .windowheader { 
    275251    font-weight: bold; 
    276252    padding: 4px 4px 4px 4px; 
     
    278254    background-color: #efefef; 
    279255    margin-bottom: 3px; 
    280 } 
    281  
    282 .windowtitle { 
     256} .windowtitle { 
    283257    z-index: 9; 
    284258    position: absolute; 
    285 } 
    286  
    287 #resname { 
     259} #resname { 
    288260    height: 25px; 
    289 } 
    290  
    291 .winoperations { 
     261} .winoperations { 
    292262    background: inherit; 
    293263    z-index: 10; 
     
    295265    right: 12px; 
    296266} 
    297 /*The button on the window header.*/ 
    298 .winoperations div { 
     267 
     268/*The button on the window header.*/ .winoperations div { 
    299269    font-weight: bold; 
    300270    font-size: 12px; 
     
    308278    margin-bottom: 0px; 
    309279} 
    310 /****** pagination css.*/ 
    311 .pagination { 
     280 
     281/****** pagination css.*/ .pagination { 
    312282    font-weight: bold; 
    313283    font-size: 12px; 
     
    321291    border: 1px solid #cccccc; 
    322292} 
     293 
    323294/******************** 
    324295 * Loading Window 
     
    337308    left: 50%; 
    338309    border: 2px solid #cccccc; 
    339 } 
    340  
    341 .filterwindow { 
     310} .filterwindow { 
    342311    float: left; 
    343312    margin-left: 14px; 
     
    351320    background-color: #fefefe; 
    352321} 
     322 
    353323/***************************************************************************** 
    354324 ******************************** TOOL TIP FORMATTING *********************** 
     
    357327    display: none; /* so is this */ 
    358328} 
     329 
    359330/* tooltip will display on :hover event */ 
    360331span.tool:hover span.exp { 
     
    374345    text-align: left; 
    375346} 
     347 
    376348/*The css below are used in the tool tip feature*/ 
    377349span.tool { 
     
    382354    display: none; /* so is this */ 
    383355} 
     356 
    384357/* tooltip will display on :hover event */ 
    385358span.tool:hover span.tip { 
     
    400373    text-align: left; 
    401374} 
     375 
    402376/* 
    403377 *   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; 
    411383    left: 0px; 
    412384    width: 100%; 
    413385    background-color: #fff; 
    414     left: 0px; 
    415386    font-weight: bold; 
    416387    font-size: 12px; 
    417388    color: #777; 
    418     z-index: 14; 
     389    z-index: 19; 
    419390    border-bottom: 1px solid #afafaf; 
    420     padding-bottom: 0.5em; 
     391 
     392    padding-bottom: 0.3em; 
    421393    position: fixed; 
    422 } 
    423  
    424 .landmark { 
     394} .landmark { 
    425395    float: left; 
    426396    margin-left: 6px; 
     
    432402} 
    433403 
    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 { 
    440418    margin-left: 0.5em; 
    441419} 
     420 
    442421/************************************************************************************ 
    443422 * Operation model -css for the operation widgets 
    444  */ 
    445 .toolbars { 
     423 */ .toolbars { 
    446424    float: right; 
    447 } 
    448  
    449 .toolbar { 
     425} .toolbar { 
    450426    float: left; 
    451427    margin-left: 12px; 
     
    453429    border: 1px solid #4f94cd; 
    454430    padding: 3px; 
    455 } 
    456  
    457 .toolbar div { 
     431} .toolbar div { 
    458432    float: left; 
    459433    padding: 4px; 
     
    490464    width: 48px; 
    491465} 
     466 
    492467/*************************************************8 
    493468 * CSS for forms' elements and search form. 
    494  */ 
    495 .searchform { 
    496     z-index: 150; 
    497     float: left; 
    498     margin-left: 30em; 
    499 } 
    500  
     469 */   
    501470input { 
    502471    padding: 3px; 
     
    525494} 
    526495 
    527 input[type =button]{ 
     496input[type = button] { 
    528497    padding: 2px; 
    529498    background-color: #4f94cd; 
     
    531500    border: 1px outset #4f94cd; 
    532501} 
    533 input[type =submit] { 
     502 
     503input[type = submit] { 
    534504    padding: 2px; 
    535505    background-color: #4f94cd; 
     
    537507    border: 1px outset #4f94cd; 
    538508} 
     509 
    539510/********************************************************************************* 
    540511  
     
    579550    border-width: 2px; 
    580551} 
     552 
    581553/************************************************************ 
    582554 * Main Menu CSS 
     
    586558    float: left; 
    587559    margin-top: 0.75em; 
    588      
     560                z-index:16; 
     561  
     562      
    589563} 
    590564 
     
    594568    padding: 0; 
    595569    width: 12em; 
     570        z-index:16; 
    596571} 
    597572 
     
    603578    border-color: #4f94cd; 
    604579    margin: 0; 
     580                z-index:16; 
    605581    padding: 2px 3px; 
    606582} 
     
    610586    background: #4f94cd; 
    611587    text-transform: uppercase; 
     588                z-index:16; 
    612589} 
    613590 
     
    616593    background: #efefef; 
    617594    text-decoration: none; 
     595                z-index:16; 
    618596} 
    619597 
     
    625603div#mainmenu li { 
    626604    position: relative; 
     605                z-index:16; 
    627606} 
    628607 
     
    636615    top: 0; 
    637616    left: 100%; 
     617                z-index:16; 
    638618} 
    639619 
     
    645625    display: block; 
    646626} 
     627 
    647628/************************************************************ 
    648629 * Subject View Menu CSS 
    649630 ************************************************************/ 
    650 /* menu como um todo */ 
    651 .subjmenu { 
     631/* menu como um todo */ .subjmenu { 
    652632    padding: 0; 
    653633    margin: 0; 
     
    655635    visibility: hidden 
    656636} 
    657 /* coluna do menu */ 
    658 .subjmenu li { 
     637 
     638/* coluna do menu */ .subjmenu li { 
    659639    margin: 0; 
    660640    margin-right: -21px; 
     
    671651    background-color: #ccc; 
    672652} 
    673 /* titulo da coluna */ 
    674 .subjmenu li a { 
     653 
     654/* titulo da coluna */ .subjmenu li a { 
    675655    width: 7px; 
    676656    border: none; 
     
    679659    z-index: 10000000; 
    680660} 
    681 /* conteudo da coluna como um todo */ 
    682 .subjmenu div { 
     661 
     662/* conteudo da coluna como um todo */ .subjmenu div { 
    683663    position: absolute; 
    684664    visibility: hidden; 
     
    692672    z-index: 10000000; 
    693673} 
    694 /* elemento da coluna */ 
    695 .subjmenu div a { 
     674 
     675/* elemento da coluna */ .subjmenu div a { 
    696676    position: relative; 
    697677    display: block; 
     
    705685    font: 11px arial; 
    706686    border-bottom: 1px solid #ccc 
    707 } 
    708  
    709 .subjmenu div a:hover { 
     687} .subjmenu div a:hover { 
    710688    background: #49A3FF; 
    711689    color: #FFF 
    712 } 
    713  
    714 .arrow { 
     690} .arrow { 
    715691    margin-left: -7px; 
    716692    margin-top: 2px; 
    717693} 
     694 
    718695/* ----------------------------------- */ 
    719 /* menu como um todo */ 
    720 .instances { 
     696/* menu como um todo */ .instances { 
    721697    padding: 0px 3px 0px 3px; 
    722698    font-size: 11px; 
     
    725701    border: 1px solid #afafaf; 
    726702    text-align: center; 
    727 } 
    728  
    729 .bluebackground { 
     703} .bluebackground { 
    730704    background-color: blue; 
    731705    color: white; 
    732 } 
    733  
    734 ._show div { 
     706} ._show div { 
    735707    margin-top: 2px; 
    736708    width: 8px; 
     
    738710    border: 1px solid #333; 
    739711    border-top: 2px solid #333; 
    740 } 
    741  
    742 ._hide div { 
     712} ._hide div { 
    743713    margin-top: 2px; 
    744714    width: 10px; 
     
    746716    border: 0px solid #333; 
    747717    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}