Community Central
Community Central
m (Editing css)
No edit summary
Line 1: Line 1:
 
/* Chat page layout */
 
/* Chat page layout */
 
.WikiaPage {
 
.WikiaPage {
background:transparent url("http://i.imgur.com/fcfQxHm.jpg");
+
background:transparent url("http://th04.deviantart.net/fs71/PRE/f/2012/218/7/6/neon_rainbow_dash_wallpaper_by_ultimateultimate-d5a31qt.png");
 
-moz-border-radius:10px !important;
 
-moz-border-radius:10px !important;
 
-webkit-border-radius:10px !important;
 
-webkit-border-radius:10px !important;
Line 15: Line 15:
 
{
 
{
 
background-color: #D8EFF5; /*#91BA36;*/
 
background-color: #D8EFF5; /*#91BA36;*/
background-image: url(http://i.imgur.com/fcfQxHm.jpg);*/
+
background-image: urlhttp://th04.deviantart.net/fs71/PRE/f/2012/218/7/6/neon_rainbow_dash_wallpaper_by_ultimateultimate-d5a31qt.png();*/
 
background-attachment: fixed;
 
background-attachment: fixed;
 
background-position: center top;
 
background-position: center top;

Revision as of 16:04, 28 April 2013

/* Chat page layout */
.WikiaPage {
 background:transparent url("http://th04.deviantart.net/fs71/PRE/f/2012/218/7/6/neon_rainbow_dash_wallpaper_by_ultimateultimate-d5a31qt.png");
 -moz-border-radius:10px !important;
 -webkit-border-radius:10px !important;
 border-radius:10px !important;
 -moz-box-shadow:0 0 40px white !important;
 -webkit-box-shadow:0 0 40px white !important;
 box-shadow:0 0 40px white !important;
}
 
/* Background */
 
body.skin-oasis
{ 
    background-color: #D8EFF5; /*#91BA36;*/
    background-image: urlhttp://th04.deviantart.net/fs71/PRE/f/2012/218/7/6/neon_rainbow_dash_wallpaper_by_ultimateultimate-d5a31qt.png();*/
    background-attachment: fixed;
    background-position: center top;
    background-repeat: no-repeat;
}