Difference between revisions of "MediaWiki:Common.css"

From Gloria Victis
Line 19: Line 19:
 
background: #fff !important;
 
background: #fff !important;
 
}
 
}
 +
 
.ts-container{
 
.ts-container{
/*
 
background: url("https://i.imgur.com/SiygUpK.jpg") no-repeat !important;
 
*/
 
 
background: url("https://i.imgur.com/NWGs2km.jpg") no-repeat !important;
 
background: url("https://i.imgur.com/NWGs2km.jpg") no-repeat !important;
  
/*
 
background: linear-gradient(to bottom, rgba(255,255,255,0) 90%,
 
              rgba(255,255,255,1)), url("https://i.imgur.com/SiygUpK.jpg") no-repeat !important;
 
*/
 
 
}
 
}
 
body{
 
body{
Line 40: Line 34:
 
background: rgba(255,255,255,0.8) !important;
 
background: rgba(255,255,255,0.8) !important;
 
}
 
}
 +
 
.gallerybox{
 
.gallerybox{
 
border-radius: 10px;
 
border-radius: 10px;
Line 51: Line 46:
 
min-width: 250px !important;
 
min-width: 250px !important;
 
}
 
}
/*
+
 
.gallerybox img{
+
 
width: 200px !important;
 
}
 
*/
 
#ca-talk{
 
display: none;
 
}
 
 
.gallerytextwrapper{
 
.gallerytextwrapper{
 
display: flex;
 
display: flex;
Line 66: Line 55:
 
/*width: 75% !important;*/
 
/*width: 75% !important;*/
 
}
 
}
.thumb{
+
 
width: 100% !important;
+
#ca-talk{
 +
display: none;
 
}
 
}

Revision as of 09:43, 9 March 2021

@font-face {
  font-family: Roboto;
  src: url("https://fonts.googleapis.com/css2?family=Roboto&display=swap");
}
#p-logo-text a{
    padding: 0 20px 0 0 !important;
}

#bodyContentOuter a{

font-weight: bold !important;

}

.gallerytext{
    font-size: 1.1em !important;
}
#mw-header-container{
background: #fff !important;
}

.ts-container{
background: url("https://i.imgur.com/NWGs2km.jpg") no-repeat !important;

}
body{
background: #ededed;
}
.mw-footer-container{
background: #cccccc !important;
}
.sidebar-chunk{
border-radius: 5px;
background: rgba(255,255,255,0.8) !important;
}

.gallerybox{
border-radius: 10px;
}

#mw-content{
background: rgba(255,255,255,0.8);
}

.gallerybox{
min-width: 250px !important;
}


.gallerytextwrapper{
display: flex;
max-height: 15% !important;
align-items: center;
justify-content: center;
/*width: 75% !important;*/
}

#ca-talk{
display: none;
}