Difference between revisions of "MediaWiki:Vector.css"

From Philosophy of Biology Graduate Programs
Jump to: navigation, search
(Created page with "CSS placed here will affect users of the Vector skin: */ h1 { font-family: Linux Libertine, Georgia, Times, serif; }")
 
m
Line 1: Line 1:
 
/* CSS placed here will affect users of the Vector skin */
 
/* CSS placed here will affect users of the Vector skin */
  
*/
+
#module {  /* line-height: 1.5; */
h1 {
+
border:1px solid #00008B;
font-family: Linux Libertine, Georgia, Times, serif;
+
        padding:7px;
 +
        border-radius:4px;
 +
/* font-weight:bold; */
 +
background-color:#F8F8FF;
 +
}
 +
 
 +
#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;
 +
}
 +
 
 +
#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; */
 +
}
 +
 
 +
#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; */
 
}
 
}

Revision as of 16:15, 6 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;
}
 
#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;
}
 
#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; */
}
 
#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; */
}