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
(This is just to experiment with. I'm just interested as to whether or not this will actually work.)
 
imported>C.Syde65
(Show me the change on this page says it all.)
Line 1: Line 1:
/*users*/
/*users*/
a[href="/wiki/User:C.Syde65"] { color:maroon !important; font-weight:bold !important; }
a[href="/wiki/User:C.Syde65"] { color:maroon !important; font-weight:bold !important; }

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

Revision as of 08:51, 3 June 2015

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

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