File "main.css"
Full Path: /home/analogde/www/Projet/css/main.css
File size: 1.75 KB
MIME-type: text/plain
Charset: utf-8
.CodeMirror {
border-top: 0px;
border-bottom: 0px;
background: #f7f7f7;
}
body {
margin: 0px;
border: 0px;
}
textarea {
margin: 0px;
border: 0px;
padding: 0px;
}
select {
opacity: 0.3;
margin: 0px;
background: #d0d0d0;
border: 0px;
}
select:hover {
opacity:1;
}
div.spacer {
width: 4px;
height: 4px;
}
span.spacer {
display: inline-block;
width: 20px;
height: 4px;
}
img.active {
filter: sepia(100%);
// Browser Specific
-webkit-filter: sepia(100%);
-moz-filter: sepia(100%);
-o-filter: sepia(100%);
-ms-filter: sepia(100%);
}
img.button {
opacity:0.3;
padding:1px
}
img.button:hover {
opacity:1;
}
act {
background: #FF00FF;
}
.toolbar {
position:absolute;
z-index:99;
bottom:27px;
right:27px;
cursor:pointer;
border:0px;
-webkit-transition:opacity 0.3s ease;
transition:opacity 0.3s ease;
visibility: visible;
width: 27px;
height: 27px;
max-height: 27px;
max-width: 27px;
overflow: hidden;
}
.mmenu {
position:absolute;
z-index:99;
bottom:52px;
right:27px;
cursor:pointer;
border:0px;
-webkit-transition:opacity 0.3s ease;
transition:opacity 0.3s ease;
visibility: visible;
overflow: hidden;
}
div.menu {
padding:2 2px;
border-radius: 5px;
position:absolute;
z-index:99;
bottom:60px;
right:27px;
border:solid 1pt#CCC;
background-color:white;
box-shadow:0px 10px 20px #48B;
cursor:default;
margin:0px;
font-family: 'Varela Round', Arial, sans-serif;
overflow: hidden;
}
div.menu > ul {
margin:0px;
padding:0px;
}
div.menu > ul > li {
padding:2px 10px;
list-style:none;
}
div.menu>ul>li:hover {
background-color:#b5d5ff;
}
#SVGScroll {
width:100%;
height:100%;
overflow: auto;
}