Admin (обсуждение | вклад) м |
Admin (обсуждение | вклад) м (Отмена правки 46315, сделанной Admin (обсуждение)) (Метка: отмена) |
||
Строка 1: | Строка 1: | ||
− | + | #footer-info-lastmod { | |
− | + | display: block; | |
− | + | } | |
− | + | body.action-edit textarea#wpTextbox1 { | |
− | + | left: -1000px; | |
− | + | position: absolute; | |
− | + | } | |
− | + | .cursor { | |
− | + | font-size: 12px; | |
− | + | background-color: blue; | |
− | + | color: blue; | |
− | + | position: relative; | |
− | + | opacity: 0.5; | |
− | + | height: 1.5em; | |
− | + | width: 3px; | |
− | + | max-width: 3px; | |
− | + | overflow: hidden; | |
− | + | text-indent: -5px; | |
− | + | display: inline-block; | |
− | + | text-decoration: blink; | |
− | + | animation: blinker 1s linear infinite; | |
− | + | } | |
− | + | #terminal { | |
− | + | margin: 8px; | |
− | + | cursor: text; | |
− | + | height: 500px; | |
− | + | overflow: auto; | |
− | + | } | |
− | + | #writer { | |
− | + | font-family: cursor, courier; | |
− | + | font-weight: bold; | |
− | + | } | |
− | + | #getter { | |
− | + | margin: 5px; | |
− | + | } | |
− | + | @keyframes blinker { | |
− | + | 50% { opacity: 0.0; } | |
− | + | } | |
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | } |
Версия 16:43, 26 мая 2021
#footer-info-lastmod {
display: block;
}
body.action-edit textarea#wpTextbox1 {
left: -1000px;
position: absolute;
}
.cursor {
font-size: 12px;
background-color: blue;
color: blue;
position: relative;
opacity: 0.5;
height: 1.5em;
width: 3px;
max-width: 3px;
overflow: hidden;
text-indent: -5px;
display: inline-block;
text-decoration: blink;
animation: blinker 1s linear infinite;
}
#terminal {
margin: 8px;
cursor: text;
height: 500px;
overflow: auto;
}
#writer {
font-family: cursor, courier;
font-weight: bold;
}
#getter {
margin: 5px;
}
@keyframes blinker {
50% { opacity: 0.0; }
}