extscript-examples/blog-example/src/main/webapp/resources/styles/main.css [190:208]:
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
    width: 820px;
    heigh: 200px;

    display: block;
    overflow: auto;
    border: 1px solid white;
    color: #dedddd;
    opacity: 0.92;

    -moz-border-radius: 10px;
    -webkit-border-radius: 10px;
    border-radius: 5px;

    padding: 5px;
    margin-left: 10px;

    background-image: url("../resources/img/gradient2.png");
    background-repeat: repeat-x;
}
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -



extscript-examples/myfaces20-example/src/main/webapp/resources/styles/main.css [118:136]:
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
    width: 820px;
    heigh: 200px;

    display: block;
    overflow: auto;
    border: 1px solid white;
    color: #dedddd;
    opacity: 0.92;

    -moz-border-radius: 10px;
    -webkit-border-radius: 10px;
    border-radius: 5px;

    padding: 5px;
    margin-left: 10px;

    background-image: url("../resources/img/gradient2.png");
    background-repeat: repeat-x;
}
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -



