Difference between revisions of "MediaWiki:Common.css"
(18 intermediate revisions by the same user not shown) | |||
Line 2: | Line 2: | ||
body {font-family: Garamond,Baskerville,"Baskerville Old Face","Hoefler Text","Times New Roman",serif} | body {font-family: Garamond,Baskerville,"Baskerville Old Face","Hoefler Text","Times New Roman",serif} | ||
div#content h1, div#content h2, div#content h3, div#content h4, div#content h5, div#content a {font-family: Garamond,Baskerville,"Baskerville Old Face","Hoefler Text","Times New Roman",serif} | div#content h1, div#content h2, div#content h3, div#content h4, div#content h5, div#content a {font-family: Garamond,Baskerville,"Baskerville Old Face","Hoefler Text","Times New Roman",serif} | ||
+ | |||
+ | .mw-redirectedfrom { | ||
+ | display: none; | ||
+ | } | ||
div#mw-navigation a, div#mw-navigation h1, div#mw-navigation h2, div#mw-navigation h3, div#mw-navigation h4, div#mw-navigation h5 { font-family: Helvetica, Arial, sans-serif} | div#mw-navigation a, div#mw-navigation h1, div#mw-navigation h2, div#mw-navigation h3, div#mw-navigation h4, div#mw-navigation h5 { font-family: Helvetica, Arial, sans-serif} | ||
Line 11: | Line 15: | ||
big { | big { | ||
font-size: inherit; | font-size: inherit; | ||
+ | } | ||
+ | .mw-body { | ||
+ | margin-left: 18em; | ||
+ | } | ||
+ | #mw-panel { | ||
+ | width: 19em; | ||
+ | } | ||
+ | #left-navigation { | ||
+ | margin-left: 18em; | ||
+ | } | ||
+ | |||
+ | #right-navigation | ||
+ | { | ||
+ | margin-right: 0.9rem; | ||
+ | } | ||
+ | @media screen and (min-width: 982px){ | ||
+ | #left-navigation { | ||
+ | margin-left: 19em; | ||
+ | } | ||
+ | } | ||
+ | @media screen and (min-width: 982px){ | ||
+ | .mw-body { | ||
+ | margin-left: 19em; | ||
+ | } | ||
+ | } | ||
+ | @media screen and (min-width: 982px){ | ||
+ | #p-personal { | ||
+ | right: 9em; | ||
+ | } | ||
+ | } | ||
+ | #p-personal { | ||
+ | right: 1.75em; | ||
+ | } | ||
+ | |||
+ | |||
+ | /* Custom style for logo added by Agileana */ | ||
+ | #p-logo { | ||
+ | margin: 0 auto; | ||
+ | width: 16em; | ||
+ | } | ||
+ | |||
+ | #p-logo a { | ||
+ | width: 100%; | ||
+ | background-size: contain; | ||
} | } |
Latest revision as of 19:47, 6 February 2019
/* CSS placed here will be applied to all skins */ body {font-family: Garamond,Baskerville,"Baskerville Old Face","Hoefler Text","Times New Roman",serif} div#content h1, div#content h2, div#content h3, div#content h4, div#content h5, div#content a {font-family: Garamond,Baskerville,"Baskerville Old Face","Hoefler Text","Times New Roman",serif} .mw-redirectedfrom { display: none; } div#mw-navigation a, div#mw-navigation h1, div#mw-navigation h2, div#mw-navigation h3, div#mw-navigation h4, div#mw-navigation h5 { font-family: Helvetica, Arial, sans-serif} .mw-body-content { font-size: 1em; } big { font-size: inherit; } .mw-body { margin-left: 18em; } #mw-panel { width: 19em; } #left-navigation { margin-left: 18em; } #right-navigation { margin-right: 0.9rem; } @media screen and (min-width: 982px){ #left-navigation { margin-left: 19em; } } @media screen and (min-width: 982px){ .mw-body { margin-left: 19em; } } @media screen and (min-width: 982px){ #p-personal { right: 9em; } } #p-personal { right: 1.75em; } /* Custom style for logo added by Agileana */ #p-logo { margin: 0 auto; width: 16em; } #p-logo a { width: 100%; background-size: contain; }