Badged/badged/admin/assets/css/admin.css

79 lines
1.9 KiB
CSS
Raw Normal View History

2013-08-06 21:29:15 +02:00
/* ============================================================== */
/* The Options Page */
/* ============================================================== */
#badgedoptions a,
2013-11-09 22:32:46 +01:00
input.button-primary,
.kremalicious {
2013-08-06 21:29:15 +02:00
text-decoration: none;
-webkit-transition: all .2s ease-in-out 0s;
-moz-transition: all .2s ease-in-out 0s;
-o-transition: all .2s ease-in-out 0s;
-ms-transition: all .2s ease-in-out 0s;
transition: all .2s ease-in-out 0s;
}
2013-11-09 19:50:56 +01:00
#badgedoptions form h3 {
2013-08-06 21:29:15 +02:00
border-bottom: 1px solid #eee;
border-top: 1px solid #eee;
margin-top: .5em;
padding: 10px 0;
2013-11-09 19:50:56 +01:00
font-family: HelveticaNeue-Light,"Helvetica Neue Light","Helvetica Neue",sans-serif;
font-size: 18px;
font-weight: 400;
2013-08-06 21:29:15 +02:00
}
#badgedoptions footer {
border-top: 1px solid #eee;
color: #666;
}
#badgedoptions .icon32 {
2013-11-09 22:32:46 +01:00
background-image: url('../img/icon-badged-32.png');
2013-08-06 21:29:15 +02:00
background-repeat: no-repeat;
2013-11-09 14:38:40 +01:00
background-position: center center;
2013-08-06 21:29:15 +02:00
}
#badgedoptions p.submit {
background: #fcfcfc;
padding: .7em .5em;
2013-11-09 14:38:40 +01:00
border-top: 1px solid #eee;
2013-08-06 21:29:15 +02:00
margin-top: 4em;
margin-bottom: 3em;
}
2013-11-09 19:50:56 +01:00
#badgedoptions .radio-row {
margin-bottom: 0;
}
2013-11-09 22:23:47 +01:00
.kremalicious {
background: url('../img/kremalicious-cloud.svg') no-repeat left -2px;
background-size: 16px;
2013-11-09 22:32:46 +01:00
width: 16px;
height: 16px;
margin-left: 10px;
margin-right: 1px;
margin-bottom: -1px;
display: inline-block;
vertical-align: bottom;
opacity: .5;
2013-11-09 22:23:47 +01:00
}
2013-11-09 22:32:46 +01:00
.kremalicious-link:hover .kremalicious {
opacity: 1;
}
2013-08-06 21:29:15 +02:00
@media
only screen and (-webkit-min-device-pixel-ratio: 1.5),
only screen and ( min--moz-device-pixel-ratio: 1.5),
only screen and ( -o-min-device-pixel-ratio: 3/2),
only screen and ( min-device-pixel-ratio: 1.5) {
#badgedoptions .icon32 {
2013-11-09 22:23:47 +01:00
background-image: url('../img/icon-badged-32@2x.png') !important;
2013-08-06 21:29:15 +02:00
-webkit-background-size: 32px 32px;
-moz-background-size: 32px 32px;
background-size: 32px 32px;
}
}