MediaWiki:Vector.css: Difference between revisions

From gm_construct 13 beta
Jump to navigation Jump to search
(Constructfy the wiki)
 
No edit summary
 
(7 intermediate revisions by the same user not shown)
Line 6: Line 6:


body {
body {
     background: url(https://i.imgur.com/WpMd1RY.png) no-repeat;
     background: url(https://i.imgur.com/62e0INC.png) no-repeat;
}
 
#right-navigation {
    background-color: #caeaff;
    min-height: 40px;
}
}


Line 18: Line 23:
     margin-bottom: 15px;
     margin-bottom: 15px;
     border: 1px solid #a7d7f9;
     border: 1px solid #a7d7f9;
}
#p-personal ul {
    background-color: #ffffff;
    border-radius: 5px;
    padding: 1px 10px 4px 0px;
    border: 1px solid #a7d7f9;
}
#right-navigation {
    background-color: #caeaff;
}
}


Line 27: Line 43:
}
}


#p-personal ul {
#footer-info li {
    float: left;
     background-color: #ffffff;
     background-color: #ffffff;
     border-radius: 5px;
     border-radius: 5px;
     padding: 1px 10px 4px 0px;
     padding: 5px 7px 4px 7px;
     border: 1px solid #a7d7f9;
     border: 1px solid #a7d7f9;
    margin-right: 10px;
    margin-bottom: 10px;
}
}


#right-navigation {
@media(max-width:555px){
    background-color: #caeaff;
#mw-panel {
    position: relative;
      margin-top: 10px;
}
.mw-body {
    margin-left: 0;
}
#mw-navigation {
  float: left;
}
#p-logo {
display: none;
}
#left-navigation {
margin-left: 0;
}
}
}

Latest revision as of 18:13, 7 September 2023

/* All CSS here will be loaded for users of the Vector skin */

html {
    background: url(https://i.imgur.com/OdFMNzA.png);
}

body {
    background: url(https://i.imgur.com/62e0INC.png) no-repeat;
}

#right-navigation {
    background-color: #caeaff;
    min-height: 40px;
}

#mw-page-base {
    background-image: url(https://i.imgur.com/YnnR5XL.png);
}

.vector-menu-portal {
    background-color: #ffffff;
    border-radius: 5px;
    margin-bottom: 15px;
    border: 1px solid #a7d7f9;
}

#p-personal ul {
    background-color: #ffffff;
    border-radius: 5px;
    padding: 1px 10px 4px 0px;
    border: 1px solid #a7d7f9;
}

#right-navigation {
    background-color: #caeaff;
}

#footer-places li {
    background-color: #ffffff;
    border-radius: 5px;
    padding: 1px 8px 1px 8px;
    border: 1px solid #a7d7f9;
}

#footer-info li {
    float: left;
    background-color: #ffffff;
    border-radius: 5px;
    padding: 5px 7px 4px 7px;
    border: 1px solid #a7d7f9;
    margin-right: 10px;
    margin-bottom: 10px;
}

@media(max-width:555px){
	#mw-panel {
    	position: relative;
  	    margin-top: 10px;
	}
	
	.mw-body {
	    margin-left: 0;
	}
	
	#mw-navigation {
	   float: left;
	}
	
	#p-logo {
		display: none;
	}
	
	#left-navigation {
		margin-left: 0;
	}
}