Template:Mainmenu/styles.css: Difference between revisions
Jump to navigation
Jump to search
Blanked the page Tags: Blanking Reverted |
No edit summary Tag: Manual revert |
||
Line 1: | Line 1: | ||
#mainmenucontainer table.wikitable { | |||
background-color: rgba(209,248,255,0.67); | |||
width: 100%; | |||
display: table; | |||
margin-top: 0; | |||
} | |||
#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 20:10, 14 March 2025
#mainmenucontainer table.wikitable { background-color: rgba(209,248,255,0.67); width: 100%; display: table; margin-top: 0; } #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]] */