more fading
This commit is contained in:
parent
033cbc8356
commit
efafa73c60
2 changed files with 4 additions and 2 deletions
|
@ -32,7 +32,8 @@ Module: style.css
|
||||||
/*#column div, #column ul { */
|
/*#column div, #column ul { */
|
||||||
#column div {
|
#column div {
|
||||||
/* background: #393939 */
|
/* background: #393939 */
|
||||||
background-color: rgba(0, 0, 0, 0.2);
|
/* background-color: rgba(0, 0, 0, 0.2);*/
|
||||||
|
background-image: linear-gradient(to bottom, rgba(0,0,0,0.2), rgba(0,0,0,0.1));
|
||||||
border-radius: 5px;
|
border-radius: 5px;
|
||||||
padding: 2px;
|
padding: 2px;
|
||||||
|
|
||||||
|
|
|
@ -151,7 +151,8 @@ h6 { font-size: 0.9em }
|
||||||
float: center;
|
float: center;
|
||||||
}
|
}
|
||||||
#head-bubble {
|
#head-bubble {
|
||||||
background-color: rgba(0, 0, 0, 0.2);
|
/* background-color: rgba(0, 0, 0, 0.2);*/
|
||||||
|
background-image: linear-gradient(to bottom, rgba(0,0,0,0.2), rgba(0,0,0,0.1));
|
||||||
border-radius: 15px;
|
border-radius: 15px;
|
||||||
width: 100% !important;
|
width: 100% !important;
|
||||||
height: 124px;
|
height: 124px;
|
||||||
|
|
Loading…
Reference in a new issue