Jump to content
Main menu
Main menu
move to sidebar
hide
Navigation
tango.info
/wiki
Recent changes
tango.info wiki
Search
Search
Appearance
Create account
Log in
Personal tools
Create account
Log in
MediaWiki:Common.css: Difference between revisions
Message
Talk
English
Read
View source
View history
Tools
Tools
move to sidebar
hide
Actions
Read
View source
View history
General
What links here
Related changes
Special pages
Printable version
Permanent link
Page information
Appearance
move to sidebar
hide
Help
From tango.info wiki
← Older edit
Newer edit →
Revision as of 2020-12-04T21:48:20
view source
WikiSysop
(
talk
|
contribs
)
Bureaucrats
,
Interface administrators
,
Administrators
833
edits
No edit summary
← Older edit
Revision as of 2020-12-04T21:48:50
view source
WikiSysop
(
talk
|
contribs
)
Bureaucrats
,
Interface administrators
,
Administrators
833
edits
Blanked the page
Tag
:
Blanking
Newer edit →
Line 1:
Line 1:
/* CSS placed here will be applied to all skins */
html {/*allways show scrollbars*/
overflow-y: scroll;
}
@font-face {
font-family: 'Noto Sans';
src: url('https://anna.info/x/woff2/NotoSans-Regular.woff2') format('woff2');
font-display:block;
}
html,input,textarea{
font-family: "Noto Sans",sans-serif;
}
/*no Serif for tango.info*/
.mw-body h1, .mw-body-content h1, .mw-body-content h2 {
font-family: "Noto Sans",sans-serif;
}
Revision as of 2020-12-04T21:48:50