Difference between revisions of "MediaWiki:Vector.css"

From Philosophy of Biology Graduate Programs
Jump to: navigation, search
m
m
Line 37: Line 37:
 
/* font-weight:bold; */
 
/* font-weight:bold; */
 
background-color:#F0FFF0;
 
background-color:#F0FFF0;
 +
      /* font-family:courier, mono; */
 +
/* margin:5px; */
 +
}
 +
 +
#midnightblue {  /* line-height: 1.5; */ 
 +
border:1px solid black;
 +
        padding:7px 7px 7px 7px;
 +
        border-radius:4px;
 +
/* font-weight:bold; */
 +
background-color:#191970;
 +
        font-size:14px;
 +
        font-color:#FFFAFA;
 
       /* font-family:courier, mono; */
 
       /* font-family:courier, mono; */
 
/* margin:5px; */
 
/* margin:5px; */
 
}
 
}

Revision as of 04:52, 16 December 2014

/* CSS placed here will affect users of the Vector skin */
 
#module {   /* line-height: 1.5; */  
	border:1px solid #00008B;
        padding:7px;
        border-radius:4px;
	/* font-weight:bold; */
	background-color:#F8F8FF;
     /*   margin:5px;
}
 
#code-module {   /* line-height: 1.5; */  
	border:1px solid #00008B;
        padding:7px;
        border-radius:4px;
	/* font-weight:bold; */
	background-color:#F8F8FF;
        font-family:courier, mono;
        font-size:12px;
/* margin:5px; */
}
 
#yellow-module {   /* line-height: 1.5; */  
	border:1px solid black;
        padding:7px;
        border-radius:5px;
	/* font-weight:bold; */
	background-color:#FFFFCC;
       /* font-family:courier, mono; */
/*margin:5px; */
}
 
#blue-module {   /* line-height: 1.5; */  
	border:1px solid black;
        padding:7px 7px 7px 7px;
        border-radius:4px;
	/* font-weight:bold; */
	background-color:#F0FFF0;
       /* font-family:courier, mono; */
/* margin:5px; */
}
 
#midnightblue {   /* line-height: 1.5; */  
	border:1px solid black;
        padding:7px 7px 7px 7px;
        border-radius:4px;
	/* font-weight:bold; */
	background-color:#191970;
        font-size:14px;
        font-color:#FFFAFA;
       /* font-family:courier, mono; */
/* margin:5px; */
}