Difference between revisions of "User:Caledor92/Sandbox4"
Jump to navigation
Jump to search
>Yvsdrop (adding wrapper div and custom styling) |
>Caledor92 |
||
| Line 1: | Line 1: | ||
| − | <div class="main-page">{{#css: | + | <div class="main-page" style="padding-top: 10px">{{#css: |
.main-page .tabberlive, | .main-page .tabberlive, | ||
.main-page .tabberlive .tabbertab { | .main-page .tabberlive .tabbertab { | ||
| Line 12: | Line 12: | ||
.main-page .tabbernav li { | .main-page .tabbernav li { | ||
| − | padding-top: | + | padding-top: 0px; |
width: 100%; | width: 100%; | ||
} | } | ||
| Line 24: | Line 24: | ||
margin: 0; | margin: 0; | ||
padding: 8px; | padding: 8px; | ||
| + | font-size: 1.2em; | ||
} | } | ||
| Line 36: | Line 37: | ||
} | } | ||
}} | }} | ||
| − | <div style=" | + | <div style="text-align:center"> |
{{#tag:tabber | {{#tag:tabber | ||
|Ongoing= | |Ongoing= | ||
Revision as of 09:13, 4 January 2020
{{#css:
.main-page .tabberlive, .main-page .tabberlive .tabbertab {
border: none !important;
}
.main-page .tabbernav {
border-bottom: none !important; display: flex; justify-content: space-between;
}
.main-page .tabbernav li {
padding-top: 0px; width: 100%;
}
.main-page .tabbernav li a, .main-page .tabbernav li a:link {
background-color: #fff; border: 1px solid #1f4c1f !important; color: #000; display: block; margin: 0; padding: 8px; font-size: 1.2em;
}
.main-page .tabbernav li a:hover {
background-color: #e4e4e4 !important;
}
.main-page .tabbernav li.tabberactive a {
/** Remove the !important here if you want the active tab to also change color on hover */ background-color: #1f4c1f !important; color: #fff !important;
} }}
Lua error: Error: Table Events not found..
Lua error: Error: Table SecondaryEvents not found..