Arquivos
wMind/docs/RIDE/css/mind-RIDE.css
T
2012-04-06 14:23:21 -03:00

79 linhas
968 B
CSS
Arquivo Executável

/*
Document : mind-RIDE
Created on : Jun 10, 2011, 8:18:20 PM
Author : felipenmoura
Description:
Purpose of the stylesheet follows.
*/
root {
display: block;
height:100%;
}
body
{
font-family: tahoma,Arial;
margin:0px;
height:100%;
}
#loginPanel form
{
width: 300px;
}
#loginPanel
{
border:solid 1px gray;
position:absolute;
top:50%;
left:50%;
margin-top:-100px;
margin-left:-150px;
text-align:center;
}
#menuPanel
{
border-bottom: solid 1px gray;
height:32px;
background-color: #dedede;
}
#toolsPanel
{
float: left;
border-right: solid 1px gray;
background-color: #dedede;
height: 100%;
min-heiht: 100%;
margin:auto;
width: 200px;
}
#editorPanel #editor
{
width:100%;
height:100%;
}
#editorPanel
{
margin:0px;
height:100%;
background-color:#fff;
overflow:auto;
}
#consolePanel
{
position:absolute;
}