mirror of
https://github.com/tuxbox-fork-migrations/recycled-ni-neutrino.git
synced 2025-08-28 16:01:10 +02:00
Conflicts:
configure.ac
Origin commit data
------------------
Commit: 624691ea0d
Author: vanhofen <vanhofen@gmx.de>
Date: 2016-12-15 (Thu, 15 Dec 2016)
70 lines
1016 B
CSS
70 lines
1016 B
CSS
/* Y.Menu */
|
|
#yoverlay{
|
|
position:absolute;
|
|
top:0;
|
|
left:0;
|
|
width:100%;
|
|
height:100%;
|
|
z-index:5000;
|
|
background-color:#000;
|
|
-moz-opacity: 0.2;
|
|
opacity:.20;
|
|
filter: alpha(opacity=20);
|
|
}
|
|
/* Y.Menu */
|
|
.ycm {
|
|
position: absolute;
|
|
left: 150px;
|
|
top: 150px;
|
|
z-index: 9998;
|
|
margin:0 auto;
|
|
width:100px;
|
|
padding:0px;
|
|
text-align:left;
|
|
background-color:#fff;
|
|
}
|
|
.ycm ul{
|
|
text-align:left;
|
|
margin:0px;
|
|
list-style:none;
|
|
text-indent: 0;
|
|
padding:0px;
|
|
}
|
|
.ycm ul a{
|
|
border:1px solid #999;
|
|
background-color:#f5f5f5;
|
|
color:#444;
|
|
padding:1px;
|
|
margin:0 0 0px 0;
|
|
display:block;
|
|
}
|
|
.ycm ul a:hover{
|
|
border:1px solid #606060;
|
|
background-color:#cceeff;
|
|
color:#606060;
|
|
}
|
|
/*dialogs*/
|
|
.ydiag
|
|
{
|
|
z-index: 9980;
|
|
position: absolute;
|
|
left: 100px;
|
|
top: 100px;
|
|
border: 1px solid #606060;
|
|
border-collapse: collapse;
|
|
background-color: white;
|
|
padding: 1em;
|
|
}
|
|
.ydiagfree
|
|
{
|
|
z-index: 9980;
|
|
position: absolute;
|
|
left: 100px;
|
|
top: 100px;
|
|
/*border-collapse: collapse;*/
|
|
background-color: white;
|
|
padding: 0;
|
|
margin: 0;
|
|
}
|
|
|