Main Page: Difference between revisions
No edit summary |
No edit summary |
||
| Line 50: | Line 50: | ||
</div> | </div> | ||
<div style="background:#f8f9fa; border:1px solid #a2a9b1; padding:15px; border-radius:6px;"> | <div style="background:#f8f9fa; border:1px solid #a2a9b1; padding:15px; border-radius:6px;"> | ||
<style> | |||
.cp-infobox { | |||
font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif; | |||
border: 1px solid #a2a9b1; | |||
background-color: #f8f9fa; | |||
width: 100%; | |||
max-width: 300px; /* Standard wiki sidebar width */ | |||
margin: 10px 0 10px 10px; | |||
float: right; /* Floats to the right on desktop */ | |||
font-size: 0.85rem; | |||
line-height: 1.4; | |||
border-radius: 2px; | |||
} | |||
< | .cp-header { | ||
<div class=" | background-color: #def3ff; | ||
padding: 8px; | |||
text-align: center; | |||
font-weight: bold; | |||
font-size: 1.1rem; | |||
border-bottom: 1px solid #a2a9b1; | |||
} | |||
.cp-image-box { | |||
text-align: center; | |||
padding: 10px; | |||
background: #fff; | |||
} | |||
.cp-row { | |||
display: flex; /* Creates the two columns */ | |||
border-bottom: 1px solid #efefef; | |||
} | |||
.cp-label { | |||
flex: 1; /* Left column size */ | |||
padding: 6px 10px; | |||
font-weight: bold; | |||
background-color: #f2f2f2; | |||
border-right: 1px solid #efefef; | |||
} | |||
.cp-data { | |||
flex: 1.5; /* Right column size (slightly wider) */ | |||
padding: 6px 10px; | |||
background-color: #fff; | |||
} | |||
/* Mobile responsiveness */ | |||
@media screen and (max-width: 480px) { | |||
.cp-infobox { | |||
float: none; | |||
margin: 10px auto; | |||
width: 100%; | |||
max-width: 100%; | |||
} | |||
} | |||
</style> | |||
<aside class="cp-infobox"> | |||
<div class="cp-header">City Name</div> | |||
<div class=" | <div class="cp-image-box"> | ||
<div class=" | <div style="background:#eee; height:150px; display:flex; align-items:center; justify-content:center; color:#777; border:1px dashed #ccc;"> | ||
<div class=" | City Photo/Map | ||
</div> | |||
</div> | |||
<div class="cp-row"> | |||
<div class="cp-label">Country</div> | |||
<div class="cp-data">United Kingdom</div> | |||
</div> | |||
<div class="cp-row"> | |||
<div class="cp-label">Region</div> | |||
<div class="cp-data">Greater London</div> | |||
</div> | </div> | ||
<div class=" | <div class="cp-row"> | ||
<div class=" | <div class="cp-label">Founded</div> | ||
<div class=" | <div class="cp-data">c. 43 AD</div> | ||
</div> | </div> | ||
<div class=" | <div class="cp-row"> | ||
<div class=" | <div class="cp-label">Area</div> | ||
<div class=" | <div class="cp-data">1,572 km²</div> | ||
</div> | </div> | ||
<div class=" | <div class="cp-row"> | ||
<div class=" | <div class="cp-label">Population</div> | ||
<div class=" | <div class="cp-data">8,982,000</div> | ||
</div> | </div> | ||
</ | </aside> | ||
Revision as of 12:10, 9 January 2026
A collaborative encyclopedia documenting the cities, towns, and urban heritage of Maharashtra
🏙️ Explore Maharashtra’s Cities, Citypedia Online: The Encyclopedia of Cities in Maharashtra 🌆
महाराष्ट्रातील शहरांसाठी एक अभिनव संकल्पना.. शहरातील व्यक्ति, संस्था आणि घडामोडी यांचा नागरिकांनी घेतलेला वेध म्हणजे सिटिपीडिया
Citypedia is a collaborative encyclopedia dedicated to documenting the Wiki-Portal for the cities of Maharashtra.
Explore detailed information on: * Personalities & Institutions | * History, Geography & heritage | * Infrastructure & Civic Issues | * Also the important News & Events, Documented by you & me, online
सिटीपीडिया वर आपला सक्रिय सहभाग अपेक्षित आहे. सिटीपीडिया हे शहरात राहणाऱ्या प्रत्येकासाठी उपयोगी पडेल असा ज्ञानकोश बनावा असा आमचा प्रयत्न आहे. आपण कशा प्रकारे यात सामील होऊ शकता ? प्रथम सिटीपीडिया या संकेत-स्थळावर सदस्य व्हा त्यानंतर सहभागी व्हा आणि आपल्या आवडीच्या विषयावर लिखाण करा (प्रकाशित झालेल्या लेखांमध्ये बदल करा किंवा नवीन लेख लिहा).
Citypedia Wiki-Portals are available for following cities
<style>
.cp-infobox {
font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
border: 1px solid #a2a9b1;
background-color: #f8f9fa;
width: 100%;
max-width: 300px; /* Standard wiki sidebar width */
margin: 10px 0 10px 10px;
float: right; /* Floats to the right on desktop */
font-size: 0.85rem;
line-height: 1.4;
border-radius: 2px;
}
.cp-header {
background-color: #def3ff;
padding: 8px;
text-align: center;
font-weight: bold;
font-size: 1.1rem;
border-bottom: 1px solid #a2a9b1;
}
.cp-image-box {
text-align: center;
padding: 10px;
background: #fff;
}
.cp-row {
display: flex; /* Creates the two columns */
border-bottom: 1px solid #efefef;
}
.cp-label {
flex: 1; /* Left column size */
padding: 6px 10px;
font-weight: bold;
background-color: #f2f2f2;
border-right: 1px solid #efefef;
}
.cp-data {
flex: 1.5; /* Right column size (slightly wider) */
padding: 6px 10px;
background-color: #fff;
}
/* Mobile responsiveness */
@media screen and (max-width: 480px) {
.cp-infobox {
float: none;
margin: 10px auto;
width: 100%;
max-width: 100%;
}
}
</style>
<aside class="cp-infobox">
City Photo/Map
</aside>
