User:KeybladeSpyMaster/common.css: Difference between revisions

From the Kingdom Hearts Wiki, the Kingdom Hearts encyclopedia
Jump to navigationJump to search
No edit summary
No edit summary
Line 1: Line 1:
body
body{
{
background-image:url('https://lh6.googleusercontent.com/-cIGDg8omgnI/UQ3rac0XEfI/AAAAAAAAALk/0tw0baVH2UA/s800/Background%25201.png');
background-image:url('https://lh6.googleusercontent.com/-cIGDg8omgnI/UQ3rac0XEfI/AAAAAAAAALk/0tw0baVH2UA/s800/Background%25201.png');
background-attachment:fixed;
background-attachment:fixed;
background-color:#cccccc;
background-color:#cccccc;
}
}
{
body, h1, h2, big, p{
color:#AAAAAA;
color:#555555;
}
}
h1
a{
{
color:000000
color:#AAAAAA;
}
p
{
color:#AAAAAA;
}
}

Revision as of 00:04, 5 February 2013

body{
background-image:url('https://lh6.googleusercontent.com/-cIGDg8omgnI/UQ3rac0XEfI/AAAAAAAAALk/0tw0baVH2UA/s800/Background%25201.png');
background-attachment:fixed;
background-color:#cccccc;
}
body, h1, h2, big, p{
color:#555555;
}
a{
color:000000
}