MediaWiki:Common.css: Difference between revisions

Jump to navigation Jump to search
no edit summary
No edit summary
No edit summary
Line 184: Line 184:
/* Color & Background */
/* Color & Background */
background-attachment: scroll;
background-attachment: scroll;
background-color: rgba(255, 255, 255, .67);
background-color: rgba(209, 248, 255, 0.67);
background-image: none;
background-image: none;
background-position: 0% 0%;
background-position: 0% 0%;
Line 191: Line 191:


/* Box */
/* Box */
height: 442.094px;
height: 704.688px;
width: 160px;
width: 160px;
border: 0px none rgb(0, 0, 0);
border: 6px solid rgba(0, 0, 0, 0);
border-top: 0px none rgb(0, 0, 0);
border-top: 6px solid rgba(0, 0, 0, 0);
border-right: 0px none rgb(0, 0, 0);
border-right: 6px solid rgba(0, 0, 0, 0);
border-bottom: 0px none rgb(0, 0, 0);
border-bottom: 6px solid rgba(0, 0, 0, 0);
border-left: 0px none rgb(0, 0, 0);
border-left: 6px solid rgba(0, 0, 0, 0);
margin: 0px;
margin: 176px 0px 0px;
padding: 0px 0px 0px 8px;
padding: 0px 0px 15px 8px;
max-height: none;
max-height: none;
min-height: 0px;
min-height: 0px;
Line 208: Line 208:
position: absolute;
position: absolute;
top: 0px;
top: 0px;
bottom: 838.906px;
bottom: 373.312px;
right: 1525px;
right: 1541px;
left: 0px;
left: -12px;
float: none;
float: none;
display: block;
display: block;
Line 245: Line 245:
box-shadow: none;
box-shadow: none;
border-top-left-radius: 0px;
border-top-left-radius: 0px;
border-top-right-radius: 0px;
border-top-right-radius: 8px;
border-bottom-left-radius: 0px;
border-bottom-left-radius: 0px;
border-bottom-right-radius: 0px;
border-bottom-right-radius: 8px;
}
}

Navigation menu