Difference between revisions of "User:DarkruneDK/common.css"
Jump to navigation
Jump to search
imported>DarkruneDK |
imported>DarkruneDK |
||
Line 16: | Line 16: | ||
a:link[title ="User:DarkruneDK"]:after | a:link[title ="User:DarkruneDK"]:after | ||
{ | { | ||
content: " | content: " (Mig selv)"; | ||
} | |||
a:link[href ="full url "]:after | |||
{ | |||
content: " (test)"; | |||
} | } | ||
Revision as of 16:33, 27 March 2012
a
{
color: #332e8e;
}
a:visited
{
color: #767bd9;
}
a:link.external
{
color: #0a9110;
}
a:link[title ="User:DarkruneDK"]:after
{
content: " (Mig selv)";
}
a:link[href ="full url "]:after
{
content: " (test)";
}
#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;
}
#editsection
{
float: left;
height: 50px;
width: 1024px;
}