forked from I2P_Developers/i2p.www
Better bottom shadow
This commit is contained in:
@@ -174,6 +174,16 @@ div#content .inner:before {
|
|||||||
width: 100%;
|
width: 100%;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
div#content .inner:after {
|
||||||
|
bottom: 0;
|
||||||
|
box-shadow: 0px -6px 12px -12px inset;
|
||||||
|
content: " ";
|
||||||
|
height: 12px;
|
||||||
|
left: 0;
|
||||||
|
position: absolute;
|
||||||
|
width: 100%;
|
||||||
|
}
|
||||||
|
|
||||||
div#content .inner .fluid {
|
div#content .inner .fluid {
|
||||||
background-color: #fefff1;
|
background-color: #fefff1;
|
||||||
}
|
}
|
||||||
@@ -456,7 +466,6 @@ pre.literal-block {
|
|||||||
width: auto;
|
width: auto;
|
||||||
border-top: 3px solid #883333;
|
border-top: 3px solid #883333;
|
||||||
background: #552222;
|
background: #552222;
|
||||||
box-shadow: 0px -4px 8px rgba(0,0,0,.3);
|
|
||||||
font-size: 0.75rem;
|
font-size: 0.75rem;
|
||||||
padding: 1em 10%;
|
padding: 1em 10%;
|
||||||
background: -moz-linear-gradient(#883333, #772222);
|
background: -moz-linear-gradient(#883333, #772222);
|
||||||
|
Reference in New Issue
Block a user