Difference between revisions of "MediaWiki:Vector.css"
Jump to navigation
Jump to search
Rcouseillant (talk | contribs) |
Rcouseillant (talk | contribs) |
||
Line 56: | Line 56: | ||
#ca-talk { display:show!important; } | #ca-talk { display:show!important; } | ||
#ca-viewsource { display:none!important; } | #ca-viewsource { display:none!important; } | ||
+ | |||
+ | |||
+ | /* CSS placed here will affect users of the Vector skin */ | ||
+ | #p-navigation | ||
+ | { | ||
+ | border-image: url("http://farm3.static.flickr.com/2357/2230414856_45f9552c28.jpg") 30 | ||
+ | round; | ||
+ | border-top: 25px solid black; | ||
+ | border-left: 2px solid black; | ||
+ | border-right: 2px solid black; | ||
+ | border-bottom: 2px solid black; | ||
+ | } | ||
+ | #p-tb | ||
+ | { | ||
+ | border-image: url("http://farm3.static.flickr.com/2357/2230414856_45f9552c28.jpg") 30 | ||
+ | round; | ||
+ | border-top: 25px solid black; | ||
+ | border-left: 2px solid black; | ||
+ | border-right: 2px solid black; | ||
+ | border-bottom: 2px solid black; | ||
+ | } | ||
+ | /* That will place a temporary campaign/launch/event/whatever image right down the | ||
+ | main logo - pretty useful hun? nah */ | ||
+ | |||
+ | /* Make clickable text on links invisible. */ |
Revision as of 11:32, 31 January 2022
/* CSS placed here will affect users of the Vector skin */
#cameonav {
font-size: 11px;
font-weight: bold;
margin: 0 0 20px 20px;
}
#cameonav A {
color: Black;
}
#cameonav A:HOVER {
color: #4f81bd;
}
#cameonav .current {
color: #4f81bd;
}
#cameonav .parent {
margin-bottom: 10px;
}
#cameonav .child {
margin-bottom: 10px;
margin-left: 15px;
}
div.mw-body {
border: none;
}
#content H1,
#content H2,
#content H3,
#content H4,
#content H5 {
font-family: verdana, arial;
color: #0B121A;
font-size: 1.6em;
line-height: 1.6;
font-weight: bold;
}
#content H2,
#content H3,
#content H4,
#content H5 {
font-size: 1.3em;
line-height: 1.5;
}
#ca-nstab-mediawiki { display:none!important; }
#ca-talk { display:show!important; }
#ca-viewsource { display:none!important; }
/* CSS placed here will affect users of the Vector skin */
#p-navigation
{
border-image: url("http://farm3.static.flickr.com/2357/2230414856_45f9552c28.jpg") 30
round;
border-top: 25px solid black;
border-left: 2px solid black;
border-right: 2px solid black;
border-bottom: 2px solid black;
}
#p-tb
{
border-image: url("http://farm3.static.flickr.com/2357/2230414856_45f9552c28.jpg") 30
round;
border-top: 25px solid black;
border-left: 2px solid black;
border-right: 2px solid black;
border-bottom: 2px solid black;
}
/* That will place a temporary campaign/launch/event/whatever image right down the
main logo - pretty useful hun? nah */
/* Make clickable text on links invisible. */