MediaWiki:Common.css: Difference between revisions
Jump to navigation
Jump to search
Shornstein (talk | contribs) No edit summary |
Shornstein (talk | contribs) No edit summary |
||
(48 intermediate revisions by the same user not shown) | |||
Line 14: | Line 14: | ||
display: none !important; | display: none !important; | ||
} | } | ||
h1 { | |||
font-weight: bold; | |||
} | |||
body.page-Main_Page #mp-topbanner { | body.page-Main_Page #mp-topbanner { | ||
clear: both; | clear: both; | ||
Line 320: | Line 325: | ||
/* Styling for JQuery makeCollapsible, matching that of collapseButton */ | /* Styling for JQuery makeCollapsible, matching that of collapseButton */ | ||
.mw-collapsible-toggle { | .mw-collapsible-toggle { | ||
float: left; | |||
font-weight: normal; | font-weight: normal; | ||
/* @noflip */ | /* @noflip */ | ||
text-align: | text-align: left; | ||
padding: 2px 5px; | padding: 2px 5px; | ||
height: 0.8em; | height: 0.8em; | ||
} | } | ||
.navbox .mw-collapsible-toggle { | .navbox .mw-collapsible-toggle { | ||
width: 6em; | width: 6em; | ||
Line 1,013: | Line 1,020: | ||
top: 0; | top: 0; | ||
/* @noflip */ | /* @noflip */ | ||
left: 3px; | |||
font-weight: normal; | font-weight: normal; | ||
font-size: 90%; | font-size: 90%; | ||
Line 1,135: | Line 1,142: | ||
/* Minimum thumb width */ | /* Minimum thumb width */ | ||
.thumbinner { | div.thumb .thumbinner { | ||
border: 1px solid #ffffff; | |||
background-color: #ffffff; | |||
min-width: 100px; | min-width: 100px; | ||
padding-right: 30px; | |||
} | } | ||
Line 1,142: | Line 1,152: | ||
Only visible with transparent images. */ | Only visible with transparent images. */ | ||
div.thumb .thumbimage { | div.thumb .thumbimage { | ||
border: 1px solid #ffffff; | |||
background-color: #ffffff; | background-color: #ffffff; | ||
padding: 10px; | |||
} | } | ||
/* The backgrounds for galleries. */ | /* The backgrounds for galleries. */ | ||
Line 1,386: | Line 1,399: | ||
#ca-history { display: none !important; } | #ca-history { display: none !important; } | ||
#ca-language { display: none !important; } | #ca-language { display: none !important; } | ||
#p-lang { display: none !important; } | |||
#p-coll-print_export { display: none !important; } | |||
#pt-uls { display: none !important; } | |||
#pt-userpage { display: none !important; } | |||
#pt-mytalk { display: none !important; } | |||
#pt-preferences { display: none !important; } | |||
#pt-watchlist { display: none !important; } | |||
#pt-mycontris { display: none !important; } | |||
#ca-watch { display: none !important; } | |||
#pt-anonuserpage { display: none !important; } | |||
#pt-anontalk { display: none !important; } | |||
#ca-viewsource { display: none !important; } | |||
.mw-translate-page-info { | .mw-translate-page-info { | ||
Line 1,402: | Line 1,427: | ||
background-color:rgb(60, 60, 255); | background-color:rgb(60, 60, 255); | ||
color: white; | color: white; | ||
border-color:black; | |||
} | } | ||
Line 1,407: | Line 1,433: | ||
background-color:rgb(255, 60, 60); | background-color:rgb(255, 60, 60); | ||
color: white; | color: white; | ||
border-color:black; | |||
} | } | ||
Line 1,412: | Line 1,439: | ||
background-color:rgb(145, 200, 255); | background-color:rgb(145, 200, 255); | ||
color: white; | color: white; | ||
border-color:black; | |||
} | } | ||
Line 1,417: | Line 1,445: | ||
background-color:rgb(255, 190, 190); | background-color:rgb(255, 190, 190); | ||
color: white; | color: white; | ||
border-color:black; | |||
} | } | ||
Line 1,422: | Line 1,451: | ||
background-color:rgb(255, 160, 255); | background-color:rgb(255, 160, 255); | ||
color: white; | color: white; | ||
border-color:black; | |||
} | } | ||
Line 1,427: | Line 1,457: | ||
background-color:rgb(241, 241, 241); | background-color:rgb(241, 241, 241); | ||
color: white; | color: white; | ||
border-color:black; | |||
} | } | ||
img.ios { | |||
border-radius: 5%; | |||
height: 350px; | |||
} | |||
div.iosgallery { | |||
vertical-align: top; | |||
display: inline-block; | |||
text-align: center; | |||
padding-right: 100px; | |||
} | |||
div.iostext { | |||
display: block; | |||
width: 220px; | |||
font-style: small; | |||
} | |||
.ios-gallery-container { | |||
display: flex; | |||
justify-content: flex-start; | |||
flex-wrap: wrap; | |||
gap: 50px; | |||
} | |||
.ios-gallery-item { | |||
width: 250px; | |||
text-align: center; | |||
} | |||
.ios-gallery-image { | |||
border-radius: 30px; | |||
overflow: hidden; | |||
box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2); | |||
} | |||
.ios-gallery-image img { | |||
width: 100%; | |||
height: auto; | |||
display: block; | |||
} | |||
.ios-gallery-text { | |||
margin-top: 20px; | |||
margin-bottom: 10px; | |||
} |