823
edits
|  (new colors) | m (gradient background) | ||
| Line 7: | Line 7: | ||
| } | } | ||
| body { background: #4e3b2e; } | body { | ||
|    background-image: -webkit-gradient(linear,left top, right bottom, color-stop(0,#4e3b2e), color-stop(0.75,#c1b0af)); | |||
|    background-image: -webkit-linear-gradient(left top, #4e3b2e 0%, #c1b0af 75%); | |||
|    background-image: -moz-linear-gradient(left top, #4e3b2e 0%, #c1b0af 75%); | |||
|    background-image: -ms-linear-gradient(left top, #4e3b2e 0%, #c1b0af 75%); | |||
|    background-image: -o-linear-gradient(left top, #4e3b2e 0%, #c1b0af 75%); | |||
|    background-image: linear-gradient(to bottom right, #4e3b2e 0%, #c1b0af 75%); | |||
| } | |||
| #p-personal.portlet a[href] { | #p-personal.portlet a[href] { | ||