Difference between revisions of "MediaWiki:Common.css"

From wiki.emacinc.com
Jump to: navigation, search
(added css for logo tag override)
(formatting)
Line 7: Line 7:
  
 
/* Change tag size over logo to fit size of EMAC logo */
 
/* Change tag size over logo to fit size of EMAC logo */
#p-logo a,#p-logo a:hover {        display: block;       height: 55px;       width: 12.2em;       background-repeat: no-repeat;       background-position: 35% 50% !important;       text-decoration: none;}
+
#p-logo a,
 +
#p-logo a:hover {         
 +
    display: block;
 +
    height: 55px;
 +
    width: 12.2em;
 +
    background-repeat: no-repeat;
 +
    background-position: 35% 50% !important;
 +
    text-decoration: none;
 +
}

Revision as of 08:43, 23 January 2013

/* CSS placed here will be applied to all skins */

/* make the Cite extension list of references look smaller and highlight clicked reference in blue */
ol.references { font-size: 90%; }
ol.references li:target { background-color: #ddeeff; }
sup.reference:target { background-color: #ddeeff; }

/* Change tag size over logo to fit size of EMAC logo */
#p-logo a,
#p-logo a:hover {        
    display: block;
    height: 55px;
    width: 12.2em;
    background-repeat: no-repeat;
    background-position: 35% 50% !important;
    text-decoration: none;
}