Kasutaja:Kaniivel/label ip.css

Allikas: Vikipeedia

Märkus: Võimalik, et pärast avaldamist tuleb muudatuste nägemiseks brauseri puhver tühjendada.

  • Firefox / Safari: Hoia all Shift-klahvi ja klõpsa Laadi uuesti või vajuta kas Ctrl-F5 või Ctrl-R (Macis ⌘-R).
  • Google Chrome: Vajuta Ctrl-Shift-R (Macis ⌘-Shift-R).
  • Internet Explorer / Edge: Hoia all Ctrl-klahvi ja klõpsa Värskenda või vajuta Ctrl-F5.
  • Opera: Vajuta Ctrl-F5.
.ip-label-container {
	position: relative;
	display: inline-block;
	background-color: #F6F6F6;
	border: 1px solid;
	border-color: #A7D7F9;
	padding-right: 6px;
	padding-left: 6px;
}
.ip-label-popup {
    position: absolute;
	z-index: 50;
    left: -70px;
    top: -50px;
	background-color: #D3E2F6;
	border: 1px solid;
	border-color: #AAAAAA;
	width: 200px;
	height: 40px;
	padding: 3px;
	border-radius: 5px;
	font-size: 8.3pt;
	font-weight: bold;
	text-align: left;
	line-height: 21.875px;
}

.ip-label-popup input {
  width: 170px;
  font-size: 12px;
  height: 12px;
  border-radius: 3px;
}

.ip-label-popup form {
	display: inline;
}

.ip-label-popup-bottom {
  margin-top: 1px;
  width: 199px;
  height: 22px;
}

.ip-label-popup-bottom input {
	width: 12px;
	height: 12px;
}

.ip-label-popup-bottom-red {
	width: 8px;
	height: 8px;
	background-color: red;
	border: 1px solid;
	display: inline-block;
}

.ip-label-popup-bottom-yellow {
	width: 8px;
	height: 8px;
	background-color: yellow;
	border: 1px solid;
	display: inline-block;
}

.ip-label-popup-bottom-green {
	width: 8px;
	height: 8px;
	background-color: green;
	border: 1px solid;
	display: inline-block;
}

.ip-label-popup-bottom-white {
	width: 8px;
	height: 8px;
	background-color: white;
	border: 1px solid;
	display: inline-block;
}

/* [[Fail:Ip label form submit.png]] */
.ip-label-form-delete {
	width: 17px;
	height: 17px;
	border: 1px solid;
	border-color: #8EB8F9;
	background-image: url("https://upload.wikimedia.org/wikipedia/commons/4/42/Ip_label_form_delete.png");
	display: inline-block;
    background-repeat: no-repeat;
	border-radius: 3px;
}

/* [[Fail:Ip label form delete.png]] */
.ip-label-form-submit {
	width: 17px;
	height: 17px;
	border: 1px solid;
	border-color: #8EB8F9;
	background-image: url("https://upload.wikimedia.org/wikipedia/commons/3/38/Ip_label_form_submit.png");
	display: inline-block;
    background-repeat: no-repeat;
	border-radius: 3px;
}

.ip-label-submit-buttons {
	display: inline-block;
	float: right;
	margin-right: 1px;
}

.ip-label-feedback {
    position: absolute;
	z-index: 100;
	/*
	display: none;*/
    left: -70px;
    top: -50px;
	background-color: #D3E2F6;
	border: 1px solid;
	border-color: #AAAAAA;
	width: 200px;
	height: 40px;
	padding: 3px;
	border-radius: 5px;
	font-size: 10px;
	font-weight: bold;
	text-align: center;
	line-height: 21.875px;
}

.ip-label-feedback-inner {
	height: 24px;
	margin-top: 7px;
	font-size: 18px;
	font-weight: bold;
}

.ip-label-feedback-inner img {
	display: inline-block;
	width: 22px;
	height: 22px;
	margin-top: -8px;
	margin-right: 4px;
}

.ip-label-feedback-inner-message {
	display: inline-block;
	height: 18px;
	margin-top:4px;
}