Jump to navigation
Jump to search
Content deleted Content added
Created page with "h1, h2 { border-bottom:1px solid #c8ccd1; } .chooselanguage { width:31%; float:right; } #content .chooselanguage ul { list-style:none; margin-left:1em; } ul.mw-gallery-packed.dep { padding:0; text-align:initial; } →dont wrap person name: .dep div.gallerytext { word-wrap:initial; } →save space between department titles: .vector-body h2 { margin-top:0; } →parties: code.blue { background-color:blue; color:white; } code.yellow { backg..." |
No edit summary |
||
(2 intermediate revisions by the same user not shown) | |||
Line 10: | Line 10: | ||
list-style:none; |
list-style:none; |
||
margin-left:1em; |
margin-left:1em; |
||
⚫ | |||
ul.mw-gallery-packed.dep { |
|||
padding:0; |
|||
text-align:initial; |
|||
⚫ | |||
/* dont wrap person name */ |
|||
.dep div.gallerytext { |
|||
word-wrap:initial; |
|||
} |
} |
||
Line 30: | Line 20: | ||
code.blue { |
code.blue { |
||
background-color:blue; |
background-color:blue; |
||
⚫ | |||
⚫ | |||
code.blueredviolet { |
|||
⚫ | |||
color:white; |
color:white; |
||
} |
} |
||
code.yellow { |
code.yellow { |
||
background-color:yellow; |
background-color:yellow; |
||
⚫ | |||
⚫ | |||
⚫ | |||
⚫ | |||
} |
} |
||
code.mediumvioletred { |
code.mediumvioletred { |
||
Line 49: | Line 39: | ||
code.darkblue { |
code.darkblue { |
||
background-color:darkblue; |
background-color:darkblue; |
||
color:white; |
|||
⚫ | |||
code.deepskyblue { |
|||
background-color:deepskyblue; |
|||
color:white; |
|||
⚫ | |||
⚫ | |||
background-color:teal; |
|||
color:white; |
color:white; |
||
} |
} |
||
Line 57: | Line 55: | ||
background-color:orangered; |
background-color:orangered; |
||
color:white; |
color:white; |
||
} |
|||
img.flag { |
|||
width:auto; |
|||
vertical-align:baseline; |
|||
} |
|||
html img.flag { |
|||
height:1em !important; |
|||
} |
} |
||
Line 71: | Line 61: | ||
margin-top:-0.57em; |
margin-top:-0.57em; |
||
font-size:2.05714em; |
font-size:2.05714em; |
||
} |
|||
.mw-body-content h1 img.flag { |
|||
vertical-align:top; |
|||
} |
} |
||
Line 102: | Line 89: | ||
padding-top:0.2em; |
padding-top:0.2em; |
||
text-align:right; |
text-align:right; |
||
} |
|||
#footer ul { |
|||
display:inline-block; |
|||
} |
} |
||
#footer-info { |
#footer-info { |
||
Line 115: | Line 99: | ||
display:inline; |
display:inline; |
||
float:none; |
float:none; |
||
} |
|||
ul.mw-gallery-packed.dep { |
|||
margin:0; |
|||
} |
} |
||
Line 125: | Line 105: | ||
} |
} |
||
/* WIP: */ |
|||
.presentation #p-search { display:none; } |
.presentation #p-search { display:none; } |
Latest revision as of 18:16, 19 August 2025
h1, h2 { border-bottom:1px solid #c8ccd1; } .chooselanguage { width:31%; float:right; } #content .chooselanguage ul { list-style:none; margin-left:1em; } /* save space between department titles */ .vector-body h2 { margin-top:0; } /* parties */ code.blue { background-color:blue; color:white; } code.blueredviolet { background-color:#936; color:white; } code.yellow { background-color:yellow; } code.mediumvioletred { background-color:mediumvioletred; color:white; } code.black { background-color:black; color:white; } code.darkblue { background-color:darkblue; color:white; } code.deepskyblue { background-color:deepskyblue; color:white; } code.teal { background-color:teal; color:white; } code.whitegray { background-color:#f8f9fa; } code.orangered { background-color:orangered; color:white; } /* page title */ .mw-body-content h1 { margin-top:-0.57em; font-size:2.05714em; } /* presentation */ .presentation #content { margin-left:0; } .presentation .mw-editsection, /*.presentation nav#p-tb h3, .presentation #t-specialpages, .presentation #t-info, .presentation #feed-atom,*/ .presentation #footer-info { display:none; } /* prevent blink on load */ #t-print, #pt-login, #n-wikieditor-toolbar-tool-link { display:none; } /* menu */ #p-logo { margin-bottom:0; } /* footer */ #footer { padding:0; padding-top:0.2em; text-align:right; } #footer-info { float:left; } #footer-info li { margin-left:1em; } #footer-places li { display:inline; float:none; } code { color:#000; } .presentation #p-search { display:none; }