Difference between revisions of "MediaWiki:Vector.css"

From CAMEO
Jump to navigation Jump to search
 
(15 intermediate revisions by the same user not shown)
Line 2: Line 2:
  
  
#cameonav {
+
cameonav {
 
font-size: 11px;
 
font-size: 11px;
 
font-weight: bold;
 
font-weight: bold;
Line 8: Line 8:
 
}
 
}
  
#cameonav A {
+
cameonav A {
color: black;
+
color: Black;
 
}
 
}
  
#cameonav A:HOVER {
+
cameonav A:HOVER {
 
color: #4f81bd;
 
color: #4f81bd;
 
}
 
}
  
#cameonav .current {
+
cameonav .current {
 
color: #4f81bd;
 
color: #4f81bd;
 
}
 
}
  
#cameonav .parent {
+
cameonav .parent {
 
margin-bottom: 10px;
 
margin-bottom: 10px;
 
}
 
}
  
#cameonav .child {
+
cameonav .child {
 
margin-bottom: 10px;
 
margin-bottom: 10px;
 
margin-left: 15px;
 
margin-left: 15px;
 
}
 
}
 
 
 
  
 
div.mw-body {
 
div.mw-body {
Line 36: Line 33:
 
}
 
}
  
#content H1,
+
content H1,
#content H2,
+
content H2,
#content H3,
+
content H3,
#content H4,
+
content H4,
#content H5 {
+
content H5 {
 
         font-family: verdana, arial;
 
         font-family: verdana, arial;
         color: #0B121A;
+
         color: #0000000;
 
         font-size: 1.6em;
 
         font-size: 1.6em;
 
         line-height: 1.6;
 
         line-height: 1.6;
 
         font-weight: bold;
 
         font-weight: bold;
 
}
 
}
#content H2,
+
content H2,
#content H3,
+
content H3,
#content H4,
+
content H4,
#content H5 {
+
content H5 {
 
         font-size: 1.3em;
 
         font-size: 1.3em;
 
         line-height: 1.5;
 
         line-height: 1.5;
Line 56: Line 53:
  
  
#ca-nstab-mediawiki { display:none!important; }
+
ca-nstab-mediawiki { display:none!important; }
#ca-talk { display:show!important; }
+
ca-talk { display:show!important; }
#ca-viewsource { display:none!important; }
+
ca-viewsource { display:none!important; }

Latest revision as of 10:11, 8 February 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: #0000000;
        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; }