comparison examples/common/default/default.css @ 452:30ab12e54324

Ballon help for s4-WikiStyle added
author HIROSE Yuuji <yuuji@gentei.org>
date Mon, 14 Aug 2017 13:46:39 +0859
parents 8965bdad3172
children 33149c656f37
comparison
equal deleted inserted replaced
451:8965bdad3172 452:30ab12e54324
249 background: url("../../img/loupe.png") left center no-repeat 249 background: url("../../img/loupe.png") left center no-repeat
250 rgba(242,240,240,0.7); 250 rgba(242,240,240,0.7);
251 position: relative; 251 position: relative;
252 } 252 }
253 div.search div.fr {position: relative;} 253 div.search div.fr {position: relative;}
254 div.search p.help {display: none;} 254 div.search p.help, textarea + p.help {display: none;}
255 div.search input:focus + p.help { 255 div.search input:focus + p.help,
256 textarea:focus + p.help {
256 display: block; background: white; 257 display: block; background: white;
257 position: absolute; right: 15em; white-space: pre; 258 position: absolute; right: 15em; white-space: pre;
258 border: 1px solid #888; border-radius: 1em; padding: 1ex; 259 border: 1px solid #888; border-radius: 1em; padding: 1ex;
259 box-shadow: #555 2px 2px; 260 box-shadow: #555 2px 2px;
261 }
262 textarea:focus + p.help {
263 position: fixed;
264 top: 0em; left: 0;
260 } 265 }
261 form.summary input[type=submit] {background: #cfc;} 266 form.summary input[type=submit] {background: #cfc;}
262 267
263 /* 268 /*
264 * PR Web 269 * PR Web

yatex.org