MediaWiki:Common.css
Jump to navigation
Jump to search
Note: After publishing, you may have to bypass your browser's cache to see the changes.
- Firefox / Safari: Hold Shift while clicking Reload, or press either Ctrl-F5 or Ctrl-R (⌘-R on a Mac)
- Google Chrome: Press Ctrl-Shift-R (⌘-Shift-R on a Mac)
- Internet Explorer / Edge: Hold Ctrl while clicking Refresh, or press Ctrl-F5
- Opera: Press Ctrl-F5.
/* CSS placed here will be applied to all skins */
.cha-cont{
width: 93%;
background: #f4f4f4;
padding: 15px;
margin:unset;
line-height: 1.5;
box-shadow: 10px 10px 24px 4px rgba(0,0,0,0.20);
-webkit-box-shadow: 10px 10px 24px 4px rgba(0,0,0,0.20);
-moz-box-shadow: 10px 10px 24px 4px rgba(0,0,0,0.20);
}
.ch-1{
padding: 30px 15px;
}
.ch-title{
font-size: 32px;
font-weight: bold;
padding:15px;
margin: 30px 0px;
}
.fakeimg{
width: 100%;
}
.fakeimg img{
width: 100%;
}
.ch-2{
padding: 30px 15px;
}
.cha-cont h2 {
min-height: 71px;
}
.btn{
text-align: center;
margin: 50px 0px;
}
.btn-grp{
display: flex;
justify-content: flex-start;
margin-left: 6px;
}
.btn a{
padding: 15px 20px;
background: #5492cd;
color: #fff !important;
font-size: 14px;
font-weight: 700;
text-decoration: none;
margin-left: 20px;
background-image: unset !important;
}
.btn a:hover{
border: 2px solid #5492cd;
color:#5492cd !important;
background: #fff;
margin-left: 20px;
}
.btn-1 a{
padding-right: 20px !important;
}
.btn-grp-2{
display: flex;
justify-content: center;
margin-left: -40px;
}
.card-2{
width: 400px;
height: auto;
}
.ch-btn{
margin: 30px 0px !important;
}
.cha-title-2{
color: #3366bb;
}
.card-2 .cha-cont h2{
font-weight: 700;
}
.footer {
display: flex;
background-color: #5492cd;
justify-content: space-between;
padding:50px 25px;
}
.fakeimg img{
border-radius: 10px 10px 0px 0px;
}
.cha-cont{
border-radius: 0px 0px 10px 10px;
}
/*================================================= Chapter Page Css =========================================*/
.left-side{
background-color: #F6F6F6;
background-size: cover;
background-repeat: no-repeat;
padding: 50px 30px;
}
.left-side ul li{
margin-bottom: 10px;
}
/*.right-side{
background-color: #F6F6F6;
background-size: cover;
background-repeat: no-repeat;
padding: 50px 30px;
}*/
.right-side ul li{
margin-bottom: 10px;
}
.chapter-titel{
text-align: center;
font-weight : bold;
border: none;
}
.name{
border-bottom: 1px solid #000;
}
.cha-title{
font-size: 18px;
backgroud: unset;
}
.cha-cont pre{
background: unset !important;
border: none !important;
white-space: normal !important;
padding: unset !important;
overflow-x: unset !important;
}
.btn-grp-2{
display: flex;
justify-content: center;
margin-left: -40px;
}
/*====================================================== New Media Quarey ================================*/
@media only screen and (min-width : 320px) and (max-width : 767px){
.mw-headline{
font-size: 20px;
line-height: 30px;
}
}