-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathstyle.css
327 lines (280 loc) · 5.9 KB
/
style.css
1
table { border-collapse: collapse; width: 100%; table-layout: fixed;}td { border: 3px solid black; padding: 5px; text-align: center;}body { margin: 0; padding: 10px;}.content{ width: 60%; margin: 0 auto;}img { max-width: 100%; height: auto; transition: opacity 0.2s ease-in-out;}img:hover { opacity: 0.5;}select { border: 2px solid #cccccc; border-radius: 8px; padding: 8px 32px 8px 12px; font-size: 16px; font-family: 'Product Sans', sans-serif; color: #333333; background-color: white; background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='currentColor' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3e%3cpolyline points='6 9 12 15 18 9'%3e%3c/polyline%3e%3c/svg%3e"); background-repeat: no-repeat; background-position: right 10px center; background-size: 16px; appearance: none; transition: border-color 0.2s ease, box-shadow 0.2s ease; height: 40px; width: 100%; margin: 5px 0;}select:focus { border-color: #007bff; box-shadow: 0 0 0 2px rgba(0, 123, 255, 0.25); outline: none;}select:hover { border-color: #999999;}.menu { background-color: #f0f4f8; border-radius: 10px; transition: background-color 0.2s ease-in-out; padding: 10px; width: 100%; font-family: 'Product Sans', sans-serif; color: black;}.menu:hover { background-color: #d2d5d9;}.generate { background-color: #f0f4f8; border-radius: 10px; transition: background-color 0.1s ease-in-out; padding-left: 10px; padding-right: 10px; text-align: center; width: 100%; font-family: 'Product Sans', sans-serif; color: black; cursor: pointer;}.generate:hover { background-color: #d2d5d9;}.generate:active { background-color: #888a8c;}.options { display: flex; width: 102.6%;}.hide { display: none;}.save-print { background-color: #f0f4f8; border-radius: 10px; flex: 1; transition: background-color 0.1s ease-in-out; text-align: center; font-family: 'Product Sans', sans-serif; color: black; margin-right: 10px; cursor: pointer;}.save-print:hover { background-color: #d2d5d9;}.save-print:active { background-color: #888a8c;}.search { background-color: #f0f4f8; border-radius: 30px; padding: 8px 15px; transition: all 0.3s ease; display: flex; align-items: center; width: 200px;}.search:hover { background-color: #d2d5d9;}/* Search Box */.search-box { display: flex; align-items: center; width: 100%;}/* Input Field */.search-input { border: none; background: transparent; padding: 8px; font-size: 16px; width: 100%; outline: none;}.search-input::placeholder { font-style: italic;}/* Search Button */.search-btn { background: none; border: none; padding: 5px; cursor: pointer; display: flex; align-items: center; justify-content: center;}.search-btn:hover { border-radius: 50%;}/* Magnifying Glass Icon */.search-btn::after { content: ""; display: block; width: 20px; height: 20px; background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='%234a5568'%3E%3Cpath d='M23.707 22.293l-5.969-5.969a10.016 10.016 0 1 0-1.414 1.414l5.969 5.969a1 1 0 0 0 1.414-1.414zM10 18a8 8 0 1 1 8-8 8.009 8.009 0 0 1-8 8z'/%3E%3C/svg%3E"); background-repeat: no-repeat; background-position: center; background-size: contain; transition: opacity 0.2s ease;}.cardPages { font-family: 'Product Sans', sans-serif; padding: 10px;}@media print { body * { visibility: hidden; } .binder-page { page-break-inside: avoid; } #printable, #printable * { visibility: visible; } #printable { position: absolute; left: 0; top: 0; }}.navigation-menu { display: flex; justify-content: space-between; align-items: center; background-color: #f0f4f8; padding: 10px 20px; border-radius: 20px; margin-bottom: 20px;}.logo { width: 40px; height: 40px; margin-right: 120px;}.nav-menu { display: flex; justify-content: flex-end; font-family: 'Product Sans', sans-serif; color: black;}.nav-menu a { text-decoration: none; color: black; margin-left: 20px;}.nav-menu a:hover { color: #C6C8CC;}.nav-menu a:last-child { margin-right: 0;}.text-section { display: flex; background-color: #f0f4f8; padding: 10px 20px; border-radius: 20px; margin-bottom: 20px; font-family: 'Product Sans', sans-serif; color: black; display: block;}.pkmnbinder { font-family: 'Product Sans', sans-serif;}.pkmnbinder a { text-decoration: none; color: black; margin-left: 20px; font-weight: bold;}.pkmnbinder a:hover { color: #C6C8CC;}.advanced-options-toggle { background-color: transparent; border: none; font-family: 'Product Sans', sans-serif; color: black; cursor: pointer; display: flex; align-items: left; justify-content: left; position: relative; padding: 1px; margin-bottom: 10px; font-size: 1em;}.advanced-options-toggle .arrow { font-size: 12px; transition: transform 0.2s ease-in-out; margin-top: 2px;}.advanced-options-toggle.open .arrow { transform: rotate(180deg);}.advanced-options-content { margin-top: 20px; transition: all 0.3s ease-in-out; overflow: hidden;}.advanced-options-content.hide { display: none;}.advanced-options-text { margin-right: 15px;}.advanced-options-toggle:hover { color: #525252;}.option-description { font-style: italic; color: #666; font-size: 0.9em; margin-top: 5px; margin-bottom: 10px;}#interleaveContainer.hide { display: none;}