User:Lexar/sandbox/Page.css
< User:Lexar | sandbox
Note: After saving, you may have to bypass your browser's cache to see the changes.
- Firefox / Safari: Hold Shift while clicking Reload, or press either Ctrl-F5 or Ctrl-R (⌘-R on a Mac)
- Google Chrome: Press Ctrl-Shift-R (⌘-Shift-R on a Mac)
- Internet Explorer / Edge: Hold Ctrl while clicking Refresh, or press Ctrl-F5
- Opera: Go to Menu → Settings (Opera → Preferences on a Mac) and then to Privacy & security → Clear browsing data → Cached images and files.
/*Start weapon wear tabs*/ .weapon-wear-table { padding: 1px; width: 100%; float: left; box-sizing: border-box; margin: 0px; min-width: 300px; } .weapon-wear-table .tabs { margin: 0; padding: 0; list-style: none; float: left; width: 40%; } .weapon-wear-table .tabs li:hover, .weapon-wear-table .tabs li.current { background-color:#f4a958; } .weapon-wear-table .tabs li { font-size: 1.2em; color: black; font-weight: bold; background-color: #F9D483; border-bottom: solid #fff 1px; padding: 0.5em 0.2em; line-height: 1.6; text-align: center; float: left; width: 100%; margin: 0px; box-sizing: border-box; cursor: pointer; } .weapon-wear-table .tabs li.tab-5 { width:100%; } .weapon-wear-table .weapons { float: left; margin: 0; list-style: none; position: relative; width: 60%; height: 200px; } .weapon-wear-table .weapons li { width: 100%; background-color: #FFFCF7; height: 100%; top: 0px; left: 0px; position: absolute; z-index:1; } .weapon-wear-table .weapons li.current { z-index:2; } .weapon-wear-table .weapons li a { display: block; position: absolute; width: 100%; text-align: center; } /*End weapon wear tabs*/