css
This commit is contained in:
parent
dcfb9071d6
commit
9b8f60a721
@ -1,84 +0,0 @@
|
|||||||
//button[name="action"] {display: block; float: right; margin: 1px;}
|
|
||||||
.close {
|
|
||||||
color: #FFFFFF;
|
|
||||||
position: absolute;
|
|
||||||
right: -25px;
|
|
||||||
text-decoration: none;
|
|
||||||
top: -25px;
|
|
||||||
font-size: 30px;
|
|
||||||
}
|
|
||||||
|
|
||||||
.menu_top li {display: inline; margin-right: 10px;}
|
|
||||||
.paginator {font-size: 20px; list-style: none; text-align: center; }
|
|
||||||
.paginator a {display: inline-block; padding: 2 1; text-decoration:none; text-align: center; }
|
|
||||||
textarea{
|
|
||||||
width: 90%;
|
|
||||||
margin:5px 10px;
|
|
||||||
}
|
|
||||||
|
|
||||||
.right {
|
|
||||||
float: right;
|
|
||||||
}
|
|
||||||
|
|
||||||
.dialog {
|
|
||||||
position: fixed;
|
|
||||||
top: 0;
|
|
||||||
right: 0;
|
|
||||||
bottom: 0;
|
|
||||||
left: 0;
|
|
||||||
background: rgba(0,0,0,0.8);
|
|
||||||
z-index: 99999;
|
|
||||||
-webkit-transition: opacity 400ms ease-in;
|
|
||||||
-moz-transition: opacity 400ms ease-in;
|
|
||||||
transition: opacity 400ms ease-in;
|
|
||||||
display: none;
|
|
||||||
pointer-events: none;
|
|
||||||
}
|
|
||||||
|
|
||||||
.dialog:target {
|
|
||||||
display: block;
|
|
||||||
pointer-events: auto;
|
|
||||||
}
|
|
||||||
|
|
||||||
.dialog1 {
|
|
||||||
position: fixed;
|
|
||||||
top: 0;
|
|
||||||
right: 0;
|
|
||||||
bottom: 0;
|
|
||||||
left: 0;
|
|
||||||
background: rgba(0,0,0,0.8);
|
|
||||||
z-index: 99999;
|
|
||||||
-webkit-transition: opacity 400ms ease-in;
|
|
||||||
-moz-transition: opacity 400ms ease-in;
|
|
||||||
transition: opacity 400ms ease-in;
|
|
||||||
display: none;
|
|
||||||
pointer-events: none;
|
|
||||||
}
|
|
||||||
|
|
||||||
.dialog1:target {
|
|
||||||
display: block;
|
|
||||||
pointer-events: auto;
|
|
||||||
}
|
|
||||||
|
|
||||||
.dialog > div {
|
|
||||||
width: 17em;
|
|
||||||
position: relative;
|
|
||||||
margin: 15% auto;
|
|
||||||
padding: 10px;
|
|
||||||
text-align: center;
|
|
||||||
//border-radius: 10px;
|
|
||||||
background: #fff;
|
|
||||||
}
|
|
||||||
.dialog span {line-height: 50px}
|
|
||||||
.dialog input {width: 100px; margin: 5px}
|
|
||||||
//table {
|
|
||||||
//border: none;
|
|
||||||
//border-collapse: collapse;}
|
|
||||||
|
|
||||||
//td {padding: 2 10;}
|
|
||||||
|
|
||||||
tr:hover td {
|
|
||||||
background-color: rgba(41, 128, 185, 0.1);
|
|
||||||
}
|
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue
Block a user