ವಿಷಯಕ್ಕೆ ಹೋಗು

ವಿಕಿಕೋಟ್:ಮುಖ್ಯ ಪುಟ/styles.css

ವಿಕಿಕೋಟ್ದಿಂದ
/* Outer Box for the whole content */
.outer-box {
width: 100%;
box-sizing: border-box;
}

/* Main content box for header and sections */
.MainPageLetterHead {
width: 100%;
text-align: center;
background-color: #fafafd;
border: 1px solid #ccc;
border-radius: 10px;
}

/* Dashed border for inner boxes */
.MainPageLetterHead div {
padding: 10px;
margin-bottom: 10px;
border-radius: 5px;
}

/* Divider box between sections */
.divider-box {
padding-top: 0.3em;
padding-bottom: 0.3em;
background-color: #f4f4f4;
margin-bottom: 20px;
border-radius: 10px;
}

/* New pages list styles */
.new-pages ul {
list-style-type: none;
padding-left: 0;
font-size: large;
}

.new-pages li {
margin-bottom: 10px;
}

/* Category box for related categories */
.category-box {
background-color: #f8f8ff;
border: 2px solid #e2e2ff;
padding: 0.6em;
border-radius: 10px;
}

/* Additional box for quick links */
#mp-other-content {
background-color: #f9f9f9;
padding: 10px;
border: 1px solid #ddd;
margin-top: 20px;
border-radius: 5px;
}

/* Sister project links and logos */
#sister-projects-list {
display: flex;
flex-wrap: wrap;
justify-content: space-between;
}

#sister-projects-list li {
width: 48%;
margin-bottom: 10px;
text-align: center;
}

#sister-projects-list div {
margin-bottom: 5px;
}

.donation-box {
background-color: #f9f9f9;
padding: 15px;
border-radius: 10px;
margin-top: 20px;
text-align: center;
border: 1px dashed #bbb;
}