MediaWiki:Common.css: Difference between revisions
m
Add border defaults
-u ndefined- (talk | contribs) m (Cumbersome css) |
-u ndefined- (talk | contribs) m (Add border defaults) |
||
(5 intermediate revisions by the same user not shown) | |||
Line 7: | Line 7: | ||
width: 256px; | width: 256px; | ||
background-color: #f9f9f9; | background-color: #f9f9f9; | ||
border: | border: 2px solid #808080; | ||
padding: | border-radius: 10px; | ||
box-shadow: 0px -6px #0004 inset; | |||
padding: 0.4em 0.4em 1em; | |||
font-size: 90%; | font-size: 90%; | ||
line-height: 1.5em; | line-height: 1.5em; | ||
Line 17: | Line 19: | ||
.infobox-title { | .infobox-title { | ||
font-size: | font-size: 140%; | ||
font-weight: bold; | font-weight: bold; | ||
text-align: center; | text-align: center; | ||
padding: 5px; | padding: 5px; | ||
border-bottom: | border-bottom: 2px solid #a2a9b1; | ||
} | } | ||
Line 57: | Line 58: | ||
font-weight: bold; | font-weight: bold; | ||
background-color: #f2f2f2; | background-color: #f2f2f2; | ||
} | |||
.notice { | |||
width: 80%; | |||
margin: auto; | |||
background-color: #f9f9f9; | |||
border: 2px solid #808080; | |||
border-radius: 10px; | |||
box-shadow: 0px -6px #0004 inset; | |||
padding: 0.4em 0.4em 0.6em; | |||
} | } | ||
Line 105: | Line 116: | ||
.main-welcome-box { | .main-welcome-box { | ||
border: 3px solid # | background-color: #f9f9f9; | ||
border: 3px solid #202020; | |||
border-radius: 20px; | border-radius: 20px; | ||
box-shadow: 0px -10px #0004 inset; | box-shadow: 0px -10px #0004 inset; | ||
Line 116: | Line 128: | ||
.main-image { | .main-image { | ||
text-align: center; | |||
border-right: inherit; | border-right: inherit; | ||
} | } | ||
Line 126: | Line 138: | ||
.main-image { | .main-image { | ||
border-right: none; | border-right: none; | ||
border-bottom: inherit; | border-bottom: inherit; | ||
} | } | ||
} | } |