Difference between revisions of "MediaWiki:Common.css"

From XFamily - Children of God
m (Created page with 'CSS placed here will be applied to all skins: .portlet h5 { text-transform: none; }')
 
(Worldcat citation styles)
 
Line 3: Line 3:
 
   text-transform: none;
 
   text-transform: none;
 
}
 
}
 +
.citation_style_APA
 +
        {
 +
font-family: "Arial Unicode MS", Arial, Helvetica, Verdana, sans-serif;
 +
line-height: 1.3em;
 +
list-style-type: none;
 +
text-indent: -40px;
 +
margin-left: 40px;
 +
        }
 +
        .citation_style_APA a
 +
        {
 +
text-decoration: none;
 +
        } 
 +
        .citation_style_APA a:hover
 +
        {
 +
text-decoration: underline;
 +
        }       
 +
       
 +
 +
        .citation_style_CHICAGO
 +
        {
 +
font-family: "Arial Unicode MS", Arial, Helvetica, Verdana, sans-serif;
 +
line-height: 1.3em;
 +
list-style-type: none;
 +
text-indent: -40px;
 +
margin-left: 40px;
 +
        }
 +
        .citation_style_CHICAGO a
 +
        {
 +
text-decoration: none;
 +
        } 
 +
        .citation_style_CHICAGO a:hover
 +
        {
 +
text-decoration: underline;
 +
        }
 +
       
 +
       
 +
        .citation_style_HARVARD
 +
        {
 +
font-family: "Arial Unicode MS", Arial, Helvetica, Verdana, sans-serif;
 +
line-height: 1.3em;
 +
list-style-type: none;
 +
text-indent: -40px;
 +
margin-left: 40px;
 +
        }
 +
        .citation_style_HARVARD a
 +
        {
 +
text-decoration: none;
 +
        } 
 +
        .citation_style_HARVARD a:hover
 +
        {
 +
text-decoration: underline;
 +
        }
 +
       
 +
       
 +
        .citation_style_MLA
 +
        {
 +
font-family: "Arial Unicode MS", Arial, Helvetica, Verdana, sans-serif;
 +
line-height: 1.3em;
 +
list-style-type: none;
 +
text-indent: -40px;
 +
margin-left: 40px;
 +
        }
 +
        .citation_style_MLA a
 +
        {
 +
text-decoration: underline;
 +
        } 
 +
        .citation_style_MLA a:hover
 +
        {
 +
text-decoration: underline;
 +
        }
 +
       
 +
       
 +
        .citation_style_TURABIAN
 +
        {
 +
font-family: "Arial Unicode MS", Arial, Helvetica, Verdana, sans-serif;
 +
line-height: 1.3em;
 +
list-style-type: none;
 +
text-indent: -40px;
 +
margin-left: 40px;
 +
        }
 +
        .citation_style_TURABIAN a
 +
        {
 +
text-decoration: none;
 +
        } 
 +
        .citation_style_TURABIAN a:hover
 +
        {
 +
text-decoration: underline;
 +
        }

Latest revision as of 01:34, 27 December 2011

/* CSS placed here will be applied to all skins */
.portlet h5 {
   text-transform: none;
}
 .citation_style_APA
        {
			font-family: "Arial Unicode MS", Arial, Helvetica, Verdana, sans-serif;
			line-height: 1.3em;
			list-style-type: none;
			text-indent: -40px;
			margin-left: 40px;
        }
        .citation_style_APA a
        {
			text-decoration: none;
        }  
        .citation_style_APA a:hover
        {
			text-decoration: underline;
        }        
        

        .citation_style_CHICAGO
        {
			font-family: "Arial Unicode MS", Arial, Helvetica, Verdana, sans-serif;
			line-height: 1.3em;
			list-style-type: none;
			text-indent: -40px;
			margin-left: 40px;
        }
        .citation_style_CHICAGO a
        {
			text-decoration: none;
        }  
        .citation_style_CHICAGO a:hover
        {
			text-decoration: underline;
        } 
        
        
        .citation_style_HARVARD
        {
			font-family: "Arial Unicode MS", Arial, Helvetica, Verdana, sans-serif;
			line-height: 1.3em;
			list-style-type: none;
			text-indent: -40px;
			margin-left: 40px;
        }
        .citation_style_HARVARD a
        {
			text-decoration: none;
        }  
        .citation_style_HARVARD a:hover
        {
			text-decoration: underline;
        } 
        
        
        .citation_style_MLA
        {
			font-family: "Arial Unicode MS", Arial, Helvetica, Verdana, sans-serif;
			line-height: 1.3em;
			list-style-type: none;
			text-indent: -40px;
			margin-left: 40px;
        }
        .citation_style_MLA a
        {
			text-decoration: underline;
        }  
        .citation_style_MLA a:hover
        {
			text-decoration: underline;
        } 
        
        
        .citation_style_TURABIAN
        {
			font-family: "Arial Unicode MS", Arial, Helvetica, Verdana, sans-serif;
			line-height: 1.3em;
			list-style-type: none;
			text-indent: -40px;
			margin-left: 40px;
        }
        .citation_style_TURABIAN a
        {
			text-decoration: none;
        }  
        .citation_style_TURABIAN a:hover
        {
			text-decoration: underline;
        }