コード例 #1
0
<?php

Gorilla3d_Template::start('head');
?>
<style type="text/css">
body {
    margin: 0px;
    padding: 0px;
    height: 100%;
}
html {
    height: 100%;
}
* {
    font-family: monospaced;
}
#left-pane-outer {
    width: 25%;
    height: 100%;
    overflow: auto;
    background: rgb(93,93,93);
    background: -moz-linear-gradient(top, rgba(200,200,200, 1.0), rgba(93,93,93, 1));
    background-image: -webkit-gradient(
        linear, left top, 
        left bottom, 
        from(rgba(200,200,200, 1.0)), 
        to(rgba(93,93,93, 1))
    );
    float: left;
}
#right-pane-inner {