MediaWiki:Common.css: Difference between revisions

no edit summary
No edit summary
No edit summary
Line 554: Line 554:
     padding: 1.25em;
     padding: 1.25em;
     margin-bottom: .75em;
     margin-bottom: .75em;
     box-shadow: 0 0 3px #afafaf;
     box-shadow: 0 0 4px #999;
    border: 1px solid #d0d0d0;
     border-radius: 3px;
     border-radius: 3px;
}
}
Line 601: Line 600:
.page-User_Aardvark_Main_Page .community-section {
.page-User_Aardvark_Main_Page .community-section {
     background: none;
     background: none;
    border: 1px solid #d0d0d0;
     border-radius: 3px;
     border-radius: 3px;
     box-shadow: 0 0 3px #afafaf;
     box-shadow: 0 0 4px #999;
     padding: 1.25em;
     padding: 1.25em;
}
}
Line 609: Line 607:
.page-User_Aardvark_Main_Page .eric-section {
.page-User_Aardvark_Main_Page .eric-section {
     flex: 0 1 100%;
     flex: 0 1 100%;
     max-width: 60%;
     /* border-color: #94a7b8;
    border-color: #94a7b8;
     box-shadow: 0 0 3px #94a7b8; */
     box-shadow: 0 0 3px #94a7b8;
}
}


.page-User_Aardvark_Main_Page .community-section {
.page-User_Aardvark_Main_Page .community-section {
     flex: 0 1 50%;
     flex: 0 1 100%;
    max-width: 33%;
}
}


Line 761: Line 759:


.page-User_Aardvark_Main_Page .box-generic {
.page-User_Aardvark_Main_Page .box-generic {
     box-shadow: 0 0 3px #afafaf;
     box-shadow: 0 0 4px #999;
    border: none;
     padding: 1em;
     padding: 1em;
}
}