MediaWiki:Common.css: Difference between revisions

mNo edit summary
mNo edit summary
Line 101: Line 101:
@font-face {
@font-face {
     font-family: 'power_symbols';
     font-family: 'power_symbols';
     src: url('https://toonz.ca/fonts/unicode/Unicode_IEC_symbol.ttf') format('ttf'),
     src: url('fonts/unicode/Unicode_IEC_symbol.ttf') format('ttf'),
         url('https://toonz.ca/fonts/unicode/Unicode_IEC_symbol.woff2') format('woff2'),
         url('fonts/unicode/Unicode_IEC_symbol.woff2') format('woff2'),
         url('https://toonz.ca/fonts/unicode/Unicode_IEC_symbol.woff') format('woff');
         url('fonts/unicode/Unicode_IEC_symbol.woff') format('woff');
     font-weight: normal;
     font-weight: normal;
     font-style: normal;
     font-style: normal;
Line 113: Line 113:
}
}


/* standard link colors */
 
.mw-body-content a:link { color: #0000FF; } /* normal unvisited links */
/* ---------- Link colors (LVHA order) ---------- */
.mw-body-content a:link:visited { color: #0B0080; } /* visited links */
.mw-body-content a:link { color: #0645AD; }
.mw-body-content a:link:active { color: #FF0000; } /* active links */
.mw-body-content a:visited { color: #551A8B; }
.mw-body-content a:link.new { color: #FF0000; } /* new links */
.mw-body-content a:hover { color: #0B0080; text-decoration: underline; }
.mw-body-content a:link.extiw { color: #3366BB; } /* interwiki links */
.mw-body-content a:active { color: #C00000; }
.mw-body-content a:link.external { color: #3366BB; } /* external links */
 
.mw-body-content a:link.stub { color: #772233; } /* hovered links */
/* Special link types */
/*
.mw-body-content a.new { color: #CC0000; }
.mw-body-content a:link {color: #FF0000}
.mw-body-content a.external,
.mw-body-content a:visited {color: #00FF00}
.mw-body-content a.extiw { color: #3366BB; }
.mw-body-content a:hover {color: #FF00FF}
.mw-body-content a.stub { color: #772233; }
.mw-body-content a:active {color: #0000FF}
 
*/
/* no right click */
// no right click
img {
img {
   -webkit-touch-callout: none;
   -webkit-touch-callout: none;
Line 137: Line 136:
}
}


// l1 comparison table
/* l1 comparison table */


/* === L1 comparison table scroll container === */
/* === L1 comparison table scroll container === */