MediaWiki:Common.css
Note: After publishing, 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: Press Ctrl-F5.
/* Styles for AI Ideas Knowledge Base */ .idea-box { border: 1px solid #ddd; border-radius: 5px; padding: 10px; margin: 10px 0; background: #f9f9f9; } .idea-type-prediction { border-left: 5px solid #9b59b6; } .idea-type-theory { border-left: 5px solid #3498db; } .idea-type-evidence { border-left: 5px solid #27ae60; } .idea-type-question { border-left: 5px solid #e67e22; } .idea-type-story { border-left: 5px solid #f39c12; } .idea-type-economist { border-left: 5px solid #e74c3c; } .idea-header { font-size: 0.9em; color: #666; margin-bottom: 10px; padding-bottom: 5px; border-bottom: 1px solid #eee; }