User:C.Syde65/wikia.css: Difference between revisions

From The Sims Wiki, a collaborative database for The Sims series
Jump to navigation Jump to search
Content added Content deleted
imported>C.Syde65
(Show me the change on this page says it all.)
imported>C.Syde65
m (That's not what I had in mind, but okay.)
Line 3: Line 3:


.FollowedPagesModule h2 {
.FollowedPagesModule h2 {
background: linear-gradient(to right, #2E70B7, #25A8E0);
background: linear-gradient(to right, #4CAD40, #96CF24);
-webkit-background-size: cover;
-webkit-background-size: cover;
-moz-background-size: cover;
-moz-background-size: cover;

Revision as of 08:58, 3 June 2015

/*users*/
a[href="/wiki/User:C.Syde65"] { color:maroon !important; font-weight:bold !important; }

.FollowedPagesModule h2 {
    background: linear-gradient(to right, #4CAD40, #96CF24);
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
}