styles.css
Jump to navigation
Jump to search
Jayprakash (talk | contribs) (Change blue color) |
Jayprakash (talk | contribs) |
||
| Line 59: | Line 59: | ||
} | } | ||
#wlmno-contentwrapper { | #wlmno-contentwrapper { | ||
| − | background-color: # | + | background-color: #666666; |
} | } | ||
#wlmno-content { | #wlmno-content { | ||
| Line 76: | Line 76: | ||
} | } | ||
.wlmno-samibox { | .wlmno-samibox { | ||
| − | border: 2px solid # | + | border: 2px solid #666666; |
border-radius: 1em; | border-radius: 1em; | ||
margin: 1em; | margin: 1em; | ||
| Line 83: | Line 83: | ||
} | } | ||
.wlmno-samibox .wlmno-samibox-new { | .wlmno-samibox .wlmno-samibox-new { | ||
| − | background-color: # | + | background-color: #666666; |
border-bottom-right-radius: 1em; | border-bottom-right-radius: 1em; | ||
color: #fff; | color: #fff; | ||
| Line 100: | Line 100: | ||
color: #fff; | color: #fff; | ||
padding: 0.5em 1em 0.5em 1em; | padding: 0.5em 1em 0.5em 1em; | ||
| − | background-color: # | + | background-color: #666666; |
font-size: 130%; | font-size: 130%; | ||
transition: padding 250ms, background-color 250ms; | transition: padding 250ms, background-color 250ms; | ||
| Line 116: | Line 116: | ||
border: 0; | border: 0; | ||
border-radius: 2em; | border-radius: 2em; | ||
| − | background-color: # | + | background-color: #666666; |
color: #fff; | color: #fff; | ||
} | } | ||
Revision as of 07:44, 16 April 2020
@media screen and (max-width: 768px) {
#wlmno-container {
display: block;
width: 100%;
}
#wlmno-top {
padding: 1em;
text-align: center;
border-radius:0;
}
#wlmno-wmnologo-full, #wlmno-wlmlogo {
display: none;
}
#wlmno-content {
padding: 1em;
border-top-right-radius: 30% 2em;
border-bottom-left-radius: 30% 2em;
}
#wlmno-wmnologo-hor {
padding: 2em 1em;
}
}
@media screen and (min-width: 758px) {
#wlmno-container {
display: grid;
grid-template-columns: auto 300px;
}
#wlmno-top {
padding: 2em;
text-align: right;
border-bottom-left-radius: 30% 100%;
}
#wlmno-col1 {
grid-column: 1 / 1;
}
#wlmno-col2 {
grid-column: 2 / 2;
}
#wlmno-content {
padding: 3em;
border-top-right-radius: 30% 7em;
}
#wlmno-wmnologo-hor, .wlmno-menu-icon {
display: none;
}
.mw-pt-languages {
width: 60%
}
}
#wlmno-container {
width: 100%;
}
#wlmno-top, #wlmno-wlmlogo, #wlmno-menu, #wlmno-wmnologo-full, #wlmno-wmnologo-hor {
background-color: #666666;
}
#wlmno-top, .wlmno-menu-item {
font-family: Montserrat, Gill Sans MT, GillSansSA, Calibri, sans-serif;
color: #fff;
}
#wlmno-contentwrapper {
background-color: #666666;
}
#wlmno-content {
background-color: #fff;
}
#wlmno-wmnologo-full {
border-bottom-left-radius: 100% 30%;
padding: 2em 0;
}
#wlmno-instructions {
max-width: 600px;
margin: 1em auto;
}
#wlmno-instructions td {
padding: 0.5em;
}
.wlmno-samibox {
border: 2px solid #666666;
border-radius: 1em;
margin: 1em;
padding: 0;
overflow: hidden;
}
.wlmno-samibox .wlmno-samibox-new {
background-color: #666666;
border-bottom-right-radius: 1em;
color: #fff;
font-weight: bold;
font-size: 80%;
text-transform: uppercase;
text-align: center;
width: 100px;
cursor: default;
}
.wlmno-samibox .wlmno-samibox-content {
padding: 1em;
}
.wlmno-menu-item a, .wlmno-menu-item a:visited {
display: block;
color: #fff;
padding: 0.5em 1em 0.5em 1em;
background-color: #666666;
font-size: 130%;
transition: padding 250ms, background-color 250ms;
}
.wlmno-menu-item a:hover {
background-color: #07c;
padding: 0.5em 1em 0.5em 2em;
}
.mw-pt-languages {
border: 0;
border-radius: 2em;
margin:0.5em auto;
}
.mw-pt-languages-label {
border: 0;
border-radius: 2em;
background-color: #666666;
color: #fff;
}