20 lines
No EOL
431 B
CSS
20 lines
No EOL
431 B
CSS
.pagegradient {
|
|
background: linear-gradient(to bottom, rgba(0, 0, 0, 0.1) 0, rgba(0, 0, 0, 0) 50px);
|
|
}
|
|
|
|
.settings-area {
|
|
background: white;
|
|
width: 100%;
|
|
}
|
|
|
|
.settings-section {
|
|
background-image: url("/static/themes/water/bg.png");
|
|
border-radius: 6px;
|
|
padding: 20px;
|
|
box-shadow: dimgray 0 0 10px;
|
|
}
|
|
|
|
#theme-submit {
|
|
margin-top: 10px;
|
|
background-image: url("/static/themes/water/button_mid.png");
|
|
} |