MediaWiki:Common.css: Difference between revisions
Jump to navigation
Jump to search
No edit summary |
No edit summary |
||
(One intermediate revision by the same user not shown) | |||
Line 2: | Line 2: | ||
@font-face { | @font-face { | ||
font-family: "Shruti"; | font-family: "Shruti"; | ||
src: url(' | src: url('https://www.bhajansangrah.com/shruti.eot?') format('eot'), url('https://www.bhajansangrah.com/shruti.woff') format('woff'), url('https://www.bhajansangrah.com/shruti.ttf') format('truetype'), url('https://www.bhajansangrah.com/shruti.svg#Shruti') format('svg'); | ||
} | } | ||
div { | div { | ||
font-family: "Shruti", Verdana, Tahoma; | font-family: "Shruti", Verdana, Tahoma; | ||
} | |||
/*! | |||
* jQuery Chord Transposer plugin v1.0 | |||
* http://codegavin.com/projects/transposer | |||
* | |||
* Copyright 2010, Jesse Gavin | |||
* Dual licensed under the MIT or GPL Version 2 licenses. | |||
* http://codegavin.com/license | |||
* | |||
* Date: Sat Jun 26 21:27:00 2010 -0600 | |||
*/ | |||
span.c { | |||
font-weight: bold; | |||
color: #2159D6; | |||
} | |||
.transpose-keys { | |||
margin: 10px 0; | |||
overflow: auto; | |||
font: normal 11px sans-serif; | |||
} | |||
.transpose-keys a { | |||
display: block; | |||
float: left; | |||
width: 2.25em; | |||
text-align: center; | |||
margin: 0 .25em .25em 0; | |||
color: #333; | |||
background: #eee; | |||
text-decoration: none; | |||
padding: .4em 0; | |||
border: solid 1px transparent; | |||
outline: none; | |||
} | |||
.transpose-keys a.selected { | |||
background: #2159D6; | |||
color: #FFF; | |||
} | } |
Latest revision as of 22:38, 30 November 2023
/* CSS placed here will be applied to all skins */ @font-face { font-family: "Shruti"; src: url('https://www.bhajansangrah.com/shruti.eot?') format('eot'), url('https://www.bhajansangrah.com/shruti.woff') format('woff'), url('https://www.bhajansangrah.com/shruti.ttf') format('truetype'), url('https://www.bhajansangrah.com/shruti.svg#Shruti') format('svg'); } div { font-family: "Shruti", Verdana, Tahoma; } /*! * jQuery Chord Transposer plugin v1.0 * http://codegavin.com/projects/transposer * * Copyright 2010, Jesse Gavin * Dual licensed under the MIT or GPL Version 2 licenses. * http://codegavin.com/license * * Date: Sat Jun 26 21:27:00 2010 -0600 */ span.c { font-weight: bold; color: #2159D6; } .transpose-keys { margin: 10px 0; overflow: auto; font: normal 11px sans-serif; } .transpose-keys a { display: block; float: left; width: 2.25em; text-align: center; margin: 0 .25em .25em 0; color: #333; background: #eee; text-decoration: none; padding: .4em 0; border: solid 1px transparent; outline: none; } .transpose-keys a.selected { background: #2159D6; color: #FFF; }