Difference between revisions of "MediaWiki:Common.css"
From Tangowiki
(Blanked the page) |
|||
Line 1: | Line 1: | ||
+ | /********************* LINKS *********************/ | ||
+ | a { | ||
+ | color: /*#006ca8; #0081c8; #6097cf; */ #6373B7; | ||
+ | } | ||
+ | |||
+ | a:visited { | ||
+ | color: /*#00528c; #006ca8; */ #475384; | ||
+ | } | ||
+ | |||
+ | a.new { | ||
+ | color: /*#ed4663; */ #ed5b74; | ||
+ | } | ||
+ | |||
+ | |||
+ | a.external { /*external zB im Footerlink – geht aber noch nicht überall */ | ||
+ | color: #6373B7; | ||
+ | } | ||
+ | |||
+ | a.extiw { | ||
+ | color: #6373B7; | ||
+ | } | ||
+ | |||
+ | a.external.text { /*Externe Links mit anderem Text */ | ||
+ | color: #6373B7; | ||
+ | } | ||
+ | |||
+ | a.external.autonumber { /*externe Links ohne Text nur mit Nummer*/ | ||
+ | color: #6373B7; | ||
+ | } | ||
+ | |||
+ | a.external:visited { | ||
+ | color: #6373B7; | ||
+ | } | ||
+ | |||
+ | code { | ||
+ | background-color: #ddfff0; /* #C7F2DA; #A5D89C; #d0ffa1; #c8d4be; #e1fff6;*/ | ||
+ | color: #478c3b; /*#60b377;*/ | ||
+ | } | ||
+ | |||
+ | div#content { | ||
+ | border: #f5f5f5; | ||
+ | } |
Revision as of 22:33, 15 August 2015
/********************* LINKS *********************/
a {
color: /*#006ca8; #0081c8; #6097cf; */ #6373B7;
}
a:visited {
color: /*#00528c; #006ca8; */ #475384;
}
a.new {
color: /*#ed4663; */ #ed5b74;
}
a.external { /*external zB im Footerlink – geht aber noch nicht überall */
color: #6373B7;
}
a.extiw {
color: #6373B7;
}
a.external.text { /*Externe Links mit anderem Text */
color: #6373B7;
}
a.external.autonumber { /*externe Links ohne Text nur mit Nummer*/
color: #6373B7;
}
a.external:visited {
color: #6373B7;
}
code {
background-color: #ddfff0; /* #C7F2DA; #A5D89C; #d0ffa1; #c8d4be; #e1fff6;*/
color: #478c3b; /*#60b377;*/
}
div#content {
border: #f5f5f5;
}