מדיה ויקי:Gadget-checkVoteRights.css: הבדלים בין גרסאות בדף

מתוך חב"דטקסט, מאגר ספרים חב"דים חופשי בגרסת טקסט.
קפיצה לניווט קפיצה לחיפוש
(מויקיפדיה: https://he.wikipedia.org/wiki/%D7%9E%D7%93%D7%99%D7%94_%D7%95%D7%99%D7%A7%D7%99:Gadget-checkVoteRights.css)
 
מ (גרסה אחת יובאה: ייבוא גאדג'טים מחב"דפדיה. קרדיט לויקיפדיה על מה שהועתק מהם לחב"דפדיה)
 
(אין הבדלים)

גרסה אחרונה מ־15:54, 25 ביולי 2024

#t-checkvoterights a, .cvr-usersign a{
	cursor: pointer;
}
.cvr-row {
	margin: 5px 20px 5px 5px;
	height: 25px;
}
.cvr-row label{
	color: #2779AA;
}
.cvr-row input{
	width: 64%;
	direction: ltr;
	text-align: left;
}
.cvr-row select{
	margin-right: 5%;
	width: 30.7%;
	padding: 2px;
}
.cvr-row input, .cvr-row select{
	outline: none;
	float: left;
}
#cvr-exec{
	text-align: center;
}
#cvr-result{
	text-align: center;
	font-size: 14px;
	line-height: 1.8;
	height: 24px;
}
#cvr-dialog{
	position: absolute;
	width: 200px;
	border: 1px solid rgba(0,0,0,0.2);
	border-radius: 5px;
	box-shadow: 0 5px 10px rgba(0,0,0,0.2);
	background: #FBFBFB;
	height: 137px;
	z-index: 144;
}
#cvr-before, #cvr-after{
	border-width: 15px 0 15px 15px;
	border-style: solid;
	top: 30px;
	position: absolute;
}
#cvr-before{
	right: -16px;
	border-color: transparent transparent transparent #AAA;
}
#cvr-after{
	right: -15px;
	border-color: transparent transparent transparent #FCFCFC;
}
#cvr-titlebar{
	font-size: 14px;
	line-height: 1.5;
	padding-right: 10px;
	background-color: #F0F0F0;
}
#cvr-close{
	float: left;
	margin: 2px;
	cursor: pointer;
}