Скачиваний:
76
Добавлен:
02.05.2014
Размер:
613 б
Скачать
/*
stylesheet for windows module
*/

div.window{
position: absolute;
overflow: auto;
background-color: #eeefff;
border: solid #0066aa 2px;
margin: 8px;
padding: 6px;
}

div.dragbar{
background-color: white;
border: solid red 1px;
width: 16px;
height: 16px;
position: absolute;
float: right;
}

div.titlebar {
background-color: white;
border: solid red 1px;
width: 16px;
height: 16px;
position: absolute;
float: left;
}

.fullWidth{
width: 100%
}

.winContents{
position:absolute;
background-color: white;
border: solid grey 1px;
}
Соседние файлы в папке ch06
  • #
    02.05.20142.96 Кб76planets.html
  • #
    02.05.20146.47 Кб77planets.js
  • #
    02.05.2014875 б76planets.xml
  • #
    02.05.2014424 б76reflect.js
  • #
    02.05.20141.72 Кб76styling.js
  • #
    02.05.2014613 б76windows.css
  • #
    02.05.20144.33 Кб76windows.js