Difference between revisions of "User:DarkruneDK/common.css"
Jump to navigation
Jump to search
imported>DarkruneDK |
imported>DarkruneDK |
||
(41 intermediate revisions by the same user not shown) | |||
Line 1: | Line 1: | ||
/* I have deactivated the stylesheet */ | |||
/* | |||
a | a | ||
{ | { | ||
Line 6: | Line 10: | ||
a:visited | a:visited | ||
{ | { | ||
color: # | color: #767bd9; | ||
} | } | ||
Line 13: | Line 17: | ||
color: #0a9110; | color: #0a9110; | ||
} | } | ||
a:link[title ="User:DarkruneDK"]:after | |||
{ | |||
content: " (Mig selv)"; | |||
} | |||
#globalWrapper | |||
{ | |||
margin-left: auto; | |||
margin-right: auto; | |||
width: 1024px; | |||
min-height: 600px; | |||
} | |||
#bodyContent | |||
{ | |||
width: 800px; | |||
min-height: 600px; | |||
} | |||
#column-content | |||
{ | |||
float: left; | |||
min-width: 800px; | |||
min-height: 300px; | |||
} | |||
*/ |
Latest revision as of 07:20, 30 March 2012
/* I have deactivated the stylesheet */
/*
a
{
color: #332e8e;
}
a:visited
{
color: #767bd9;
}
a:link.external
{
color: #0a9110;
}
a:link[title ="User:DarkruneDK"]:after
{
content: " (Mig selv)";
}
#globalWrapper
{
margin-left: auto;
margin-right: auto;
width: 1024px;
min-height: 600px;
}
#bodyContent
{
width: 800px;
min-height: 600px;
}
#column-content
{
float: left;
min-width: 800px;
min-height: 300px;
}
*/