Template:UnTunes/styles.css
Jump to navigation
Jump to search
.untunes-bar-container {
margin-bottom: 10px;
background: #f1f1f1;
background-image: linear-gradient(180deg, #f9f9f9 0, #f1f1f1 50%, #f9f9f9 100%);
border: 1px solid #dedede;
border-left: 0;
border-right: 0
}
.untunes-bar {
margin-top:-1px; margin-bottom:-1px;
padding: 4px 4px 5px 4px;
background: transparent;
background-image: linear-gradient(90deg, #fff 0%, transparent 8%, transparent 92%, #fff 100%);
text-align: center;
line-height: 1.25em;
}
.untunes-bar .untunes-button {
display: inline-block;
margin: 5px 2px;
}
.untunes-bar .untunes-button a {
padding: 3px 6px 4px 6px;
color: #777;
background-color: transparent;
border-radius: 4px;
text-decoration: none;
transition: 0.1s ease-in;
font-size: 1.1em;
}
.untunes-bar .untunes-button a:hover {
color: #2B7EC2;
background-color: #D3E8F0;
}
.untunes-bar .untunes-button a:active {
background-color: #dedede;
}
.untunes-bar .untunes-button a.selflink {
color: #999;
background-color: #E1E1E1;
cursor: default;
font-weight: normal;
user-select: none;
}
body.skin-minerva iframe {
width: 320px;
height: 180px;
}
/* [[Category:UnProjects stylesheets]] */