loops/browser/skin/loopy/custom.css

33 lines
397 B
CSS

/*
custom.css
*/
body {
color: #242424;
}
a {
text-decoration: none;
color: #344080;
background-color: transparent;
}
#global {
border-bottom: 1px solid #d0d0d0;
margin-bottom: 2px;
padding: 2px 0 20px 5px;
}
.language-switch {
position: absolute;
left: 83%;
top: 42px;
}
.page-actions {
position: absolute;
right: 25px;
top: 42px;
}