All Downloads are FREE. Search and download functionalities are using the official Maven repository.

playground.server.pages.css.browser.css Maven / Gradle / Ivy

Go to download

Middleware library based on Vert.x to build advanced JSON/REST communication servers

There is a newer version: 2.1.15
Show newest version
/* Copyright 2013 Laurent Bovet 
 * Licensed under the Apache License, Version 2.0
 */

html, body {
    width: 100%;
    height: 100%;
    margin: 0;
    overflow:hidden;
}   
 
 .light {
    opacity: 0.8;   
 }
 
 .lighter {
    opacity: 0.6;   
 }
 
#header {   
    position: absolute;
    right: 0;
    left: 0;
    height:48px;
    border-bottom: 1px solid lightgray;    
}
 
#title {
    position: fixed;
    padding: 12px;
    color: darkgray;
    text-decoration: none;
    font-size: 2em;   
    height: 48px;
}
 
#toolbar {
    padding: 8px;
    position: absolute;
    right: 4px;
}

#container {
    position: absolute;
    top: 48px;
    right: 0;
    left: 0;
    bottom: 0;
    overflow-y: auto;   
}

#tree {
    font-size: 1.1em;
    position: absolute;
    padding: 8px;   
    top: 0;
    bottom:0;
    left: 0;
    right: 0;
}
 
#borderContainer {
    width: 100%;
    height: 100%;
}

#frame {
    border: 0;
    width: 100%;
    height: 100%;
}

#close {
  position: relative;
  top: -6px;
  left: 6px;
  opacity: 0.3;  
  cursor: pointer;
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy