Difference between revisions of "Template:Domain"
Jump to navigation
Jump to search
(23 intermediate revisions by the same user not shown) | |||
Line 4: | Line 4: | ||
<pre> | <pre> | ||
{{Domain | {{Domain | ||
+ | |titlepic= | ||
|region= | |region= | ||
}} | }} | ||
Line 11: | Line 12: | ||
<div id="domain-container"> | <div id="domain-container"> | ||
<div id="domain-title" class="clearfix">{{PAGENAME}} | <div id="domain-title" class="clearfix">{{PAGENAME}} | ||
− | <div id="domain-title-image">{{#if: {{{titlepic|}}}|[[File:{{{titlepic}}}]]| | + | <div id="domain-title-image">{{#if: {{{titlepic|}}}|[[File:{{{titlepic}}}|center]]| |
{{#ifexist: File:{{PAGENAME}}.png|[[File:{{PAGENAME}}.png|center]] | {{#ifexist: File:{{PAGENAME}}.png|[[File:{{PAGENAME}}.png|center]] | ||
|{{#ifexist: File:{{PAGENAME}}.jpg|[[File:{{PAGENAME}}.jpg|center]] | |{{#ifexist: File:{{PAGENAME}}.jpg|[[File:{{PAGENAME}}.jpg|center]] | ||
− | |{{#ifexist: File:{{PAGENAME}}.jpeg|[[File:{{PAGENAME}}.jpeg | + | |{{#ifexist: File:{{PAGENAME}}.jpeg|[[File:{{PAGENAME}}.jpeg|center]] |
− | |{{#ifexist: File:{{PAGENAME}}.gif|[[File:{{PAGENAME}}.gif | + | |{{#ifexist: File:{{PAGENAME}}.gif|[[File:{{PAGENAME}}.gif|center]] |
− | |{{#ifexist: File:{{PAGENAME}}.webp|[[File:{{PAGENAME}}.webp | + | |{{#ifexist: File:{{PAGENAME}}.webp|[[File:{{PAGENAME}}.webp|center]] |
}} | }} | ||
}} | }} | ||
Line 63: | Line 64: | ||
border-style: double; | border-style: double; | ||
border-color: #DC7; | border-color: #DC7; | ||
+ | border-width: thick; | ||
+ | } | ||
+ | #domain-title { | ||
+ | font-family: "Limelight", cursive; | ||
+ | color: #DC7; | ||
+ | font-size: 4em; | ||
+ | text-align: center; | ||
} | } | ||
div#bodyContent.mw-body-content h2, .my-h2 { | div#bodyContent.mw-body-content h2, .my-h2 { | ||
Line 82: | Line 90: | ||
vertical-align:top; | vertical-align:top; | ||
text-align:left; | text-align:left; | ||
+ | list-style:none; | ||
} | } | ||
#domain-title-image { | #domain-title-image { | ||
− | max-width: | + | max-width: 100%; |
− | |||
− | |||
} | } | ||
#domain-title-image img { | #domain-title-image img { | ||
height: auto; | height: auto; | ||
− | max-width: | + | max-width: 80%; |
+ | } | ||
+ | div#domain-info { | ||
+ | max-width: 80%; | ||
+ | margin: auto; | ||
+ | margin-top: 20px; | ||
} | } | ||
− | #domain-info-table | + | table#domain-info-table { |
vertical-align: top; | vertical-align: top; | ||
text-align:left; | text-align:left; | ||
+ | margin: auto; | ||
} | } | ||
div#content.mw-body { | div#content.mw-body { | ||
Line 106: | Line 119: | ||
div#catlinks.catlinks a { | div#catlinks.catlinks a { | ||
vertical-align: bottom; | vertical-align: bottom; | ||
+ | } | ||
+ | div#bodyContent.mw-body-content img { | ||
+ | max-width: 100% | ||
} | } | ||
div#bodyContent.mw-body-content a:link, div#bodyContent.mw-body-content a.external:link { | div#bodyContent.mw-body-content a:link, div#bodyContent.mw-body-content a.external:link { | ||
Line 120: | Line 136: | ||
} | } | ||
div#bodyContent.mw-body-content a.new, div#bodyContent.mw-body-content a.new:visited { | div#bodyContent.mw-body-content a.new, div#bodyContent.mw-body-content a.new:visited { | ||
+ | } | ||
+ | a.mw-helplink { | ||
+ | font-size: 16px; | ||
+ | font-family: 'Belleza', 'Avant Garde', sans-serif; | ||
+ | color: #DC7; | ||
} | } | ||
.clearfix::after { | .clearfix::after { |
Latest revision as of 20:59, 7 November 2020
This is the "Domain" template. It should be called in the following format:
{{Domain |titlepic= |region= }}
Edit the page to see the template text.