MediaWiki:Mobile.css: Difference between revisions

no edit summary
No edit summary
Tags: Mobile edit Mobile web edit
No edit summary
Tags: Mobile edit Mobile web edit
 
(14 intermediate revisions by the same user not shown)
Line 16: Line 16:
body.page-Main_Page #content { background-color: pink; }
body.page-Main_Page #content { background-color: pink; }


/*Retro Column*/
.mainpage-retrocolumn {
background-color: #330033;
background-image: url("https://kirbyspeedrun.com/images/b/b4/Retrocolumnbg.png");
background-size: cover;
background-position: bottom;
color: #ffe6ff;
border: 3px solid #0047b3;
width: 100%;
padding: 6px;
}
.main-page-container a:link {color: #ff99ff;}
.main-page-container a:visited {color: #ff99ff;}
.main-page-container a:hover {color: #ff3399;}
.main-page-container a:active {color: #9966ff;}
.main-page-container h1 {color: #ff6699;}
/*GBA-DS and Modern Columns should go here*/


/*Links*/
/*Links*/
Line 64: Line 45:
.mainpage-links img {
.mainpage-links img {
  width: 35%;
  width: 35%;
height: auto;
height: auto;
}
}


/* Top boxes on main page */


.header-boxes-container {
width: 100%;
background: none;
line-height: 200%;
text-align: center;
font-size: 20px;
padding-right: 25px;
}
.mainpage-header-boxes {
padding: 6px;
width: 100%;
text-align: left;
}
.mainpage-left-box {
border: 3px solid #e65c00;
background: rgba(194, 166, 105, 0.42);
margin-bottom: 20px;
}
.mainpage-right-box {
border: 3px solid #009933;
background: rgba(57, 144, 113, 0.42);
}
/* Do not show lists on game main pages */
.game-page-links-container ul {
list-style: none;
}


/* for links that do not need an external link icon (example is links that link back to kirbyspeedrun.com/wiki) */
/* for links that do not need an external link icon (example is links that link back to kirbyspeedrun.com/wiki) */