Difference between revisions of "Template:Mainmenu/styles.css"

From Stardew Valley Wiki
Jump to navigation Jump to search
Tags: Mobile edit Mobile web edit Advanced mobile edit
(the word of the day is specificity)
Line 1: Line 1:
#mainmenucontainer table.wikitable td {background: transparent !important; border: 0 !important;}
+
#mainmenucontainer table.wikitable {
 +
background-color: rgba(209,248,255,0.67);
 +
width: 100%;
 +
display: table;
 +
}
 +
 
 +
#mainmenucontainer table.wikitable th.quarter {
 +
width: 25%;
 +
}
 +
 
 +
#mainmenucontainer table.wikitable td {
 +
vertical-align: top;
 +
border: 0 !important;
 +
background: transparent !important;
 +
}
 +
 
 +
#mainmenucontainer table.wikitable td div.bordered {
 +
border: 1px solid #8DCAF0;
 +
border-radius: 11px;
 +
box-shadow: 0px 1px rgba(0,0,0,0.3);
 +
margin-bottom: 3px;
 +
}
 +
 
 +
/* [[Category:Template stylesheets]] */

Revision as of 18:48, 1 February 2023

#mainmenucontainer table.wikitable {
background-color: rgba(209,248,255,0.67); 
width: 100%; 
display: table;
}

#mainmenucontainer table.wikitable th.quarter {
width: 25%;
}

#mainmenucontainer table.wikitable td {
vertical-align: top;
border: 0 !important;
background: transparent !important;
}

#mainmenucontainer table.wikitable td div.bordered {
border: 1px solid #8DCAF0; 
border-radius: 11px; 
box-shadow: 0px 1px rgba(0,0,0,0.3); 
margin-bottom: 3px;
}

/* [[Category:Template stylesheets]] */