MediaWiki:Common.css: Difference between revisions
From Marvel Cinematic Universe Wiki
Content deleted Content added
mNo edit summary |
No edit summary |
||
| Line 2: | Line 2: | ||
@font-face { |
@font-face { |
||
font-family: |
font-family: BankGothic; |
||
font-style: normal; |
font-style: normal; |
||
src: url('BankGothic.ttf') format('truetype'), |
src: url('BankGothic.ttf') format('truetype'), |
||
| Line 28: | Line 28: | ||
background-color: #CD5C5C; |
background-color: #CD5C5C; |
||
border: 1px solid #8B0000; |
border: 1px solid #8B0000; |
||
font-family: |
font-family: BankGothic; |
||
font-weight: bold; |
font-weight: bold; |
||
text-align: left; |
text-align: left; |
||
| Line 35: | Line 35: | ||
} |
} |
||
h1, h2, h3, h4, h5, h6 { |
|||
/* Red link */ |
|||
font-family: BankGothic; |
|||
li a { |
|||
color: red; |
|||
} |
} |
||
Revision as of 12:56, 5 October 2017
/* CSS placed here will be applied to all skins */
@font-face {
font-family: BankGothic;
font-style: normal;
src: url('BankGothic.ttf') format('truetype'),
url('BankGothic.otf') format('opentype');
}
/* Hiding Main Page title */
.page-Main_Page .firstHeading { display:none; }
/* ### CSS regarding portal pages ### */
.portals {
background-color: #54595d;
border: 2px solid #b32425;
vertical-align: top;
padding: 12px 15px 12px 15px;
-moz-border-radius: 10px;
-webkit-border-radius: 10px;
-khtml-border-radius: 10px;
border-radius: 10px;
}
.portals h1 {
background-color: #CD5C5C;
border: 1px solid #8B0000;
font-family: BankGothic;
font-weight: bold;
text-align: left;
padding: 0.2em 0.4em;
margin: .3em 0 .5em 0;
}
h1, h2, h3, h4, h5, h6 {
font-family: BankGothic;
}
