Update du css
This commit is contained in:
parent
908ccd0337
commit
85899d2711
@ -121,24 +121,6 @@ body {
|
||||
margin:0;
|
||||
}
|
||||
|
||||
#wrapper
|
||||
{
|
||||
margin-top:34px;
|
||||
margin-left:3px;
|
||||
text-align:center;
|
||||
background:black;
|
||||
position:absolute;
|
||||
top:0;
|
||||
height:91%;
|
||||
width:71%;
|
||||
opacity: 0.5;
|
||||
-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=50)";
|
||||
filter:alpha(opacity=50);
|
||||
}
|
||||
#wrapper img {
|
||||
margin-top:20%;
|
||||
}
|
||||
|
||||
#content h1 {font-size:16px; text-decoration:underline;}
|
||||
#content h2 {font-size:14px;}
|
||||
#content h3 {font-size:12px;}
|
||||
@ -157,18 +139,23 @@ label {
|
||||
font-weight:800;
|
||||
}
|
||||
|
||||
.liHover {
|
||||
li.liHover {
|
||||
border:1px solid silver;
|
||||
padding:5px;
|
||||
margin:1px;
|
||||
background-repeat: no-repeat;
|
||||
background-position:2px;
|
||||
padding-left:25px;
|
||||
cursor:move;
|
||||
font-size: 0.9em;
|
||||
}
|
||||
|
||||
li.liHover a {
|
||||
text-decoration:none;
|
||||
}
|
||||
|
||||
|
||||
.ui-state-highlight {margin-top:5px; height: 2.5em; line-height: 1.2em; }
|
||||
.liHover:hover {
|
||||
li.liHover:hover {
|
||||
background-color: #E2E6E5;
|
||||
cursor:pointer;
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user